Release 6.05b.
[org-mode.git] / doc / org.texi
blob42099060a8b783e41f52c750102a226ccf303086
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @set VERSION 6.05b
7 @set DATE June 2008
9 @dircategory Emacs
10 @direntry
11 * Org Mode: (org).      Outline-based notes management and organizer
12 @end direntry
14 @c Version and Contact Info
15 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
16 @set AUTHOR Carsten Dominik
17 @set MAINTAINER Carsten Dominik
18 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
19 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
20 @c %**end of header
21 @finalout
23 @c Macro definitions
25 @c Subheadings inside a table.
26 @macro tsubheading{text}
27 @ifinfo
28 @subsubheading \text\
29 @end ifinfo
30 @ifnotinfo
31 @item @b{\text\}
32 @end ifnotinfo
33 @end macro
35 @copying
36 This manual is for Org (version @value{VERSION}).
38 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation
40 @quotation
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the GNU Free Documentation License, Version 1.2 or
43 any later version published by the Free Software Foundation; with no
44 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
45 and with the Back-Cover Texts as in (a) below.    A copy of the
46  license is included in the section entitled ``GNU Free Documentation
47 -License.''
49 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
50 modify this GNU manual.  Buying copies from the FSF supports it in
51 developing GNU and promoting software freedom.''
53 This document is part of a collection distributed under the GNU Free
54 Documentation License.  If you want to distribute this document
55 separately from the collection, you can do so by adding a copy of the
56 license to the document, as described in section 6 of the license.
57 @end quotation
58 @end copying
60 @titlepage
61 @title The Org Manual
63 @subtitle Release @value{VERSION}
64 @author by Carsten Dominik
66 @c The following two commands start the copyright page.
67 @page
68 @vskip 0pt plus 1filll
69 @insertcopying
70 @end titlepage
72 @c Output the table of contents at the beginning.
73 @contents
75 @ifnottex
76 @node Top, Introduction, (dir), (dir)
77 @top Org Mode Manual
79 @insertcopying
80 @end ifnottex
82 @menu
83 * Introduction::                Getting started
84 * Document Structure::          A tree works like your brain
85 * Tables::                      Pure magic for quick formatting
86 * Hyperlinks::                  Notes in context
87 * TODO Items::                  Every tree branch can be a TODO item
88 * Tags::                        Tagging headlines and matching sets of tags
89 * Properties and Columns::      Storing information about an entry
90 * Dates and Times::             Making items useful for planning
91 * Remember::                    Quickly adding nodes to the outline tree
92 * Agenda Views::                Collecting information into views
93 * Embedded LaTeX::              LaTeX fragments and formulas
94 * Exporting::                   Sharing and publishing of notes
95 * Publishing::                  Create a web site of linked Org files
96 * Miscellaneous::               All the rest which did not fit elsewhere
97 * Extensions::                 
98 * Hacking::                     
99 * History and Acknowledgments::  How Org came into being
100 * Main Index::                  An index of Org's concepts and features
101 * Key Index::                   Key bindings and where they are described
103 @detailmenu
104  --- The Detailed Node Listing ---
106 Introduction
108 * Summary::                     Brief summary of what Org does
109 * Installation::                How to install a downloaded version of Org
110 * Activation::                  How to activate Org for certain buffers
111 * Feedback::                    Bug reports, ideas, patches etc.
112 * Conventions::                 Type-setting conventions in the manual
114 Document Structure
116 * Outlines::                    Org is based on Outline mode
117 * Headlines::                   How to typeset Org tree headlines
118 * Visibility cycling::          Show and hide, much simplified
119 * Motion::                      Jumping to other headlines
120 * Structure editing::           Changing sequence and level of headlines
121 * Archiving::                   Move done task trees to a different place
122 * Sparse trees::                Matches embedded in context
123 * Plain lists::                 Additional structure within an entry
124 * Drawers::                     Tucking stuff away
125 * Orgstruct mode::              Structure editing outside Org
127 Archiving
129 * ARCHIVE tag::                 Marking a tree as inactive
130 * Moving subtrees::             Moving a tree to an archive file
132 Tables
134 * Built-in table editor::       Simple tables
135 * Narrow columns::              Stop wasting space in tables
136 * Column groups::               Grouping to trigger vertical lines
137 * Orgtbl mode::                 The table editor as minor mode
138 * The spreadsheet::             The table editor has spreadsheet capabilities
140 The spreadsheet
142 * References::                  How to refer to another field or range
143 * Formula syntax for Calc::     Using Calc to compute stuff
144 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
145 * Field formulas::              Formulas valid for a single field
146 * Column formulas::             Formulas valid for an entire column
147 * Editing and debugging formulas::  Fixing formulas
148 * Updating the table::          Recomputing all dependent fields
149 * Advanced features::           Field names, parameters and automatic recalc
151 Hyperlinks
153 * Link format::                 How links in Org are formatted
154 * Internal links::              Links to other places in the current file
155 * External links::              URL-like links to the world
156 * Handling links::              Creating, inserting and following
157 * Using links outside Org::     Linking from my C source code?
158 * Link abbreviations::          Shortcuts for writing complex links
159 * Search options::              Linking to a specific location
160 * Custom searches::             When the default search is not enough
162 Internal links
164 * Radio targets::               Make targets trigger links in plain text
166 TODO Items
168 * TODO basics::                 Marking and displaying TODO entries
169 * TODO extensions::             Workflow and assignments
170 * Progress logging::            Dates and notes for progress
171 * Priorities::                  Some things are more important than others
172 * Breaking down tasks::         Splitting a task into manageable pieces
173 * Checkboxes::                  Tick-off lists
175 Extended use of TODO keywords
177 * Workflow states::             From TODO to DONE in steps
178 * TODO types::                  I do this, Fred does the rest
179 * Multiple sets in one file::   Mixing it all, and still finding your way
180 * Fast access to TODO states::  Single letter selection of a state
181 * Per-file keywords::           Different files, different requirements
182 * Faces for TODO keywords::     Highlighting states
184 Progress logging
186 * Closing items::               When was this entry marked DONE?
187 * Tracking TODO state changes::  When did the status change?
189 Tags
191 * Tag inheritance::             Tags use the tree structure of the outline
192 * Setting tags::                How to assign tags to a headline
193 * Tag searches::                Searching for combinations of tags
195 Properties and Columns
197 * Property syntax::             How properties are spelled out
198 * Special properties::          Access to other Org mode features
199 * Property searches::           Matching property values
200 * Property inheritance::        Passing values down the tree
201 * Column view::                 Tabular viewing and editing
202 * Property API::                Properties for Lisp programmers
204 Column view
206 * Defining columns::            The COLUMNS format property
207 * Using column view::           How to create and use column view
208 * Capturing column view::       A dynamic block for column view
210 Defining columns
212 * Scope of column definitions::  Where defined, where valid?
213 * Column attributes::           Appearance and content of a column
215 Dates and Times
217 * Timestamps::                  Assigning a time to a tree entry
218 * Creating timestamps::         Commands which insert timestamps
219 * Deadlines and scheduling::    Planning your work
220 * Clocking work time::          Tracking how long you spend on a task
221 * Effort estimates::            Planning work effort in advance
223 Creating timestamps
225 * The date/time prompt::        How Org mode helps you entering date and time
226 * Custom time format::          Making dates look different
228 Deadlines and scheduling
230 * Inserting deadline/schedule::  Planning items
231 * Repeated tasks::              Items that show up again and again
233 Remember
235 * Setting up Remember::         Some code for .emacs to get things going
236 * Remember templates::          Define the outline of different note types
237 * Storing notes::               Directly get the note to where it belongs
238 * Refiling notes::              Moving a note or task to a project
240 Agenda Views
242 * Agenda files::                Files being searched for agenda information
243 * Agenda dispatcher::           Keyboard access to agenda views
244 * Built-in agenda views::       What is available out of the box?
245 * Presentation and sorting::    How agenda items are prepared for display
246 * Agenda commands::             Remote editing of Org trees
247 * Custom agenda views::         Defining special searches and views
248 * Agenda column view::          Using column view for collected entries
250 The built-in agenda views
252 * Weekly/daily agenda::         The calendar page with current tasks
253 * Global TODO list::            All unfinished action items
254 * Matching tags and properties::  Structured information with fine-tuned search
255 * Timeline::                    Time-sorted view for single file
256 * Keyword search::              Finding entries by keyword
257 * Stuck projects::              Find projects you need to review
259 Presentation and sorting
261 * Categories::                  Not all tasks are equal
262 * Time-of-day specifications::  How the agenda knows the time
263 * Sorting of agenda items::     The order of things
265 Custom agenda views
267 * Storing searches::            Type once, use often
268 * Block agenda::                All the stuff you need in a single buffer
269 * Setting Options::             Changing the rules
270 * Exporting Agenda Views::      Writing agendas to files
271 * Using the agenda elsewhere::  Using agenda information in other programs
273 Embedded LaTeX
275 * Math symbols::                TeX macros for symbols and Greek letters
276 * Subscripts and superscripts::  Simple syntax for raising/lowering text
277 * LaTeX fragments::             Complex formulas made easy
278 * Processing LaTeX fragments::  Previewing LaTeX processing
279 * CDLaTeX mode::                Speed up entering of formulas
281 Exporting
283 * Markup rules::                Which structures are recognized?
284 * Export options::              Per-file export settings
285 * The export dispatcher::       How to access exporter commands
286 * ASCII export::                Exporting to plain ASCII
287 * HTML export::                 Exporting to HTML
288 * LaTeX export::                Exporting to LaTeX
289 * XOXO export::                 Exporting to XOXO
290 * iCalendar export::            Exporting in iCalendar format
292 Markup rules
294 * Document title::              How the document title is determined
295 * Headings and sections::       The main structure of the exported document
296 * Table of contents::           If, where, how to create a table of contents
297 * Initial text::                Text before the first headline
298 * Lists::                       Plain lists are exported
299 * Paragraphs::                  What determines beginning and ending
300 * Literal examples::            Source code and other examples
301 * Include files::               Include the contents of a file during export
302 * Tables exported::             Tables are exported richly
303 * Footnotes::                   Numbers like [1]
304 * Emphasis and monospace::      To bold or not to bold
305 * TeX macros and LaTeX fragments::  Create special, rich export.
306 * Horizontal rules::            A line across the page
307 * Comment lines::               Some lines will not be exported
309 HTML export
311 * HTML Export commands::        How to invoke HTML export
312 * Quoting HTML tags::           Using direct HTML in Org mode
313 * Links::                       Transformation of links for HTML
314 * Images::                      How to include images
315 * CSS support::                 Changing the appearance of the output
316 * Javascript support::          Info and Folding in a web browser
318 LaTeX export
320 * LaTeX export commands::       How to invoke LaTeX export
321 * Quoting LaTeX code::          Incorporating literal LaTeX code
322 * Sectioning structure::        Changing sectioning in LaTeX output
324 Publishing
326 * Configuration::               Defining projects
327 * Sample configuration::        Example projects
328 * Triggering publication::      Publication commands
330 Configuration
332 * Project alist::               The central configuration variable
333 * Sources and destinations::    From here to there
334 * Selecting files::             What files are part of the project?
335 * Publishing action::           Setting the function doing the publishing
336 * Publishing options::          Tweaking HTML export
337 * Publishing links::            Which links keep working after publishing?
338 * Project page index::          Publishing a list of project files
340 Sample configuration
342 * Simple example::              One-component publishing
343 * Complex example::             A multi-component publishing example
345 Miscellaneous
347 * Completion::                  M-TAB knows what you need
348 * Customization::               Adapting Org to your taste
349 * In-buffer settings::          Overview of the #+KEYWORDS
350 * The very busy C-c C-c key::   When in doubt, press C-c C-c
351 * Clean view::                  Getting rid of leading stars in the outline
352 * TTY keys::                    Using Org on a tty
353 * Interaction::                 Other Emacs packages
354 * Bugs::                        Things which do not work perfectly
356 Interaction with other packages
358 * Cooperation::                 Packages Org cooperates with
359 * Conflicts::                   Packages that lead to conflicts
361 Extensions
363 * Extensions in the contrib directory::  These come with the Org distro
364 * Other extensions::            These you have to find on the web.
366 Hacking
368 * Adding hyperlink types::      New custom link types
369 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
370 * Dynamic blocks::              Automatically filled blocks
371 * Special agenda views::        Customized views
372 * Using the property API::      Writing programs that use entry properties
373 * Using the mapping API::       Mapping over all or selected entries
375 Tables and lists in arbitrary syntax
377 * Radio tables::                Sending and receiving
378 * A LaTeX example::             Step by step, almost a tutorial
379 * Translator functions::        Copy and modify
380 * Radio lists::                 Doing the same for lists
382 @end detailmenu
383 @end menu
385 @node Introduction, Document Structure, Top, Top
386 @chapter Introduction
387 @cindex introduction
389 @menu
390 * Summary::                     Brief summary of what Org does
391 * Installation::                How to install a downloaded version of Org
392 * Activation::                  How to activate Org for certain buffers
393 * Feedback::                    Bug reports, ideas, patches etc.
394 * Conventions::                 Type-setting conventions in the manual
395 @end menu
397 @node Summary, Installation, Introduction, Introduction
398 @section Summary
399 @cindex summary
401 Org is a mode for keeping notes, maintaining TODO lists, and doing
402 project planning with a fast and effective plain-text system.
404 Org develops organizational tasks around NOTES files that contain
405 lists or information about projects as plain text.  Org is
406 implemented on top of Outline mode, which makes it possible to keep the
407 content of large files well structured.  Visibility cycling and
408 structure editing help to work with the tree.  Tables are easily created
409 with a built-in table editor.  Org supports TODO items, deadlines,
410 time stamps, and scheduling.  It dynamically compiles entries into an
411 agenda that utilizes and smoothly integrates much of the Emacs calendar
412 and diary.  Plain text URL-like links connect to websites, emails,
413 Usenet messages, BBDB entries, and any files related to the projects.
414 For printing and sharing of notes, an Org file can be exported as a
415 structured ASCII file, as HTML, or (TODO and agenda items only) as an
416 iCalendar file.  It can also serve as a publishing tool for a set of
417 linked web pages.
419 An important design aspect that distinguishes Org from for example
420 Planner/Muse is that it encourages to store every piece of information
421 only once.  In Planner, you have project pages, day pages and possibly
422 other files, duplicating some information such as tasks.  In Org,
423 you only have notes files.  In your notes you mark entries as tasks,
424 label them with tags and timestamps.  All necessary lists like a
425 schedule for the day, the agenda for a meeting, tasks lists selected by
426 tags etc are created dynamically when you need them.
428 Org keeps simple things simple.  When first fired up, it should
429 feel like a straightforward, easy to use outliner.  Complexity is not
430 imposed, but a large amount of functionality is available when you need
431 it.  Org is a toolbox and can be used in different ways, for
432 example as:
434 @example
435 @r{@bullet{} outline extension with visibility cycling and structure editing}
436 @r{@bullet{} ASCII system and table editor for taking structured notes}
437 @r{@bullet{} ASCII table editor with spreadsheet-like capabilities}
438 @r{@bullet{} TODO list editor}
439 @r{@bullet{} full agenda and planner with deadlines and work scheduling}
440 @r{@bullet{} environment to implement David Allen's GTD system}
441 @r{@bullet{} a basic database application}
442 @r{@bullet{} simple hypertext system, with HTML and LaTeX export}
443 @r{@bullet{} publishing tool to create a set of interlinked webpages}
444 @end example
446 Org's automatic, context sensitive table editor with spreadsheet
447 capabilities can be integrated into any major mode by activating the
448 minor Orgtbl mode.  Using a translation step, it can be used to maintain
449 tables in arbitrary file types, for example in La@TeX{}.  The structure
450 editing and list creation capabilities can be used outside Org with
451 the minor Orgstruct mode.
453 @cindex FAQ
454 There is a website for Org which provides links to the newest
455 version of Org, as well as additional information, frequently asked
456 questions (FAQ), links to tutorials etc.  This page is located at
457 @uref{http://orgmode.org}.
459 @page
462 @node Installation, Activation, Summary, Introduction
463 @section Installation
464 @cindex installation
465 @cindex XEmacs
467 @b{Important:} @i{If Org is part of the Emacs distribution or an
468 XEmacs package, please skip this section and go directly to
469 @ref{Activation}.}
471 If you have downloaded Org from the Web, either as a distribution @file{.zip}
472 or @file{.tar} file, or as a GIT archive, you must take the following steps
473 to install it: Go into the unpacked Org distribution directory and edit the
474 top section of the file @file{Makefile}.  You must set the name of the Emacs
475 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
476 directories where local Lisp and Info files are kept.  If you don't have
477 access to the system-wide directories, you can simply run Org directly from
478 the distribution directory by adding the @file{lisp} subdirectory to the
479 Emacs load path.  To do this, add the following line to @file{.emacs}:
481 @example
482 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
483 @end example
485 @noindent
486 If you plan to use code from the @file{contrib} subdirectory, do a similar
487 step for this directory:
489 @example
490 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
491 @end example
493 @b{XEmacs users now need to install the file @file{noutline.el} from
494 the @file{xemacs} sub-directory of the Org distribution.  Use the
495 command:}
497 @example
498 @b{make install-noutline}
499 @end example
501 @noindent Now byte-compile the Lisp files with the shell command:
503 @example
504 make
505 @end example
507 @noindent If you are running Org from the distribution directory, this is
508 all.  If you want to install into the system directories, use
510 @example
511 make install
512 make install-info
513 @end example
515 @noindent Then add to @file{.emacs}:
517 @lisp
518 ;; This line only if Org is not part of the X/Emacs distribution.
519 (require 'org-install)
520 @end lisp
523 @node Activation, Feedback, Installation, Introduction
524 @section Activation
525 @cindex activation
526 @cindex autoload
527 @cindex global key bindings
528 @cindex key bindings, global
530 @iftex
531 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
532 PDF documentation as viewed by some PDF viewers to your .emacs file, the
533 single quote character comes out incorrectly and the code will not work.
534 You need to fix the single quotes by hand, or copy from Info
535 documentation.}
536 @end iftex
538 Add the following lines to your @file{.emacs} file.  The last two lines
539 define @emph{global} keys for the commands @command{org-store-link},
540 @command{org-agenda}, and @command{org-iswitchb} - please choose suitable
541 keys yourself.
543 @lisp
544 ;; The following lines are always needed.  Choose your own keys.
545 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
546 (global-set-key "\C-cl" 'org-store-link)
547 (global-set-key "\C-ca" 'org-agenda)
548 (global-set-key "\C-cb" 'org-iswitchb)
549 @end lisp
551 Furthermore, you must activate @code{font-lock-mode} in Org
552 buffers, because significant functionality depends on font-locking being
553 active.  You can do this with either one of the following two lines
554 (XEmacs user must use the second option):
555 @lisp
556 (global-font-lock-mode 1)                     ; for all buffers
557 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
558 @end lisp
560 @cindex Org mode, turning on
561 With this setup, all files with extension @samp{.org} will be put
562 into Org mode.  As an alternative, make the first line of a file look
563 like this:
565 @example
566 MY PROJECTS    -*- mode: org; -*-
567 @end example
569 @noindent which will select Org mode for this buffer no matter what
570 the file's name is.  See also the variable
571 @code{org-insert-mode-line-in-empty-file}.
573 @node Feedback, Conventions, Activation, Introduction
574 @section Feedback
575 @cindex feedback
576 @cindex bug reports
577 @cindex maintainer
578 @cindex author
580 If you find problems with Org, or if you have questions, remarks, or ideas
581 about it, please mail to the Org mailing list @code{emacs-orgmode@@gnu.org}.
582 If you are not a member of the mailing list, your mail will be reviewed by a
583 moderator and then passed through to the list.
585 For bug reports, please provide as much information as possible,
586 including the version information of Emacs (@kbd{C-h v emacs-version
587 @key{RET}}) and Org (@kbd{C-h v org-version @key{RET}}), as well as
588 the Org related setup in @file{.emacs}.  If an error occurs, a
589 backtrace can be very useful (see below on how to create one).  Often a
590 small example file helps, along with clear information about:
592 @enumerate
593 @item What exactly did you do?
594 @item What did you expect to happen?
595 @item What happened instead?
596 @end enumerate
597 @noindent Thank you for helping to improve this mode.
599 @subsubheading How to create a useful backtrace
601 @cindex backtrace of an error
602 If working with Org produces an error with a message you don't
603 understand, you may have hit a bug.  The best way to report this is by
604 providing, in addition to what was mentioned above, a @emph{Backtrace}.
605 This is information from the built-in debugger about where and how the
606 error occurred.  Here is how to produce a useful backtrace:
608 @enumerate
609 @item
610 Start a fresh Emacs or XEmacs, and make sure that it will load the
611 original Lisp code in @file{org.el} instead of the compiled version in
612 @file{org.elc}.  The backtrace contains much more information if it is
613 produced with uncompiled code.  To do this, either rename @file{org.elc}
614 to something else before starting Emacs, or ask Emacs explicitly to load
615 @file{org.el} by using the command line
616 @example
617 emacs -l /path/to/org.el
618 @end example
619 @item
620 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
621 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
622 @item
623 Do whatever you have to do to hit the error.  Don't forget to
624 document the steps you take.
625 @item
626 When you hit the error, a @file{*Backtrace*} buffer will appear on the
627 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
628 attach it to your bug report.
629 @end enumerate
631 @node Conventions,  , Feedback, Introduction
632 @section Typesetting conventions used in this manual
634 Org uses three types of keywords: TODO keywords, tags, and property
635 names.  In this manual we use the following conventions:
637 @table @code
638 @item TODO
639 @itemx WAITING
640 TODO keywords are written with all capitals, even if they are
641 user-defined.
642 @item boss
643 @itemx ARCHIVE
644 User-defined tags are written in lowercase; built-in tags with special
645 meaning are written with all capitals.
646 @item Release
647 @itemx PRIORITY
648 User-defined properties are capitalized; built-in properties with
649 special meaning are written with all capitals.
650 @end table
652 @node Document Structure, Tables, Introduction, Top
653 @chapter Document Structure
654 @cindex document structure
655 @cindex structure of document
657 Org is based on outline mode and provides flexible commands to
658 edit the structure of the document.
660 @menu
661 * Outlines::                    Org is based on Outline mode
662 * Headlines::                   How to typeset Org tree headlines
663 * Visibility cycling::          Show and hide, much simplified
664 * Motion::                      Jumping to other headlines
665 * Structure editing::           Changing sequence and level of headlines
666 * Archiving::                   Move done task trees to a different place
667 * Sparse trees::                Matches embedded in context
668 * Plain lists::                 Additional structure within an entry
669 * Drawers::                     Tucking stuff away
670 * Orgstruct mode::              Structure editing outside Org
671 @end menu
673 @node Outlines, Headlines, Document Structure, Document Structure
674 @section Outlines
675 @cindex outlines
676 @cindex Outline mode
678 Org is implemented on top of Outline mode.  Outlines allow a
679 document to be organized in a hierarchical structure, which (at least
680 for me) is the best representation of notes and thoughts.  An overview
681 of this structure is achieved by folding (hiding) large parts of the
682 document to show only the general document structure and the parts
683 currently being worked on.  Org greatly simplifies the use of
684 outlines by compressing the entire show/hide functionality into a single
685 command @command{org-cycle}, which is bound to the @key{TAB} key.
687 @node Headlines, Visibility cycling, Outlines, Document Structure
688 @section Headlines
689 @cindex headlines
690 @cindex outline tree
692 Headlines define the structure of an outline tree.  The headlines in
693 Org start with one or more stars, on the left margin@footnote{See
694 the variable @code{org-special-ctrl-a/e} to configure special behavior
695 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
697 @example
698 * Top level headline
699 ** Second level
700 *** 3rd level
701     some text
702 *** 3rd level
703     more text
705 * Another top level headline
706 @end example
708 @noindent Some people find the many stars too noisy and would prefer an
709 outline that has whitespace followed by a single star as headline
710 starters.  @ref{Clean view} describes a setup to realize this.
712 An empty line after the end of a subtree is considered part of it and
713 will be hidden when the subtree is folded.  However, if you leave at
714 least two empty lines, one empty line will remain visible after folding
715 the subtree, in order to structure the collapsed view.  See the
716 variable @code{org-cycle-separator-lines} to modify this behavior.
718 @node Visibility cycling, Motion, Headlines, Document Structure
719 @section Visibility cycling
720 @cindex cycling, visibility
721 @cindex visibility cycling
722 @cindex trees, visibility
723 @cindex show hidden text
724 @cindex hide text
726 Outlines make it possible to hide parts of the text in the buffer.
727 Org uses just two commands, bound to @key{TAB} and
728 @kbd{S-@key{TAB}} to change the visibility in the buffer.
730 @cindex subtree visibility states
731 @cindex subtree cycling
732 @cindex folded, subtree visibility state
733 @cindex children, subtree visibility state
734 @cindex subtree, subtree visibility state
735 @table @kbd
736 @kindex @key{TAB}
737 @item @key{TAB}
738 @emph{Subtree cycling}: Rotate current subtree among the states
740 @example
741 ,-> FOLDED -> CHILDREN -> SUBTREE --.
742 '-----------------------------------'
743 @end example
745 The cursor must be on a headline for this to work@footnote{see, however,
746 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
747 beginning of the buffer and the first line is not a headline, then
748 @key{TAB} actually runs global cycling (see below)@footnote{see the
749 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
750 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
752 @cindex global visibility states
753 @cindex global cycling
754 @cindex overview, global visibility state
755 @cindex contents, global visibility state
756 @cindex show all, global visibility state
757 @kindex S-@key{TAB}
758 @item S-@key{TAB}
759 @itemx C-u @key{TAB}
760 @emph{Global cycling}: Rotate the entire buffer among the states
762 @example
763 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
764 '--------------------------------------'
765 @end example
767 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
768 CONTENTS view up to headlines of level N will be shown.  Note that inside
769 tables, @kbd{S-@key{TAB}} jumps to the previous field.
771 @cindex show all, command
772 @kindex C-c C-a
773 @item C-c C-a
774 Show all.
775 @kindex C-c C-r
776 @item C-c C-r
777 Reveal context around point, showing the current entry, the following heading
778 and the hierarchy above.  Useful for working near a location that has been
779 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
780 (@pxref{Agenda commands}).  With a prefix argument show, on each
781 level, all sibling headings.
782 @kindex C-c C-x b
783 @item C-c C-x b
784 Show the current subtree in an indirect buffer@footnote{The indirect
785 buffer
786 @ifinfo
787 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
788 @end ifinfo
789 @ifnotinfo
790 (see the Emacs manual for more information about indirect buffers)
791 @end ifnotinfo
792 will contain the entire buffer, but will be narrowed to the current
793 tree.  Editing the indirect buffer will also change the original buffer,
794 but without affecting visibility in that buffer.}.  With a numeric
795 prefix argument N, go up to level N and then take that tree.  If N is
796 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
797 the previously used indirect buffer.
798 @end table
800 When Emacs first visits an Org file, the global state is set to
801 OVERVIEW, i.e. only the top level headlines are visible.  This can be
802 configured through the variable @code{org-startup-folded}, or on a
803 per-file basis by adding one of the following lines anywhere in the
804 buffer:
806 @example
807 #+STARTUP: overview
808 #+STARTUP: content
809 #+STARTUP: showall
810 @end example
812 @noindent
813 Forthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
814 and Columns}) will get their visibility adapted accordingly.  Allowed values
815 for this property are @code{folded}, @code{children}, @code{content}, and
816 @code{all}.
817 @table @kbd
818 @kindex C-u C-u @key{TAB}
819 @item C-u C-u @key{TAB}
820 Switch back to the startup visibility of the buffer, i.e. whatever is
821 requested by startup options and @samp{VISIBILITY} properties in individual
822 entries.
823 @end table
825 @node Motion, Structure editing, Visibility cycling, Document Structure
826 @section Motion
827 @cindex motion, between headlines
828 @cindex jumping, to headlines
829 @cindex headline navigation
830 The following commands jump to other headlines in the buffer.
832 @table @kbd
833 @kindex C-c C-n
834 @item C-c C-n
835 Next heading.
836 @kindex C-c C-p
837 @item C-c C-p
838 Previous heading.
839 @kindex C-c C-f
840 @item C-c C-f
841 Next heading same level.
842 @kindex C-c C-b
843 @item C-c C-b
844 Previous heading same level.
845 @kindex C-c C-u
846 @item C-c C-u
847 Backward to higher level heading.
848 @kindex C-c C-j
849 @item C-c C-j
850 Jump to a different place without changing the current outline
851 visibility.  Shows the document structure in a temporary buffer, where
852 you can use the following keys to find your destination:
853 @example
854 @key{TAB}         @r{Cycle visibility.}
855 @key{down} / @key{up}   @r{Next/previous visible headline.}
856 n / p        @r{Next/previous visible headline.}
857 f / b        @r{Next/previous headline same level.}
858 u            @r{One level up.}
859 0-9          @r{Digit argument.}
860 @key{RET}         @r{Select this location.}
861 @end example
862 @end table
864 @node Structure editing, Archiving, Motion, Document Structure
865 @section Structure editing
866 @cindex structure editing
867 @cindex headline, promotion and demotion
868 @cindex promotion, of subtrees
869 @cindex demotion, of subtrees
870 @cindex subtree, cut and paste
871 @cindex pasting, of subtrees
872 @cindex cutting, of subtrees
873 @cindex copying, of subtrees
874 @cindex subtrees, cut and paste
876 @table @kbd
877 @kindex M-@key{RET}
878 @item M-@key{RET}
879 Insert new heading with same level as current.  If the cursor is in a
880 plain list item, a new item is created (@pxref{Plain lists}).  To force
881 creation of a new headline, use a prefix argument, or first press @key{RET}
882 to get to the beginning of the next line.  When this command is used in
883 the middle of a line, the line is split and the rest of the line becomes
884 the new headline@footnote{If you do not want the line to be split,
885 customize the variable @code{org-M-RET-may-split-line}.}.  If the
886 command is used at the beginning of a headline, the new headline is
887 created before the current line.  If at the beginning of any other line,
888 the content of that line is made the new heading.  If the command is
889 used at the end of a folded subtree (i.e. behind the ellipses at the end
890 of a headline), then a headline like the current one will be inserted
891 after the end of the subtree.
892 @kindex C-@key{RET}
893 @item C-@key{RET}
894 Insert a new heading after the current subtree, same level as the
895 current headline.  This command works from anywhere in the entry.
896 @kindex M-S-@key{RET}
897 @item M-S-@key{RET}
898 Insert new TODO entry with same level as current heading.
899 @kindex M-@key{left}
900 @item M-@key{left}
901 Promote current heading by one level.
902 @kindex M-@key{right}
903 @item M-@key{right}
904 Demote current heading by one level.
905 @kindex M-S-@key{left}
906 @item M-S-@key{left}
907 Promote the current subtree by one level.
908 @kindex M-S-@key{right}
909 @item M-S-@key{right}
910 Demote the current subtree by one level.
911 @kindex M-S-@key{up}
912 @item M-S-@key{up}
913 Move subtree up (swap with previous subtree of same
914 level).
915 @kindex M-S-@key{down}
916 @item M-S-@key{down}
917 Move subtree down (swap with next subtree of same level).
918 @kindex C-c C-x C-w
919 @kindex C-c C-x C-k
920 @item C-c C-x C-w
921 @itemx C-c C-x C-k
922 Kill subtree, i.e. remove it from buffer but save in kill ring.
923 With a numeric prefix argument N, kill N sequential subtrees.
924 @kindex C-c C-x M-w
925 @item C-c C-x M-w
926 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
927 sequential subtrees.
928 @kindex C-c C-x C-y
929 @item C-c C-x C-y
930 Yank subtree from kill ring.  This does modify the level of the subtree to
931 make sure the tree fits in nicely at the yank position.  The yank level can
932 also be specified with a numeric prefix argument, or by yanking after a
933 headline marker like @samp{****}.
934 @kindex C-c C-w
935 @item C-c C-w
936 Refile entry to a different location.  @xref{Refiling notes}.
937 @kindex C-c ^
938 @item C-c ^
939 Sort same-level entries.  When there is an active region, all entries in the
940 region will be sorted.  Otherwise the children of the current headline are
941 sorted.  The command prompts for the sorting method, which can be
942 alphabetically, numerically, by time (using the first time stamp in each
943 entry), by priority, or by TODO keyword (in the sequence the keywords have
944 been defined in the setup).  Reverse sorting is possible as well.  You can
945 also supply your own function to extract the sorting key.  With a @kbd{C-u}
946 prefix, sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes,
947 duplicate entries will also be removed.
948 @kindex C-x n s
949 @item C-x n s
950 Narrow buffer to current subtree.
951 @kindex C-x n w
952 @item C-x n w
953 Widen buffer to remove a narrowing.
954 @kindex C-c *
955 @item C-c *
956 Turn a normal line or plain list item into a headline (so that it
957 becomes a subheading at its location).  Also turn a headline into a
958 normal line by removing the stars.  If there is an active region, turn
959 all lines in the region into headlines.  Or, if the first line is a
960 headline, remove the stars from all headlines in the region.
961 @end table
963 @cindex region, active
964 @cindex active region
965 @cindex Transient mark mode
966 When there is an active region (Transient mark mode), promotion and
967 demotion work on all headlines in the region.  To select a region of
968 headlines, it is best to place both point and mark at the beginning of a
969 line, mark at the beginning of the first headline, and point at the line
970 just after the last headline to change.  Note that when the cursor is
971 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
972 functionality.
974 @node Archiving, Sparse trees, Structure editing, Document Structure
975 @section Archiving
976 @cindex archiving
978 When a project represented by a (sub)tree is finished, you may want
979 to move the tree out of the way and to stop it from contributing to the
980 agenda.  Org mode knows two ways of archiving.  You can mark a tree with
981 the ARCHIVE tag, or you can move an entire (sub)tree to a different
982 location.
984 @menu
985 * ARCHIVE tag::                 Marking a tree as inactive
986 * Moving subtrees::             Moving a tree to an archive file
987 @end menu
989 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
990 @subsection The ARCHIVE tag
991 @cindex internal archiving
993 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
994 its location in the outline tree, but behaves in the following way:
995 @itemize @minus
996 @item
997 It does not open when you attempt to do so with a visibility cycling
998 command (@pxref{Visibility cycling}).  You can force cycling archived
999 subtrees with @kbd{C-@key{TAB}}, or by setting the option
1000 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
1001 @code{show-all} will open archived subtrees.
1002 @item
1003 During sparse tree construction (@pxref{Sparse trees}), matches in
1004 archived subtrees are not exposed, unless you configure the option
1005 @code{org-sparse-tree-open-archived-trees}.
1006 @item
1007 During agenda view construction (@pxref{Agenda Views}), the content of
1008 archived trees is ignored unless you configure the option
1009 @code{org-agenda-skip-archived-trees}, in which case these trees will always
1010 be included.  In the agenda you can press the @kbd{v} key to get archives
1011 temporarily included.
1012 @item
1013 Archived trees are not exported (@pxref{Exporting}), only the headline
1014 is.  Configure the details using the variable
1015 @code{org-export-with-archived-trees}.
1016 @end itemize
1018 The following commands help managing the ARCHIVE tag:
1020 @table @kbd
1021 @kindex C-c C-x a
1022 @item C-c C-x a
1023 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
1024 the headline changes to a shadowed face, and the subtree below it is
1025 hidden.
1026 @kindex C-u C-c C-x a
1027 @item C-u C-c C-x a
1028 Check if any direct children of the current headline should be archived.
1029 To do this, each subtree is checked for open TODO entries.  If none are
1030 found, the command offers to set the ARCHIVE tag for the child.  If the
1031 cursor is @emph{not} on a headline when this command is invoked, the
1032 level 1 trees will be checked.
1033 @kindex C-@kbd{TAB}
1034 @item C-@kbd{TAB}
1035 Cycle a tree even if it is tagged with ARCHIVE.
1036 @end table
1038 @node Moving subtrees,  , ARCHIVE tag, Archiving
1039 @subsection Moving subtrees
1040 @cindex external archiving
1042 Once an entire project is finished, you may want to move it to a different
1043 location.  Org can move it to an @emph{Archive Sibling} in the same tree, to a
1044 different tree in the current file, or to a different file, the archive file.
1046 @table @kbd
1047 @kindex C-c C-x A
1048 @item C-c C-x A
1049 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
1050 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}
1051 (@pxref{ARCHIVE tag}).  The entry becomes a child of that sibling and in this
1052 way retains a lot of its original context, including inherited tags and
1053 approximate position in the outline.
1054 @kindex C-c C-x C-s
1055 @item C-c C-x C-s
1056 Archive the subtree starting at the cursor position to the location
1057 given by @code{org-archive-location}.  Context information that could be
1058 lost like the file name, the category, inherited tags, and the TODO
1059 state will be store as properties in the entry.
1060 @kindex C-u C-c C-x C-s
1061 @item C-u C-c C-x C-s
1062 Check if any direct children of the current headline could be moved to
1063 the archive.  To do this, each subtree is checked for open TODO entries.
1064 If none are found, the command offers to move it to the archive
1065 location.  If the cursor is @emph{not} on a headline when this command
1066 is invoked, the level 1 trees will be checked.
1067 @end table
1069 @cindex archive locations
1070 The default archive location is a file in the same directory as the
1071 current file, with the name derived by appending @file{_archive} to the
1072 current file name.  For information and examples on how to change this,
1073 see the documentation string of the variable
1074 @code{org-archive-location}.  There is also an in-buffer option for
1075 setting this variable, for example@footnote{For backward compatibility,
1076 the following also works: If there are several such lines in a file,
1077 each specifies the archive location for the text below it.  The first
1078 such line also applies to any text before its definition.  However,
1079 using this method is @emph{strongly} deprecated as it is incompatible
1080 with the outline structure of the document.  The correct method for
1081 setting multiple archive locations in a buffer is using a property.}:
1083 @example
1084 #+ARCHIVE: %s_done::
1085 @end example
1087 @noindent
1088 If you would like to have a special ARCHIVE location for a single entry
1089 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
1090 location as the value (@pxref{Properties and Columns}).
1092 When a subtree is moved, it receives a number of special properties that
1093 record context information like the file from where the entry came, it's
1094 outline path the archiving time etc.  Configure the variable
1095 @code{org-archive-save-context-info} to adjust the amount of information
1096 added.
1098 @node Sparse trees, Plain lists, Archiving, Document Structure
1099 @section Sparse trees
1100 @cindex sparse trees
1101 @cindex trees, sparse
1102 @cindex folding, sparse trees
1103 @cindex occur, command
1105 An important feature of Org mode is the ability to construct @emph{sparse
1106 trees} for selected information in an outline tree, so that the entire
1107 document is folded as much as possible, but the selected information is made
1108 visible along with the headline structure above it@footnote{See also the
1109 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
1110 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
1111 control on how much context is shown around each match.}.  Just try it out
1112 and you will see immediately how it works.
1114 Org mode contains several commands creating such trees, all these
1115 commands can be accessed through a dispatcher:
1117 @table @kbd
1118 @kindex C-c /
1119 @item C-c /
1120 This prompts for an extra key to select a sparse-tree creating command.
1121 @kindex C-c / r
1122 @item C-c / r
1123 Occur.  Prompts for a regexp and shows a sparse tree with all matches.  If
1124 the match is in a headline, the headline is made visible.  If the match is in
1125 the body of an entry, headline and body are made visible.  In order to
1126 provide minimal context, also the full hierarchy of headlines above the match
1127 is shown, as well as the headline following the match.  Each match is also
1128 highlighted; the highlights disappear when the buffer is changed by an
1129 editing command@footnote{depending on the option
1130 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1131 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1132 so several calls to this command can be stacked.
1133 @end table
1135 @noindent
1136 For frequently used sparse trees of specific search strings, you can
1137 use the variable @code{org-agenda-custom-commands} to define fast
1138 keyboard access to specific sparse trees.  These commands will then be
1139 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1140 For example:
1142 @lisp
1143 (setq org-agenda-custom-commands
1144       '(("f" occur-tree "FIXME")))
1145 @end lisp
1147 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1148 a sparse tree matching the string @samp{FIXME}.
1150 The other sparse tree commands select headings based on TODO keywords,
1151 tags, or properties and will be discussed later in this manual.
1153 @kindex C-c C-e v
1154 @cindex printing sparse trees
1155 @cindex visible text, printing
1156 To print a sparse tree, you can use the Emacs command
1157 @code{ps-print-buffer-with-faces} which does not print invisible parts
1158 of the document @footnote{This does not work under XEmacs, because
1159 XEmacs uses selective display for outlining, not text properties.}.
1160 Or you can use the command @kbd{C-c C-e v} to export only the visible
1161 part of the document and print the resulting file.
1163 @node Plain lists, Drawers, Sparse trees, Document Structure
1164 @section Plain lists
1165 @cindex plain lists
1166 @cindex lists, plain
1167 @cindex lists, ordered
1168 @cindex ordered lists
1170 Within an entry of the outline tree, hand-formatted lists can provide
1171 additional structure.  They also provide a way to create lists of
1172 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1173 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1175 Org knows ordered lists, unordered lists, and description lists.
1176 @itemize @bullet
1177 @item
1178 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1179 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1180 they will be seen as top-level headlines.  Also, when you are hiding leading
1181 stars to get a clean outline view, plain list items starting with a star are
1182 visually indistinguishable from true headlines.  In short: even though
1183 @samp{*} is supported, it may be better to not use it for plain list items.}
1184 as bullets.
1185 @item
1186 @emph{Ordered} list items start with a numeral followed by either a period or
1187 a right parenthesis, such as @samp{1.} or @samp{1)}.
1188 @item
1189 @emph{Description} list items are like unordered list items, but contain the
1190 separator @samp{ :: } to separate the description @emph{term} from the
1191 desciption.
1192 @end itemize
1194 Items belonging to the same list must have the same indentation on the first
1195 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1196 2--digit numbers must be written left-aligned with the other numbers in the
1197 list.  Indentation also determines the end of a list item.  It ends before
1198 the next line that is indented like the bullet/number, or less.  Empty lines
1199 are part of the previous item, so you can have several paragraphs in one
1200 item.  If you would like an empty line to terminate all currently open plain
1201 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1202 Here is an example:
1204 @example
1205 @group
1206 ** Lord of the Rings
1207    My favorite scenes are (in this order)
1208    1. The attack of the Rohirrim
1209    2. Eowyns fight with the witch king
1210       + this was already my favorite scene in the book
1211       + I really like Miranda Otto.
1212    3. Peter Jackson being shot by Legolas
1213        - on DVD only
1214       He makes a really funny face when it happens.
1215    But in the end, not individual scenes matter but the film as a whole.
1216    Important actors in this film are:
1217    - @b{Elijah Wood} :: He plays the Frodo
1218    - @b{Sean Austin} :: He plays the Sam, Frodos friend.  I still remember
1219      him very well from his role as Mikey Walsh a in the Goonies.
1220 @end group
1221 @end example
1223 Org supports these lists by tuning filling and wrapping commands to
1224 deal with them correctly@footnote{Org only changes the filling
1225 settings for Emacs.  For XEmacs, you should use Kyle E. Jones'
1226 @file{filladapt.el}.  To turn this on,  put into @file{.emacs}:
1227 @code{(require 'filladapt)}}, and by exporting them properly
1228 (@pxref{Exporting}).
1230 The following commands act on items when the cursor is in the first line
1231 of an item (the line with the bullet or number).
1233 @table @kbd
1234 @kindex @key{TAB}
1235 @item @key{TAB}
1236 Items can be folded just like headline levels if you set the variable
1237 @code{org-cycle-include-plain-lists}.  The level of an item is then
1238 given by the indentation of the bullet/number.  Items are always
1239 subordinate to real headlines, however; the hierarchies remain
1240 completely separated.
1242 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1243 fixes the indentation of the current line in a heuristic way.
1244 @kindex M-@key{RET}
1245 @item M-@key{RET}
1246 Insert new item at current level.  With a prefix argument, force a new
1247 heading (@pxref{Structure editing}).  If this command is used in the middle
1248 of a line, the line is @emph{split} and the rest of the line becomes the new
1249 item@footnote{If you do not want the line to be split, customize the variable
1250 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1251 @emph{whitespace before a bullet or number}, the new item is created
1252 @emph{before} the current item.  If the command is executed in the white
1253 space before the text that is part of an item but does not contain the
1254 bullet, a bullet is added to the current line.
1255 @kindex M-S-@key{RET}
1256 @item M-S-@key{RET}
1257 Insert a new item with a checkbox (@pxref{Checkboxes}).
1258 @kindex S-@key{up}
1259 @kindex S-@key{down}
1260 @item S-@key{up}
1261 @itemx S-@key{down}
1262 Jump to the previous/next item in the current list.
1263 @kindex M-S-@key{up}
1264 @kindex M-S-@key{down}
1265 @item M-S-@key{up}
1266 @itemx M-S-@key{down}
1267 Move the item including subitems up/down (swap with previous/next item
1268 of same indentation).  If the list is ordered, renumbering is
1269 automatic.
1270 @kindex M-S-@key{left}
1271 @kindex M-S-@key{right}
1272 @item M-S-@key{left}
1273 @itemx M-S-@key{right}
1274 Decrease/increase the indentation of the item, including subitems.
1275 Initially, the item tree is selected based on current indentation.
1276 When these commands are executed several times in direct succession,
1277 the initially selected region is used, even if the new indentation
1278 would imply a different hierarchy.  To use the new hierarchy, break
1279 the command chain with a cursor motion or so.
1280 @kindex C-c C-c
1281 @item C-c C-c
1282 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1283 state of the checkbox.  If not, this command makes sure that all the
1284 items on this list level use the same bullet.  Furthermore, if this is
1285 an ordered list, make sure the numbering is OK.
1286 @kindex C-c -
1287 @item C-c -
1288 Cycle the entire list level through the different itemize/enumerate bullets
1289 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1290 argument N, select the Nth bullet from this list.  If there is an active
1291 region when calling this, all lines will be converted to list items.  If the
1292 first line already was a list item, any item markers will be removed from the
1293 list.  Finally, even without an active region, a normal line will be
1294 converted into a list item.
1295 @end table
1297 @node Drawers, Orgstruct mode, Plain lists, Document Structure
1298 @section Drawers
1299 @cindex drawers
1300 @cindex visibility cycling, drawers
1302 Sometimes you want to keep information associated with an entry, but you
1303 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1304 Drawers need to be configured with the variable
1305 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1306 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1307 look like this:
1309 @example
1310 ** This is a headline
1311    Still outside the drawer
1312    :DRAWERNAME:
1313       This is inside the drawer.
1314    :END:
1315    After the drawer.
1316 @end example
1318 Visibility cycling (@pxref{Visibility cycling}) on the headline will
1319 hide and show the entry, but keep the drawer collapsed to a single line.
1320 In order to look inside the drawer, you need to move the cursor to the
1321 drawer line and press @key{TAB} there.  Org mode uses a drawer for
1322 storing properties (@pxref{Properties and Columns}), and another one for
1323 storing clock times (@pxref{Clocking work time}).
1325 @node Orgstruct mode,  , Drawers, Document Structure
1326 @section The Orgstruct minor mode
1327 @cindex Orgstruct mode
1328 @cindex minor mode for structure editing
1330 If you like the intuitive way the Org mode structure editing and list
1331 formatting works, you might want to use these commands in other modes
1332 like Text mode or Mail mode as well.  The minor mode Orgstruct mode
1333 makes this possible.  You can always toggle the mode with @kbd{M-x
1334 orgstruct-mode}.  To turn it on by default, for example in Mail mode,
1337 @lisp
1338 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1339 @end lisp
1341 When this mode is active and the cursor is on a line that looks to
1342 Org like a headline of the first line of a list item, most
1343 structure editing commands will work, even if the same keys normally
1344 have different functionality in the major mode you are using.  If the
1345 cursor is not in one of those special lines, Orgstruct mode lurks
1346 silently in the shadow.
1348 @node Tables, Hyperlinks, Document Structure, Top
1349 @chapter Tables
1350 @cindex tables
1351 @cindex editing tables
1353 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1354 calculations are supported in connection with the Emacs @file{calc}
1355 package
1356 @ifinfo
1357 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1358 @end ifinfo
1359 @ifnotinfo
1360 (see the Emacs Calculator manual for more information about the Emacs
1361 calculator).
1362 @end ifnotinfo
1364 @menu
1365 * Built-in table editor::       Simple tables
1366 * Narrow columns::              Stop wasting space in tables
1367 * Column groups::               Grouping to trigger vertical lines
1368 * Orgtbl mode::                 The table editor as minor mode
1369 * The spreadsheet::             The table editor has spreadsheet capabilities
1370 @end menu
1372 @node Built-in table editor, Narrow columns, Tables, Tables
1373 @section The built-in table editor
1374 @cindex table editor, built-in
1376 Org makes it easy to format tables in plain ASCII.  Any line with
1377 @samp{|} as the first non-whitespace character is considered part of a
1378 table.  @samp{|} is also the column separator.  A table might look like
1379 this:
1381 @example
1382 | Name  | Phone | Age |
1383 |-------+-------+-----|
1384 | Peter |  1234 |  17 |
1385 | Anna  |  4321 |  25 |
1386 @end example
1388 A table is re-aligned automatically each time you press @key{TAB} or
1389 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1390 the next field (@key{RET} to the next row) and creates new table rows
1391 at the end of the table or before horizontal lines.  The indentation
1392 of the table is set by the first line.  Any line starting with
1393 @samp{|-} is considered as a horizontal separator line and will be
1394 expanded on the next re-align to span the whole table width.  So, to
1395 create the above table, you would only type
1397 @example
1398 |Name|Phone|Age|
1400 @end example
1402 @noindent and then press @key{TAB} to align the table and start filling in
1403 fields.
1405 When typing text into a field, Org treats @key{DEL},
1406 @key{Backspace}, and all character keys in a special way, so that
1407 inserting and deleting avoids shifting other fields.  Also, when
1408 typing @emph{immediately after the cursor was moved into a new field
1409 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1410 field is automatically made blank.  If this behavior is too
1411 unpredictable for you, configure the variables
1412 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1414 @table @kbd
1415 @tsubheading{Creation and conversion}
1416 @kindex C-c |
1417 @item C-c |
1418 Convert the active region to table. If every line contains at least one
1419 TAB character, the function assumes that the material is tab separated.
1420 If every line contains a comma, comma-separated values (CSV) are assumed.
1421 If not, lines are split at whitespace into fields.  You can use a prefix
1422 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1423 C-u} forces TAB, and a numeric argument N indicates that at least N
1424 consecutive spaces, or alternatively a TAB will be the separator.
1426 If there is no active region, this command creates an empty Org
1427 table.  But it's easier just to start typing, like
1428 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1430 @tsubheading{Re-aligning and field motion}
1431 @kindex C-c C-c
1432 @item C-c C-c
1433 Re-align the table without moving the cursor.
1435 @kindex @key{TAB}
1436 @item @key{TAB}
1437 Re-align the table, move to the next field.  Creates a new row if
1438 necessary.
1440 @kindex S-@key{TAB}
1441 @item S-@key{TAB}
1442 Re-align, move to previous field.
1444 @kindex @key{RET}
1445 @item @key{RET}
1446 Re-align the table and move down to next row.  Creates a new row if
1447 necessary.  At the beginning or end of a line, @key{RET} still does
1448 NEWLINE, so it can be used to split a table.
1450 @tsubheading{Column and row editing}
1451 @kindex M-@key{left}
1452 @kindex M-@key{right}
1453 @item M-@key{left}
1454 @itemx M-@key{right}
1455 Move the current column left/right.
1457 @kindex M-S-@key{left}
1458 @item M-S-@key{left}
1459 Kill the current column.
1461 @kindex M-S-@key{right}
1462 @item M-S-@key{right}
1463 Insert a new column to the left of the cursor position.
1465 @kindex M-@key{up}
1466 @kindex M-@key{down}
1467 @item M-@key{up}
1468 @itemx M-@key{down}
1469 Move the current row up/down.
1471 @kindex M-S-@key{up}
1472 @item M-S-@key{up}
1473 Kill the current row or horizontal line.
1475 @kindex M-S-@key{down}
1476 @item M-S-@key{down}
1477 Insert a new row above the current row.  With a prefix argument, the line is
1478 created below the current one.
1480 @kindex C-c -
1481 @item C-c -
1482 Insert a horizontal line below current row. With a prefix argument, the line
1483 is created above the current line.
1485 @kindex C-c ^
1486 @item C-c ^
1487 Sort the table lines in the region.  The position of point indicates the
1488 column to be used for sorting, and the range of lines is the range
1489 between the nearest horizontal separator lines, or the entire table.  If
1490 point is before the first column, you will be prompted for the sorting
1491 column.  If there is an active region, the mark specifies the first line
1492 and the sorting column, while point should be in the last line to be
1493 included into the sorting.  The command prompts for the sorting type
1494 (alphabetically, numerically, or by time).  When called with a prefix
1495 argument, alphabetic sorting will be case-sensitive.
1497 @tsubheading{Regions}
1498 @kindex C-c C-x M-w
1499 @item C-c C-x M-w
1500 Copy a rectangular region from a table to a special clipboard.  Point
1501 and mark determine edge fields of the rectangle.  The process ignores
1502 horizontal separator lines.
1504 @kindex C-c C-x C-w
1505 @item C-c C-x C-w
1506 Copy a rectangular region from a table to a special clipboard, and
1507 blank all fields in the rectangle.  So this is the ``cut'' operation.
1509 @kindex C-c C-x C-y
1510 @item C-c C-x C-y
1511 Paste a rectangular region into a table.
1512 The upper right corner ends up in the current field.  All involved fields
1513 will be overwritten.  If the rectangle does not fit into the present table,
1514 the table is enlarged as needed.  The process ignores horizontal separator
1515 lines.
1517 @kindex C-c C-q
1518 @kindex M-@key{RET}
1519 @item C-c C-q
1520 @itemx M-@kbd{RET}
1521 Wrap several fields in a column like a paragraph.  If there is an active
1522 region, and both point and mark are in the same column, the text in the
1523 column is wrapped to minimum width for the given number of lines.  A numeric
1524 prefix argument may be used to change the number of desired lines.  If there
1525 is no region, the current field is split at the cursor position and the text
1526 fragment to the right of the cursor is prepended to the field one line
1527 down. If there is no region, but you specify a prefix argument, the current
1528 field is made blank, and the content is appended to the field above.
1530 @tsubheading{Calculations}
1531 @cindex formula, in tables
1532 @cindex calculations, in tables
1533 @cindex region, active
1534 @cindex active region
1535 @cindex Transient mark mode
1536 @kindex C-c +
1537 @item C-c +
1538 Sum the numbers in the current column, or in the rectangle defined by
1539 the active region.  The result is shown in the echo area and can
1540 be inserted with @kbd{C-y}.
1542 @kindex S-@key{RET}
1543 @item S-@key{RET}
1544 When current field is empty, copy from first non-empty field above.
1545 When not empty, copy current field down to next row and move cursor
1546 along with it.  Depending on the variable
1547 @code{org-table-copy-increment}, integer field values will be
1548 incremented during copy.  This key is also used by CUA mode
1549 (@pxref{Cooperation}).
1551 @tsubheading{Miscellaneous}
1552 @kindex C-c `
1553 @item C-c `
1554 Edit the current field in a separate window.  This is useful for fields
1555 that are not fully visible (@pxref{Narrow columns}).  When called with a
1556 @kbd{C-u} prefix, just make the full field visible, so that it can be
1557 edited in place.
1559 @item M-x org-table-import
1560 Import a file as a table.  The table should be TAB- or whitespace
1561 separated.  Useful, for example, to import a spreadsheet table or data
1562 from a database, because these programs generally can write
1563 TAB-separated text files.  This command works by inserting the file into
1564 the buffer and then converting the region to a table.  Any prefix
1565 argument is passed on to the converter, which uses it to determine the
1566 separator.
1567 @item C-c |
1568 Tables can also be imported by pasting tabular text into the Org
1569 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1570 @kbd{C-c |} command (see above under @i{Creation and conversion}.
1572 @item M-x org-table-export
1573 Export the table, by default as a TAB-separated file.  Useful for data
1574 exchange with, for example, spreadsheet or database programs.  The format
1575 used to export the file can be configured in the variable
1576 @code{org-table-export-default-format}.  You may also use properties
1577 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1578 name and the format for table export in a subtree.  Org supports quite
1579 general formats for exported tables.  The exporter format is the same as the
1580 format used by Orgtbl radio tables, see @ref{Translator functions} for a
1581 detailed description.
1582 @end table
1584 If you don't like the automatic table editor because it gets in your
1585 way on lines which you would like to start with @samp{|}, you can turn
1586 it off with
1588 @lisp
1589 (setq org-enable-table-editor nil)
1590 @end lisp
1592 @noindent Then the only table command that still works is
1593 @kbd{C-c C-c} to do a manual re-align.
1595 @node Narrow columns, Column groups, Built-in table editor, Tables
1596 @section Narrow columns
1597 @cindex narrow columns in tables
1599 The width of columns is automatically determined by the table editor.
1600 Sometimes a single field or a few fields need to carry more text,
1601 leading to inconveniently wide columns.  To limit@footnote{This feature
1602 does not work on XEmacs.} the width of a column, one field anywhere in
1603 the column may contain just the string @samp{<N>} where @samp{N} is an
1604 integer specifying the width of the column in characters.  The next
1605 re-align will then set the width of this column to no more than this
1606 value.
1608 @example
1609 @group
1610 |---+------------------------------|               |---+--------|
1611 |   |                              |               |   | <6>    |
1612 | 1 | one                          |               | 1 | one    |
1613 | 2 | two                          |     ----\     | 2 | two    |
1614 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1615 | 4 | four                         |               | 4 | four   |
1616 |---+------------------------------|               |---+--------|
1617 @end group
1618 @end example
1620 @noindent
1621 Fields that are wider become clipped and end in the string @samp{=>}.
1622 Note that the full text is still in the buffer, it is only invisible.
1623 To see the full text, hold the mouse over the field - a tool-tip window
1624 will show the full content.  To edit such a field, use the command
1625 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1626 open a new window with the full field.  Edit it and finish with @kbd{C-c
1627 C-c}.
1629 When visiting a file containing a table with narrowed columns, the
1630 necessary character hiding has not yet happened, and the table needs to
1631 be aligned before it looks nice.  Setting the option
1632 @code{org-startup-align-all-tables} will realign all tables in a file
1633 upon visiting, but also slow down startup.  You can also set this option
1634 on a per-file basis with:
1636 @example
1637 #+STARTUP: align
1638 #+STARTUP: noalign
1639 @end example
1641 @node Column groups, Orgtbl mode, Narrow columns, Tables
1642 @section Column groups
1643 @cindex grouping columns in tables
1645 When Org exports tables, it does so by default without vertical
1646 lines because that is visually more satisfying in general.  Occasionally
1647 however, vertical lines can be useful to structure a table into groups
1648 of columns, much like horizontal lines can do for groups of rows.  In
1649 order to specify column groups, you can use a special row where the
1650 first field contains only @samp{/}.  The further fields can either
1651 contain @samp{<} to indicate that this column should start a group,
1652 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1653 a group of its own.  Boundaries between column groups will upon export be
1654 marked with vertical lines.  Here is an example:
1656 @example
1657 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1658 |---+----+-----+-----+-----+---------+------------|
1659 | / | <> |   < |     |   > |       < |          > |
1660 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1661 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1662 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1663 |---+----+-----+-----+-----+---------+------------|
1664 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
1665 @end example
1667 It is also sufficient to just insert the column group starters after
1668 every vertical line you'd like to have:
1670 @example
1671 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1672 |----+-----+-----+-----+---------+------------|
1673 | /  | <   |     |     | <       |            |
1674 @end example
1676 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1677 @section The Orgtbl minor mode
1678 @cindex Orgtbl mode
1679 @cindex minor mode for tables
1681 If you like the intuitive way the Org table editor works, you
1682 might also want to use it in other modes like Text mode or Mail mode.
1683 The minor mode Orgtbl mode makes this possible.  You can always toggle
1684 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1685 example in mail mode, use
1687 @lisp
1688 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1689 @end lisp
1691 Furthermore, with some special setup, it is possible to maintain tables
1692 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1693 construct La@TeX{} tables with the underlying ease and power of
1694 Orgtbl mode, including spreadsheet capabilities.  For details, see
1695 @ref{Tables in arbitrary syntax}.
1697 @node The spreadsheet,  , Orgtbl mode, Tables
1698 @section The spreadsheet
1699 @cindex calculations, in tables
1700 @cindex spreadsheet capabilities
1701 @cindex @file{calc} package
1703 The table editor makes use of the Emacs @file{calc} package to implement
1704 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1705 derive fields from other fields.  While fully featured, Org's
1706 implementation is not identical to other spreadsheets.  For example,
1707 Org knows the concept of a @emph{column formula} that will be
1708 applied to all non-header fields in a column without having to copy the
1709 formula to each relevant field.
1711 @menu
1712 * References::                  How to refer to another field or range
1713 * Formula syntax for Calc::     Using Calc to compute stuff
1714 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1715 * Field formulas::              Formulas valid for a single field
1716 * Column formulas::             Formulas valid for an entire column
1717 * Editing and debugging formulas::  Fixing formulas
1718 * Updating the table::          Recomputing all dependent fields
1719 * Advanced features::           Field names, parameters and automatic recalc
1720 @end menu
1722 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1723 @subsection References
1724 @cindex references
1726 To compute fields in the table from other fields, formulas must
1727 reference other fields or ranges.  In Org, fields can be referenced
1728 by name, by absolute coordinates, and by relative coordinates.  To find
1729 out what the coordinates of a field are, press @kbd{C-c ?} in that
1730 field, or press @kbd{C-c @}} to toggle the display of a grid.
1732 @subsubheading Field references
1733 @cindex field references
1734 @cindex references, to fields
1736 Formulas can reference the value of another field in two ways.  Like in
1737 any other spreadsheet, you may reference fields with a letter/number
1738 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1739 @c Such references are always fixed to that field, they don't change
1740 @c when you copy and paste a formula to a different field.  So
1741 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1743 @noindent
1744 Org also uses another, more general operator that looks like this:
1745 @example
1746 @@row$column
1747 @end example
1749 @noindent
1750 Column references can be absolute like @samp{1}, @samp{2},...@samp{N},
1751 or relative to the current column like @samp{+1} or @samp{-2}.
1753 The row specification only counts data lines and ignores horizontal
1754 separator lines (hlines).  You can use absolute row numbers
1755 @samp{1}...@samp{N}, and row numbers relative to the current row like
1756 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1757 hlines: @samp{I} refers to the first hline@footnote{Note that only
1758 hlines are counted that @emph{separate} table lines.  If the table
1759 starts with a hline above the header, it does not count.}, @samp{II} to
1760 the second etc.  @samp{-I} refers to the first such line above the
1761 current line, @samp{+I} to the first such line below the current line.
1762 You can also write @samp{III+2} which is the second data line after the
1763 third hline in the table.  Relative row numbers like @samp{-3} will not
1764 cross hlines if the current line is too close to the hline.  Instead,
1765 the value directly at the hline is used.
1767 @samp{0} refers to the current row and column.  Also, if you omit
1768 either the column or the row part of the reference, the current
1769 row/column is implied.
1771 Org's references with @emph{unsigned} numbers are fixed references
1772 in the sense that if you use the same reference in the formula for two
1773 different fields, the same field will be referenced each time.
1774 Org's references with @emph{signed} numbers are floating
1775 references because the same reference operator can reference different
1776 fields depending on the field being calculated by the formula.
1778 Here are a few examples:
1780 @example
1781 @@2$3      @r{2nd row, 3rd column}
1782 C2        @r{same as previous}
1783 $5        @r{column 5 in the current row}
1784 E&        @r{same as previous}
1785 @@2        @r{current column, row 2}
1786 @@-1$-3    @r{the field one row up, three columns to the left}
1787 @@-I$2     @r{field just under hline above current row, column 2}
1788 @end example
1790 @subsubheading Range references
1791 @cindex range references
1792 @cindex references, to ranges
1794 You may reference a rectangular range of fields by specifying two field
1795 references connected by two dots @samp{..}.  If both fields are in the
1796 current row, you may simply use @samp{$2..$7}, but if at least one field
1797 is in a different row, you need to use the general @code{@@row$column}
1798 format at least for the first field (i.e the reference must start with
1799 @samp{@@} in order to be interpreted correctly).  Examples:
1801 @example
1802 $1..$3        @r{First three fields in the current row.}
1803 $P..$Q        @r{Range, using column names (see under Advanced)}
1804 @@2$1..@@4$3    @r{6 fields between these two fields.}
1805 A2..C4        @r{Same as above.}
1806 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
1807 @end example
1809 @noindent Range references return a vector of values that can be fed
1810 into Calc vector functions.  Empty fields in ranges are normally
1811 suppressed, so that the vector contains only the non-empty fields (but
1812 see the @samp{E} mode switch below).  If there are no non-empty fields,
1813 @samp{[0]} is returned to avoid syntax errors in formulas.
1815 @subsubheading Named references
1816 @cindex named references
1817 @cindex references, named
1818 @cindex name, of column or field
1819 @cindex constants, in calculations
1821 @samp{$name} is interpreted as the name of a column, parameter or
1822 constant.  Constants are defined globally through the variable
1823 @code{org-table-formula-constants}, and locally (for the file) through a
1824 line like
1826 @example
1827 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
1828 @end example
1830 @noindent
1831 Also properties (@pxref{Properties and Columns}) can be used as
1832 constants in table formulas: For a property @samp{:Xyz:} use the name
1833 @samp{$PROP_Xyz}, and the property will be searched in the current
1834 outline entry and in the hierarchy above it.  If you have the
1835 @file{constants.el} package, it will also be used to resolve constants,
1836 including natural constants like @samp{$h} for Planck's constant, and
1837 units like @samp{$km} for kilometers@footnote{@file{Constant.el} can
1838 supply the values of constants in two different unit systems, @code{SI}
1839 and @code{cgs}.  Which one is used depends on the value of the variable
1840 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
1841 @code{constSI} and @code{constcgs} to set this value for the current
1842 buffer.}.  Column names and parameters can be specified in special table
1843 lines.  These are described below, see @ref{Advanced features}.  All
1844 names must start with a letter, and further consist of letters and
1845 numbers.
1847 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
1848 @subsection Formula syntax for Calc
1849 @cindex formula syntax, Calc
1850 @cindex syntax, of formulas
1852 A formula can be any algebraic expression understood by the Emacs
1853 @file{Calc} package.  @b{Note that @file{calc} has the
1854 non-standard convention that @samp{/} has lower precedence than
1855 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
1856 evaluation by @code{calc-eval} (@pxref{Calling Calc from
1857 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
1858 Emacs Calc Manual}),
1859 @c FIXME:  The link to the Calc manual in HTML does not work.
1860 variable substitution takes place according to the rules described above.
1861 @cindex vectors, in table calculations
1862 The range vectors can be directly fed into the Calc vector functions
1863 like @samp{vmean} and @samp{vsum}.
1865 @cindex format specifier
1866 @cindex mode, for @file{calc}
1867 A formula can contain an optional mode string after a semicolon.  This
1868 string consists of flags to influence Calc and other modes during
1869 execution.  By default, Org uses the standard Calc modes (precision
1870 12, angular units degrees, fraction and symbolic modes off.  The display
1871 format, however, has been changed to @code{(float 5)} to keep tables
1872 compact.  The default settings can be configured using the variable
1873 @code{org-calc-default-modes}.
1875 @example
1876 p20           @r{switch the internal precision to 20 digits}
1877 n3 s3 e2 f4   @r{normal, scientific, engineering, or fixed display format}
1878 D R           @r{angle modes: degrees, radians}
1879 F S           @r{fraction and symbolic modes}
1880 N             @r{interpret all fields as numbers, use 0 for non-numbers}
1881 T             @r{force text interpretation}
1882 E             @r{keep empty fields in ranges}
1883 @end example
1885 @noindent
1886 In addition, you may provide a @code{printf} format specifier to
1887 reformat the final result.  A few examples:
1889 @example
1890 $1+$2                @r{Sum of first and second field}
1891 $1+$2;%.2f           @r{Same, format result to two decimals}
1892 exp($2)+exp($1)      @r{Math functions can be used}
1893 $0;%.1f              @r{Reformat current cell to 1 decimal}
1894 ($3-32)*5/9          @r{Degrees F -> C conversion}
1895 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
1896 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
1897 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
1898 vmean($2..$7)        @r{Compute column range mean, using vector function}
1899 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
1900 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
1901 @end example
1903 Calc also contains a complete set of logical operations.  For example
1905 @example
1906 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
1907 @end example
1909 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
1910 @subsection Emacs Lisp forms as formulas
1911 @cindex Lisp forms, as table formulas
1913 It is also possible to write a formula in Emacs Lisp; this can be useful
1914 for string manipulation and control structures, if the Calc's
1915 functionality is not enough.  If a formula starts with a single quote
1916 followed by an opening parenthesis, then it is evaluated as a lisp form.
1917 The evaluation should return either a string or a number.  Just as with
1918 @file{calc} formulas, you can specify modes and a printf format after a
1919 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
1920 field references are interpolated into the form.  By default, a
1921 reference will be interpolated as a Lisp string (in double quotes)
1922 containing the field.  If you provide the @samp{N} mode switch, all
1923 referenced elements will be numbers (non-number fields will be zero) and
1924 interpolated as Lisp numbers, without quotes.  If you provide the
1925 @samp{L} flag, all fields will be interpolated literally, without quotes.
1926 I.e., if you want a reference to be interpreted as a string by the Lisp
1927 form, enclose the reference operator itself in double quotes, like
1928 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
1929 embed them in list or vector syntax.  A few examples, note how the
1930 @samp{N} mode is used when we do computations in lisp.
1932 @example
1933 @r{Swap the first two characters of the content of column 1}
1934   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
1935 @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
1936   '(+ $1 $2);N
1937 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
1938   '(apply '+ '($1..$4));N
1939 @end example
1941 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
1942 @subsection Field formulas
1943 @cindex field formula
1944 @cindex formula, for individual table field
1946 To assign a formula to a particular field, type it directly into the
1947 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
1948 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
1949 the field, the formula will be stored as the formula for this field,
1950 evaluated, and the current field replaced with the result.
1952 Formulas are stored in a special line starting with @samp{#+TBLFM:}
1953 directly below the table.  If you typed the equation in the 4th field of
1954 the 3rd data line in the table, the formula will look like
1955 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
1956 with the appropriate commands, @i{absolute references} (but not relative
1957 ones) in stored formulas are modified in order to still reference the
1958 same field.  Of cause this is not true if you edit the table structure
1959 with normal editing commands - then you must fix the equations yourself.
1961 Instead of typing an equation into the field, you may also use the
1962 following command
1964 @table @kbd
1965 @kindex C-u C-c =
1966 @item C-u C-c =
1967 Install a new formula for the current field.  The command prompts for a
1968 formula, with default taken from the @samp{#+TBLFM:} line, applies
1969 it to the current field and stores it.
1970 @end table
1972 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
1973 @subsection Column formulas
1974 @cindex column formula
1975 @cindex formula, for table column
1977 Often in a table, the same formula should be used for all fields in a
1978 particular column.  Instead of having to copy the formula to all fields
1979 in that column, Org allows to assign a single formula to an entire
1980 column.  If the table contains horizontal separator hlines, everything
1981 before the first such line is considered part of the table @emph{header}
1982 and will not be modified by column formulas.
1984 To assign a formula to a column, type it directly into any field in the
1985 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
1986 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
1987 field, the formula will be stored as the formula for the current column,
1988 evaluated and the current field replaced with the result.  If the field
1989 contains only @samp{=}, the previously stored formula for this column is
1990 used.  For each column, Org will only remember the most recently
1991 used formula.  In the @samp{TBLFM:} line, column formulas will look like
1992 @samp{$4=$1+$2}.
1994 Instead of typing an equation into the field, you may also use the
1995 following command:
1997 @table @kbd
1998 @kindex C-c =
1999 @item C-c =
2000 Install a new formula for the current column and replace current field with
2001 the result of the formula.  The command prompts for a formula, with default
2002 taken from the @samp{#+TBLFM} line, applies it to the current field and
2003 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2004 will apply it to that many consecutive fields in the current column.
2005 @end table
2007 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2008 @subsection Editing and debugging formulas
2009 @cindex formula editing
2010 @cindex editing, of table formulas
2012 You can edit individual formulas in the minibuffer or directly in the
2013 field.  Org can also prepare a special buffer with all active
2014 formulas of a table.  When offering a formula for editing, Org
2015 converts references to the standard format (like @code{B3} or @code{D&})
2016 if possible.  If you prefer to only work with the internal format (like
2017 @code{@@3$2} or @code{$4}), configure the variable
2018 @code{org-table-use-standard-references}.
2020 @table @kbd
2021 @kindex C-c =
2022 @kindex C-u C-c =
2023 @item C-c =
2024 @itemx C-u C-c =
2025 Edit the formula associated with the current column/field in the
2026 minibuffer.  See @ref{Column formulas} and @ref{Field formulas}.
2027 @kindex C-u C-u C-c =
2028 @item C-u C-u C-c =
2029 Re-insert the active formula (either a
2030 field formula, or a column formula) into the current field, so that you
2031 can edit it directly in the field.  The advantage over editing in the
2032 minibuffer is that you can use the command @kbd{C-c ?}.
2033 @kindex C-c ?
2034 @item C-c ?
2035 While editing a formula in a table field, highlight the field(s)
2036 referenced by the reference at the cursor position in the formula.
2037 @kindex C-c @}
2038 @item C-c @}
2039 Toggle the display of row and column numbers for a table, using
2040 overlays.  These are updated each time the table is aligned, you can
2041 force it with @kbd{C-c C-c}.
2042 @kindex C-c @{
2043 @item C-c @{
2044 Toggle the formula debugger on and off.  See below.
2045 @kindex C-c '
2046 @item C-c '
2047 Edit all formulas for the current table in a special buffer, where the
2048 formulas will be displayed one per line.  If the current field has an
2049 active formula, the cursor in the formula editor will mark it.
2050 While inside the special buffer, Org will automatically highlight
2051 any field or range reference at the cursor position.  You may edit,
2052 remove and add formulas, and use the following commands:
2053 @table @kbd
2054 @kindex C-c C-c
2055 @kindex C-x C-s
2056 @item C-c C-c
2057 @itemx C-x C-s
2058 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2059 prefix, also apply the new formulas to the entire table.
2060 @kindex C-c C-q
2061 @item C-c C-q
2062 Exit the formula editor without installing changes.
2063 @kindex C-c C-r
2064 @item C-c C-r
2065 Toggle all references in the formula editor between standard (like
2066 @code{B3}) and internal (like @code{@@3$2}).
2067 @kindex @key{TAB}
2068 @item @key{TAB}
2069 Pretty-print or indent lisp formula at point.  When in a line containing
2070 a lisp formula, format the formula according to Emacs Lisp rules.
2071 Another @key{TAB} collapses the formula back again.  In the open
2072 formula, @key{TAB} re-indents just like in Emacs lisp mode.
2073 @kindex M-@key{TAB}
2074 @item M-@key{TAB}
2075 Complete Lisp symbols, just like in Emacs lisp mode.
2076 @kindex S-@key{up}
2077 @kindex S-@key{down}
2078 @kindex S-@key{left}
2079 @kindex S-@key{right}
2080 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2081 Shift the reference at point.  For example, if the reference is
2082 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2083 This also works for relative references, and for hline references.
2084 @kindex M-S-@key{up}
2085 @kindex M-S-@key{down}
2086 @item M-S-@key{up}/@key{down}
2087 Move the test line for column formulas in the Org buffer up and
2088 down.
2089 @kindex M-@key{up}
2090 @kindex M-@key{down}
2091 @item M-@key{up}/@key{down}
2092 Scroll the window displaying the table.
2093 @kindex C-c @}
2094 @item C-c @}
2095 Turn the coordinate grid in the table on and off.
2096 @end table
2097 @end table
2099 Making a table field blank does not remove the formula associated with
2100 the field, because that is stored in a different line (the @samp{TBLFM}
2101 line) - during the next recalculation the field will be filled again.
2102 To remove a formula from a field, you have to give an empty reply when
2103 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2105 @kindex C-c C-c
2106 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2107 equations with @kbd{C-c C-c} in that line, or with the normal
2108 recalculation commands in the table.
2110 @subsubheading Debugging formulas
2111 @cindex formula debugging
2112 @cindex debugging, of table formulas
2113 When the evaluation of a formula leads to an error, the field content
2114 becomes the string @samp{#ERROR}.  If you would like see what is going
2115 on during variable substitution and calculation in order to find a bug,
2116 turn on formula debugging in the @code{Tbl} menu and repeat the
2117 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2118 field.  Detailed information will be displayed.
2120 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2121 @subsection Updating the table
2122 @cindex recomputing table fields
2123 @cindex updating, table
2125 Recalculation of a table is normally not automatic, but needs to be
2126 triggered by a command.  See @ref{Advanced features} for a way to make
2127 recalculation at least semi-automatically.
2129 In order to recalculate a line of a table or the entire table, use the
2130 following commands:
2132 @table @kbd
2133 @kindex C-c *
2134 @item C-c *
2135 Recalculate the current row by first applying the stored column formulas
2136 from left to right, and all field formulas in the current row.
2138 @kindex C-u C-c *
2139 @item C-u C-c *
2140 @kindex C-u C-c C-c
2141 @itemx C-u C-c C-c
2142 Recompute the entire table, line by line.  Any lines before the first
2143 hline are left alone, assuming that these are part of the table header.
2145 @kindex C-u C-u C-c *
2146 @kindex C-u C-u C-c C-c
2147 @item C-u C-u C-c *
2148 @itemx C-u C-u C-c C-c
2149 Iterate the table by recomputing it until no further changes occur.
2150 This may be necessary if some computed fields use the value of other
2151 fields that are computed @i{later} in the calculation sequence.
2152 @end table
2154 @node Advanced features,  , Updating the table, The spreadsheet
2155 @subsection Advanced features
2157 If you want the recalculation of fields to happen automatically, or if
2158 you want to be able to assign @i{names} to fields and columns, you need
2159 to reserve the first column of the table for special marking characters.
2160 @table @kbd
2161 @kindex C-#
2162 @item C-#
2163 Rotate the calculation mark in first column through the states @samp{},
2164 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  The meaning of these characters
2165 is discussed below.  When there is an active region, change all marks in
2166 the region.
2167 @end table
2169 Here is an example of a table that collects exam results of students and
2170 makes use of these features:
2172 @example
2173 @group
2174 |---+---------+--------+--------+--------+-------+------|
2175 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2176 |---+---------+--------+--------+--------+-------+------|
2177 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2178 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2179 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2180 |---+---------+--------+--------+--------+-------+------|
2181 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2182 | # | Sara    |      6 |     14 |     19 |    39 |  7.8 |
2183 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2184 |---+---------+--------+--------+--------+-------+------|
2185 |   | Average |        |        |        |  29.7 |      |
2186 | ^ |         |        |        |        |    at |      |
2187 | $ | max=50  |        |        |        |       |      |
2188 |---+---------+--------+--------+--------+-------+------|
2189 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2190 @end group
2191 @end example
2193 @noindent @b{Important}: Please note that for these special tables,
2194 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2195 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2196 to the field itself.  The column formulas are not applied in rows with
2197 empty first field.
2199 @cindex marking characters, tables
2200 The marking characters have the following meaning:
2201 @table @samp
2202 @item !
2203 The fields in this line define names for the columns, so that you may
2204 refer to a column as @samp{$Tot} instead of @samp{$6}.
2205 @item ^
2206 This row defines names for the fields @emph{above} the row.  With such
2207 a definition, any formula in the table may use @samp{$m1} to refer to
2208 the value @samp{10}.  Also, if you assign a formula to a names field, it
2209 will be stored as @samp{$name=...}.
2210 @item _
2211 Similar to @samp{^}, but defines names for the fields in the row
2212 @emph{below}.
2213 @item $
2214 Fields in this row can define @emph{parameters} for formulas.  For
2215 example, if a field in a @samp{$} row contains @samp{max=50}, then
2216 formulas in this table can refer to the value 50 using @samp{$max}.
2217 Parameters work exactly like constants, only that they can be defined on
2218 a per-table basis.
2219 @item #
2220 Fields in this row are automatically recalculated when pressing
2221 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2222 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2223 lines will be left alone by this command.
2224 @item *
2225 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2226 not for automatic recalculation.  Use this when automatic
2227 recalculation slows down editing too much.
2228 @item
2229 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2230 All lines that should be recalculated should be marked with @samp{#}
2231 or @samp{*}.
2232 @item /
2233 Do not export this line.  Useful for lines that contain the narrowing
2234 @samp{<N>} markers.
2235 @end table
2237 Finally, just to whet your appetite on what can be done with the
2238 fantastic @file{calc} package, here is a table that computes the Taylor
2239 series of degree @code{n} at location @code{x} for a couple of
2240 functions.
2242 @example
2243 @group
2244 |---+-------------+---+-----+--------------------------------------|
2245 |   | Func        | n | x   | Result                               |
2246 |---+-------------+---+-----+--------------------------------------|
2247 | # | exp(x)      | 1 | x   | 1 + x                                |
2248 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2249 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2250 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2251 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2252 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2253 |---+-------------+---+-----+--------------------------------------|
2254 #+TBLFM: $5=taylor($2,$4,$3);n3
2255 @end group
2256 @end example
2258 @node Hyperlinks, TODO Items, Tables, Top
2259 @chapter Hyperlinks
2260 @cindex hyperlinks
2262 Like HTML, Org provides links inside a file, external links to
2263 other files, Usenet articles, emails, and much more.
2265 @menu
2266 * Link format::                 How links in Org are formatted
2267 * Internal links::              Links to other places in the current file
2268 * External links::              URL-like links to the world
2269 * Handling links::              Creating, inserting and following
2270 * Using links outside Org::     Linking from my C source code?
2271 * Link abbreviations::          Shortcuts for writing complex links
2272 * Search options::              Linking to a specific location
2273 * Custom searches::             When the default search is not enough
2274 @end menu
2276 @node Link format, Internal links, Hyperlinks, Hyperlinks
2277 @section Link format
2278 @cindex link format
2279 @cindex format, of links
2281 Org will recognize plain URL-like links and activate them as
2282 clickable links.  The general link format, however, looks like this:
2284 @example
2285 [[link][description]]       @r{or alternatively}           [[link]]
2286 @end example
2288 Once a link in the buffer is complete (all brackets present), Org
2289 will change the display so that @samp{description} is displayed instead
2290 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2291 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2292 which by default is an underlined face.  You can directly edit the
2293 visible part of a link.  Note that this can be either the @samp{link}
2294 part (if there is no description) or the @samp{description} part.  To
2295 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2296 cursor on the link.
2298 If you place the cursor at the beginning or just behind the end of the
2299 displayed text and press @key{BACKSPACE}, you will remove the
2300 (invisible) bracket at that location.  This makes the link incomplete
2301 and the internals are again displayed as plain text.  Inserting the
2302 missing bracket hides the link internals again.  To show the
2303 internal structure of all links, use the menu entry
2304 @code{Org->Hyperlinks->Literal links}.
2306 @node Internal links, External links, Link format, Hyperlinks
2307 @section Internal links
2308 @cindex internal links
2309 @cindex links, internal
2310 @cindex targets, for links
2312 If the link does not look like a URL, it is considered to be internal in
2313 the current file.  Links such as @samp{[[My Target]]} or @samp{[[My
2314 Target][Find my target]]} lead to a text search in the current file.
2315 The link can be followed with @kbd{C-c C-o} when the cursor is on the
2316 link, or with a mouse click (@pxref{Handling links}).  The preferred
2317 match for such a link is a dedicated target: the same string in double
2318 angular brackets.  Targets may be located anywhere; sometimes it is
2319 convenient to put them into a comment line. For example
2321 @example
2322 # <<My Target>>
2323 @end example
2325 @noindent In HTML export (@pxref{HTML export}), such targets will become
2326 named anchors for direct access through @samp{http} links@footnote{Note
2327 that text before the first headline is usually not exported, so the
2328 first such target should be after the first headline.}.
2330 If no dedicated target exists, Org will search for the words in the
2331 link.  In the above example the search would be for @samp{my target}.
2332 Links starting with a star like @samp{*My Target} restrict the search to
2333 headlines.  When searching, Org mode will first try an exact match, but
2334 then move on to more and more lenient searches.  For example, the link
2335 @samp{[[*My Targets]]} will find any of the following:
2337 @example
2338 ** My targets
2339 ** TODO my targets are bright
2340 ** my 20 targets are
2341 @end example
2343 To insert a link targeting a headline, in-buffer completion can be used.
2344 Just type a star followed by a few optional letters into the buffer and
2345 press @kbd{M-@key{TAB}}.  All headlines in the current buffer will be
2346 offered as completions.  @xref{Handling links}, for more commands
2347 creating links.
2349 Following a link pushes a mark onto Org's own mark ring.  You can
2350 return to the previous position with @kbd{C-c &}.  Using this command
2351 several times in direct succession goes back to positions recorded
2352 earlier.
2354 @menu
2355 * Radio targets::               Make targets trigger links in plain text
2356 @end menu
2358 @node Radio targets,  , Internal links, Internal links
2359 @subsection Radio targets
2360 @cindex radio targets
2361 @cindex targets, radio
2362 @cindex links, radio targets
2364 Org can automatically turn any occurrences of certain target names
2365 in normal text into a link.  So without explicitly creating a link, the
2366 text connects to the target radioing its position.  Radio targets are
2367 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2368 Target>>>} causes each occurrence of @samp{my target} in normal text to
2369 become activated as a link.  The Org file is scanned automatically
2370 for radio targets only when the file is first loaded into Emacs.  To
2371 update the target list during editing, press @kbd{C-c C-c} with the
2372 cursor on or at a target.
2374 @node External links, Handling links, Internal links, Hyperlinks
2375 @section External links
2376 @cindex links, external
2377 @cindex external links
2378 @cindex links, external
2379 @cindex Gnus links
2380 @cindex BBDB links
2381 @cindex IRC links
2382 @cindex URL links
2383 @cindex file links
2384 @cindex VM links
2385 @cindex RMAIL links
2386 @cindex WANDERLUST links
2387 @cindex MH-E links
2388 @cindex USENET links
2389 @cindex SHELL links
2390 @cindex Info links
2391 @cindex elisp links
2393 Org supports links to files, websites, Usenet and email messages,
2394 BBDB database entries and links to both IRC conversations and their
2395 logs.  External links are URL-like locators.  They start with a short
2396 identifying string followed by a colon.  There can be no space after
2397 the colon.  The following list shows examples for each link type.
2399 @example
2400 http://www.astro.uva.nl/~dominik          @r{on the web}
2401 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2402 file:papers/last.pdf                      @r{file, relative path}
2403 news:comp.emacs                           @r{Usenet link}
2404 mailto:adent@@galaxy.net                 @r{Mail link}
2405 vm:folder                                 @r{VM folder link}
2406 vm:folder#id                              @r{VM message link}
2407 vm://myself@@some.where.org/folder#id    @r{VM on remote machine}
2408 wl:folder                                 @r{WANDERLUST folder link}
2409 wl:folder#id                              @r{WANDERLUST message link}
2410 mhe:folder                                @r{MH-E folder link}
2411 mhe:folder#id                             @r{MH-E message link}
2412 rmail:folder                              @r{RMAIL folder link}
2413 rmail:folder#id                           @r{RMAIL message link}
2414 gnus:group                                @r{Gnus group link}
2415 gnus:group#id                             @r{Gnus article link}
2416 bbdb:Richard Stallman                     @r{BBDB link}
2417 irc:/irc.com/#emacs/bob                   @r{IRC link}
2418 shell:ls *.org                            @r{A shell command}
2419 elisp:(find-file-other-frame "Elisp.org") @r{An elisp form to evaluate}
2420 @end example
2422 A link should be enclosed in double brackets and may contain a
2423 descriptive text to be displayed instead of the URL (@pxref{Link
2424 format}), for example:
2426 @example
2427 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2428 @end example
2430 @noindent
2431 If the description is a file name or URL that points to an image, HTML
2432 export (@pxref{HTML export}) will inline the image as a clickable
2433 button.  If there is no description at all and the link points to an
2434 image,
2435 that image will be inlined into the exported HTML file.
2437 @cindex angular brackets, around links
2438 @cindex plain text external links
2439 Org also finds external links in the normal text and activates them
2440 as links.  If spaces must be part of the link (for example in
2441 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2442 about the end of the link, enclose them in angular brackets.
2444 @node Handling links, Using links outside Org, External links, Hyperlinks
2445 @section Handling links
2446 @cindex links, handling
2448 Org provides methods to create a link in the correct syntax, to
2449 insert it into an Org file, and to follow the link.
2451 @table @kbd
2452 @kindex C-c l
2453 @cindex storing links
2454 @item C-c l
2455 Store a link to the current location.  This is a @emph{global} command
2456 which can be used in any buffer to create a link.  The link will be
2457 stored for later insertion into an Org buffer (see below).  For
2458 Org files, if there is a @samp{<<target>>} at the cursor, the
2459 link points to the target.  Otherwise it points to the current
2460 headline.  For VM, Rmail, Wanderlust, MH-E, Gnus and BBDB buffers, the
2461 link will indicate the current article/entry.  For W3 and W3M buffers,
2462 the link goes to the current URL.  For IRC links, if you set the
2463 variable @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will
2464 store a @samp{file:/} style link to the relevant point in the logs for
2465 the current conversation. Otherwise an @samp{irc:/} style link to the
2466 user/channel/server under the point will be stored.  For any other
2467 files, the link will point to the file, with a search string
2468 (@pxref{Search options}) pointing to the contents of the current line.
2469 If there is an active region, the selected words will form the basis
2470 of the search string.  If the automatically created link is not
2471 working correctly or accurately enough, you can write custom functions
2472 to select the search string and to do the search for particular file
2473 types - see @ref{Custom searches}.  The key binding @kbd{C-c l} is
2474 only a suggestion - see @ref{Installation}.
2476 @kindex C-c C-l
2477 @cindex link completion
2478 @cindex completion, of links
2479 @cindex inserting links
2480 @item C-c C-l
2481 Insert a link.  This prompts for a link to be inserted into the buffer.  You
2482 can just type a link, using text for an internal link, or one of the link
2483 type prefixes mentioned in the examples above.  All links stored during the
2484 current session are part of the history for this prompt, so you can access
2485 them with @key{up} and @key{down} (or @kbd{M-p/n}).  Completion, on the other
2486 hand, will help you to insert valid link prefixes like @samp{http:} or
2487 @samp{ftp:}, including the prefixes defined through link abbreviations
2488 (@pxref{Link abbreviations}).  The link will be inserted into the
2489 buffer@footnote{After insertion of a stored link, the link will be removed
2490 from the list of stored links.  To keep it in the list later use, use a
2491 triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2492 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2493 If some text was selected when this command is called, the selected text
2494 becomes the default description.@* Note that you don't have to use this
2495 command to insert a link.  Links in Org are plain text, and you can type
2496 or paste them straight into the buffer.  By using this command, the links are
2497 automatically enclosed in double brackets, and you will be asked for the
2498 optional descriptive text.
2500 @c  If the link is a @samp{file:} link and
2501 @c the linked file is located in the same directory as the current file or
2502 @c a subdirectory of it, the path of the file will be inserted relative to
2503 @c the current directory.
2505 @kindex C-u C-c C-l
2506 @cindex file name completion
2507 @cindex completion, of file names
2508 @item C-u C-c C-l
2509 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2510 a file will be inserted and you may use file name completion to select
2511 the name of the file.  The path to the file is inserted relative to the
2512 directory of the current org file, if the linked file is in the current
2513 directory or in a sub-directory of it, or if the path is written relative
2514 to the current directory using @samp{../}.  Otherwise an absolute path
2515 is used, if possible with @samp{~/} for your home directory.  You can
2516 force an absolute path with two @kbd{C-u} prefixes.
2518 @item C-c C-l @r{(with cursor on existing link)}
2519 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2520 link and description parts of the link.
2522 @cindex following links
2523 @kindex C-c C-o
2524 @item C-c C-o
2525 Open link at point.  This will launch a web browser for URLs (using
2526 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB
2527 for the corresponding links, and execute the command in a shell link.
2528 When the cursor is on an internal link, this commands runs the
2529 corresponding search.  When the cursor is on a TAG list in a headline,
2530 it creates the corresponding TAGS view.  If the cursor is on a time
2531 stamp, it compiles the agenda for that date.  Furthermore, it will visit
2532 text and remote files in @samp{file:} links with Emacs and select a
2533 suitable application for local non-text files.  Classification of files
2534 is based on file extension only.  See option @code{org-file-apps}.  If
2535 you want to override the default application and visit the file with
2536 Emacs, use a @kbd{C-u} prefix.
2538 @kindex mouse-2
2539 @kindex mouse-1
2540 @item mouse-2
2541 @itemx mouse-1
2542 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2543 would.  Under Emacs 22, also @kbd{mouse-1} will follow a link.
2545 @kindex mouse-3
2546 @item mouse-3
2547 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2548 internal links to be displayed in another window@footnote{See the
2549 variable @code{org-display-internal-link-with-indirect-buffer}}.
2551 @cindex mark ring
2552 @kindex C-c %
2553 @item C-c %
2554 Push the current position onto the mark ring, to be able to return
2555 easily. Commands following an internal link do this automatically.
2557 @cindex links, returning to
2558 @kindex C-c &
2559 @item C-c &
2560 Jump back to a recorded position.  A position is recorded by the
2561 commands following internal links, and by @kbd{C-c %}.  Using this
2562 command several times in direct succession moves through a ring of
2563 previously recorded positions.
2565 @kindex C-c C-x C-n
2566 @kindex C-c C-x C-p
2567 @cindex links, finding next/previous
2568 @item C-c C-x C-n
2569 @itemx C-c C-x C-p
2570 Move forward/backward to the next link in the buffer.  At the limit of
2571 the buffer, the search fails once, and then wraps around.  The key
2572 bindings for this are really too long, you might want to bind this also
2573 to @kbd{C-n} and @kbd{C-p}
2574 @lisp
2575 (add-hook 'org-load-hook
2576   (lambda ()
2577     (define-key 'org-mode-map "\C-n" 'org-next-link)
2578     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2579 @end lisp
2580 @end table
2582 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
2583 @section Using links outside Org
2585 You can insert and follow links that have Org syntax not only in
2586 Org, but in any Emacs buffer.  For this, you should create two
2587 global commands, like this (please select suitable global keys
2588 yourself):
2590 @lisp
2591 (global-set-key "\C-c L" 'org-insert-link-global)
2592 (global-set-key "\C-c o" 'org-open-at-point-global)
2593 @end lisp
2595 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
2596 @section Link abbreviations
2597 @cindex link abbreviations
2598 @cindex abbreviation, links
2600 Long URLs can be cumbersome to type, and often many similar links are
2601 needed in a document.  For this you can use link abbreviations.  An
2602 abbreviated link looks like this
2604 @example
2605 [[linkword:tag][description]]
2606 @end example
2608 @noindent
2609 where the tag is optional.  Such abbreviations are resolved according to
2610 the information in the variable @code{org-link-abbrev-alist} that
2611 relates the linkwords to replacement text.  Here is an example:
2613 @lisp
2614 @group
2615 (setq org-link-abbrev-alist
2616   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2617     ("google"   . "http://www.google.com/search?q=")
2618     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2619                    nph-abs_connect?author=%s&db_key=AST")))
2620 @end group
2621 @end lisp
2623 If the replacement text contains the string @samp{%s}, it will be
2624 replaced with the tag.  Otherwise the tag will be appended to the string
2625 in order to create the link.  You may also specify a function that will
2626 be called with the tag as the only argument to create the link.
2628 With the above setting, you could link to a specific bug with
2629 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
2630 @code{[[google:OrgMode]]} and find out what the Org author is
2631 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
2633 If you need special abbreviations just for a single Org buffer, you
2634 can define them in the file with
2636 @example
2637 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2638 #+LINK: google    http://www.google.com/search?q=%s
2639 @end example
2641 @noindent
2642 In-buffer completion @pxref{Completion} can be used after @samp{[} to
2643 complete link abbreviations.
2645 @node Search options, Custom searches, Link abbreviations, Hyperlinks
2646 @section Search options in file links
2647 @cindex search option in file links
2648 @cindex file links, searching
2650 File links can contain additional information to make Emacs jump to a
2651 particular location in the file when following a link.  This can be a
2652 line number or a search option after a double@footnote{For backward
2653 compatibility, line numbers can also follow a single colon.} colon. For
2654 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
2655 links}) to a file, it encodes the words in the current line as a search
2656 string that can be used to find this line back later when following the
2657 link with @kbd{C-c C-o}.
2659 Here is the syntax of the different ways to attach a search to a file
2660 link, together with an explanation:
2662 @example
2663 [[file:~/code/main.c::255]]
2664 [[file:~/xx.org::My Target]]
2665 [[file:~/xx.org::*My Target]]
2666 [[file:~/xx.org::/regexp/]]
2667 @end example
2669 @table @code
2670 @item 255
2671 Jump to line 255.
2672 @item My Target
2673 Search for a link target @samp{<<My Target>>}, or do a text search for
2674 @samp{my target}, similar to the search in internal links, see
2675 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
2676 link will become an HTML reference to the corresponding named anchor in
2677 the linked file.
2678 @item *My Target
2679 In an Org file, restrict search to headlines.
2680 @item /regexp/
2681 Do a regular expression search for @code{regexp}.  This uses the Emacs
2682 command @code{occur} to list all matches in a separate window.  If the
2683 target file is in Org mode, @code{org-occur} is used to create a
2684 sparse tree with the matches.
2685 @c If the target file is a directory,
2686 @c @code{grep} will be used to search all files in the directory.
2687 @end table
2689 As a degenerate case, a file link with an empty file name can be used
2690 to search the current file.  For example, @code{[[file:::find me]]} does
2691 a search for @samp{find me} in the current file, just as
2692 @samp{[[find me]]} would.
2694 @node Custom searches,  , Search options, Hyperlinks
2695 @section Custom Searches
2696 @cindex custom search strings
2697 @cindex search strings, custom
2699 The default mechanism for creating search strings and for doing the
2700 actual search related to a file link may not work correctly in all
2701 cases.  For example, BibTeX database files have many entries like
2702 @samp{year="1993"} which would not result in good search strings,
2703 because the only unique identification for a BibTeX entry is the
2704 citation key.
2706 If you come across such a problem, you can write custom functions to set
2707 the right search string for a particular file type, and to do the search
2708 for the string in the file.  Using @code{add-hook}, these functions need
2709 to be added to the hook variables
2710 @code{org-create-file-search-functions} and
2711 @code{org-execute-file-search-functions}.  See the docstring for these
2712 variables for more information.  Org actually uses this mechanism
2713 for Bib@TeX{} database files, and you can use the corresponding code as
2714 an implementation example.  See the file @file{org-bibtex.el}.
2716 @node TODO Items, Tags, Hyperlinks, Top
2717 @chapter TODO Items
2718 @cindex TODO items
2720 Org mode does not maintain TODO lists as separate documents@footnote{Of
2721 course, you can make a document that contains inly long lists of TODO items,
2722 but this is not required.}.  Instead, TODO items are an integral part of the
2723 notes file, because TODO items usually come up while taking notes!  With Org
2724 mode, simply mark any entry in a tree as being a TODO item.  In this way,
2725 information is not duplicated, and the entire context from which the TODO
2726 item emerged is always present.
2728 Of course, this technique for managing TODO items scatters them
2729 throughout your notes file.  Org mode compensates for this by providing
2730 methods to give you an overview of all the things that you have to do.
2732 @menu
2733 * TODO basics::                 Marking and displaying TODO entries
2734 * TODO extensions::             Workflow and assignments
2735 * Progress logging::            Dates and notes for progress
2736 * Priorities::                  Some things are more important than others
2737 * Breaking down tasks::         Splitting a task into manageable pieces
2738 * Checkboxes::                  Tick-off lists
2739 @end menu
2741 @node TODO basics, TODO extensions, TODO Items, TODO Items
2742 @section Basic TODO functionality
2744 Any headline becomes a TODO item when it starts with the word
2745 @samp{TODO}, for example:
2747 @example
2748 *** TODO Write letter to Sam Fortune
2749 @end example
2751 @noindent
2752 The most important commands to work with TODO entries are:
2754 @table @kbd
2755 @kindex C-c C-t
2756 @cindex cycling, of TODO states
2757 @item C-c C-t
2758 Rotate the TODO state of the current item among
2760 @example
2761 ,-> (unmarked) -> TODO -> DONE --.
2762 '--------------------------------'
2763 @end example
2765 The same rotation can also be done ``remotely'' from the timeline and
2766 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
2768 @kindex C-u C-c C-t
2769 @item C-u C-c C-t
2770 Select a specific keyword using completion or (if it has been set up)
2771 the fast selection interface.  For the latter, you need to assign keys
2772 to TODO states, see @ref{Per-file keywords} and @ref{Setting tags} for
2773 more information.
2775 @kindex S-@key{right}
2776 @kindex S-@key{left}
2777 @item S-@key{right}
2778 @itemx S-@key{left}
2779 Select the following/preceding TODO state, similar to cycling.  Useful
2780 mostly if more than two TODO states are possible (@pxref{TODO
2781 extensions}).
2782 @kindex C-c C-v
2783 @kindex C-c / t
2784 @cindex sparse tree, for TODO
2785 @item C-c C-v
2786 @itemx C-c / t
2787 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds
2788 the entire buffer, but shows all TODO items and the headings hierarchy
2789 above them.  With a prefix argument, search for a specific TODO.  You will be
2790 prompted for the keyword, and you can also give a list of keywords like
2791 @code{KWD1|KWD2|...}.  With numeric prefix argument N, show the tree for the
2792 Nth keyword in the variable @code{org-todo-keywords}.  With two prefix
2793 arguments, find all TODO and DONE entries.
2794 @kindex C-c a t
2795 @item C-c a t
2796 Show the global TODO list.  Collects the TODO items from all agenda
2797 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
2798 be in @code{agenda-mode}, which provides commands to examine and
2799 manipulate the TODO entries from the new buffer (@pxref{Agenda
2800 commands}).  @xref{Global TODO list}, for more information.
2801 @kindex S-M-@key{RET}
2802 @item S-M-@key{RET}
2803 Insert a new TODO entry below the current one.
2804 @end table
2806 @node TODO extensions, Progress logging, TODO basics, TODO Items
2807 @section Extended use of TODO keywords
2808 @cindex extended TODO keywords
2810 By default, marked TODO entries have one of only two states: TODO and
2811 DONE.  Org mode allows you to classify TODO items in more complex ways
2812 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
2813 special setup, the TODO keyword system can work differently in different
2814 files.
2816 Note that @i{tags} are another way to classify headlines in general and
2817 TODO items in particular (@pxref{Tags}).
2819 @menu
2820 * Workflow states::             From TODO to DONE in steps
2821 * TODO types::                  I do this, Fred does the rest
2822 * Multiple sets in one file::   Mixing it all, and still finding your way
2823 * Fast access to TODO states::  Single letter selection of a state
2824 * Per-file keywords::           Different files, different requirements
2825 * Faces for TODO keywords::     Highlighting states
2826 @end menu
2828 @node Workflow states, TODO types, TODO extensions, TODO extensions
2829 @subsection TODO keywords as workflow states
2830 @cindex TODO workflow
2831 @cindex workflow states as TODO keywords
2833 You can use TODO keywords to indicate different @emph{sequential} states
2834 in the process of working on an item, for example@footnote{Changing
2835 this variable only becomes effective after restarting Org mode in a
2836 buffer.}:
2838 @lisp
2839 (setq org-todo-keywords
2840   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2841 @end lisp
2843 The vertical bar separates the TODO keywords (states that @emph{need
2844 action}) from the DONE states (which need @emph{no further action}.  If
2845 you don't provide the separator bar, the last state is used as the DONE
2846 state.
2847 @cindex completion, of TODO keywords
2848 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
2849 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
2850 also use a numeric prefix argument to quickly select a specific state.  For
2851 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
2852 Or you can use @kbd{S-left} to go backward through the sequence.  If you
2853 define many keywords, you can use in-buffer completion
2854 (@pxref{Completion}) or even a special one-key selection scheme
2855 (@pxref{Fast access to TODO states}) to insert these words into the
2856 buffer.  Changing a TODO state can be logged with a timestamp, see
2857 @ref{Tracking TODO state changes} for more information.
2859 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
2860 @subsection TODO keywords as types
2861 @cindex TODO types
2862 @cindex names as TODO keywords
2863 @cindex types as TODO keywords
2865 The second possibility is to use TODO keywords to indicate different
2866 @emph{types} of action items.  For example, you might want to indicate
2867 that items are for ``work'' or ``home''.  Or, when you work with several
2868 people on a single project, you might want to assign action items
2869 directly to persons, by using their names as TODO keywords.  This would
2870 be set up like this:
2872 @lisp
2873 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
2874 @end lisp
2876 In this case, different keywords do not indicate a sequence, but rather
2877 different types.  So the normal work flow would be to assign a task to a
2878 person, and later to mark it DONE.  Org mode supports this style by adapting
2879 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
2880 @kbd{t} command in the timeline and agenda buffers.}.  When used several
2881 times in succession, it will still cycle through all names, in order to first
2882 select the right type for a task.  But when you return to the item after some
2883 time and execute @kbd{C-c C-t} again, it will switch from any name directly
2884 to DONE.  Use prefix arguments or completion to quickly select a specific
2885 name.  You can also review the items of a specific TODO type in a sparse tree
2886 by using a numeric prefix to @kbd{C-c C-v}.  For example, to see all things
2887 Lucy has to do, you would use @kbd{C-3 C-c C-v}.  To collect Lucy's items
2888 from all agenda files into a single buffer, you would use the numeric prefix
2889 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
2891 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
2892 @subsection Multiple keyword sets in one file
2893 @cindex TODO keyword sets
2895 Sometimes you may want to use different sets of TODO keywords in
2896 parallel.  For example, you may want to have the basic
2897 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
2898 separate state indicating that an item has been canceled (so it is not
2899 DONE, but also does not require action).  Your setup would then look
2900 like this:
2902 @lisp
2903 (setq org-todo-keywords
2904       '((sequence "TODO" "|" "DONE")
2905         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
2906         (sequence "|" "CANCELED")))
2907 @end lisp
2909 The keywords should all be different, this helps Org mode to keep track
2910 of which subsequence should be used for a given entry.  In this setup,
2911 @kbd{C-c C-t} only operates within a subsequence, so it switches from
2912 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
2913 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
2914 select the correct sequence.  Besides the obvious ways like typing a
2915 keyword or using completion, you may also apply the following commands:
2917 @table @kbd
2918 @kindex C-S-@key{right}
2919 @kindex C-S-@key{left}
2920 @item C-S-@key{right}
2921 @itemx C-S-@key{left}
2922 These keys jump from one TODO subset to the next.  In the above example,
2923 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
2924 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
2925 @kindex S-@key{right}
2926 @kindex S-@key{left}
2927 @item S-@key{right}
2928 @itemx S-@key{left}
2929 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
2930 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
2931 would switch from @code{DONE} to @code{REPORT} in the example above.
2932 @end table
2934 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
2935 @subsection Fast access to TODO states
2937 If you would like to quickly change an entry to an arbitrary TODO state
2938 instead of cycling through the states, you can set up keys for
2939 single-letter access to the states.  This is done by adding the section
2940 key after each keyword, in parenthesis.  For example:
2942 @lisp
2943 (setq org-todo-keywords
2944       '((sequence "TODO(t)" "|" "DONE(d)")
2945         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
2946         (sequence "|" "CANCELED(c)")))
2947 @end lisp
2949 If you then press @code{C-u C-c C-t} followed by the selection key, the
2950 entry will be switched to this state.  @key{SPC} can be used to remove
2951 any TODO keyword from an entry.  Should you like this way of selecting
2952 TODO states a lot, you might want to set the variable
2953 @code{org-use-fast-todo-selection} to @code{t} and make this behavior
2954 the default.  Check also the variable
2955 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
2956 state through the tags interface (@pxref{Setting tags}), in case you
2957 like to mingle the two concepts.
2959 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
2960 @subsection Setting up keywords for individual files
2961 @cindex keyword options
2962 @cindex per-file keywords
2964 It can be very useful to use different aspects of the TODO mechanism in
2965 different files.  For file-local settings, you need to add special lines
2966 to the file which set the keywords and interpretation for that file
2967 only.  For example, to set one of the two examples discussed above, you
2968 need one of the following lines, starting in column zero anywhere in the
2969 file:
2971 @example
2972 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
2973 @end example
2975 @example
2976 #+TYP_TODO: Fred Sara Lucy Mike | DONE
2977 @end example
2979 A setup for using several sets in parallel would be:
2981 @example
2982 #+SEQ_TODO: TODO | DONE
2983 #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
2984 #+SEQ_TODO: | CANCELED
2985 @end example
2987 @cindex completion, of option keywords
2988 @kindex M-@key{TAB}
2989 @noindent To make sure you are using the correct keyword, type
2990 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
2992 @cindex DONE, final TODO keyword
2993 Remember that the keywords after the vertical bar (or the last keyword
2994 if no bar is there) must always mean that the item is DONE (although you
2995 may use a different word).  After changing one of these lines, use
2996 @kbd{C-c C-c} with the cursor still in the line to make the changes
2997 known to Org mode@footnote{Org mode parses these lines only when
2998 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
2999 cursor in a line starting with @samp{#+} is simply restarting Org mode
3000 for the current buffer.}.
3002 @node Faces for TODO keywords,  , Per-file keywords, TODO extensions
3003 @subsection Faces for TODO keywords
3004 @cindex faces, for TODO keywords
3006 Org mode highlights TODO keywords with special faces: @code{org-todo}
3007 for keywords indicating that an item still has to be acted upon, and
3008 @code{org-done} for keywords indicating that an item is finished.  If
3009 you are using more than 2 different states, you might want to use
3010 special faces for some of them.  This can be done using the variable
3011 @code{org-todo-keyword-faces}.  For example:
3013 @lisp
3014 (setq org-todo-keyword-faces
3015       '(("TODO"      . org-warning)
3016         ("DEFERRED"  . shadow)
3017         ("CANCELED"  . (:foreground "blue" :weight bold))))
3018 @end lisp
3020 While using a list with face properties as shown for CANCELED
3021 @emph{should} work, this does not aways seem to be the case.  If
3022 necessary, define a special face and use that.
3024 @page
3025 @node Progress logging, Priorities, TODO extensions, TODO Items
3026 @section Progress logging
3027 @cindex progress logging
3028 @cindex logging, of progress
3030 Org mode can automatically record a time stamp and possibly a note when
3031 you mark a TODO item as DONE, or even each time you change the state of
3032 a TODO item.  This system is highly configurable, settings can be on a
3033 per-keyword basis and can be localized to a file or even a subtree.  For
3034 information on how to clock working time for a task, see @ref{Clocking
3035 work time}.
3037 @menu
3038 * Closing items::               When was this entry marked DONE?
3039 * Tracking TODO state changes::  When did the status change?
3040 @end menu
3042 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3043 @subsection Closing items
3045 The most basic logging is to keep track of @emph{when} a certain TODO
3046 item was finished.  This is achieved with@footnote{The corresponding
3047 in-buffer setting is: @code{#+STARTUP: logdone}}.
3049 @lisp
3050 (setq org-log-done 'time)
3051 @end lisp
3053 @noindent
3054 Then each time you turn an entry from a TODO (not-done) state into any
3055 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3056 just after the headline.  If you turn the entry back into a TODO item
3057 through further state cycling, that line will be removed again.  If you
3058 want to record a note along with the timestamp, use@footnote{The
3059 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3061 @lisp
3062 (setq org-log-done 'note)
3063 @end lisp
3065 @noindent
3066 You will then be prompted for a note, and that note will be stored below
3067 the entry with a @samp{Closing Note} heading.
3069 In the timeline (@pxref{Timeline}) and in the agenda
3070 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3071 display the TODO items with a @samp{CLOSED} timestamp on each day,
3072 giving you an overview of what has been done.
3074 @node Tracking TODO state changes,  , Closing items, Progress logging
3075 @subsection Tracking TODO state changes
3077 When TODO keywords are used as workflow states (@pxref{Workflow
3078 states}), you might want to keep track of when a state change occurred
3079 and maybe take a note about this change.  Since it is normally too much
3080 to record a note for every state, Org mode expects configuration on a
3081 per-keyword basis for this.  This is achieved by adding special markers
3082 @samp{!} (for a time stamp) and @samp{@@} (for a note) in parenthesis
3083 after each keyword.  For example, with the setting
3085 @lisp
3086 (setq org-todo-keywords
3087   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3088 @end lisp
3090 @noindent
3091 you not only define global TODO keywords and fast access keys, but also
3092 request that a time is recorded when the entry is turned into
3093 DONE@footnote{It is possible that Org mode will record two time stamps
3094 when you are using both @code{org-log-done} and state change logging.
3095 However, it will never prompt for two notes - if you have configured
3096 both, the state change recording note will take precedence and cancel
3097 the @samp{Closing Note}.}, and that a note is recorded when switching to
3098 WAIT or CANCELED.  The setting for WAIT is even more special: The
3099 @samp{!} after the slash means that in addition to the note taken when
3100 entering the state, a time stamp should be recorded when @i{leaving} the
3101 WAIT state, if and only if the @i{target} state does not configure
3102 logging for entering it.  So it has no effect when switching from WAIT
3103 to DONE, because DONE is configured to record a timestamp only.  But
3104 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3105 setting now triggers a timestamp even though TODO has no logging
3106 configured.
3108 You can use the exact same syntax for setting logging preferences local
3109 to a buffer:
3110 @example
3111 #+SEQ_TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3112 @end example
3114 In order to define logging settings that are local to a subtree or a
3115 single item, define a LOGGING property in this entry.  Any non-empty
3116 LOGGING property resets all logging settings to nil.  You may then turn
3117 on logging for this specific tree using STARTUP keywords like
3118 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3119 settings like @code{TODO(!)}.  For example
3121 @example
3122 * TODO Log each state with only a time
3123   :PROPERTIES:
3124   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3125   :END:
3126 * TODO Only log when switching to WAIT, and when repeating
3127   :PROPERTIES:
3128   :LOGGING: WAIT(@@) logrepeat
3129   :END:
3130 * TODO No logging at all
3131   :PROPERTIES:
3132   :LOGGING: nil
3133   :END:
3134 @end example
3137 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3138 @section Priorities
3139 @cindex priorities
3141 If you use Org mode extensively, you may end up enough TODO items that
3142 it starts to make sense to prioritize them.  Prioritizing can be done by
3143 placing a @emph{priority cookie} into the headline of a TODO item, like
3144 this
3146 @example
3147 *** TODO [#A] Write letter to Sam Fortune
3148 @end example
3150 @noindent
3151 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3152 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie
3153 is treated as priority @samp{B}.  Priorities make a difference only in
3154 the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have
3155 no inherent meaning to Org mode.
3157 Priorities can be attached to any outline tree entries; they do not need
3158 to be TODO items.
3160 @table @kbd
3161 @kindex @kbd{C-c ,}
3162 @item @kbd{C-c ,}
3163 Set the priority of the current headline.  The command prompts for a
3164 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3165 @key{SPC} instead, the priority cookie is removed from the headline.
3166 The priorities can also be changed ``remotely'' from the timeline and
3167 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3169 @kindex S-@key{up}
3170 @kindex S-@key{down}
3171 @item S-@key{up}
3172 @itemx S-@key{down}
3173 Increase/decrease priority of current headline@footnote{See also the
3174 option @code{org-priority-start-cycle-with-default'}.}.  Note that these
3175 keys are also used to modify time stamps (@pxref{Creating timestamps}).
3176 Furthermore, these keys are also used by CUA mode (@pxref{Conflicts}).
3177 @end table
3179 You can change the range of allowed priorities by setting the variables
3180 @code{org-highest-priority}, @code{org-lowest-priority}, and
3181 @code{org-default-priority}.  For an individual buffer, you may set
3182 these values (highest, lowest, default) like this (please make sure that
3183 the highest priority is earlier in the alphabet than the lowest
3184 priority):
3186 @example
3187 #+PRIORITIES: A C B
3188 @end example
3190 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3191 @section Breaking tasks down into subtasks
3192 @cindex tasks, breaking down
3194 It is often advisable to break down large tasks into smaller, manageable
3195 subtasks.  You can do this by creating an outline tree below a TODO item,
3196 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3197 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3198 the overview over the fraction of subtasks that are already completed, insert
3199 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3200 be updates each time the todo status of a child changes.  For example:
3202 @example
3203 * Organize Party [33%]
3204 ** TODO Call people [1/2]
3205 *** TODO Peter
3206 *** DONE Sarah
3207 ** TODO Buy food
3208 ** DONE Talk to neighbor
3209 @end example
3211 If you would like a TODO entry to automatically change to DONE when all
3212 chilrden are done, you can use the following setup:
3214 @example
3215 (defun org-summary-todo (n-done n-not-done)
3216   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3217   (let (org-log-done org-log-states)   ; turn off logging
3218     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3220 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3221 @end example
3224 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3225 large number of subtasks (@pxref{Checkboxes}).
3228 @node Checkboxes,  , Breaking down tasks, TODO Items
3229 @section Checkboxes
3230 @cindex checkboxes
3232 Every item in a plain list (@pxref{Plain lists}) can be made into a
3233 checkbox by starting it with the string @samp{[ ]}.  This feature is
3234 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3235 Checkboxes are not included into the global TODO list, so they are often
3236 great to split a task into a number of simple steps.  Or you can use
3237 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3238 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3240 Here is an example of a checkbox list.
3242 @example
3243 * TODO Organize party [2/4]
3244   - [-] call people [1/3]
3245     - [ ] Peter
3246     - [X] Sarah
3247     - [ ] Sam
3248   - [X] order food
3249   - [ ] think about what music to play
3250   - [X] talk to the neighbors
3251 @end example
3253 Checkboxes work hierarchically, so if a checkbox item has children that
3254 are checkboxes, toggling one of the children checkboxes will make the
3255 parent checkbox reflect if none, some, or all of the children are
3256 checked.
3258 @cindex statistics, for checkboxes
3259 @cindex checkbox statistics
3260 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are
3261 cookies indicating how many checkboxes present in this entry have been
3262 checked off, and the total number of checkboxes are present.  This can
3263 give you an idea on how many checkboxes remain, even without opening a
3264 folded entry.  The cookies can be placed into a headline or into (the
3265 first line of) a plain list item. Each cookie covers all checkboxes
3266 structurally below the headline/item on which the cookie appear.  You
3267 have to insert the cookie yourself by typing either @samp{[/]} or
3268 @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m} result, as in
3269 the examples above.  With @samp{[%]} you get information about the
3270 percentage of checkboxes checked (in the above example, this would be
3271 @samp{[50%]} and @samp{[33%]}, respectively).
3273 @noindent The following commands work with checkboxes:
3275 @table @kbd
3276 @kindex C-c C-c
3277 @item C-c C-c
3278 Toggle checkbox at point.  With a prefix argument, set it to @samp{[-]},
3279 which is considered to be an intermediate state.
3280 @kindex C-c C-x C-b
3281 @item C-c C-x C-b
3282 Toggle checkbox at point.
3283 @itemize @minus
3284 @item
3285 If there is an active region, toggle the first checkbox in the region
3286 and set all remaining boxes to the same status as the first.  If you
3287 want to toggle all boxes in the region independently, use a prefix
3288 argument.
3289 @item
3290 If the cursor is in a headline, toggle checkboxes in the region between
3291 this headline and the next (so @emph{not} the entire subtree).
3292 @item
3293 If there is no active region, just toggle the checkbox at point.
3294 @end itemize
3295 @kindex M-S-@key{RET}
3296 @item M-S-@key{RET}
3297 Insert a new item with a checkbox.
3298 This works only if the cursor is already in a plain list item
3299 (@pxref{Plain lists}).
3300 @kindex C-c #
3301 @item C-c #
3302 Update the checkbox statistics in the current outline entry.  When
3303 called with a @kbd{C-u} prefix, update the entire file.  Checkbox
3304 statistic cookies are updated automatically if you toggle checkboxes
3305 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}.  If you
3306 delete boxes or add/change them by hand, use this command to get things
3307 back into synch.  Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3308 @end table
3310 @node Tags, Properties and Columns, TODO Items, Top
3311 @chapter Tags
3312 @cindex tags
3313 @cindex headline tagging
3314 @cindex matching, tags
3315 @cindex sparse tree, tag based
3317 An excellent way to implement labels and contexts for cross-correlating
3318 information is to assign @i{tags} to headlines.  Org mode has extensive
3319 support for tags.
3321 Every headline can contain a list of tags; they occur at the end of the
3322 headline.  Tags are normal words containing letters, numbers, @samp{_},
3323 and @samp{@@}.  Tags must be preceded and followed by a single colon,
3324 e.g., @samp{:WORK:}.  Several tags can be specified, as in
3325 @samp{:work:URGENT:}.
3327 @menu
3328 * Tag inheritance::             Tags use the tree structure of the outline
3329 * Setting tags::                How to assign tags to a headline
3330 * Tag searches::                Searching for combinations of tags
3331 @end menu
3333 @node Tag inheritance, Setting tags, Tags, Tags
3334 @section Tag inheritance
3335 @cindex tag inheritance
3336 @cindex inheritance, of tags
3337 @cindex sublevels, inclusion into tags match
3339 @i{Tags} make use of the hierarchical structure of outline trees.  If a
3340 heading has a certain tag, all subheadings will inherit the tag as
3341 well.  For example, in the list
3343 @example
3344 * Meeting with the French group      :work:
3345 ** Summary by Frank                  :boss:notes:
3346 *** TODO Prepare slides for him      :action:
3347 @end example
3349 @noindent
3350 the final heading will have the tags @samp{:work:}, @samp{:boss:},
3351 @samp{:notes:}, and @samp{:action:} even though the final heading is not
3352 explicitly marked with those tags.  You can also set tags that all entries in
3353 a file should inherit as if these tags would be defined in a hypothetical
3354 level zero that surounds the entire file.
3356 @example
3357 #+FILETAGS: :Peter:Boss:Secret:
3358 @end example
3360 @noindent
3361 To limit tag inheritance to specific tags, or to turn it off entirely, use
3362 the variable @code{org-use-tag-inheritance}.
3364 When a headline matches during a tags search while tag inheritance is turned
3365 on, all the sublevels in the same tree will match as well@footnote{This is
3366 only true if the the search does not involve more complex tests including
3367 properties (@pxref{Property searches}).}.  The list of matches may then
3368 become very long.  If you only want to see the first tags match in a subtree,
3369 configure the variable @code{org-tags-match-list-sublevels}.
3371 @node Setting tags, Tag searches, Tag inheritance, Tags
3372 @section Setting tags
3373 @cindex setting tags
3374 @cindex tags, setting
3376 @kindex M-@key{TAB}
3377 Tags can simply be typed into the buffer at the end of a headline.
3378 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
3379 also a special command for inserting tags:
3381 @table @kbd
3382 @kindex C-c C-c
3383 @item C-c C-c
3384 @cindex completion, of tags
3385 Enter new tags for the current headline.  Org mode will either offer
3386 completion or a special single-key interface for setting tags, see
3387 below.  After pressing @key{RET}, the tags will be inserted and aligned
3388 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
3389 tags in the current buffer will be aligned to that column, just to make
3390 things look nice.  TAGS are automatically realigned after promotion,
3391 demotion, and TODO state changes (@pxref{TODO basics}).
3392 @end table
3394 Org will support tag insertion based on a @emph{list of tags}.  By
3395 default this list is constructed dynamically, containing all tags
3396 currently used in the buffer.  You may also globally specify a hard list
3397 of tags with the variable @code{org-tag-alist}.  Finally you can set
3398 the default tags for a given file with lines like
3400 @example
3401 #+TAGS: @@work @@home @@tennisclub
3402 #+TAGS: laptop car pc sailboat
3403 @end example
3405 If you have globally defined your preferred set of tags using the
3406 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3407 in a specific file, add an empty TAGS option line to that file:
3409 @example
3410 #+TAGS:
3411 @end example
3413 By default Org mode uses the standard minibuffer completion facilities for
3414 entering tags.  However, it also implements another, quicker, tag selection
3415 method called @emph{fast tag selection}.  This allows you to select and
3416 deselect tags with just a single key press.  For this to work well you should
3417 assign unique letters to most of your commonly used tags.  You can do this
3418 globally by configuring the variable @code{org-tag-alist} in your
3419 @file{.emacs} file.  For example, you may find the need to tag many items in
3420 different files with @samp{:@@home:}.  In this case you can set something
3421 like:
3423 @lisp
3424 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
3425 @end lisp
3427 @noindent If the tag is only relevant to the file you are working on then you
3428 can, instead, set the TAGS option line as:
3430 @example
3431 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
3432 @end example
3434 @noindent
3435 You can also group together tags that are mutually exclusive.  By using
3436 braces, as in:
3438 @example
3439 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
3440 @end example
3442 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
3443 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
3445 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
3446 these lines to activate any changes.
3448 @noindent
3449 To set these mutually exclusive groups in the variable @code{org-mode-alist}
3450 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
3451 of the braces.  The previous example would be set globally by the following
3452 configuration:
3454 @lisp
3455 (setq org-tag-alist '((:startgroup . nil)
3456                       ("@@work" . ?w) ("@@home" . ?h)
3457                       ("@@tennisclub" . ?t)
3458                       (:endgroup . nil)
3459                       ("laptop" . ?l) ("pc" . ?p)))
3460 @end lisp
3462 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
3463 automatically present you with a special interface, listing inherited tags,
3464 the tags of the current headline, and a list of all valid tags with
3465 corresponding keys@footnote{Keys will automatically be assigned to tags which
3466 have no configured keys.}.  In this interface, you can use the following
3467 keys:
3469 @table @kbd
3470 @item a-z...
3471 Pressing keys assigned to tags will add or remove them from the list of
3472 tags in the current line.  Selecting a tag in a group of mutually
3473 exclusive tags will turn off any other tags from that group.
3474 @kindex @key{TAB}
3475 @item @key{TAB}
3476 Enter a tag in the minibuffer, even if the tag is not in the predefined
3477 list.  You will be able to complete on all tags present in the buffer.
3478 @kindex @key{SPC}
3479 @item @key{SPC}
3480 Clear all tags for this line.
3481 @kindex @key{RET}
3482 @item @key{RET}
3483 Accept the modified set.
3484 @item C-g
3485 Abort without installing changes.
3486 @item q
3487 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3488 @item !
3489 Turn off groups of mutually exclusive tags.  Use this to (as an
3490 exception) assign several tags from such a group.
3491 @item C-c
3492 Toggle auto-exit after the next change (see below).
3493 If you are using expert mode, the first @kbd{C-c} will display the
3494 selection window.
3495 @end table
3497 @noindent
3498 This method lets you assign tags to a headline with very few keys.  With
3499 the above setup, you could clear the current tags and set @samp{@@home},
3500 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
3501 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
3502 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
3503 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
3504 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3505 @key{RET} @key{RET}}.
3507 If you find that most of the time, you need only a single key press to
3508 modify your list of tags, set the variable
3509 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
3510 press @key{RET} to exit fast tag selection - it will immediately exit
3511 after the first change.  If you then occasionally need more keys, press
3512 @kbd{C-c} to turn off auto-exit for the current tag selection process
3513 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
3514 C-c}).  If you set the variable to the value @code{expert}, the special
3515 window is not even shown for single-key tag selection, it comes up only
3516 when you press an extra @kbd{C-c}.
3518 @node Tag searches,  , Setting tags, Tags
3519 @section Tag searches
3520 @cindex tag searches
3521 @cindex searching for tags
3523 Once a system of tags has been set up, it can be used to collect related
3524 information into special lists.
3526 @table @kbd
3527 @kindex C-c \
3528 @kindex C-c / T
3529 @item C-c \
3530 @itemx C-c / T
3531 Create a sparse tree with all headlines matching a tags search.  With a
3532 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
3533 @kindex C-c a m
3534 @item C-c a m
3535 Create a global list of tag matches from all agenda files.
3536 @xref{Matching tags and properties}.
3537 @kindex C-c a M
3538 @item C-c a M
3539 Create a global list of tag matches from all agenda files, but check
3540 only TODO items and force checking subitems (see variable
3541 @code{org-tags-match-list-sublevels}).
3542 @end table
3544 @cindex Boolean logic, for tag searches
3545 A @i{tags} search string can use Boolean operators @samp{&} for AND and
3546 @samp{|} for OR.  @samp{&} binds more strongly than @samp{|}.
3547 Parenthesis are currently not implemented.  A tag may also be preceded
3548 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
3549 positive selection.  The AND operator @samp{&} is optional when @samp{+}
3550 or @samp{-} is present.  Examples:
3552 @table @samp
3553 @item +work-boss
3554 Select headlines tagged @samp{:work:}, but discard those also tagged
3555 @samp{:boss:}.
3556 @item work|laptop
3557 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
3558 @item work|laptop&night
3559 Like before, but require the @samp{:laptop:} lines to be tagged also
3560 @samp{:night:}.
3561 @end table
3563 @cindex TODO keyword matching, with tags search
3564 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
3565 can be useful to also match on the TODO keyword.  This can be done by
3566 adding a condition after a slash to a tags match.  The syntax is similar
3567 to the tag matches, but should be applied with consideration: For
3568 example, a positive selection on several TODO keywords can not
3569 meaningfully be combined with boolean AND.  However, @emph{negative
3570 selection} combined with AND can be meaningful.  To make sure that only
3571 lines are checked that actually have any TODO keyword, use @kbd{C-c a
3572 M}, or equivalently start the TODO part after the slash with @samp{!}.
3573 Examples:
3575 @table @samp
3576 @item work/WAITING
3577 Select @samp{:work:}-tagged TODO lines with the specific TODO
3578 keyword @samp{WAITING}.
3579 @item work/!-WAITING-NEXT
3580 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
3581 nor @samp{NEXT}
3582 @item work/+WAITING|+NEXT
3583 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
3584 @samp{NEXT}.
3585 @end table
3587 @cindex regular expressions, with tags search
3588 Any element of the tag/todo match can be a regular expression - in this
3589 case it must be enclosed in curly braces.  For example,
3590 @samp{work+@{^boss.*@}} matches headlines that contain the tag
3591 @samp{:work:} and any tag @i{starting} with @samp{boss}.
3593 @cindex level, require for tags/property match
3594 @cindex category, require for tags/property match
3595 You can also require a headline to be of a certain level or category, by
3596 writing instead of any TAG an expression like @samp{LEVEL=3} or
3597 @samp{CATEGORY="work"}, respectively.  For example, a search
3598 @samp{+LEVEL=3+boss/-DONE} lists all level three headlines that have the
3599 tag @samp{boss} and are @emph{not} marked with the TODO keyword DONE.
3601 @node Properties and Columns, Dates and Times, Tags, Top
3602 @chapter Properties and Columns
3603 @cindex properties
3605 Properties are a set of key-value pairs associated with an entry.  There
3606 are two main applications for properties in Org mode.  First, properties
3607 are like tags, but with a value.  Second, you can use properties to
3608 implement (very basic) database capabilities in an Org buffer.  For
3609 an example of the first application, imagine maintaining a file where
3610 you document bugs and plan releases of a piece of software.  Instead of
3611 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
3612 property, say @code{:Release:}, that in different subtrees has different
3613 values, such as @code{1.0} or @code{2.0}.  For an example of the second
3614 application of properties, imagine keeping track of your music CD's,
3615 where properties could be things such as the album artist, date of
3616 release, number of tracks, and so on.
3618 Properties can be conveniently edited and viewed in column view
3619 (@pxref{Column view}).
3621 Properties are like tags, but with a value.  For example, in a file
3622 where you document bugs and plan releases of a piece of software,
3623 instead of using tags like @code{:release_1:}, @code{:release_2:}, it
3624 can be more efficient to use a property @code{:Release:} with a value
3625 @code{1.0} or @code{2.0}.  Second, you can use properties to implement
3626 (very basic) database capabilities in an Org buffer, for example to
3627 create a list of Music CD's you own.  You can edit and view properties
3628 conveniently in column view (@pxref{Column view}).
3630 @menu
3631 * Property syntax::             How properties are spelled out
3632 * Special properties::          Access to other Org mode features
3633 * Property searches::           Matching property values
3634 * Property inheritance::        Passing values down the tree
3635 * Column view::                 Tabular viewing and editing
3636 * Property API::                Properties for Lisp programmers
3637 @end menu
3639 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
3640 @section Property syntax
3641 @cindex property syntax
3642 @cindex drawer, for properties
3644 Properties are key-value pairs.  They need to be inserted into a special
3645 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
3646 is specified on a single line, with the key (surrounded by colons)
3647 first, and the value after it.  Here is an example:
3649 @example
3650 * CD collection
3651 ** Classic
3652 *** Goldberg Variations
3653     :PROPERTIES:
3654     :Title:     Goldberg Variations
3655     :Composer:  J.S. Bach
3656     :Artist:    Glen Gould
3657     :Publisher: Deutsche Grammphon
3658     :NDisks:    1
3659     :END:
3660 @end example
3662 You may define the allowed values for a particular property @samp{:Xyz:}
3663 by setting a property @samp{:Xyz_ALL:}.  This special property is
3664 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
3665 the entire tree.  When allowed values are defined, setting the
3666 corresponding property becomes easier and is less prone to typing
3667 errors.  For the example with the CD collection, we can predefine
3668 publishers and the number of disks in a box like this:
3670 @example
3671 * CD collection
3672   :PROPERTIES:
3673   :NDisks_ALL:  1 2 3 4
3674   :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
3675   :END:
3676 @end example
3678 If you want to set properties that can be inherited by any entry in a
3679 file, use a line like
3681 @example
3682 #+PROPERTY: NDisks_ALL 1 2 3 4
3683 @end example
3685 Property values set with the global variable
3686 @code{org-global-properties} can be inherited by all entries in all
3687 Org files.
3689 @noindent
3690 The following commands help to work with properties:
3692 @table @kbd
3693 @kindex M-@key{TAB}
3694 @item M-@key{TAB}
3695 After an initial colon in a line, complete property keys.  All keys used
3696 in the current file will be offered as possible completions.
3697 @kindex C-c C-x p
3698 @item C-c C-x p
3699 Set a property.  This prompts for a property name and a value.  If
3700 necessary, the property drawer is created as well.
3701 @item M-x org-insert-property-drawer
3702 Insert a property drawer into the current entry.  The drawer will be
3703 inserted early in the entry, but after the lines with planning
3704 information like deadlines.
3705 @kindex C-c C-c
3706 @item C-c C-c
3707 With the cursor in a property drawer, this executes property commands.
3708 @item C-c C-c s
3709 Set a property in the current entry.  Both the property and the value
3710 can be inserted using completion.
3711 @kindex S-@key{right}
3712 @kindex S-@key{left}
3713 @item S-@key{left}/@key{right}
3714 Switch property at point to the next/previous allowed value.
3715 @item C-c C-c d
3716 Remove a property from the current entry.
3717 @item C-c C-c D
3718 Globally remove a property, from all entries in the current file.
3719 @item C-c C-c c
3720 Compute the property at point, using the operator and scope from the
3721 nearest column format definition.
3722 @end table
3724 @node Special properties, Property searches, Property syntax, Properties and Columns
3725 @section Special properties
3726 @cindex properties, special
3728 Special properties provide alternative access method to Org mode
3729 features discussed in the previous chapters, like the TODO state or the
3730 priority of an entry.  This interface exists so that you can include
3731 these states into columns view (@pxref{Column view}), or to use them in
3732 queries.  The following property names are special and should not be
3733 used as keys in the properties drawer:
3735 @example
3736 TODO         @r{The TODO keyword of the entry.}
3737 TAGS         @r{The tags defined directly in the headline.}
3738 ALLTAGS      @r{All tags, including inherited ones.}
3739 PRIORITY     @r{The priority of the entry, a string with a single letter.}
3740 DEADLINE     @r{The deadline time string, without the angular brackets.}
3741 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
3742 TIMESTAMP    @r{The first keyword-less time stamp in the entry.}
3743 TIMESTAMP_IA @r{The first inactive time stamp in the entry.}
3744 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
3745              @r{must be run first to compute the values.}
3746 @end example
3748 @node Property searches, Property inheritance, Special properties, Properties and Columns
3749 @section Property searches
3750 @cindex properties, searching
3751 @cindex searching, of properties
3753 To create sparse trees and special lists with selection based on properties,
3754 the same commands are used as for tag searches (@pxref{Tag searches}), and
3755 the same logic applies.  For example, here is a search string:
3757 @example
3758 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2+With=@{Sarah\|Denny@}
3759 @end example
3761 @noindent
3762 If the comparison value is a plain number, a numerical comparison is done,
3763 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
3764 @samp{>=}, and @samp{<>}.  If the comparison value is enclosed in double
3765 quotes, a string comparison is done, and the same operators are allowed.  If
3766 the comparison value is enclosed in curly braces, a regexp match is
3767 performed, with @samp{=} meaning that the regexp matches the property value,
3768 and @samp{<>} meaning that it does not match.  So the search string in the
3769 example finds entries tagged @samp{:work:} but not @samp{:boss:}, which also
3770 have a priority value @samp{A}, a @samp{:Coffee:} property with the value
3771 @samp{unlimited}, an @samp{Effort} property that is numerically smaller than
3772 2, and a @samp{:With:} property that is matched by the regular expression
3773 @samp{Sarah\|Denny}.
3775 You can configure Org mode to use property inheritance during a search, but
3776 beware that this can slow down searches considerably.  See @ref{Property
3777 inheritance} for details.
3779 There is also a special command for creating sparse trees based on a
3780 single property:
3782 @table @kbd
3783 @kindex C-c / p
3784 @item C-c / p
3785 Create a sparse tree based on the value of a property.  This first
3786 prompts for the name of a property, and then for a value.  A sparse tree
3787 is created with all entries that define this property with the given
3788 value.  If you enclose the value into curly braces, it is interpreted as
3789 a regular expression and matched against the property values.
3790 @end table
3792 @node Property inheritance, Column view, Property searches, Properties and Columns
3793 @section Property Inheritance
3794 @cindex properties, inheritance
3795 @cindex inheritance, of properties
3797 The outline structure of Org mode documents lends itself for an
3798 inheritance model of properties: If the parent in a tree has a certain
3799 property, the children can inherit this property.  Org mode does not
3800 turn this on by default, because it can slow down property searches
3801 significantly and is often not needed.  However, if you find inheritance
3802 useful, you can turn it on by setting the variable
3803 @code{org-use-property-inheritance}.  It may be set to @code{t}, to make
3804 all properties inherited from the parent, to a list of properties
3805 that should be inherited, or to a regular expression that matches
3806 inherited properties.
3808 Org mode has a few properties for which inheritance is hard-coded, at
3809 least for the special applications for which they are used:
3811 @table @code
3812 @item COLUMNS
3813 The @code{:COLUMNS:} property defines the format of column view
3814 (@pxref{Column view}).  It is inherited in the sense that the level
3815 where a @code{:COLUMNS:} property is defined is used as the starting
3816 point for a column view table, independently of the location in the
3817 subtree from where columns view is turned on.
3818 @item CATEGORY
3819 For agenda view, a category set through a @code{:CATEGORY:} property
3820 applies to the entire subtree.
3821 @item ARCHIVE
3822 For archiving, the @code{:ARCHIVE:} property may define the archive
3823 location for the entire subtree (@pxref{Moving subtrees}).
3824 @item LOGGING
3825 The LOGGING property may define logging settings for an entry or a
3826 subtree (@pxref{Tracking TODO state changes}).
3827 @end table
3829 @node Column view, Property API, Property inheritance, Properties and Columns
3830 @section Column view
3832 A great way to view and edit properties in an outline tree is
3833 @emph{column view}.  In column view, each outline item is turned into a
3834 table row.  Columns in this table provide access to properties of the
3835 entries.  Org mode implements columns by overlaying a tabular structure
3836 over the headline of each item.  While the headlines have been turned
3837 into a table row, you can still change the visibility of the outline
3838 tree.  For example, you get a compact table by switching to CONTENTS
3839 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3840 is active), but you can still open, read, and edit the entry below each
3841 headline.  Or, you can switch to column view after executing a sparse
3842 tree command and in this way get a table only for the selected items.
3843 Column view also works in agenda buffers (@pxref{Agenda Views}) where
3844 queries have collected selected items, possibly from a number of files.
3846 @menu
3847 * Defining columns::            The COLUMNS format property
3848 * Using column view::           How to create and use column view
3849 * Capturing column view::       A dynamic block for column view
3850 @end menu
3852 @node Defining columns, Using column view, Column view, Column view
3853 @subsection Defining columns
3854 @cindex column view, for properties
3855 @cindex properties, column view
3857 Setting up a column view first requires defining the columns.  This is
3858 done by defining a column format line.
3860 @menu
3861 * Scope of column definitions::  Where defined, where valid?
3862 * Column attributes::           Appearance and content of a column
3863 @end menu
3865 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
3866 @subsubsection Scope of column definitions
3868 To define a column format for an entire file, use a line like
3870 @example
3871 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3872 @end example
3874 To specify a format that only applies to a specific tree, add a
3875 @code{:COLUMNS:} property to the top node of that tree, for example:
3877 @example
3878 ** Top node for columns view
3879    :PROPERTIES:
3880    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3881    :END:
3882 @end example
3884 If a @code{:COLUMNS:} property is present in an entry, it defines columns
3885 for the entry itself, and for the entire subtree below it.  Since the
3886 column definition is part of the hierarchical structure of the document,
3887 you can define columns on level 1 that are general enough for all
3888 sublevels, and more specific columns further down, when you edit a
3889 deeper part of the tree.
3891 @node Column attributes,  , Scope of column definitions, Defining columns
3892 @subsubsection Column attributes
3893 A column definition sets the attributes of a column.  The general
3894 definition looks like this:
3896 @example
3897  %[width]property[(title)][@{summary-type@}]
3898 @end example
3900 @noindent
3901 Except for the percent sign and the property name, all items are
3902 optional.  The individual parts have the following meaning:
3904 @example
3905 width           @r{An integer specifying the width of the column in characters.}
3906                 @r{If omitted, the width will be determined automatically.}
3907 property        @r{The property that should be edited in this column.}
3908 (title)         @r{The header text for the column. If omitted, the}
3909                 @r{property name is used.}
3910 @{summary-type@}  @r{The summary type.  If specified, the column values for}
3911                 @r{parent nodes are computed from the children.}
3912                 @r{Supported summary types are:}
3913                 @{+@}       @r{Sum numbers in this column.}
3914                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
3915                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
3916                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
3917                 @{X@}       @r{Checkbox status, [X] if all children are [X].}
3918                 @{X/@}      @r{Checkbox status, [n/m].}
3919                 @{X%@}      @r{Checkbox status, [n%].}
3920 @end example
3922 @noindent
3923 Here is an example for a complete columns definition, along with allowed
3924 values.
3926 @example
3927 :COLUMNS:  %20ITEM %9Approved(Approved?)@{X@} %Owner %11Status \@footnote{Please note that the COLUMNS definition must be on a single line - it is wrapped here only because of formatting constraints.}
3928                    %10Time_Estimate@{:@} %CLOCKSUM
3929 :Owner_ALL:    Tammy Mark Karl Lisa Don
3930 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
3931 :Approved_ALL: "[ ]" "[X]"
3932 @end example
3934 The first column, @samp{%25ITEM}, means the first 25 characters of the
3935 item itself, i.e. of the headline.  You probably always should start the
3936 column definition with the @samp{ITEM} specifier.  The other specifiers
3937 create columns @samp{Owner} with a list of names as allowed values, for
3938 @samp{Status} with four different possible values, and for a checkbox
3939 field @samp{Approved}.  When no width is given after the @samp{%}
3940 character, the column will be exactly as wide as it needs to be in order
3941 to fully display all values.  The @samp{Approved} column does have a
3942 modified title (@samp{Approved?}, with a question mark).  Summaries will
3943 be created for the @samp{Time_Estimate} column by adding time duration
3944 expressions like HH:MM, and for the @samp{Approved} column, by providing
3945 an @samp{[X]} status if all children have been checked.  The
3946 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
3947 in the subtree.
3949 @node Using column view, Capturing column view, Defining columns, Column view
3950 @subsection Using column view
3952 @table @kbd
3953 @tsubheading{Turning column view on and off}
3954 @kindex C-c C-x C-c
3955 @item C-c C-x C-c
3956 Create the column view for the local environment.  This command searches
3957 the hierarchy, up from point, for a @code{:COLUMNS:} property that defines
3958 a format.  When one is found, the column view table is established for
3959 the entire tree, starting from the entry that contains the @code{:COLUMNS:}
3960 property.  If none is found, the format is taken from the @code{#+COLUMNS}
3961 line or from the variable @code{org-columns-default-format}, and column
3962 view is established for the current entry and its subtree.
3963 @kindex r
3964 @item r
3965 Recreate the column view, to include recent changes made in the buffer.
3966 @kindex g
3967 @item g
3968 Same as @kbd{r}.
3969 @kindex q
3970 @item q
3971 Exit column view.
3972 @tsubheading{Editing values}
3973 @item @key{left} @key{right} @key{up} @key{down}
3974 Move through the column view from field to field.
3975 @kindex S-@key{left}
3976 @kindex S-@key{right}
3977 @item  S-@key{left}/@key{right}
3978 Switch to the next/previous allowed value of the field.  For this, you
3979 have to have specified allowed values for a property.
3980 @item 1..9,0
3981 Directly select the nth allowed value, @kbd{0} selects the 10th value.
3982 @kindex n
3983 @kindex p
3984 @itemx  n / p
3985 Same as @kbd{S-@key{left}/@key{right}}
3986 @kindex e
3987 @item e
3988 Edit the property at point.  For the special properties, this will
3989 invoke the same interface that you normally use to change that
3990 property.  For example, when editing a TAGS property, the tag completion
3991 or fast selection interface will pop up.
3992 @kindex C-c C-c
3993 @item C-c C-c
3994 When there is a checkbox at point, toggle it.
3995 @kindex v
3996 @item v
3997 View the full value of this property.  This is useful if the width of
3998 the column is smaller than that of the value.
3999 @kindex a
4000 @item a
4001 Edit the list of allowed values for this property.  If the list is found
4002 in the hierarchy, the modified values is stored there.  If no list is
4003 found, the new value is stored in the first entry that is part of the
4004 current column view.
4005 @tsubheading{Modifying the table structure}
4006 @kindex <
4007 @kindex >
4008 @item < / >
4009 Make the column narrower/wider by one character.
4010 @kindex S-M-@key{right}
4011 @item S-M-@key{right}
4012 Insert a new column, to the right of the current column.
4013 @kindex S-M-@key{left}
4014 @item S-M-@key{left}
4015 Delete the current column.
4016 @end table
4018 @node Capturing column view,  , Using column view, Column view
4019 @subsection Capturing column view
4021 Since column view is just an overlay over a buffer, it cannot be
4022 exported or printed directly.  If you want to capture a column view, use
4023 this @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4024 of this block looks like this:
4026 @cindex #+BEGIN: columnview
4027 @example
4028 * The column view
4029 #+BEGIN: columnview :hlines 1 :id "label"
4031 #+END:
4032 @end example
4034 @noindent This dynamic block has the following parameters:
4036 @table @code
4037 @item :id
4038 This is most important parameter.  Column view is a feature that is
4039 often localized to a certain (sub)tree, and the capture block might be
4040 in a different location in the file.  To identify the tree whose view to
4041 capture, you can use 3 values:
4042 @example
4043 local     @r{use the tree in which the capture block is located}
4044 global    @r{make a global view, including all headings in the file}
4045 "label"   @r{call column view in the tree that has an @code{:ID:}}
4046           @r{property with the value @i{label}.  You can use}
4047           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4048           @r{the current entry and copy it to the kill-ring.}
4049 @end example
4050 @item :hlines
4051 When @code{t}, insert a hline after every line.  When a number N, insert
4052 a hline before each headline with level @code{<= N}.
4053 @item :vlines
4054 When set to @code{t}, enforce column groups to get vertical lines.
4055 @item :maxlevel
4056 When set to a number, don't capture entries below this level.
4057 @item :skip-empty-rows
4058 When set to @code{t}, skip row where the only non-empty specifier of the
4059 column view is @code{ITEM}.
4061 @end table
4063 @noindent
4064 The following commands insert or update the dynamic block:
4066 @table @kbd
4067 @kindex C-c C-x r
4068 @item C-c C-x r
4069 Insert a dynamic block capturing a column view.  You will be prompted
4070 for the scope or id of the view.
4071 @kindex C-c C-c
4072 @item C-c C-c
4073 @kindex C-c C-x C-u
4074 @itemx C-c C-x C-u
4075 Update dynamical block at point.  The cursor needs to be in the
4076 @code{#+BEGIN} line of the dynamic block.
4077 @kindex C-u C-c C-x C-u
4078 @item C-u C-c C-x C-u
4079 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4080 you have several clock table blocks in a buffer.
4081 @end table
4083 @node Property API,  , Column view, Properties and Columns
4084 @section The Property API
4085 @cindex properties, API
4086 @cindex API, for properties
4088 There is a full API for accessing and changing properties.  This API can
4089 be used by Emacs Lisp programs to work with properties and to implement
4090 features based on them.  For more information see @ref{Using the
4091 property API}.
4093 @node Dates and Times, Remember, Properties and Columns, Top
4094 @chapter Dates and Times
4095 @cindex dates
4096 @cindex times
4097 @cindex time stamps
4098 @cindex date stamps
4100 To assist project planning, TODO items can be labeled with a date and/or
4101 a time.  The specially formatted string carrying the date and time
4102 information is called a @emph{timestamp} in Org mode.  This may be a
4103 little confusing because timestamp is often used as indicating when
4104 something was created or last changed.  However, in Org mode this term
4105 is used in a much wider sense.
4107 @menu
4108 * Timestamps::                  Assigning a time to a tree entry
4109 * Creating timestamps::         Commands which insert timestamps
4110 * Deadlines and scheduling::    Planning your work
4111 * Clocking work time::          Tracking how long you spend on a task
4112 * Effort estimates::            Planning work effort in advance
4113 @end menu
4116 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4117 @section Timestamps, deadlines and scheduling
4118 @cindex time stamps
4119 @cindex ranges, time
4120 @cindex date stamps
4121 @cindex deadlines
4122 @cindex scheduling
4124 A time stamp is a specification of a date (possibly with time or a range
4125 of times) in a special format, either @samp{<2003-09-16 Tue>} or
4126 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4127 12:00-12:30>}@footnote{This is the standard ISO date/time format.  To
4128 use an alternative format, see @ref{Custom time format}.}.  A time stamp
4129 can appear anywhere in the headline or body of an Org tree entry.  Its
4130 presence causes entries to be shown on specific dates in the agenda
4131 (@pxref{Weekly/daily agenda}).  We distinguish:
4133 @table @var
4134 @item Plain time stamp; Event; Appointment
4135 @cindex timestamp
4136 A simple time stamp just assigns a date/time to an item.  This is just
4137 like writing down an appointment or event in a paper agenda.  In the
4138 timeline and agenda displays, the headline of an entry associated with a
4139 plain time stamp will be shown exactly on that date.
4141 @example
4142 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4143 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4144 @end example
4146 @item Time stamp with repeater interval
4147 @cindex timestamp, with repeater interval
4148 A time stamp may contain a @emph{repeater interval}, indicating that it
4149 applies not only on the given date, but again and again after a certain
4150 interval of N days (d), weeks (w), months(m), or years(y).  The
4151 following will show up in the agenda every Wednesday:
4153 @example
4154 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4155 @end example
4157 @item Diary-style sexp entries
4158 For more complex date specifications, Org mode supports using the
4159 special sexp diary entries implemented in the Emacs calendar/diary
4160 package.  For example
4162 @example
4163 * The nerd meeting on every 2nd Thursday of the month
4164   <%%(diary-float t 4 2)>
4165 @end example
4167 @item Time/Date range
4168 @cindex timerange
4169 @cindex date range
4170 Two time stamps connected by @samp{--} denote a range.  The headline
4171 will be shown on the first and last day of the range, and on any dates
4172 that are displayed and fall in the range.  Here is an example:
4174 @example
4175 ** Meeting in Amsterdam
4176    <2004-08-23 Mon>--<2004-08-26 Thu>
4177 @end example
4179 @item Inactive time stamp
4180 @cindex timestamp, inactive
4181 @cindex inactive timestamp
4182 Just like a plain time stamp, but with square brackets instead of
4183 angular ones.  These time stamps are inactive in the sense that they do
4184 @emph{not} trigger an entry to show up in the agenda.
4186 @example
4187 * Gillian comes late for the fifth time [2006-11-01 Wed]
4188 @end example
4190 @end table
4192 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
4193 @section Creating timestamps
4194 @cindex creating timestamps
4195 @cindex timestamps, creating
4197 For Org mode to recognize time stamps, they need to be in the specific
4198 format.  All commands listed below produce time stamps in the correct
4199 format.
4201 @table @kbd
4202 @kindex C-c .
4203 @item C-c .
4204 Prompt for a date and insert a corresponding time stamp.  When the
4205 cursor is at a previously used time stamp, it is updated to NOW.  When
4206 this command is used twice in succession, a time range is inserted.
4208 @kindex C-u C-c .
4209 @item C-u C-c .
4210 Like @kbd{C-c .}, but use the alternative format which contains date
4211 and time.  The default time can be rounded to multiples of 5 minutes,
4212 see the option @code{org-time-stamp-rounding-minutes}.
4214 @kindex C-c !
4215 @item C-c !
4216 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
4217 an agenda entry.
4219 @kindex C-c <
4220 @item C-c <
4221 Insert a time stamp corresponding to the cursor date in the Calendar.
4223 @kindex C-c >
4224 @item C-c >
4225 Access the Emacs calendar for the current date.  If there is a
4226 timestamp in the current line, go to the corresponding date
4227 instead.
4229 @kindex C-c C-o
4230 @item C-c C-o
4231 Access the agenda for the date given by the time stamp or -range at
4232 point (@pxref{Weekly/daily agenda}).
4234 @kindex S-@key{left}
4235 @kindex S-@key{right}
4236 @item S-@key{left}
4237 @itemx S-@key{right}
4238 Change date at cursor by one day.  These key bindings conflict with
4239 CUA mode (@pxref{Conflicts}).
4241 @kindex S-@key{up}
4242 @kindex S-@key{down}
4243 @item S-@key{up}
4244 @itemx S-@key{down}
4245 Change the item under the cursor in a timestamp.  The cursor can be on a
4246 year, month, day, hour or minute.  Note that if the cursor is in a
4247 headline and not at a time stamp, these same keys modify the priority of
4248 an item.  (@pxref{Priorities}). The key bindings also conflict with
4249 CUA mode (@pxref{Conflicts}).
4251 @kindex C-c C-y
4252 @cindex evaluate time range
4253 @item C-c C-y
4254 Evaluate a time range by computing the difference between start and end.
4255 With a prefix argument, insert result after the time range (in a table: into
4256 the following column).
4257 @end table
4260 @menu
4261 * The date/time prompt::        How Org mode helps you entering date and time
4262 * Custom time format::          Making dates look different
4263 @end menu
4265 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
4266 @subsection The date/time prompt
4267 @cindex date, reading in minibuffer
4268 @cindex time, reading in minibuffer
4270 When Org mode prompts for a date/time, the default is shown as an ISO
4271 date, and the prompt therefore seems to ask for an ISO date.  But it
4272 will in fact accept any string containing some date and/or time
4273 information, and it is really smart about interpreting your input.  You
4274 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
4275 copied from an email message.  Org mode will find whatever information
4276 is in there and derive anything you have not specified from the
4277 @emph{default date and time}.  The default is usually the current date
4278 and time, but when modifying an existing time stamp, or when entering
4279 the second stamp of a range, it is taken from the stamp in the buffer.
4280 When filling in information, Org mode assumes that most of the time you
4281 will want to enter a date in the future: If you omit the month/year and
4282 the given day/month is @i{before} today, it will assume that you mean a
4283 future date@footnote{See the variable
4284 @code{org-read-date-prefer-future}.}.
4286 For example, lets assume that today is @b{June 13, 2006}.  Here is how
4287 various inputs will be interpreted, the items filled in by Org mode are
4288 in @b{bold}.
4290 @example
4291 3-2-5         --> 2003-02-05
4292 14            --> @b{2006}-@b{06}-14
4293 12            --> @b{2006}-@b{07}-12
4294 Fri           --> nearest Friday (defaultdate or later)
4295 sep 15        --> @b{2006}-11-15
4296 feb 15        --> @b{2007}-02-15
4297 sep 12 9      --> 2009-09-12
4298 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
4299 22 sept 0:34  --> @b{2006}-09-22 0:34
4300 w4            --> ISO week for of the current year @b{2006}
4301 2012 w4 fri   --> Friday of ISO week 4 in 2012
4302 2012-w04-5    --> Same as above
4303 @end example
4305 Furthermore you can specify a relative date by giving, as the
4306 @emph{first} thing in the input: a plus/minus sign, a number and a
4307 letter [dwmy] to indicate change in days weeks, months, years.  With a
4308 single plus or minus, the date is always relative to today.  With a
4309 double plus or minus, it is relative to the default date.  If instead of
4310 a single letter, you use the abbreviation of day name, the date will be
4311 the nth such day.  E.g.
4313 @example
4314 +0            --> today
4315 .             --> today
4316 +4d           --> four days from today
4317 +4            --> same as above
4318 +2w           --> two weeks from today
4319 ++5           --> five days from default date
4320 +2tue         --> second tuesday from now.
4321 @end example
4323 The function understands English month and weekday abbreviations.  If
4324 you want to use unabbreviated names and/or other languages, configure
4325 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
4327 @cindex calendar, for selecting date
4328 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
4329 you don't need/want the calendar, configure the variable
4330 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
4331 prompt, either by clicking on a date in the calendar, or by pressing
4332 @key{RET}, the date selected in the calendar will be combined with the
4333 information entered at the prompt.  You can control the calendar fully
4334 from the minibuffer:
4336 @kindex <
4337 @kindex >
4338 @kindex mouse-1
4339 @kindex S-@key{right}
4340 @kindex S-@key{left}
4341 @kindex S-@key{down}
4342 @kindex S-@key{up}
4343 @kindex M-S-@key{right}
4344 @kindex M-S-@key{left}
4345 @kindex @key{RET}
4346 @example
4347 > / <          @r{Scroll calendar forward/backward by one month.}
4348 mouse-1        @r{Select date by clicking on it.}
4349 S-@key{right}/@key{left}     @r{One day forward/backward.}
4350 S-@key{down}/@key{up}     @r{One week forward/backward.}
4351 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
4352 @key{RET}           @r{Choose date in calendar.}
4353 @end example
4355 The actions of the date/time prompt may seem complex, but I assure you they
4356 will grow on you, and you will start getting annoyed by pretty much any other
4357 way of entering a date/time out there.  To help you understand what is going
4358 on, the current interpretation of your input will be displayed live in the
4359 minibuffer@footnote{If you find this distracting, turn the display of with
4360 @code{org-read-date-display-live}.}.
4362 @node Custom time format,  , The date/time prompt, Creating timestamps
4363 @subsection Custom time format
4364 @cindex custom date/time format
4365 @cindex time format, custom
4366 @cindex date format, custom
4368 Org mode uses the standard ISO notation for dates and times as it is
4369 defined in ISO 8601.  If you cannot get used to this and require another
4370 representation of date and time to keep you happy, you can get it by
4371 customizing the variables @code{org-display-custom-times} and
4372 @code{org-time-stamp-custom-formats}.
4374 @table @kbd
4375 @kindex C-c C-x C-t
4376 @item C-c C-x C-t
4377 Toggle the display of custom formats for dates and times.
4378 @end table
4380 @noindent
4381 Org mode needs the default format for scanning, so the custom date/time
4382 format does not @emph{replace} the default format - instead it is put
4383 @emph{over} the default format using text properties.  This has the
4384 following consequences:
4385 @itemize @bullet
4386 @item
4387 You cannot place the cursor onto a time stamp anymore, only before or
4388 after.
4389 @item
4390 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
4391 each component of a time stamp.  If the cursor is at the beginning of
4392 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
4393 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
4394 time will be changed by one minute.
4395 @item
4396 If the time stamp contains a range of clock times or a repeater, these
4397 will not be overlayed, but remain in the buffer as they were.
4398 @item
4399 When you delete a time stamp character-by-character, it will only
4400 disappear from the buffer after @emph{all} (invisible) characters
4401 belonging to the ISO timestamp have been removed.
4402 @item
4403 If the custom time stamp format is longer than the default and you are
4404 using dates in tables, table alignment will be messed up.  If the custom
4405 format is shorter, things do work as expected.
4406 @end itemize
4409 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
4410 @section Deadlines and scheduling
4412 A time stamp may be preceded by special keywords to facilitate planning:
4414 @table @var
4415 @item DEADLINE
4416 @cindex DEADLINE keyword
4418 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
4419 to be finished on that date.
4421 On the deadline date, the task will be listed in the agenda.  In
4422 addition, the agenda for @emph{today} will carry a warning about the
4423 approaching or missed deadline, starting
4424 @code{org-deadline-warning-days} before the due date, and continuing
4425 until the entry is marked DONE.  An example:
4427 @example
4428 *** TODO write article about the Earth for the Guide
4429     The editor in charge is [[bbdb:Ford Prefect]]
4430     DEADLINE: <2004-02-29 Sun>
4431 @end example
4433 You can specify a different lead time for warnings for a specific
4434 deadlines using the following syntax.  Here is an example with a warning
4435 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
4437 @item SCHEDULED
4438 @cindex SCHEDULED keyword
4440 Meaning: you are planning to start working on that task on the given
4441 date.
4443 The headline will be listed under the given date@footnote{It will still
4444 be listed on that date after it has been marked DONE.  If you don't like
4445 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
4446 addition, a reminder that the scheduled date has passed will be present
4447 in the compilation for @emph{today}, until the entry is marked DONE.
4448 I.e., the task will automatically be forwarded until completed.
4450 @example
4451 *** TODO Call Trillian for a date on New Years Eve.
4452     SCHEDULED: <2004-12-25 Sat>
4453 @end example
4455 @noindent
4456 @b{Important:} Scheduling an item in Org mode should @i{not} be
4457 understood in the same way that we understand @i{scheduling a meeting}.
4458 Setting a date for a meeting is just a simple appointment, you should
4459 mark this entry with a simple plain time stamp, to get this item shown
4460 on the date where it applies.  This is a frequent mis-understanding from
4461 Org-users.  In Org mode, @i{scheduling} means setting a date when you
4462 want to start working on an action item.
4463 @end table
4465 You may use time stamps with repeaters in scheduling and deadline
4466 entries.  Org mode will issue early and late warnings based on the
4467 assumption that the time stamp represents the @i{nearest instance} of
4468 the repeater.  However, the use of diary sexp entries like
4470 @code{<%%(diary-float t 42)>}
4472 in scheduling and deadline timestamps is limited.  Org mode does not
4473 know enough about the internals of each sexp function to issue early and
4474 late warnings.  However, it will show the item on each day where the
4475 sexp entry matches.
4477 @menu
4478 * Inserting deadline/schedule::  Planning items
4479 * Repeated tasks::              Items that show up again and again
4480 @end menu
4482 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
4483 @subsection Inserting deadlines or schedules
4485 The following commands allow to quickly insert a deadline or to schedule
4486 an item:
4488 @table @kbd
4490 @kindex C-c C-d
4491 @item C-c C-d
4492 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
4493 happen in the line directly following the headline.  When called with a
4494 prefix arg, an existing deadline will be removed from the entry.
4495 @c FIXME Any CLOSED timestamp will be removed.????????
4497 @kindex C-c / d
4498 @cindex sparse tree, for deadlines
4499 @item C-c / d
4500 Create a sparse tree with all deadlines that are either past-due, or
4501 which will become due within @code{org-deadline-warning-days}.
4502 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
4503 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
4504 all deadlines due tomorrow.
4506 @kindex C-c C-s
4507 @item C-c C-s
4508 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
4509 happen in the line directly following the headline.  Any CLOSED
4510 timestamp will be removed.  When called with a prefix argument, remove
4511 the scheduling date from the entry.
4513 @kindex C-c C-x C-k
4514 @kindex k a
4515 @kindex k s
4516 @item C-c C-x C-k
4517 Mark the current entry for agenda action.  After you have marked the entry
4518 like this, you can open the agenda or the calendar to find an appropriate
4519 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
4520 schedule the marked item.
4521 @end table
4523 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
4524 @subsection Repeated tasks
4526 Some tasks need to be repeated again and again.  Org mode helps to
4527 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
4528 or plain time stamp.  In the following example
4529 @example
4530 ** TODO Pay the rent
4531    DEADLINE: <2005-10-01 Sat +1m>
4532 @end example
4533 the @code{+1m} is a repeater; the intended interpretation is that the
4534 task has a deadline on <2005-10-01> and repeats itself every (one) month
4535 starting from that time.  If you need both a repeater and a special
4536 warning period in a deadline entry, the repeater comes first and the
4537 warning period last: @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
4539 Deadlines and scheduled items produce entries in the agenda when they
4540 are over-due, so it is important to be able to mark such an entry as
4541 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
4542 with the TODO keyword DONE, it will no longer produce entries in the
4543 agenda.  The problem with this is, however, that then also the
4544 @emph{next} instance of the repeated entry will not be active.  Org mode
4545 deals with this in the following way: When you try to mark such an entry
4546 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
4547 time stamp by the repeater interval, and immediately set the entry state
4548 back to TODO.  In the example above, setting the state to DONE would
4549 actually switch the date like this:
4551 @example
4552 ** TODO Pay the rent
4553    DEADLINE: <2005-11-01 Tue +1m>
4554 @end example
4556 A timestamp@footnote{You can change this using the option
4557 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
4558 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
4559 will aslo be prompted for a note.} will be added under the deadline, to keep
4560 a record that you actually acted on the previous instance of this deadline.
4562 As a consequence of shifting the base date, this entry will no longer be
4563 visible in the agenda when checking past dates, but all future instances
4564 will be visible.
4566 With the @samp{+1m} cookie, the date shift will always be exactly one
4567 month.  So if you have not payed the rent for three months, marking this
4568 entry DONE will still keep it as an overdue deadline.  Depending on the
4569 task, this may not be the best way to handle it.  For example, if you
4570 forgot to call you father for 3 weeks, it does not make sense to call
4571 him 3 times in a single day to make up for it.  Finally, there are tasks
4572 like changing batteries which should always repeat a certain time
4573 @i{after} the last time you did it.  For these tasks, Org mode has
4574 special repeaters markers with @samp{++} and @samp{.+}.  For example:
4576 @example
4577 ** TODO Call Father
4578    DEADLINE: <2008-02-10 Sun ++1w>
4579    Marking this DONE will shift the date by at least one week,
4580    but also by as many weeks as it takes to get this date into
4581    the future.  However, it stays on a Sunday, even if you called
4582    and marked it done on Saturday.
4583 ** TODO Check the batteries in the smoke detectors
4584    DEADLINE: <2005-11-01 Tue .+1m>
4585    Marking this DONE will shift the date to one month after
4586    today.
4587 @end example
4589 You may have both scheduling and deadline information for a specific
4590 task - just make sure that the repeater intervals on both are the same.
4592 @node Clocking work time, Effort estimates, Deadlines and scheduling, Dates and Times
4593 @section Clocking work time
4595 Org mode allows you to clock the time you spent on specific tasks in a
4596 project.  When you start working on an item, you can start the clock.
4597 When you stop working on that task, or when you mark the task done, the
4598 clock is stopped and the corresponding time interval is recorded.  It
4599 also computes the total time spent on each subtree of a project.
4601 @table @kbd
4602 @kindex C-c C-x C-i
4603 @item C-c C-x C-i
4604 Start the clock on the current item (clock-in).  This inserts the CLOCK
4605 keyword together with a timestamp.  If this is not the first clocking of
4606 this item, the multiple CLOCK lines will be wrapped into a
4607 @code{:CLOCK:} drawer (see also the variable
4608 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
4609 select the task from a list of recently clocked tasks.  With two @kbd{C-u
4610 C-u} prefixes, clock into the task at point and mark it as the default task.
4611 The default task will always be available when selecting a clocking task,
4612 with letter @kbd{d}.
4613 @kindex C-c C-x C-o
4614 @item C-c C-x C-o
4615 Stop the clock (clock-out).  The inserts another timestamp at the same
4616 location where the clock was last started.  It also directly computes
4617 the resulting time in inserts it after the time range as @samp{=>
4618 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
4619 possibility to record an additional note together with the clock-out
4620 time stamp@footnote{The corresponding in-buffer setting is:
4621 @code{#+STARTUP: lognoteclock-out}}.
4622 @kindex C-c C-y
4623 @item C-c C-y
4624 Recompute the time interval after changing one of the time stamps.  This
4625 is only necessary if you edit the time stamps directly.  If you change
4626 them with @kbd{S-@key{cursor}} keys, the update is automatic.
4627 @kindex C-c C-t
4628 @item C-c C-t
4629 Changing the TODO state of an item to DONE automatically stops the clock
4630 if it is running in this same item.
4631 @kindex C-c C-x C-x
4632 @item C-c C-x C-x
4633 Cancel the current clock.  This is useful if a clock was started by
4634 mistake, or if you ended up working on something else.
4635 @kindex C-c C-x C-j
4636 @item C-c C-x C-j
4637 Jump to the entry that contains the currently running clock.  With a
4638 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
4639 tasks.
4640 @kindex C-c C-x C-d
4641 @item C-c C-x C-d
4642 Display time summaries for each subtree in the current buffer.  This
4643 puts overlays at the end of each headline, showing the total time
4644 recorded under that heading, including the time of any subheadings. You
4645 can use visibility cycling to study the tree, but the overlays disappear
4646 when you change the buffer (see variable
4647 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
4648 @kindex C-c C-x C-r
4649 @item C-c C-x C-r
4650 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
4651 report as an Org mode table into the current file.  When the cursor is
4652 at an existing clock table, just update it.  When called with a prefix
4653 argument, jump to the first clock report in the current document and
4654 update it.
4655 @cindex #+BEGIN: clocktable
4656 @example
4657 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4658 #+END: clocktable
4659 @end example
4660 @noindent
4661 If such a block already exists at point, its content is replaced by the
4662 new table.  The @samp{BEGIN} line can specify options:
4663 @example
4664 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4665 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4666 :scope       @r{The scope to consider.  This can be any of the following:}
4667              nil        @r{the current buffer or narrowed region}
4668              file       @r{the full current buffer}
4669              subtree    @r{the subtree where the clocktable is located}
4670              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4671              tree       @r{the surrounding level 1 tree}
4672              agenda     @r{all agenda files}
4673              ("file"..) @r{scan these files}
4674              file-with-archives    @r{current file and its archives}
4675              agenda-with-archives  @r{all agenda files, including archives}
4676 :block       @r{The time block to consider.  This block is specified either}
4677              @r{absolute, or relative to the current time and may be any of}
4678              @r{these formats:}
4679              2007-12-31    @r{New year eve 2007}
4680              2007-12       @r{December 2007}
4681              2007-W50      @r{ISO-week 50 in 2007}
4682              2007          @r{the year 2007}
4683              today, yesterday, today-N          @r{a relative day}
4684              thisweek, lastweek, thisweek-N     @r{a relative week}
4685              thismonth, lastmonth, thismonth-N  @r{a relative month}
4686              thisyear, lastyear, thisyear-N     @r{a relative year}
4687              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
4688 :tstart      @r{A time string specifying when to start considering times}
4689 :tend        @r{A time string specifying when to stop considering times}
4690 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
4691              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
4692 :link        @r{Link the item headlines in the table to their origins}
4693 @end example
4694 So to get a clock summary of the current level 1 tree, for the current
4695 day, you could write
4696 @example
4697 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
4698 #+END: clocktable
4699 @end example
4700 and to use a specific time range you could write@footnote{Note that all
4701 parameters must be specified in a single line - the line is broken here
4702 only to fit it onto the manual.}
4703 @example
4704 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
4705                     :tend "<2006-08-10 Thu 12:00>"
4706 #+END: clocktable
4707 @end example
4708 @kindex C-c C-c
4709 @item C-c C-c
4710 @kindex C-c C-x C-u
4711 @itemx C-c C-x C-u
4712 Update dynamical block at point.  The cursor needs to be in the
4713 @code{#+BEGIN} line of the dynamic block.
4714 @kindex C-u C-c C-x C-u
4715 @item C-u C-c C-x C-u
4716 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4717 you have several clock table blocks in a buffer.
4718 @kindex S-@key{left}
4719 @kindex S-@key{right}
4720 @item S-@key{left}
4721 @itemx S-@key{right}
4722 Shift the current @code{:block} interval and update the table.  The cursor
4723 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
4724 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
4725 @end table
4727 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4728 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
4729 worked on or closed during a day.
4731 @node Effort estimates,  , Clocking work time, Dates and Times
4732 @section Effort estimates
4733 @cindex Effort estimates
4735 If you want to plan your work in a very detailed way, or if you need to
4736 produce offers with quotations of the estimated work effort, you may want to
4737 assign effort estimates to entries.  If you are also clocking your work, you
4738 may later want to compare the planned effort with the actual working time, a
4739 great way to improve planning estimates.  Effort estimates are stored in a
4740 special property @samp{Effort}@footnote{You may change the property being
4741 used with the variable @code{org-effort-property}.}.  Clearly the best way to
4742 work with effort estimates is through column view (@pxref{Column view}).  You
4743 should start by setting up discrete values for effort estimates, and a
4744 @code{COLUMNS} format that displays these values together with clock sums (if
4745 you want to clock your time).  For a specific buffer you can use
4747 @example
4748 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
4749 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
4750 @end example
4752 @noindent
4753 or you can set up these values globally by customizing the variables
4754 @code{org-global-properties} and @code{org-columns-default-format}.  In
4755 particular if you want to use this setup also in the agenda, a global setup
4756 may be advised.
4758 The way to assign estimates to individual items is then to switch to column
4759 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
4760 value.  The values you enter will immediately be summed up in the hierarchy.
4761 In the column next to it, any clocked time will be displayed.
4763 If you switch to column view in the daily/weekly agenda, the effort column
4764 will summarize the estimated work effort for each day@footnote{Please note
4765 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
4766 column view}).}, and you can use this to find space in your schedule.  To get
4767 an overview of the entire part of the day that is committed, you can set the
4768 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
4769 appointments on a day that take place over a specified time interval will
4770 then also be added to the load estimate of the day.
4772 @node Remember, Agenda Views, Dates and Times, Top
4773 @chapter Remember
4774 @cindex @file{remember.el}
4776 The @i{Remember} package by John Wiegley lets you store quick notes with
4777 little interruption of your work flow.  See
4778 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
4779 information.  It is an excellent way to add new notes and tasks to
4780 Org files.  Org significantly expands the possibilities of
4781 @i{remember}: You may define templates for different note types, and
4782 associate target files and headlines with specific templates.  It also
4783 allows you to select the location where a note should be stored
4784 interactively, on the fly.
4786 @menu
4787 * Setting up Remember::         Some code for .emacs to get things going
4788 * Remember templates::          Define the outline of different note types
4789 * Storing notes::               Directly get the note to where it belongs
4790 * Refiling notes::              Moving a note or task to a project
4791 @end menu
4793 @node Setting up Remember, Remember templates, Remember, Remember
4794 @section Setting up Remember
4796 The following customization will tell @i{remember} to use org files as
4797 target, and to create annotations compatible with Org links.
4799 @example
4800 (org-remember-insinuate)
4801 (setq org-directory "~/path/to/my/orgfiles/")
4802 (setq org-default-notes-file (concat org-directory "/notes.org"))
4803 (define-key global-map "\C-cr" 'org-remember)
4804 @end example
4806 The last line binds the command @code{org-remember} to a global
4807 key@footnote{Please select your own key, @kbd{C-c r} is only a
4808 suggestion.}.  @code{org-remember} basically just calls @code{remember},
4809 but it makes a few things easier: If there is an active region, it will
4810 automatically copy the region into the remember buffer.  It also allows
4811 to jump to the buffer and location where remember notes are being
4812 stored: Just call @code{org-remember} with a prefix argument.  If you
4813 use two prefix arguments, Org jumps to the location where the last
4814 remember note was stored.
4816 You can also call @code{org-remember} in a special way from the agenda,
4817 using the @kbd{k r} key combination.  With this access, any time stamps
4818 inserted by the selected remember template (see below) will default to
4819 the cursor date in the agenda, rather than to the current date.
4821 @node Remember templates, Storing notes, Setting up Remember, Remember
4822 @section Remember templates
4823 @cindex templates, for remember
4825 In combination with Org, you can use templates to generate
4826 different types of @i{remember} notes.  For example, if you would like
4827 to use one template to create general TODO entries, another one for
4828 journal entries, and a third one for collecting random ideas, you could
4829 use:
4831 @example
4832 (setq org-remember-templates
4833  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4834    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4835    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4836 @end example
4838 @noindent In these entries, the first string is just a name, and the
4839 character specifies how to select the template.  It is useful if the
4840 character is also the first letter of the name.  The next string specifies
4841 the template.  Two more (optional) strings give the file in which, and the
4842 headline under which the new note should be stored.  The file (if not present
4843 or @code{nil}) defaults to @code{org-default-notes-file}, the heading to
4844 @code{org-remember-default-headline}.  If the file name is not an absolute
4845 path, it will be interpreted relative to @code{org-directory}.  The heading
4846 can also be the symbols @code{top} or @code{bottom} to send note as level 1
4847 entries to the beginning or end of the file, respectively.
4849 An optional sixth element specifies the contexts in which the user can select
4850 the template.  This element can be a list of major modes or a function.
4851 @code{org-remember} will first check whether the function returns @code{t} or
4852 if we are in any of the listed major mode, and exclude templates fo which
4853 this condition is not fulfilled.  Templates that do not specify this element
4854 at all, or that use @code{nil} or @code{t} as a value will always be
4855 selectable.
4857 So for example:
4859 @example
4860 (setq org-remember-templates
4861  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
4862    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
4863    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4864 @end example
4866 The first template will only be available when invoking @code{org-remember}
4867 from an buffer in @code{emacs-lisp-mode}.  The second template will only be
4868 available when the function @code{my-check} returns @code{t}.  The third
4869 template will be proposed in any context.
4871 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
4872 something, Org will prompt for a key to select the template (if you have
4873 more than one template) and then prepare the buffer like
4874 @example
4875 * TODO
4876   [[file:link to where you called remember]]
4877 @end example
4879 @noindent
4880 During expansion of the template, special @kbd{%}-escapes allow dynamic
4881 insertion of content:
4882 @example
4883 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
4884             @r{You may specify a default value and a completion table with}
4885             @r{%^@{prompt|default|completion2|completion3...@}}
4886             @r{The arrow keys access a prompt-specific history.}
4887 %a          @r{annotation, normally the link created with @code{org-store-link}}
4888 %A          @r{like @code{%a}, but prompt for the description part}
4889 %i          @r{initial content, the region when remember is called with C-u.}
4890             @r{The entire text will be indented like @code{%i} itself.}
4891 %t          @r{time stamp, date only}
4892 %T          @r{time stamp with date and time}
4893 %u, %U      @r{like the above, but inactive time stamps}
4894 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
4895             @r{You may define a prompt like @code{%^@{Birthday@}t}}
4896 %n          @r{user name (taken from @code{user-full-name})}
4897 %c          @r{Current kill ring head.}
4898 %x          @r{Content of the X clipboard.}
4899 %^C         @r{Interactive selection of which kill or clip to use.}
4900 %^L         @r{Like @code{%^C}, but insert as link.}
4901 %^g         @r{prompt for tags, with completion on tags in target file.}
4902 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
4903 %:keyword   @r{specific information for certain link types, see below}
4904 %[pathname] @r{insert the contents of the file given by @code{pathname}}
4905 %(sexp)     @r{evaluate elisp @code{(sexp)} and replace with the result}
4906 %!          @r{immediately store note after completing the template}
4907             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
4908 %&          @r{jump to target location immediately after storing note}
4909 @end example
4911 @noindent
4912 For specific link types, the following keywords will be
4913 defined@footnote{If you define your own link types (@pxref{Adding
4914 hyperlink types}), any property you store with
4915 @code{org-store-link-props} can be accessed in remember templates in a
4916 similar way.}:
4918 @example
4919 Link type          |  Available keywords
4920 -------------------+----------------------------------------------
4921 bbdb               |  %:name %:company
4922 bbdb               |  %::server %:port %:nick
4923 vm, wl, mh, rmail  |  %:type %:subject %:message-id
4924                    |  %:from %:fromname %:fromaddress
4925                    |  %:to   %:toname   %:toaddress
4926                    |  %: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}.}}
4927 gnus               |  %:group, @r{for messages also all email fields}
4928 w3, w3m            |  %:url
4929 info               |  %:file %:node
4930 calendar           |  %:date"
4931 @end example
4933 @noindent
4934 To place the cursor after template expansion use:
4936 @example
4937 %?          @r{After completing the template, position cursor here.}
4938 @end example
4940 @noindent
4941 If you change your mind about which template to use, call
4942 @code{org-remember} in the remember buffer.  You may then select a new
4943 template that will be filled with the previous context information.
4945 @node Storing notes, Refiling notes, Remember templates, Remember
4946 @section Storing notes
4948 When you are finished preparing a note with @i{remember}, you have to press
4949 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
4950 remember buffer, you will first be asked if you want to clock out
4951 now@footnote{To avoid this query, configure the variable
4952 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
4953 will continue to run after the note was filed away.
4955 The handler will then store the note in the file and under the headline
4956 specified in the template, or it will use the default file and headlines.
4957 The window configuration will be restored, sending you back to the working
4958 context before the call to @code{remember}.  To re-use the location found
4959 during the last call to @code{remember}, exit the remember buffer with
4960 @kbd{C-u C-u C-c C-c}, i.e. specify a double prefix argument to @kbd{C-c
4961 C-c}.
4963 If you want to store the note directly to a different place, use
4964 @kbd{C-u C-c C-c} instead to exit remember@footnote{Configure the
4965 variable @code{org-remember-store-without-prompt} to make this behavior
4966 the default.}.  The handler will then first prompt for a target file -
4967 if you press @key{RET}, the value specified for the template is used.
4968 Then the command offers the headings tree of the selected file, with the
4969 cursor position at the default headline (if you had specified one in the
4970 template).  You can either immediately press @key{RET} to get the note
4971 placed there.  Or you can use the following keys to find a different
4972 location:
4973 @example
4974 @key{TAB}         @r{Cycle visibility.}
4975 @key{down} / @key{up}   @r{Next/previous visible headline.}
4976 n / p        @r{Next/previous visible headline.}
4977 f / b        @r{Next/previous headline same level.}
4978 u            @r{One level up.}
4979 @c 0-9          @r{Digit argument.}
4980 @end example
4981 @noindent
4982 Pressing @key{RET} or @key{left} or @key{right}
4983 then leads to the following result.
4985 @multitable @columnfractions 0.2 0.15 0.65
4986 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
4987 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
4988 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
4989 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
4990 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
4991 @item                 @tab @tab depending on @code{org-reverse-note-order}.
4992 @item not on headline @tab @key{RET}
4993       @tab at cursor position, level taken from context.
4994 @end multitable
4996 Before inserting the text into a tree, the function ensures that the
4997 text has a headline, i.e. a first line that starts with a @samp{*}.  If
4998 not, a headline is constructed from the current date and some additional
4999 data.  If you have indented the text of the note below the headline, the
5000 indentation will be adapted if inserting the note into the tree requires
5001 demotion from level 1.
5003 @node Refiling notes,  , Storing notes, Remember
5004 @section Refiling notes
5005 @cindex refiling notes
5007 Remember is usually used to quickly capture notes and tasks into one or
5008 a few capture lists.  When reviewing the captured data, you may want to
5009 refile some of the entries into a different list, for example into a
5010 project.  Cutting, finding the right location and then pasting the note
5011 is cumbersome.  To simplify this process, you can use the following
5012 special command:
5014 @table @kbd
5015 @kindex C-c C-w
5016 @item C-c C-w
5017 Refile the entry at point.  This command offers possible locations for
5018 refiling the entry and lets you select one with completion.  The item is
5019 filed below the target heading as a subitem.  Depending on
5020 @code{org-reverse-note-order}, it will be either the first of last
5021 subitem.@* By default, all level 1 headlines in the current buffer are
5022 considered to be targets, but you can have more complex definitions
5023 across a number of files.  See the variable @code{org-refile-targets}
5024 for details.  If you would like to select a location via a file-pathlike
5025 completion along the outline path, see the variable
5026 @code{org-refile-use-outline-path}.
5027 @kindex C-u C-c C-w
5028 @item C-u C-c C-w
5029 Use the refile interface to jump to a heading.
5030 @kindex C-u C-u C-c C-w
5031 @item C-u C-u C-c C-w
5032 Jump to the location where @code{org-refile} last moved a tree to.
5033 @end table
5035 @node Agenda Views, Embedded LaTeX, Remember, Top
5036 @chapter Agenda Views
5037 @cindex agenda views
5039 Due to the way Org works, TODO items, time-stamped items, and
5040 tagged headlines can be scattered throughout a file or even a number of
5041 files.  To get an overview of open action items, or of events that are
5042 important for a particular date, this information must be collected,
5043 sorted and displayed in an organized way.
5045 Org can select items based on various criteria, and display them
5046 in a separate buffer.  Seven different view types are provided:
5048 @itemize @bullet
5049 @item
5050 an @emph{agenda} that is like a calendar and shows information
5051 for specific dates,
5052 @item
5053 a @emph{TODO list} that covers all unfinished
5054 action items,
5055 @item
5056 a @emph{tags view}, showings headlines based on
5057 the tags associated with them,
5058 @item
5059 a @emph{timeline view} that shows all events in a single Org file,
5060 in time-sorted view,
5061 @item
5062 a @emph{keyword search view} that shows all entries from multiple files
5063 that contain specified keywords.
5064 @item
5065 a @emph{stuck projects view} showing projects that currently don't move
5066 along, and
5067 @item
5068 @emph{custom views} that are special tag/keyword searches and
5069 combinations of different views.
5070 @end itemize
5072 @noindent
5073 The extracted information is displayed in a special @emph{agenda
5074 buffer}.  This buffer is read-only, but provides commands to visit the
5075 corresponding locations in the original Org files, and even to
5076 edit these files remotely.
5078 Two variables control how the agenda buffer is displayed and whether the
5079 window configuration is restored when the agenda exits:
5080 @code{org-agenda-window-setup} and
5081 @code{org-agenda-restore-windows-after-quit}.
5083 @menu
5084 * Agenda files::                Files being searched for agenda information
5085 * Agenda dispatcher::           Keyboard access to agenda views
5086 * Built-in agenda views::       What is available out of the box?
5087 * Presentation and sorting::    How agenda items are prepared for display
5088 * Agenda commands::             Remote editing of Org trees
5089 * Custom agenda views::         Defining special searches and views
5090 * Agenda column view::          Using column view for collected entries
5091 @end menu
5093 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
5094 @section Agenda files
5095 @cindex agenda files
5096 @cindex files for agenda
5098 The information to be shown is normally collected from all @emph{agenda
5099 files}, the files listed in the variable
5100 @code{org-agenda-files}@footnote{If the value of that variable is not a
5101 list, but a single file name, then the list of agenda files will be
5102 maintained in that external file.}. If a directory is part of this list,
5103 all files with the extension @file{.org} in this directory will be part
5104 of the list.
5106 Thus even if you only work with a single Org file, this file should
5107 be put into that list@footnote{When using the dispatcher, pressing
5108 @kbd{<} before selecting a command will actually limit the command to
5109 the current file, and ignore @code{org-agenda-files} until the next
5110 dispatcher command.}.  You can customize @code{org-agenda-files}, but
5111 the easiest way to maintain it is through the following commands
5113 @cindex files, adding to agenda list
5114 @table @kbd
5115 @kindex C-c [
5116 @item C-c [
5117 Add current file to the list of agenda files.  The file is added to
5118 the front of the list.  If it was already in the list, it is moved to
5119 the front.  With a prefix argument, file is added/moved to the end.
5120 @kindex C-c ]
5121 @item C-c ]
5122 Remove current file from the list of agenda files.
5123 @kindex C-,
5124 @kindex C-'
5125 @item C-,
5126 @itemx C-'
5127 Cycle through agenda file list, visiting one file after the other.
5128 @kindex M-x org-iswitchb
5129 @item M-x org-iswitchb
5130 Command to use an @code{iswitchb}-like interface to switch to and between Org
5131 buffers.
5132 @end table
5134 @noindent
5135 The Org menu contains the current list of files and can be used
5136 to visit any of them.
5138 If you would like to focus the agenda temporarily onto a file not in
5139 this list, or onto just one file in the list or even only a subtree in a
5140 file, this can be done in different ways.  For a single agenda command,
5141 you may press @kbd{<} once or several times in the dispatcher
5142 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
5143 extended period, use the following commands:
5145 @table @kbd
5146 @kindex C-c C-x <
5147 @item C-c C-x <
5148 Permanently restrict the agenda to the current subtree.  When with a
5149 prefix argument, or with the cursor before the first headline in a file,
5150 the agenda scope is set to the entire file.  This restriction remains in
5151 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
5152 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
5153 agenda view, the new restriction takes effect immediately.
5154 @kindex C-c C-x <
5155 @item C-c C-x <
5156 Remove the permanent restriction created by @kbd{C-c C-x <}.
5157 @end table
5159 @noindent
5160 When working with @file{Speedbar}, you can use the following commands in
5161 the Speedbar frame:
5162 @table @kbd
5163 @kindex <
5164 @item < @r{in the speedbar frame}
5165 Permanently restrict the agenda to the item at the cursor in the
5166 Speedbar frame, either an Org file or a subtree in such a file.
5167 If there is a window displaying an agenda view, the new restriction takes
5168 effect immediately.
5169 @kindex <
5170 @item > @r{in the speedbar frame}
5171 Lift the restriction again.
5172 @end table
5174 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
5175 @section The agenda dispatcher
5176 @cindex agenda dispatcher
5177 @cindex dispatching agenda commands
5178 The views are created through a dispatcher that should be bound to a
5179 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
5180 following we will assume that @kbd{C-c a} is indeed how the dispatcher
5181 is accessed and list keyboard access to commands accordingly.  After
5182 pressing @kbd{C-c a}, an additional letter is required to execute a
5183 command.  The dispatcher offers the following default commands:
5184 @table @kbd
5185 @item a
5186 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
5187 @item t @r{/} T
5188 Create a list of all TODO items (@pxref{Global TODO list}).
5189 @item m @r{/} M
5190 Create a list of headlines matching a TAGS expression (@pxref{Matching
5191 tags and properties}).
5192 @item L
5193 Create the timeline view for the current buffer (@pxref{Timeline}).
5194 @item s
5195 Create a list of entries selected by a boolean expression of keywords
5196 and/or regular expressions that must or must not occur in the entry.
5197 @item /
5198 Search for a regular expression in all agenda files and additionally in
5199 the files listed in @code{org-agenda-multi-occur-extra-files}.  This
5200 uses the Emacs command @code{multi-occur}.  A prefix argument can be
5201 used to specify the number of context lines for each match, default is
5203 @item # @r{/} !
5204 Create a list of stuck projects (@pxref{Stuck projects}).
5205 @item <
5206 Restrict an agenda command to the current buffer@footnote{For backward
5207 compatibility, you can also press @kbd{1} to restrict to the current
5208 buffer.}.  After pressing @kbd{<}, you still need to press the character
5209 selecting the command.
5210 @item < <
5211 If there is an active region, restrict the following agenda command to
5212 the region.  Otherwise, restrict it to the current subtree@footnote{For
5213 backward compatibility, you can also press @kbd{0} to restrict to the
5214 current buffer.}.  After pressing @kbd{< <}, you still need to press the
5215 character selecting the command.
5216 @end table
5218 You can also define custom commands that will be accessible through the
5219 dispatcher, just like the default commands.  This includes the
5220 possibility to create extended agenda buffers that contain several
5221 blocks together, for example the weekly agenda, the global TODO list and
5222 a number of special tags matches.  @xref{Custom agenda views}.
5224 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
5225 @section The built-in agenda views
5227 In this section we describe the built-in views.
5229 @menu
5230 * Weekly/daily agenda::         The calendar page with current tasks
5231 * Global TODO list::            All unfinished action items
5232 * Matching tags and properties::  Structured information with fine-tuned search
5233 * Timeline::                    Time-sorted view for single file
5234 * Keyword search::              Finding entries by keyword
5235 * Stuck projects::              Find projects you need to review
5236 @end menu
5238 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
5239 @subsection The weekly/daily agenda
5240 @cindex agenda
5241 @cindex weekly agenda
5242 @cindex daily agenda
5244 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
5245 paper agenda, showing all the tasks for the current week or day.
5247 @table @kbd
5248 @cindex org-agenda, command
5249 @kindex C-c a a
5250 @item C-c a a
5251 Compile an agenda for the current week from a list of org files.  The
5252 agenda shows the entries for each day.  With a numeric
5253 prefix@footnote{For backward compatibility, the universal prefix
5254 @kbd{C-u} causes all TODO entries to be listed before the agenda.  This
5255 feature is deprecated, use the dedicated TODO list, or a block agenda
5256 instead.}  (like @kbd{C-u 2 1 C-c a a}) you may set the number of days
5257 to be displayed (see also the variable @code{org-agenda-ndays})
5258 @end table
5260 Remote editing from the agenda buffer means, for example, that you can
5261 change the dates of deadlines and appointments from the agenda buffer.
5262 The commands available in the Agenda buffer are listed in @ref{Agenda
5263 commands}.
5265 @subsubheading Calendar/Diary integration
5266 @cindex calendar integration
5267 @cindex diary integration
5269 Emacs contains the calendar and diary by Edward M. Reingold.  The
5270 calendar displays a three-month calendar with holidays from different
5271 countries and cultures.  The diary allows you to keep track of
5272 anniversaries, lunar phases, sunrise/set, recurrent appointments
5273 (weekly, monthly) and more.  In this way, it is quite complementary to
5274 Org.  It can be very useful to combine output from Org with
5275 the diary.
5277 In order to include entries from the Emacs diary into Org mode's
5278 agenda, you only need to customize the variable
5280 @lisp
5281 (setq org-agenda-include-diary t)
5282 @end lisp
5284 @noindent After that, everything will happen automatically.  All diary
5285 entries including holidays, anniversaries etc will be included in the
5286 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
5287 @key{RET} can be used from the agenda buffer to jump to the diary
5288 file in order to edit existing diary entries.  The @kbd{i} command to
5289 insert new entries for the current date works in the agenda buffer, as
5290 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
5291 Sunrise/Sunset times, show lunar phases and to convert to other
5292 calendars, respectively.  @kbd{c} can be used to switch back and forth
5293 between calendar and agenda.
5295 If you are using the diary only for sexp entries and holidays, it is
5296 faster to not use the above setting, but instead to copy or even move
5297 the entries into an Org file. Org mode evaluates diary-style sexp
5298 entries, and does it faster because there is no overhead for first
5299 creating the diary display.  Note that the sexp entries must start at
5300 the left margin, no white space is allowed before them.  For example,
5301 the following segment of an Org file will be processed and entries
5302 will be made in the agenda:
5304 @example
5305 * Birthdays and similar stuff
5306 #+CATEGORY: Holiday
5307 %%(org-calendar-holiday)   ; special function for holiday names
5308 #+CATEGORY: Ann
5309 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
5310 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
5311 @end example
5313 @subsubheading Appointment reminders
5314 @cindex @file{appt.el}
5315 @cindex appointment reminders
5317 Org can interact with Emacs appointments notification facility.
5319 To add all the appointments of your agenda files, use the command
5320 @code{org-agenda-to-appt}.  This commands also lets you filter through
5321 the list of your appointments and add only those belonging to a specific
5322 category or matching a regular expression. See the docstring for
5323 details.
5325 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
5326 @subsection The global TODO list
5327 @cindex global TODO list
5328 @cindex TODO list, global
5330 The global TODO list contains all unfinished TODO items, formatted and
5331 collected into a single place.
5333 @table @kbd
5334 @kindex C-c a t
5335 @item C-c a t
5336 Show the global TODO list.  This collects the TODO items from all
5337 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
5338 @code{agenda-mode}, so there are commands to examine and manipulate
5339 the TODO entries directly from that buffer (@pxref{Agenda commands}).
5340 @kindex C-c a T
5341 @item C-c a T
5342 @cindex TODO keyword matching
5343 Like the above, but allows selection of a specific TODO keyword.  You
5344 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
5345 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
5346 specify several keywords by separating them with @samp{|} as boolean OR
5347 operator.  With a numeric prefix, the Nth keyword in
5348 @code{org-todo-keywords} is selected.
5349 @kindex r
5350 The @kbd{r} key in the agenda buffer regenerates it, and you can give
5351 a prefix argument to this command to change the selected TODO keyword,
5352 for example @kbd{3 r}.  If you often need a search for a specific
5353 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
5354 Matching specific TODO keywords can also be done as part of a tags
5355 search (@pxref{Tag searches}).
5356 @end table
5358 Remote editing of TODO items means that you can change the state of a
5359 TODO entry with a single key press.  The commands available in the
5360 TODO list are described in @ref{Agenda commands}.
5362 @cindex sublevels, inclusion into TODO list
5363 Normally the global TODO list simply shows all headlines with TODO
5364 keywords.  This list can become very long.  There are two ways to keep
5365 it more compact:
5366 @itemize @minus
5367 @item
5368 Some people view a TODO item that has been @emph{scheduled} for
5369 execution (@pxref{Timestamps}) as no longer @emph{open}.  Configure the
5370 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
5371 items from the global TODO list.
5372 @item
5373 TODO items may have sublevels to break up the task into subtasks.  In
5374 such cases it may be enough to list only the highest level TODO headline
5375 and omit the sublevels from the global list.  Configure the variable
5376 @code{org-agenda-todo-list-sublevels} to get this behavior.
5377 @end itemize
5379 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
5380 @subsection Matching tags and properties
5381 @cindex matching, of tags
5382 @cindex matching, of properties
5383 @cindex tags view
5385 If headlines in the agenda files are marked with @emph{tags}
5386 (@pxref{Tags}), you can select headlines based on the tags that apply
5387 to them and collect them into an agenda buffer.
5389 @table @kbd
5390 @kindex C-c a m
5391 @item C-c a m
5392 Produce a list of all headlines that match a given set of tags.  The
5393 command prompts for a selection criterion, which is a boolean logic
5394 expression with tags, like @samp{+work+urgent-withboss} or
5395 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
5396 define a custom command for it (@pxref{Agenda dispatcher}).
5397 @kindex C-c a M
5398 @item C-c a M
5399 Like @kbd{C-c a m}, but only select headlines that are also TODO items
5400 and force checking subitems (see variable
5401 @code{org-tags-match-list-sublevels}).  Matching specific TODO keywords
5402 together with a tags match is also possible, see @ref{Tag searches}.
5403 @end table
5405 The commands available in the tags list are described in @ref{Agenda
5406 commands}.
5408 @node Timeline, Keyword search, Matching tags and properties, Built-in agenda views
5409 @subsection Timeline for a single file
5410 @cindex timeline, single file
5411 @cindex time-sorted view
5413 The timeline summarizes all time-stamped items from a single Org mode
5414 file in a @emph{time-sorted view}.  The main purpose of this command is
5415 to give an overview over events in a project.
5417 @table @kbd
5418 @kindex C-c a L
5419 @item C-c a L
5420 Show a time-sorted view of the org file, with all time-stamped items.
5421 When called with a @kbd{C-u} prefix, all unfinished TODO entries
5422 (scheduled or not) are also listed under the current date.
5423 @end table
5425 @noindent
5426 The commands available in the timeline buffer are listed in
5427 @ref{Agenda commands}.
5429 @node Keyword search, Stuck projects, Timeline, Built-in agenda views
5430 @subsection Keyword search
5431 @cindex keyword search
5432 @cindex searching, for keywords
5434 This agenda view is a general text search facility for Org mode entries.
5435 It is particularly useful to find notes.
5437 @table @kbd
5438 @kindex C-c a s
5439 @item C-c a s
5440 This is a special search that lets you select entries by keywords or
5441 regular expression, using a boolean logic.  For example, the search
5442 string
5444 @example
5445 +computer +wifi -ethernet -@{8\.11[bg]@}
5446 @end example
5448 @noindent
5449 will search for note entries that contain the keywords @code{computer}
5450 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
5451 not matched by the regular expression @code{8\.11[bg]}, meaning to
5452 exclude both 8.11b and 8.11g.
5454 Note that in addition to the agenda files, this command will also search
5455 the files listed in @code{org-agenda-text-search-extra-files}.
5456 @end table
5458 @node Stuck projects,  , Keyword search, Built-in agenda views
5459 @subsection Stuck projects
5461 If you are following a system like David Allen's GTD to organize your
5462 work, one of the ``duties'' you have is a regular review to make sure
5463 that all projects move along.  A @emph{stuck} project is a project that
5464 has no defined next actions, so it will never show up in the TODO lists
5465 Org mode produces.  During the review, you need to identify such
5466 projects and define next actions for them.
5468 @table @kbd
5469 @kindex C-c a #
5470 @item C-c a #
5471 List projects that are stuck.
5472 @kindex C-c a !
5473 @item C-c a !
5474 Customize the variable @code{org-stuck-projects} to define what a stuck
5475 project is and how to find it.
5476 @end table
5478 You almost certainly will have to configure this view before it will
5479 work for you.  The built-in default assumes that all your projects are
5480 level-2 headlines, and that a project is not stuck if it has at least
5481 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
5483 Lets assume that you, in your own way of using Org mode, identify
5484 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
5485 indicate a project that should not be considered yet.  Lets further
5486 assume that the TODO keyword DONE marks finished projects, and that NEXT
5487 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
5488 is a next action even without the NEXT tag.  Finally, if the project
5489 contains the special word IGNORE anywhere, it should not be listed
5490 either.  In this case you would start by identifying eligible projects
5491 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
5492 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
5493 are not stuck.  The correct customization for this is
5495 @lisp
5496 (setq org-stuck-projects
5497       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
5498                                "\\<IGNORE\\>"))
5499 @end lisp
5502 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
5503 @section Presentation and sorting
5504 @cindex presentation, of agenda items
5506 Before displaying items in an agenda view, Org mode visually prepares
5507 the items and sorts them.  Each item occupies a single line.  The line
5508 starts with a @emph{prefix} that contains the @emph{category}
5509 (@pxref{Categories}) of the item and other important information.  You can
5510 customize the prefix using the option @code{org-agenda-prefix-format}.
5511 The prefix is followed by a cleaned-up version of the outline headline
5512 associated with the item.
5514 @menu
5515 * Categories::                  Not all tasks are equal
5516 * Time-of-day specifications::  How the agenda knows the time
5517 * Sorting of agenda items::     The order of things
5518 @end menu
5520 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
5521 @subsection Categories
5523 @cindex category
5524 The category is a broad label assigned to each agenda item.  By default,
5525 the category is simply derived from the file name, but you can also
5526 specify it with a special line in the buffer, like this@footnote{For
5527 backward compatibility, the following also works: If there are several
5528 such lines in a file, each specifies the category for the text below it.
5529 The first category also applies to any text before the first CATEGORY
5530 line.  However, using this method is @emph{strongly} deprecated as it is
5531 incompatible with the outline structure of the document.  The correct
5532 method for setting multiple categories in a buffer is using a
5533 property.}:
5535 @example
5536 #+CATEGORY: Thesis
5537 @end example
5539 @noindent
5540 If you would like to have a special CATEGORY for a single entry or a
5541 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
5542 as the value (@pxref{Properties and Columns}).
5544 @noindent
5545 The display in the agenda buffer looks best if the category is not
5546 longer than 10 characters.
5548 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
5549 @subsection Time-of-day specifications
5550 @cindex time-of-day specification
5552 Org mode checks each agenda item for a time-of-day specification.  The
5553 time can be part of the time stamp that triggered inclusion into the
5554 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
5555 ranges can be specified with two time stamps, like
5557 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
5559 In the headline of the entry itself, a time(range) may also appear as
5560 plain text (like @samp{12:45} or a @samp{8:30-1pm}.  If the agenda
5561 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
5562 specifications in diary entries are recognized as well.
5564 For agenda display, Org mode extracts the time and displays it in a
5565 standard 24 hour format as part of the prefix.  The example times in
5566 the previous paragraphs would end up in the agenda like this:
5568 @example
5569     8:30-13:00 Arthur Dent lies in front of the bulldozer
5570    12:45...... Ford Prefect arrives and takes Arthur to the pub
5571    19:00...... The Vogon reads his poem
5572    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5573 @end example
5575 @cindex time grid
5576 If the agenda is in single-day mode, or for the display of today, the
5577 timed entries are embedded in a time grid, like
5579 @example
5580     8:00...... ------------------
5581     8:30-13:00 Arthur Dent lies in front of the bulldozer
5582    10:00...... ------------------
5583    12:00...... ------------------
5584    12:45...... Ford Prefect arrives and takes Arthur to the pub
5585    14:00...... ------------------
5586    16:00...... ------------------
5587    18:00...... ------------------
5588    19:00...... The Vogon reads his poem
5589    20:00...... ------------------
5590    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5591 @end example
5593 The time grid can be turned on and off with the variable
5594 @code{org-agenda-use-time-grid}, and can be configured with
5595 @code{org-agenda-time-grid}.
5597 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
5598 @subsection Sorting of agenda items
5599 @cindex sorting, of agenda items
5600 @cindex priorities, of agenda items
5601 Before being inserted into a view, the items are sorted.  How this is
5602 done depends on the type of view.
5603 @itemize @bullet
5604 @item
5605 For the daily/weekly agenda, the items for each day are sorted.  The
5606 default order is to first collect all items containing an explicit
5607 time-of-day specification.  These entries will be shown at the beginning
5608 of the list, as a @emph{schedule} for the day.  After that, items remain
5609 grouped in categories, in the sequence given by @code{org-agenda-files}.
5610 Within each category, items are sorted by priority (@pxref{Priorities}),
5611 which is composed of the base priority (2000 for priority @samp{A}, 1000
5612 for @samp{B}, and 0 for @samp{C}), plus additional increments for
5613 overdue scheduled or deadline items.
5614 @item
5615 For the TODO list, items remain in the order of categories, but within
5616 each category, sorting takes place according to priority
5617 (@pxref{Priorities}).
5618 @item
5619 For tags matches, items are not sorted at all, but just appear in the
5620 sequence in which they are found in the agenda files.
5621 @end itemize
5623 Sorting can be customized using the variable
5624 @code{org-agenda-sorting-strategy}, and may also include criteria based on
5625 the estimated effort of an entry.
5626 @c FIXME: link!!!!!!!!
5629 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
5630 @section Commands in the agenda buffer
5631 @cindex commands, in agenda buffer
5633 Entries in the agenda buffer are linked back to the org file or diary
5634 file where they originate.  You are not allowed to edit the agenda
5635 buffer itself, but commands are provided to show and jump to the
5636 original entry location, and to edit the org-files ``remotely'' from
5637 the agenda buffer.  In this way, all information is stored only once,
5638 removing the risk that your agenda and note files may diverge.
5640 Some commands can be executed with mouse clicks on agenda lines.  For
5641 the other commands, the cursor needs to be in the desired line.
5643 @table @kbd
5644 @tsubheading{Motion}
5645 @cindex motion commands in agenda
5646 @kindex n
5647 @item n
5648 Next line (same as @key{up} and @kbd{C-p}).
5649 @kindex p
5650 @item p
5651 Previous line (same as @key{down} and @kbd{C-n}).
5652 @tsubheading{View/Go to org file}
5653 @kindex mouse-3
5654 @kindex @key{SPC}
5655 @item mouse-3
5656 @itemx @key{SPC}
5657 Display the original location of the item in another window.
5659 @kindex L
5660 @item L
5661 Display original location and recenter that window.
5663 @kindex mouse-2
5664 @kindex mouse-1
5665 @kindex @key{TAB}
5666 @item mouse-2
5667 @itemx mouse-1
5668 @itemx @key{TAB}
5669 Go to the original location of the item in another window.  Under Emacs
5670 22, @kbd{mouse-1} will also works for this.
5672 @kindex @key{RET}
5673 @itemx @key{RET}
5674 Go to the original location of the item and delete other windows.
5676 @kindex f
5677 @item f
5678 Toggle Follow mode.  In Follow mode, as you move the cursor through
5679 the agenda buffer, the other window always shows the corresponding
5680 location in the org file.  The initial setting for this mode in new
5681 agenda buffers can be set with the variable
5682 @code{org-agenda-start-with-follow-mode}.
5684 @kindex b
5685 @item b
5686 Display the entire subtree of the current item in an indirect buffer.  With a
5687 numeric prefix argument N, go up to level N and then take that tree.  If N is
5688 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
5689 previously used indirect buffer.
5691 @kindex l
5692 @item l
5693 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
5694 logging was on (variable @code{org-log-done}) are shown in the agenda,
5695 as are entries that have been clocked on that day.
5697 @kindex v
5698 @item v
5699 Toggle Archives mode.  In archives mode, trees that are marked are also
5700 scanned when producing the agenda.  When you call this command with a
5701 @kbd{C-u} prefix argument, even all archive files are included.  To exit
5702 archives mode, press @kbd{v} again.
5704 @kindex R
5705 @item R
5706 Toggle Clockreport mode.  In clockreport mode, the daily/weekly agenda will
5707 always show a table with the clocked times for the timespan and file scope
5708 covered by the current agenda view.  The initial setting for this mode in new
5709 agenda buffers can be set with the variable
5710 @code{org-agenda-start-with-clockreport-mode}.
5712 @tsubheading{Change display}
5713 @cindex display changing, in agenda
5714 @kindex o
5715 @item o
5716 Delete other windows.
5718 @kindex d
5719 @kindex w
5720 @kindex m
5721 @kindex y
5722 @item d w m y
5723 Switch to day/week/month/year view.  When switching to day or week view,
5724 this setting becomes the default for subsequent agenda commands.  Since
5725 month and year views are slow to create, they do not become the default.
5726 A numeric prefix argument may be used to jump directly to a specific day
5727 of the year, ISO week, month, or year, respectively.  For example,
5728 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
5729 setting day, week, or month view, a year may be encoded in the prefix
5730 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
5731 2007.  If such a year specification has only one or two digits, it will
5732 be mapped to the interval 1938-2037.
5734 @kindex D
5735 @item D
5736 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
5738 @kindex G
5739 @item G
5740 Toggle the time grid on and off.  See also the variables
5741 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
5743 @kindex r
5744 @item r
5745 Recreate the agenda buffer, for example to reflect the changes
5746 after modification of the time stamps of items with S-@key{left} and
5747 S-@key{right}.  When the buffer is the global TODO list, a prefix
5748 argument is interpreted to create a selective list for a specific TODO
5749 keyword.
5750 @kindex g
5751 @item g
5752 Same as @kbd{r}.
5754 @kindex s
5755 @kindex C-x C-s
5756 @item s
5757 @itemx C-x C-s
5758 Save all Org buffers in the current Emacs session.
5760 @kindex @key{right}
5761 @item @key{right}
5762 Display the following @code{org-agenda-ndays} days.  For example, if
5763 the display covers a week, switch to the following week.  With prefix
5764 arg, go forward that many times @code{org-agenda-ndays} days.
5766 @kindex @key{left}
5767 @item @key{left}
5768 Display the previous dates.
5770 @kindex .
5771 @item .
5772 Go to today.
5774 @kindex C-c C-x C-c
5775 @item C-c C-x C-c
5776 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
5777 view format is taken from the entry at point, or (if there is no entry at
5778 point), from the first entry in the agenda view.  So whatever the format for
5779 that entry would be in the original buffer (taken from a property, from a
5780 @code{#+COLUMNS} line, or from the default variable
5781 @code{org-columns-default-format}), will be used in the agenda.
5783 @tsubheading{Query editing}
5784 @cindex query editing, in agenda
5786 @kindex [
5787 @kindex ]
5788 @kindex @{
5789 @kindex @}
5790 @item [ ] @{ @}
5791 In the @i{search view} (@pxref{Keyword search}), these keys add new
5792 search words (@kbd{[} and @kbd{]}) or new regular expressions (@kbd{@{}
5793 and @kbd{@}}) to the query string.  The opening bracket/brace will add a
5794 positive search term prefixed by @samp{+}, indicating that this search
5795 term @i{must} occur/match in the entry.  Closing bracket/brace add a
5796 negative search term which @i{must not} occur/match in the entry for it
5797 to be selected.
5800 @tsubheading{Remote editing}
5801 @cindex remote editing, from agenda
5803 @item 0-9
5804 Digit argument.
5806 @cindex undoing remote-editing events
5807 @cindex remote editing, undo
5808 @kindex C-_
5809 @item C-_
5810 Undo a change due to a remote editing command.  The change is undone
5811 both in the agenda buffer and in the remote buffer.
5813 @kindex t
5814 @item t
5815 Change the TODO state of the item, both in the agenda and in the
5816 original org file.
5818 @kindex C-k
5819 @item C-k
5820 Delete the current agenda item along with the entire subtree belonging
5821 to it in the original Org file.  If the text to be deleted remotely
5822 is longer than one line, the kill needs to be confirmed by the user.  See
5823 variable @code{org-agenda-confirm-kill}.
5825 @kindex a
5826 @item a
5827 Toggle the ARCHIVE tag for the current headline.
5829 @kindex A
5830 @item A
5831 Move the subtree corresponding to the current entry to its @emph{Archive
5832 Sibling}.
5834 @kindex $
5835 @item $
5836 Archive the subtree corresponding to the current headline.  This means the
5837 entry will be moved to the configured archive location, most likely a
5838 different file.
5840 @kindex T
5841 @item T
5842 Show all tags associated with the current item.  Because of
5843 inheritance, this may be more than the tags listed in the line itself.
5845 @kindex :
5846 @item :
5847 Set tags for the current headline.  If there is an active region in the
5848 agenda, change a tag for all headings in the region.
5850 @kindex ,
5851 @item ,
5852 Set the priority for the current item.  Org mode prompts for the
5853 priority character. If you reply with @key{SPC}, the priority cookie
5854 is removed from the entry.
5856 @kindex P
5857 @item P
5858 Display weighted priority of current item.
5860 @kindex +
5861 @kindex S-@key{up}
5862 @item +
5863 @itemx S-@key{up}
5864 Increase the priority of the current item.  The priority is changed in
5865 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
5866 key for this.
5868 @kindex -
5869 @kindex S-@key{down}
5870 @item -
5871 @itemx S-@key{down}
5872 Decrease the priority of the current item.
5874 @kindex C-c C-s
5875 @item C-c C-s
5876 Schedule this item
5878 @kindex C-c C-d
5879 @item C-c C-d
5880 Set a deadline for this item.
5882 @kindex k
5883 @item k
5884 Agenda actions, to set dates for selected items to the cursor date.
5885 This command also works in the calendar!  The command prompts for an
5886 additonal key:
5887 @example
5888 m   @r{Mark the entry at point for action.  You can also make entries}
5889     @r{in Org files with @kbd{C-c C-x C-k}.}
5890 d   @r{Set the deadline of the marked entry to the date at point.}
5891 s   @r{Schedule the marked entry at the date at point.}
5892 r   @r{Call @code{org-remember} with the cursor date as default date.}
5893 @end example
5894 Press @kbd{r} afterwards to refresh the agenda and see the effect of the
5895 command.
5897 @kindex S-@key{right}
5898 @item S-@key{right}
5899 Change the time stamp associated with the current line by one day into the
5900 future.  With a numeric prefix argument, change it by that many days.  For
5901 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The stamp is
5902 changed in the original org file, but the change is not directly reflected in
5903 the agenda buffer.  Use the @kbd{r} key to update the buffer.
5905 @kindex S-@key{left}
5906 @item S-@key{left}
5907 Change the time stamp associated with the current line by one day
5908 into the past.
5910 @kindex >
5911 @item >
5912 Change the time stamp associated with the current line to today.
5913 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
5914 on my keyboard.
5916 @kindex I
5917 @item I
5918 Start the clock on the current item.  If a clock is running already, it
5919 is stopped first.
5921 @kindex O
5922 @item O
5923 Stop the previously started clock.
5925 @kindex X
5926 @item X
5927 Cancel the currently running clock.
5929 @kindex J
5930 @item J
5931 Jump to the running clock in another window.
5933 @tsubheading{Calendar commands}
5934 @cindex calendar commands, from agenda
5935 @kindex c
5936 @item c
5937 Open the Emacs calendar and move to the date at the agenda cursor.
5939 @item c
5940 When in the calendar, compute and show the Org mode agenda for the
5941 date at the cursor.
5943 @cindex diary entries, creating from agenda
5944 @kindex i
5945 @item i
5946 Insert a new entry into the diary.  Prompts for the type of entry
5947 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
5948 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
5949 The date is taken from the cursor position.
5951 @kindex M
5952 @item M
5953 Show the phases of the moon for the three months around current date.
5955 @kindex S
5956 @item S
5957 Show sunrise and sunset times.  The geographical location must be set
5958 with calendar variables, see documentation of the Emacs calendar.
5960 @kindex C
5961 @item C
5962 Convert the date at cursor into many other cultural and historic
5963 calendars.
5965 @kindex H
5966 @item H
5967 Show holidays for three month around the cursor date.
5969 @item M-x org-export-icalendar-combine-agenda-files
5970 Export a single iCalendar file containing entries from all agenda files.
5971 This is a globally available command, and also available in the agenda menu.
5973 @tsubheading{Exporting to a file}
5974 @kindex C-x C-w
5975 @item C-x C-w
5976 @cindex exporting agenda views
5977 @cindex agenda views, exporting
5978 Write the agenda view to a file.  Depending on the extension of the
5979 selected file name, the view will be exported as HTML (extension
5980 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5981 plain text (any other extension).  Use the variable
5982 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5983 and for @file{htmlize} to be used during export.
5985 @tsubheading{Quit and Exit}
5986 @kindex q
5987 @item q
5988 Quit agenda, remove the agenda buffer.
5990 @kindex x
5991 @cindex agenda files, removing buffers
5992 @item x
5993 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
5994 for the compilation of the agenda.  Buffers created by the user to
5995 visit org files will not be removed.
5996 @end table
5999 @node Custom agenda views, Agenda column view, Agenda commands, Agenda Views
6000 @section Custom agenda views
6001 @cindex custom agenda views
6002 @cindex agenda views, custom
6004 Custom agenda commands serve two purposes: to store and quickly access
6005 frequently used TODO and tags searches, and to create special composite
6006 agenda buffers.  Custom agenda commands will be accessible through the
6007 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
6009 @menu
6010 * Storing searches::            Type once, use often
6011 * Block agenda::                All the stuff you need in a single buffer
6012 * Setting Options::             Changing the rules
6013 * Exporting Agenda Views::      Writing agendas to files
6014 * Using the agenda elsewhere::  Using agenda information in other programs
6015 @end menu
6017 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
6018 @subsection Storing searches
6020 The first application of custom searches is the definition of keyboard
6021 shortcuts for frequently used searches, either creating an agenda
6022 buffer, or a sparse tree (the latter covering of course only the current
6023 buffer).
6024 @kindex C-c a C
6025 Custom commands are configured in the variable
6026 @code{org-agenda-custom-commands}.  You can customize this variable, for
6027 example by pressing @kbd{C-c a C}.  You can also directly set it with
6028 Emacs Lisp in @file{.emacs}.  The following example contains all valid
6029 search types:
6031 @lisp
6032 @group
6033 (setq org-agenda-custom-commands
6034       '(("w" todo "WAITING")
6035         ("W" todo-tree "WAITING")
6036         ("u" tags "+boss-urgent")
6037         ("v" tags-todo "+boss-urgent")
6038         ("U" tags-tree "+boss-urgent")
6039         ("f" occur-tree "\\<FIXME\\>")
6040         ("h" . "HOME+Name tags searches") ; description for "h" prefix
6041         ("hl" tags "+home+Lisa")
6042         ("hp" tags "+home+Peter")
6043         ("hk" tags "+home+Kim")))
6044 @end group
6045 @end lisp
6047 @noindent
6048 The initial string in each entry defines the keys you have to press
6049 after the dispatcher command @kbd{C-c a} in order to access the command.
6050 Usually this will be just a single character, but if you have many
6051 similar commands, you can also define two-letter combinations where the
6052 first character is the same in several combinations and serves as a
6053 prefix key@footnote{You can provide a description for a prefix key by
6054 inserting a cons cell with the prefix and the description.}.  The second
6055 parameter is the search type, followed by the string or regular
6056 expression to be used for the matching.  The example above will
6057 therefore define:
6059 @table @kbd
6060 @item C-c a w
6061 as a global search for TODO entries with @samp{WAITING} as the TODO
6062 keyword
6063 @item C-c a W
6064 as the same search, but only in the current buffer and displaying the
6065 results as a sparse tree
6066 @item C-c a u
6067 as a global tags search for headlines marked @samp{:boss:} but not
6068 @samp{:urgent:}
6069 @item C-c a v
6070 as the same search as @kbd{C-c a u}, but limiting the search to
6071 headlines that are also TODO items
6072 @item C-c a U
6073 as the same search as @kbd{C-c a u}, but only in the current buffer and
6074 displaying the result as a sparse tree
6075 @item C-c a f
6076 to create a sparse tree (again: current buffer only) with all entries
6077 containing the word @samp{FIXME}
6078 @item C-c a h
6079 as a prefix command for a HOME tags search where you have to press an
6080 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
6081 Peter, or Kim) as additional tag to match.
6082 @end table
6084 @node Block agenda, Setting Options, Storing searches, Custom agenda views
6085 @subsection Block agenda
6086 @cindex block agenda
6087 @cindex agenda, with block views
6089 Another possibility is the construction of agenda views that comprise
6090 the results of @emph{several} commands, each of which creates a block in
6091 the agenda buffer.  The available commands include @code{agenda} for the
6092 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
6093 for the global TODO list (as constructed with @kbd{C-c a t}), and the
6094 matching commands discussed above: @code{todo}, @code{tags}, and
6095 @code{tags-todo}.  Here are two examples:
6097 @lisp
6098 @group
6099 (setq org-agenda-custom-commands
6100       '(("h" "Agenda and Home-related tasks"
6101          ((agenda "")
6102           (tags-todo "home")
6103           (tags "garden")))
6104         ("o" "Agenda and Office-related tasks"
6105          ((agenda "")
6106           (tags-todo "work")
6107           (tags "office")))))
6108 @end group
6109 @end lisp
6111 @noindent
6112 This will define @kbd{C-c a h} to create a multi-block view for stuff
6113 you need to attend to at home.  The resulting agenda buffer will contain
6114 your agenda for the current week, all TODO items that carry the tag
6115 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
6116 command @kbd{C-c a o} provides a similar view for office tasks.
6118 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
6119 @subsection Setting options for custom commands
6120 @cindex options, for custom agenda views
6122 Org mode contains a number of variables regulating agenda construction
6123 and display.  The global variables define the behavior for all agenda
6124 commands, including the custom commands.  However, if you want to change
6125 some settings just for a single custom view, you can do so.  Setting
6126 options requires inserting a list of variable names and values at the
6127 right spot in @code{org-agenda-custom-commands}.  For example:
6129 @lisp
6130 @group
6131 (setq org-agenda-custom-commands
6132       '(("w" todo "WAITING"
6133          ((org-agenda-sorting-strategy '(priority-down))
6134           (org-agenda-prefix-format "  Mixed: ")))
6135         ("U" tags-tree "+boss-urgent"
6136          ((org-show-following-heading nil)
6137           (org-show-hierarchy-above nil)))
6138         ("N" search ""
6139          ((org-agenda-files '("~org/notes.org"))
6140           (org-agenda-text-search-extra-files nil)))))
6141 @end group
6142 @end lisp
6144 @noindent
6145 Now the @kbd{C-c a w} command will sort the collected entries only by
6146 priority, and the prefix format is modified to just say @samp{  Mixed: }
6147 instead of giving the category of the entry.  The sparse tags tree of
6148 @kbd{C-c a U} will now turn out ultra-compact, because neither the
6149 headline hierarchy above the match, nor the headline following the match
6150 will be shown.  The command @kbd{C-c a N} will do a text search limited
6151 to only a single file.
6153 For command sets creating a block agenda,
6154 @code{org-agenda-custom-commands} has two separate spots for setting
6155 options.  You can add options that should be valid for just a single
6156 command in the set, and options that should be valid for all commands in
6157 the set.  The former are just added to the command entry, the latter
6158 must come after the list of command entries.  Going back to the block
6159 agenda example (@pxref{Block agenda}), let's change the sorting strategy
6160 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
6161 the results for GARDEN tags query in the opposite order,
6162 @code{priority-up}.  This would look like this:
6164 @lisp
6165 @group
6166 (setq org-agenda-custom-commands
6167       '(("h" "Agenda and Home-related tasks"
6168          ((agenda)
6169           (tags-todo "home")
6170           (tags "garden"
6171                 ((org-agenda-sorting-strategy '(priority-up)))))
6172          ((org-agenda-sorting-strategy '(priority-down))))
6173         ("o" "Agenda and Office-related tasks"
6174          ((agenda)
6175           (tags-todo "work")
6176           (tags "office")))))
6177 @end group
6178 @end lisp
6180 As you see, the values and parenthesis setting is a little complex.
6181 When in doubt, use the customize interface to set this variable - it
6182 fully supports its structure.  Just one caveat: When setting options in
6183 this interface, the @emph{values} are just lisp expressions.  So if the
6184 value is a string, you need to add the double quotes around the value
6185 yourself.
6188 @node Exporting Agenda Views, Using the agenda elsewhere, Setting Options, Custom agenda views
6189 @subsection Exporting Agenda Views
6190 @cindex agenda views, exporting
6192 If you are away from your computer, it can be very useful to have a
6193 printed version of some agenda views to carry around.  Org mode can
6194 export custom agenda views as plain text, HTML@footnote{You need to
6195 install Hrvoje Niksic' @file{htmlize.el}.} postscript, and iCalendar
6196 files.  If you want to do this only occasionally, use the command
6198 @table @kbd
6199 @kindex C-x C-w
6200 @item C-x C-w
6201 @cindex exporting agenda views
6202 @cindex agenda views, exporting
6203 Write the agenda view to a file.  Depending on the extension of the
6204 selected file name, the view will be exported as HTML (extension
6205 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}),
6206 iCalendar (extension @file{.ics}), or plain text (any other extension).
6207 Use the variable @code{org-agenda-exporter-settings} to
6208 set options for @file{ps-print} and for @file{htmlize} to be used during
6209 export, for example
6211 @lisp
6212 (setq org-agenda-exporter-settings
6213       '((ps-number-of-columns 2)
6214         (ps-landscape-mode t)
6215         (htmlize-output-type 'css)))
6216 @end lisp
6217 @end table
6219 If you need to export certain agenda views frequently, you can associate
6220 any custom agenda command with a list of output file names
6221 @footnote{If you want to store standard views like the weekly agenda
6222 or the global TODO list as well, you need to define custom commands for
6223 them in order to be able to specify file names.}.  Here is an example
6224 that first does define custom commands for the agenda and the global
6225 todo list, together with a number of files to which to export them.
6226 Then we define two block agenda commands and specify file names for them
6227 as well.  File names can be relative to the current working directory,
6228 or absolute.
6230 @lisp
6231 @group
6232 (setq org-agenda-custom-commands
6233       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
6234         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
6235         ("h" "Agenda and Home-related tasks"
6236          ((agenda "")
6237           (tags-todo "home")
6238           (tags "garden"))
6239          nil
6240          ("~/views/home.html"))
6241         ("o" "Agenda and Office-related tasks"
6242          ((agenda)
6243           (tags-todo "work")
6244           (tags "office"))
6245          nil
6246          ("~/views/office.ps" "~/calendars/office.ics"))))
6247 @end group
6248 @end lisp
6250 The extension of the file name determines the type of export.  If it is
6251 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
6252 the buffer to HTML and save it to this file name.  If the extension is
6253 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
6254 postscript output.  If the extension is @file{.ics}, iCalendar export is
6255 run export over all files that were used to construct the agenda, and
6256 limit the export to entries listed in the agenda now.  Any other
6257 extension produces a plain ASCII file.
6259 The export files are @emph{not} created when you use one of those
6260 commands interactively because this might use too much overhead.
6261 Instead, there is a special command to produce @emph{all} specified
6262 files in one step:
6264 @table @kbd
6265 @kindex C-c a e
6266 @item C-c a e
6267 Export all agenda views that have export file names associated with
6268 them.
6269 @end table
6271 You can use the options section of the custom agenda commands to also
6272 set options for the export commands.  For example:
6274 @lisp
6275 (setq org-agenda-custom-commands
6276       '(("X" agenda ""
6277          ((ps-number-of-columns 2)
6278           (ps-landscape-mode t)
6279           (org-agenda-prefix-format " [ ] ")
6280           (org-agenda-with-colors nil)
6281           (org-agenda-remove-tags t))
6282          ("theagenda.ps"))))
6283 @end lisp
6285 @noindent
6286 This command sets two options for the postscript exporter, to make it
6287 print in two columns in landscape format - the resulting page can be cut
6288 in two and then used in a paper agenda.  The remaining settings modify
6289 the agenda prefix to omit category and scheduling information, and
6290 instead include a checkbox to check off items.  We also remove the tags
6291 to make the lines compact, and we don't want to use colors for the
6292 black-and-white printer.  Settings specified in
6293 @code{org-agenda-exporter-settings} will also apply, but the settings
6294 in @code{org-agenda-custom-commands} take precedence.
6296 @noindent
6297 From the command line you may also use
6298 @example
6299 emacs -f org-batch-store-agenda-views -kill
6300 @end example
6301 @noindent
6302 or, if you need to modify some parameters
6303 @example
6304 emacs -eval '(org-batch-store-agenda-views                      \
6305               org-agenda-ndays 30                               \
6306               org-agenda-start-day "2007-11-01"                 \
6307               org-agenda-include-diary nil                      \
6308               org-agenda-files (quote ("~/org/project.org")))'  \
6309       -kill
6310 @end example
6311 @noindent
6312 which will create the agenda views restricted to the file
6313 @file{~/org/project.org}, without diary entries and with 30 days
6314 extent.
6316 @node Using the agenda elsewhere,  , Exporting Agenda Views, Custom agenda views
6317 @subsection Using agenda information outside of Org
6318 @cindex agenda, pipe
6319 @cindex Scripts, for agenda processing
6321 Org provides commands to access agenda information for the command
6322 line in emacs batch mode.  This extracted information can be sent
6323 directly to a printer, or it can be read by a program that does further
6324 processing of the data.  The first of these commands is the function
6325 @code{org-batch-agenda}, that produces an agenda view and sends it as
6326 ASCII text to STDOUT.  The command takes a single string as parameter.
6327 If the string has length 1, it is used as a key to one of the commands
6328 you have configured in @code{org-agenda-custom-commands}, basically any
6329 key you can use after @kbd{C-c a}.  For example, to directly print the
6330 current TODO list, you could use
6332 @example
6333 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
6334 @end example
6336 If the parameter is a string with 2 or more characters, it is used as a
6337 tags/todo match string.  For example, to print your local shopping list
6338 (all items with the tag @samp{shop}, but excluding the tag
6339 @samp{NewYork}), you could use
6341 @example
6342 emacs -batch -l ~/.emacs                                      \
6343       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
6344 @end example
6346 @noindent
6347 You may also modify parameters on the fly like this:
6349 @example
6350 emacs -batch -l ~/.emacs                                      \
6351    -eval '(org-batch-agenda "a"                               \
6352             org-agenda-ndays 30                               \
6353             org-agenda-include-diary nil                      \
6354             org-agenda-files (quote ("~/org/project.org")))'  \
6355    | lpr
6356 @end example
6358 @noindent
6359 which will produce a 30 day agenda, fully restricted to the Org file
6360 @file{~/org/projects.org}, not even including the diary.
6362 If you want to process the agenda data in more sophisticated ways, you
6363 can use the command @code{org-batch-agenda-csv} to get a comma-separated
6364 list of values for each agenda item.  Each line in the output will
6365 contain a number of fields separated by commas.  The fields in a line
6366 are:
6368 @example
6369 category     @r{The category of the item}
6370 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
6371 type         @r{The type of the agenda entry, can be}
6372                 todo               @r{selected in TODO match}
6373                 tagsmatch          @r{selected in tags match}
6374                 diary              @r{imported from diary}
6375                 deadline           @r{a deadline}
6376                 scheduled          @r{scheduled}
6377                 timestamp          @r{appointment, selected by timestamp}
6378                 closed             @r{entry was closed on date}
6379                 upcoming-deadline  @r{warning about nearing deadline}
6380                 past-scheduled     @r{forwarded scheduled item}
6381                 block              @r{entry has date block including date}
6382 todo         @r{The TODO keyword, if any}
6383 tags         @r{All tags including inherited ones, separated by colons}
6384 date         @r{The relevant date, like 2007-2-14}
6385 time         @r{The time, like 15:00-16:50}
6386 extra        @r{String with extra planning info}
6387 priority-l   @r{The priority letter if any was given}
6388 priority-n   @r{The computed numerical priority}
6389 @end example
6391 @noindent
6392 Time and date will only be given if a timestamp (or deadline/scheduled)
6393 lead to the selection of the item.
6395 A CSV list like this is very easy to use in a post processing script.
6396 For example, here is a Perl program that gets the TODO list from
6397 Emacs/Org and prints all the items, preceded by a checkbox:
6399 @example
6400 @group
6401 #!/usr/bin/perl
6403 # define the Emacs command to run
6404 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
6406 # run it and capture the output
6407 $agenda = qx@{$cmd 2>/dev/null@};
6409 # loop over all lines
6410 foreach $line (split(/\n/,$agenda)) @{
6412   # get the individual values
6413   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
6414    $priority_l,$priority_n) = split(/,/,$line);
6416   # proccess and print
6417   print "[ ] $head\n";
6419 @end group
6420 @end example
6422 @node Agenda column view,  , Custom agenda views, Agenda Views
6423 @section Using column view in the agenda
6424 @cindex column view, in agenda
6425 @cindex agenda, column view
6427 Column view (@pxref{Column view}) is normally used to view and edit
6428 properties embedded in the hierarchical structure of an Org file.  It can be
6429 quite useful to use column view also from the agenda, where entries are
6430 collected by certain criteria.
6432 @table @kbd
6433 @kindex C-c C-x C-c
6434 @item C-c C-x C-c
6435 Turn on column view in the agenda.
6436 @end table
6438 To understand how to use this properly, it is important to realize that the
6439 entries in the agenda are no longer in their proper outline environment.
6440 This causes the following issues:
6442 @enumerate
6443 @item
6444 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
6445 entries in the agenda are collected from different files, and different files
6446 may have different @code{COLUMNS} formats, this is a non-trivial problem.
6447 Org first checks if the variable @code{org-overriding-columns-format} is
6448 currently set, and if yes takes the format from there.  Otherwise it takes
6449 the format associated with the first item in the agenda, or, if that item
6450 does not have a specific format (defined in a property, or in it's file), it
6451 uses @code{org-columns-default-format}.
6452 @item
6453 If any of the columns has a summary type defined (@pxref{Column attributes}),
6454 turning on column view in the agenda will visit all relevant agenda files and
6455 make sure that the computations of this property are up to date.  This is
6456 also true for the special @code{CLOCKSUM} property.  Org will then sum the
6457 values displayed in the agenda.  In the daily/weekly agenda, the sums will
6458 cover a single day, in all other views they cover the entire block.  It is
6459 vital to realize that the agenda may show the same entry @emph{twice} (for
6460 example as scheduled and as a deadline), and it may show two entries from the
6461 same hierarchy (for example a @emph{parent} and it's @emph{child}).  In these
6462 cases, the summation in the agenda will lead to incorrect results because
6463 some values will count double.
6464 @item
6465 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
6466 the entire clocked time for this item.  So even in the daily/weekly agenda,
6467 the clocksum listed in column view may originate from times outside the
6468 current view.  This has the advantage that you can compare these values with
6469 a column listing the planned total effort for a task - one of the major
6470 applications for column view in the agenda.  If you want information about
6471 clocked time in the displayed period use clock table mode (press @kbd{R} in
6472 the agenda).
6473 @end enumerate
6476 @node Embedded LaTeX, Exporting, Agenda Views, Top
6477 @chapter Embedded LaTeX
6478 @cindex @TeX{} interpretation
6479 @cindex La@TeX{} interpretation
6481 Plain ASCII is normally sufficient for almost all note taking.  One
6482 exception, however, are scientific notes which need to be able to contain
6483 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
6484 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
6485 features described here as ``La@TeX{}'' are really from @TeX{}, but for
6486 simplicity I am blurring this distinction.}  is widely used to typeset
6487 scientific documents. Org mode supports embedding La@TeX{} code into its
6488 files, because many academics are used to reading La@TeX{} source code, and
6489 because it can be readily processed into images for HTML production.
6491 It is not necessary to mark La@TeX{} macros and code in any special way.
6492 If you observe a few conventions, Org mode knows how to find it and what
6493 to do with it.
6495 @menu
6496 * Math symbols::                TeX macros for symbols and Greek letters
6497 * Subscripts and superscripts::  Simple syntax for raising/lowering text
6498 * LaTeX fragments::             Complex formulas made easy
6499 * Processing LaTeX fragments::  Previewing LaTeX processing
6500 * CDLaTeX mode::                Speed up entering of formulas
6501 @end menu
6503 @node Math symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
6504 @section Math symbols
6505 @cindex math symbols
6506 @cindex TeX macros
6508 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
6509 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
6510 Completion for these macros is available, just type @samp{\} and maybe a
6511 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
6512 Unlike La@TeX{} code, Org mode allows these macros to be present
6513 without surrounding math delimiters, for example:
6515 @example
6516 Angles are written as Greek letters \alpha, \beta and \gamma.
6517 @end example
6519 During HTML export (@pxref{HTML export}), these symbols are translated
6520 into the proper syntax for HTML, for the above examples this is
6521 @samp{&alpha;} and @samp{&rarr;}, respectively.
6523 @node Subscripts and superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
6524 @section Subscripts and superscripts
6525 @cindex subscript
6526 @cindex superscript
6528 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
6529 and subscripts.  Again, these can be used without embedding them in
6530 math-mode delimiters.  To increase the readability of ASCII text, it is
6531 not necessary (but OK) to surround multi-character sub- and superscripts
6532 with curly braces.  For example
6534 @example
6535 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
6536 the sun is R_@{sun@} = 6.96 x 10^8 m.
6537 @end example
6539 To avoid interpretation as raised or lowered text, you can quote
6540 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
6542 During HTML export (@pxref{HTML export}), subscript and superscripts
6543 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
6545 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
6546 @section LaTeX fragments
6547 @cindex LaTeX fragments
6549 With symbols, sub- and superscripts, HTML is pretty much at its end when
6550 it comes to representing mathematical formulas@footnote{Yes, there is
6551 MathML, but that is not yet fully supported by many browsers, and there
6552 is no decent converter for turning La@TeX{} or ASCII representations of
6553 formulas into MathML. So for the time being, converting formulas into
6554 images seems the way to go.}. More complex expressions need a dedicated
6555 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
6556 fragments. It provides commands to preview the typeset result of these
6557 fragments, and upon export to HTML, all fragments will be converted to
6558 images and inlined into the HTML document@footnote{The La@TeX{} export
6559 will not use images for displaying La@TeX{} fragments but include these
6560 fragments directly into the La@TeX{} code.}. For this to work you
6561 need to be on a system with a working La@TeX{} installation. You also
6562 need the @file{dvipng} program, available at
6563 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
6564 will be used when processing a fragment can be configured with the
6565 variable @code{org-format-latex-header}.
6567 La@TeX{} fragments don't need any special marking at all.  The following
6568 snippets will be identified as La@TeX{} source code:
6569 @itemize @bullet
6570 @item
6571 Environments of any kind.  The only requirement is that the
6572 @code{\begin} statement appears on a new line, preceded by only
6573 whitespace.
6574 @item
6575 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
6576 currency specifications, single @samp{$} characters are only recognized
6577 as math delimiters if the enclosed text contains at most two line breaks,
6578 is directly attached to the @samp{$} characters with no whitespace in
6579 between, and if the closing @samp{$} is followed by whitespace or
6580 punctuation.  For the other delimiters, there is no such restriction, so
6581 when in doubt, use @samp{\(...\)} as inline math delimiters.
6582 @end itemize
6584 @noindent For example:
6586 @example
6587 \begin@{equation@}                          % arbitrary environments,
6588 x=\sqrt@{b@}                                % even tables, figures
6589 \end@{equation@}                            % etc
6591 If $a^2=b$ and \( b=2 \), then the solution must be
6592 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
6593 @end example
6595 @noindent
6596 If you need any of the delimiter ASCII sequences for other purposes, you
6597 can configure the option @code{org-format-latex-options} to deselect the
6598 ones you do not wish to have interpreted by the La@TeX{} converter.
6600 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
6601 @section Processing LaTeX fragments
6602 @cindex LaTeX fragments, preview
6604 La@TeX{} fragments can be processed to produce a preview images of the
6605 typeset expressions:
6607 @table @kbd
6608 @kindex C-c C-x C-l
6609 @item C-c C-x C-l
6610 Produce a preview image of the La@TeX{} fragment at point and overlay it
6611 over the source code.  If there is no fragment at point, process all
6612 fragments in the current entry (between two headlines).  When called
6613 with a prefix argument, process the entire subtree.  When called with
6614 two prefix arguments, or when the cursor is before the first headline,
6615 process the entire buffer.
6616 @kindex C-c C-c
6617 @item C-c C-c
6618 Remove the overlay preview images.
6619 @end table
6621 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
6622 converted into images and inlined into the document if the following
6623 setting is active:
6625 @lisp
6626 (setq org-export-with-LaTeX-fragments t)
6627 @end lisp
6629 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
6630 @section Using CDLaTeX to enter math
6631 @cindex CDLaTeX
6633 CDLaTeX mode is a minor mode that is normally used in combination with a
6634 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
6635 environments and math templates.  Inside Org mode, you can make use of
6636 some of the features of CDLaTeX mode.  You need to install
6637 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
6638 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
6639 Don't use CDLaTeX mode itself under Org mode, but use the light
6640 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
6641 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
6642 Org files with
6644 @lisp
6645 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
6646 @end lisp
6648 When this mode is enabled, the following features are present (for more
6649 details see the documentation of CDLaTeX mode):
6650 @itemize @bullet
6651 @kindex C-c @{
6652 @item
6653 Environment templates can be inserted with @kbd{C-c @{}.
6654 @item
6655 @kindex @key{TAB}
6656 The @key{TAB} key will do template expansion if the cursor is inside a
6657 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
6658 inside such a fragment, see the documentation of the function
6659 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
6660 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
6661 correctly inside the first brace.  Another @key{TAB} will get you into
6662 the second brace.  Even outside fragments, @key{TAB} will expand
6663 environment abbreviations at the beginning of a line.  For example, if
6664 you write @samp{equ} at the beginning of a line and press @key{TAB},
6665 this abbreviation will be expanded to an @code{equation} environment.
6666 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
6667 @item
6668 @kindex _
6669 @kindex ^
6670 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
6671 characters together with a pair of braces.  If you use @key{TAB} to move
6672 out of the braces, and if the braces surround only a single character or
6673 macro, they are removed again (depending on the variable
6674 @code{cdlatex-simplify-sub-super-scripts}).
6675 @item
6676 @kindex `
6677 Pressing the backquote @kbd{`} followed by a character inserts math
6678 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
6679 after the backquote, a help window will pop up.
6680 @item
6681 @kindex '
6682 Pressing the normal quote @kbd{'} followed by another character modifies
6683 the symbol before point with an accent or a font.  If you wait more than
6684 1.5 seconds after the backquote, a help window will pop up.  Character
6685 modification will work only inside La@TeX{} fragments, outside the quote
6686 is normal.
6687 @end itemize
6689 @node Exporting, Publishing, Embedded LaTeX, Top
6690 @chapter Exporting
6691 @cindex exporting
6693 Org mode documents can be exported into a variety of other formats.  For
6694 printing and sharing of notes, ASCII export produces a readable and
6695 simple version of an Org file.  HTML export allows you to publish a
6696 notes file on the web, while the XOXO format provides a solid base for
6697 exchange with a broad range of other applications. La@TeX{} export lets
6698 you use Org mode and its structured editing functions to easily create
6699 La@TeX{} files.  To incorporate entries with associated times like
6700 deadlines or appointments into a desktop calendar program like iCal,
6701 Org mode can also produce extracts in the iCalendar format.  Currently
6702 Org mode only supports export, not import of these different formats.
6704 @menu
6705 * Markup rules::                Which structures are recognized?
6706 * Export options::              Per-file export settings
6707 * The export dispatcher::       How to access exporter commands
6708 * ASCII export::                Exporting to plain ASCII
6709 * HTML export::                 Exporting to HTML
6710 * LaTeX export::                Exporting to LaTeX
6711 * XOXO export::                 Exporting to XOXO
6712 * iCalendar export::            Exporting in iCalendar format
6713 @end menu
6715 @node Markup rules, Export options, Exporting, Exporting
6716 @section Markup rules
6718 When exporting Org mode documents,  the exporter tries to reflect the
6719 structure of the document as accurately as possible in the back-end.  Since
6720 export targets like HTML or La@TeX{} allow much richer formatting, Org mode
6721 has rules how to prepare text for rich export.  This section summarizes the
6722 markup rule used in an Org mode buffer.
6724 @menu
6725 * Document title::              How the document title is determined
6726 * Headings and sections::       The main structure of the exported document
6727 * Table of contents::           If, where, how to create a table of contents
6728 * Initial text::                Text before the first headline
6729 * Lists::                       Plain lists are exported
6730 * Paragraphs::                  What determines beginning and ending
6731 * Literal examples::            Source code and other examples
6732 * Include files::               Include the contents of a file during export
6733 * Tables exported::             Tables are exported richly
6734 * Footnotes::                   Numbers like [1]
6735 * Emphasis and monospace::      To bold or not to bold
6736 * TeX macros and LaTeX fragments::  Create special, rich export.
6737 * Horizontal rules::            A line across the page
6738 * Comment lines::               Some lines will not be exported
6739 @end menu
6741 @node Document title, Headings and sections, Markup rules, Markup rules
6742 @subheading Document title
6743 @cindex document title, markup rules
6745 @noindent
6746 The title of the exported document is taken from the special line
6748 @example
6749 #+TITLE: This is the title of the document
6750 @end example
6752 @noindent
6753 If this line does not exist, the title is derived from the first non-empty,
6754 non-comment line in the buffer.  If no such line exists, or if you have
6755 turned off exporting of the text before the first headline (see below), the
6756 title will be the file name without extension.
6758 If you are exporting only a subtree by marking is as the region, the heading
6759 of the subtree will become the title of the document.  If the subtree has a
6760 property @code{EXPORT_TITLE}, that will take precedence.
6762 @node Headings and sections, Table of contents, Document title, Markup rules
6763 @subheading Headings and sections
6764 @cindex headings and sections, markup rules
6766 The outline structure of the document as described in @ref{Document
6767 Structure} forms the basis for defining sections of the exported document.
6768 However, since the outline structure is also used for (for example) lists of
6769 tasks, only the first three outline levels will be used as headings.  Deeper
6770 levels will become itemized lists.  You can change the location of this
6771 switch, globally by setting the variable @code{org-headline-levels}, or on a
6772 per file basis with a line
6774 @example
6775 #+OPTIONS: H:4
6776 @end example
6778 @node Table of contents, Initial text, Headings and sections, Markup rules
6779 @subheading Table of contents
6780 @cindex table of contents, markup rules
6782 The table of contents is normally inserted directly before the first headline
6783 of the file.  If you would like to get it to a different location, insert the
6784 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
6785 location.  The depth of the table of contents is by default the same as the
6786 number of headline levels, but you can choose a smaller number or turn off
6787 the table of contents entirely by configuring the variable
6788 @code{org-export-with-toc}, or on a per-file basis with a line like
6790 @example
6791 #+OPTIONS: toc:2          (only to two levels in TOC)
6792 #+OPTIONS: toc:nil        (no TOC at all)
6793 @end example
6795 @node Initial text, Lists, Table of contents, Markup rules
6796 @subheading Text before the first headline
6797 @cindex text before first headline, markup rules
6798 @cindex #+TEXT
6800 Org mode normally exports the text before the first headline, and even uses
6801 the first line as the document title.  The text will be fully marked up.  If
6802 you need to include literal HTML or La@TeX{} code, use the special constructs
6803 described below in the sections for the individual exporters.
6805 Some people like to use the space before the first headline for setup and
6806 internal links and therefore would like to control the exported text before
6807 the first headline in a different way.  You can do so by setting the variable
6808 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
6809 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
6811 @noindent
6812 If you still want to have some text before the first headline, use the
6813 @code{#+TEXT} construct:
6815 @example
6816 #+OPTIONS: skip:t
6817 #+TEXT: This text will go before the *first* headline.
6818 #+TEXT: [TABLE-OF-CONTENTS]
6819 #+TEXT: This goes between the table of contents and the first headline
6820 @end example
6822 @node Lists, Paragraphs, Initial text, Markup rules
6823 @subheading Lists
6824 @cindex lists, markup rules
6826 Plain lists as described in @ref{Plain lists} are translated to the back-ends
6827 syntax for such lists.  Most back-ends support unordered, ordered, and
6828 description lists.
6830 @node Paragraphs, Literal examples, Lists, Markup rules
6831 @subheading Paragraphs, line breaks, and quoting
6832 @cindex paragraphs, markup rules
6834 Paragraphs are separated by at least one empty line.  If you need to enforce
6835 a line break within a paragraph, use @samp{\\} at the end of a line.
6837 To keep the line breaks in a region, but otherwise use normal formatting, you
6838 can use this construct, which can also be used to format poetry.
6840 @example
6841 #+BEGIN_VERSE
6842 Everything should be made as simple as possible,
6843 but not any simpler -- Albert Einstein
6844 #+END_VERSE
6845 @end example
6847 When quoting a passage from another document, it is customary to format this
6848 as a paragraph that is indented on both the left and the right margin.  You
6849 can include quotations in Org mode documents like this:
6851 @example
6852 #+BEGIN_QUOTE
6853 Everything should be made as simple as possible,
6854 but not any simpler -- Albert Einstein
6855 #+END_QUOTE
6856 @end example
6859 @node Literal examples, Include files, Paragraphs, Markup rules
6860 @subheading Literal examples
6861 @cindex literal examples, markup rules
6863 You can include literal examples that should not be subjected to
6864 markup.  Such examples will be typeset in monospace, so this is well suited
6865 for source code and similar examples.
6866 @cindex #+BEGIN_EXAMPLE
6868 @example
6869 #+BEGIN_EXAMPLE
6870 Some example from a text file.
6871 #+END_EXAMPLE
6872 @end example
6874 For simplicity when using small examples, you can also start the example
6875 lines with a colon:
6877 @example
6878 : Some example from a text file.
6879 @end example
6881 @cindex formatting source code, markup rules
6882 If the example is source code from a programming language, or any other text
6883 that can be marked up by font-lock in Emacs, you can ask for the example to
6884 look like the fontified Emacs buffer@footnote{Currently this works only for
6885 the HTML back-end, and requires the @file{htmlize.el} package version 1.34 or
6886 later.}.  This is done with the @samp{src} block, where you also need to
6887 specify the name of the major mode that should be used to fontify the
6888 example:
6889 @cindex #+BEGIN_SRC
6891 @example
6892 #+BEGIN_SRC emacs-lisp
6893 (defun org-xor (a b)
6894    "Exclusive or."
6895    (if a (not b) b))
6896 #+END_SRC
6897 @end example
6899 @table @kbd
6900 @kindex C-c '
6901 @item C-c '
6902 Edit the source code example at point in its native mode.  This works by
6903 switching to an indirect buffer, narrowing the buffer and switching to the
6904 other mode.  You need to exit by pressing @kbd{C-c '} again.
6905 @end table
6908 @node Include files, Tables exported, Literal examples, Markup rules
6909 @subheading Include files
6910 @cindex include files, markup rules
6912 During export, you can include the content of another file.  For example, to
6913 include your .emacs file, you could use:
6914 @cindex #+INCLUDE
6916 @example
6917 #+INCLUDE: "~/.emacs" src emacs-lisp
6918 @end example
6920 The optional second and third parameter are the markup (@samp{quote},
6921 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
6922 language for formatting the contents.  The markup is optional, if it is not
6923 given, the text will be assumed to be in Org mode format and will be
6924 processed normally.
6926 @table @kbd
6927 @kindex C-c '
6928 @item C-c '
6929 Visit the include file at point.
6930 @end table
6932 @node Tables exported, Footnotes, Include files, Markup rules
6933 @subheading Tables
6934 @cindex tables, markup rules
6936 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
6937 the @file{table.el} package will be exported properly.  For Org mode tables,
6938 the lines before the first horizontal separator line will become table header
6939 lines.
6941 @node Footnotes, Emphasis and monospace, Tables exported, Markup rules
6942 @subheading Footnotes
6943 @cindex footnotes, markup rules
6944 @cindex @file{footnote.el}
6946 @kindex C-c !
6947 Numbers in square brackets are treated as footnote markers, and lines
6948 starting with such a marker are interpreted as the footnote itself.  You can
6949 use the Emacs package @file{footnote.el} to create footnotes@footnote{The
6950 @file{footnote} package uses @kbd{C-c !} to invoke its commands.  This
6951 binding conflicts with the Org mode command for inserting inactive time
6952 stamps.  You could use the variable @code{footnote-prefix} to switch
6953 footnotes commands to another key.  Or, if you are too used to this binding,
6954 you could use @code{org-replace-disputed-keys} and @code{org-disputed-keys}
6955 to change the settings in Org.}.  For example:
6957 @example
6958 The Org homepage[1] now looks a lot better than it used to.
6960 [1] The link is: http://orgmode.org
6961 @end example
6963 @node Emphasis and monospace, TeX macros and LaTeX fragments, Footnotes, Markup rules
6964 @subheading Emphasis and monospace
6966 @cindex underlined text, markup rules
6967 @cindex bold text, markup rules
6968 @cindex italic text, markup rules
6969 @cindex verbatim text, markup rules
6970 @cindex code text, markup rules
6971 @cindex strike-through text, markup rules
6972 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
6973 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
6974 in the code and verbatim string is not processed for Org mode specific
6975 syntax, it is exported verbatim.
6977 @node TeX macros and LaTeX fragments, Horizontal rules, Emphasis and monospace, Markup rules
6978 @subheading @TeX{} macros and La@TeX{} fragments
6979 @cindex LaTeX fragments, markup rules
6980 @cindex TeX macros, markup rules
6981 @cindex HTML entities
6982 @cindex LaTeX entities
6984 A @TeX{}-like syntax is used to specify special characters.  Where possible,
6985 these will be transformed into the native format of the exporter back-end.
6986 Strings like @code{\alpha} will be exported as @code{&alpha;} in the HTML
6987 output, and as @code{$\alpha$} in the La@TeX{} output.  Similarly,
6988 @code{\nbsp} will become @code{&nbsp;} in HTML and @code{~} in La@TeX{}.
6989 This applies for a large number of entities, with names taken from both HTML
6990 and La@TeX{}, see the variable @code{org-html-entities} for the complete
6991 list.  If you are unsure about a name, use @kbd{M-@key{TAB}} for completion
6992 after having types the backslash and maybe a few characters
6993 (@pxref{Completion}).
6995 La@TeX{} fragments are converted into images for HTML export, and they are
6996 written literally into the La@TeX{} export.  See also @ref{Embedded LaTeX}.
6998 Finally, @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
6999 @samp{...} are all converted into special commands creating hyphens of
7000 different lengths or a compact set of dots.
7002 @node Horizontal rules, Comment lines, TeX macros and LaTeX fragments, Markup rules
7003 @subheading  Horizontal rules
7004 @cindex horizontal rules, markup rules
7005 A line consisting of only dashes, and at least 5 of them, will be
7006 exported as a horizontal line (@samp{<hr/>} in HTML).
7008 @node Comment lines,  , Horizontal rules, Markup rules
7009 @subheading Comment lines
7010 @cindex comment lines
7011 @cindex exporting, not
7013 Lines starting with @samp{#} in column zero are treated as comments and will
7014 never be exported.  Also entire subtrees starting with the word
7015 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
7016 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
7018 @table @kbd
7019 @kindex C-c ;
7020 @item C-c ;
7021 Toggle the COMMENT keyword at the beginning of an entry.
7022 @end table
7024 @node Export options, The export dispatcher, Markup rules, Exporting
7025 @section Export options
7026 @cindex options, for export
7028 @cindex completion, of option keywords
7029 The exporter recognizes special lines in the buffer which provide
7030 additional information.  These lines may be put anywhere in the file.
7031 The whole set of lines can be inserted into the buffer with @kbd{C-c
7032 C-e t}.  For individual lines, a good way to make sure the keyword is
7033 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
7034 (@pxref{Completion}).
7036 @table @kbd
7037 @kindex C-c C-e t
7038 @item C-c C-e t
7039 Insert template with export options, see example below.
7040 @end table
7042 @cindex #+TITLE:
7043 @cindex #+AUTHOR:
7044 @cindex #+DATE:
7045 @cindex #+EMAIL:
7046 @cindex #+LANGUAGE:
7047 @cindex #+TEXT:
7048 @cindex #+OPTIONS:
7049 @cindex #+LINK_UP:
7050 @cindex #+LINK_HOME:
7051 @example
7052 #+TITLE:     the title to be shown (default is the buffer name)
7053 #+AUTHOR:    the author (default taken from @code{user-full-name})
7054 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
7055 #+EMAIL:     his/her email address (default from @code{user-mail-address})
7056 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
7057 #+TEXT:      Some descriptive text to be inserted at the beginning.
7058 #+TEXT:      Several lines may be given.
7059 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
7060 #+LINK_UP:   the ``up'' link of an exported page
7061 #+LINK_HOME: the ``home'' link of an exported page
7062 @end example
7064 @noindent
7065 The OPTIONS line is a compact@footnote{If you want to configure many options
7066 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
7067 you can:
7068 @cindex headline levels
7069 @cindex section-numbers
7070 @cindex table of contents
7071 @cindex line-break preservation
7072 @cindex quoted HTML tags
7073 @cindex fixed-width sections
7074 @cindex tables
7075 @cindex @TeX{}-like syntax for sub- and superscripts
7076 @cindex footnotes
7077 @cindex special strings
7078 @cindex emphasized text
7079 @cindex @TeX{} macros
7080 @cindex La@TeX{} fragments
7081 @cindex author info, in export
7082 @cindex time info, in export
7083 @example
7084 H:         @r{set the number of headline levels for export}
7085 num:       @r{turn on/off section-numbers}
7086 toc:       @r{turn on/off table of contents, or set level limit (integer)}
7087 \n:        @r{turn on/off line-break-preservation}
7088 @@:         @r{turn on/off quoted HTML tags}
7089 ::         @r{turn on/off fixed-width sections}
7090 |:         @r{turn on/off tables}
7091 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
7092            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
7093            @r{the simple @code{a_b} will be left as it is.}
7094 -:         @r{turn on/off conversion of special strings.}
7095 f:         @r{turn on/off footnotes like this[1].}
7096 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
7097 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
7098 LaTeX:     @r{turn on/off La@TeX{} fragments}
7099 skip:      @r{turn on/off skipping the text before the first heading}
7100 author:    @r{turn on/off inclusion of author name/email into exported file}
7101 timestamp: @r{turn on/off inclusion creation time into exported file}
7102 d:         @r{turn on/off inclusion of drawers}
7103 @end example
7105 These options take effect in both the HTML and La@TeX{} export, except
7106 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
7107 @code{nil} for the La@TeX{} export.
7109 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
7110 calling an export command, the subtree can overrule some of the file's export
7111 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
7112 @code{EXPORT_TEXT}, and @code{EXPORT_OPTIONS}.
7114 @node The export dispatcher, ASCII export, Export options, Exporting
7115 @section The export dispatcher
7116 @cindex dispatcher, for export commands
7118 All export commands can be reached using the export dispatcher, which is a
7119 prefix key that prompts for an additional key specifying the command.
7120 Normally the entire file is exported, but if there is an active region that
7121 contains one outline tree, the first heading is used as document title and
7122 the subtrees are exported.
7124 @table @kbd
7125 @kindex C-c C-e
7126 @item C-c C-e
7127 Dispatcher for export and publishing commands.  Displays a help-window
7128 listing the additional key(s) needed to launch an export or publishing
7129 command.  The prefix arg is passed through to the exporter.  If the option
7130 @code{org-export-run-in-background} is set, Org will run the command in the
7131 background if that seems useful for the specific command (i.e. commands that
7132 write to a file).
7133 @kindex C-c C-e v
7134 @item C-c C-e v
7135 Like @kbd{C-c C-e}, but only export the text that is currently visible
7136 (i.e. not hidden by outline visibility).
7137 @kindex C-u C-u C-c C-e
7138 @item C-u C-u C-c C-e
7139 Call an the exporter, but reverse the setting of
7140 @code{org-export-run-in-background}, i.e. request background processing if
7141 not set, or force processing in the current Emacs process if st.
7142 @end table
7144 @node ASCII export, HTML export, The export dispatcher, Exporting
7145 @section ASCII export
7146 @cindex ASCII export
7148 ASCII export produces a simple and very readable version of an Org mode
7149 file.
7151 @cindex region, active
7152 @cindex active region
7153 @cindex Transient mark mode
7154 @table @kbd
7155 @kindex C-c C-e a
7156 @item C-c C-e a
7157 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
7158 will be @file{myfile.txt}.  The file will be overwritten without
7159 warning.  If there is an active region, only the region will be
7160 exported. If the selected region is a single tree@footnote{To select the
7161 current subtree, use @kbd{C-c @@}.}, the tree head will
7162 become the document title.  If the tree head entry has or inherits an
7163 @code{EXPORT_FILE_NAME} property, that name will be used for the
7164 export.
7165 @kindex C-c C-e v a
7166 @item C-c C-e v a
7167 Export only the visible part of the document.
7168 @end table
7170 @cindex headline levels, for exporting
7171 In the exported version, the first 3 outline levels will become
7172 headlines, defining a general document structure.  Additional levels
7173 will be exported as itemized lists.  If you want that transition to occur
7174 at a different level, specify it with a prefix argument.  For example,
7176 @example
7177 @kbd{C-1 C-c C-e a}
7178 @end example
7180 @noindent
7181 creates only top level headlines and does the rest as items.  When
7182 headlines are converted to items, the indentation of the text following
7183 the headline is changed to fit nicely under the item.  This is done with
7184 the assumption that the first body line indicates the base indentation of
7185 the body text.  Any indentation larger than this is adjusted to preserve
7186 the layout relative to the first line.  Should there be lines with less
7187 indentation than the first, these are left alone.
7189 @node HTML export, LaTeX export, ASCII export, Exporting
7190 @section HTML export
7191 @cindex HTML export
7193 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
7194 HTML formatting, in ways similar to John Grubers @emph{markdown}
7195 language, but with additional support for tables.
7197 @menu
7198 * HTML Export commands::        How to invoke HTML export
7199 * Quoting HTML tags::           Using direct HTML in Org mode
7200 * Links::                       Transformation of links for HTML
7201 * Images::                      How to include images
7202 * CSS support::                 Changing the appearance of the output
7203 * Javascript support::          Info and Folding in a web browser
7204 @end menu
7206 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
7207 @subsection HTML export commands
7209 @cindex region, active
7210 @cindex active region
7211 @cindex Transient mark mode
7212 @table @kbd
7213 @kindex C-c C-e h
7214 @item C-c C-e h
7215 Export as HTML file @file{myfile.html}.  For an org file @file{myfile.org},
7216 the ASCII file will be @file{myfile.html}.  The file will be overwritten
7217 without warning.  If there is an active region, only the region will be
7218 exported. If the selected region is a single tree@footnote{To select the
7219 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
7220 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
7221 property, that name will be used for the export.
7222 @kindex C-c C-e b
7223 @item C-c C-e b
7224 Export as HTML file and immediately open it with a browser.
7225 @kindex C-c C-e H
7226 @item C-c C-e H
7227 Export to a temporary buffer, do not create a file.
7228 @kindex C-c C-e R
7229 @item C-c C-e R
7230 Export the active region to a temporary buffer.  With a prefix argument, do
7231 not produce the file header and footer, but just the plain HTML section for
7232 the region.  This is good for cut-and-paste operations.
7233 @kindex C-c C-e v h
7234 @kindex C-c C-e v b
7235 @kindex C-c C-e v H
7236 @kindex C-c C-e v R
7237 @item C-c C-e v h
7238 @item C-c C-e v b
7239 @item C-c C-e v H
7240 @item C-c C-e v R
7241 Export only the visible part of the document.
7242 @item M-x org-export-region-as-html
7243 Convert the region to HTML under the assumption that it was Org mode
7244 syntax before.  This is a global command that can be invoked in any
7245 buffer.
7246 @item M-x org-replace-region-by-HTML
7247 Replace the active region (assumed to be in Org mode syntax) by HTML
7248 code.
7249 @end table
7251 @cindex headline levels, for exporting
7252 In the exported version, the first 3 outline levels will become headlines,
7253 defining a general document structure.  Additional levels will be exported as
7254 itemized lists.  If you want that transition to occur at a different level,
7255 specify it with a numeric prefix argument.  For example,
7257 @example
7258 @kbd{C-2 C-c C-e b}
7259 @end example
7261 @noindent
7262 creates two levels of headings and does the rest as items.
7264 @node Quoting HTML tags, Links, HTML Export commands, HTML export
7265 @subsection Quoting HTML tags
7267 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
7268 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
7269 which should be interpreted as such, mark them with @samp{@@} as in
7270 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
7271 simple tags.  For more extensive HTML that should be copied verbatim to
7272 the exported file use either
7274 @example
7275 #+HTML: Literal HTML code for export
7276 @end example
7278 @noindent or
7279 @cindex #+BEGIN_HTML
7281 @example
7282 #+BEGIN_HTML
7283 All lines between these markers are exported literally
7284 #+END_HTML
7285 @end example
7288 @node Links, Images, Quoting HTML tags, HTML export
7289 @subsection Links
7291 @cindex links, in HTML export
7292 @cindex internal links, in HTML export
7293 @cindex external links, in HTML export
7294 Internal links (@pxref{Internal links}) will continue to work in HTML
7295 files only if they match a dedicated @samp{<<target>>}.  Automatic links
7296 created by radio targets (@pxref{Radio targets}) will also work in the
7297 HTML file.  Links to external files will still work if the HTML file is
7298 in the same directory as the Org file.  Links to other @file{.org}
7299 files will be translated into HTML links under the assumption that an
7300 HTML version also exists of the linked file.  For information related to
7301 linking files while publishing them to a publishing directory see
7302 @ref{Publishing links}.
7304 @node Images, CSS support, Links, HTML export
7305 @subsection Images
7307 @cindex images, inline in HTML
7308 @cindex inlining images in HTML
7309 HTML export can inline images given as links in the Org file, and
7310 it can make an image the clickable part of a link.  By
7311 default@footnote{but see the variable
7312 @code{org-export-html-inline-images}}, images are inlined if a link does
7313 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
7314 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
7315 @samp{the image} that points to the image.  If the description part
7316 itself is a @code{file:} link or a @code{http:} URL pointing to an
7317 image, this image will be inlined and activated so that clicking on the
7318 image will activate the link.  For example, to include a thumbnail that
7319 will link to a high resolution version of the image, you could use:
7321 @example
7322 [[file:highres.jpg][file:thumb.jpg]]
7323 @end example
7325 @noindent
7326 and you could use @code{http} addresses just as well.
7328 @node CSS support, Javascript support, Images, HTML export
7329 @subsection CSS support
7330 @cindex CSS, for HTML export
7331 @cindex HTML export, CSS
7333 You can also give style information for the exported file.  The HTML
7334 exporter assigns the following CSS classes to appropriate parts of the
7335 document - your style specifications may change these:
7336 @example
7337 .todo           @r{TODO keywords}
7338 .done           @r{the DONE keyword}
7339 .timestamp      @r{time stamp}
7340 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
7341 .tag            @r{tag in a headline}
7342 .target         @r{target for links}
7343 @end example
7345 The default style specification can be configured through the option
7346 @code{org-export-html-style}.  If you want to use a file-local style,
7347 you may use file variables, best wrapped into a COMMENT section at the
7348 end of the outline tree.  For example@footnote{Under Emacs 21, the
7349 continuation lines for a variable value should have no @samp{#} at the
7350 start of the line.}:
7352 @example
7353 * COMMENT html style specifications
7355 # Local Variables:
7356 # org-export-html-style: "   <style type=\"text/css\">
7357 #       p @{font-weight: normal; color: gray; @}
7358 #       h1 @{color: black; @}
7359 #   </style>"
7360 # End:
7361 @end example
7363 Remember to execute @kbd{M-x normal-mode} after changing this to make
7364 the new style visible to Emacs.  This command restarts Org mode for the
7365 current buffer and forces Emacs to re-evaluate the local variables
7366 section in the buffer.
7368 @c FIXME: More about header and footer styles
7369 @c FIXME: Talk about links and targets.
7371 @node Javascript support,  , CSS support, HTML export
7372 @subsection Javascript supported display of web pages
7374 @emph{Sebastian Rose} has written a JavaScript program especially designed to
7375 enhance the web viewing experience of HTML files created with Org.  This
7376 program allows to view large files in two different ways.  The first one is
7377 an @emph{Info}-like mode where each section is displayed separately and
7378 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
7379 as well, press @kbd{?} for an overview of the available keys).  The second
7380 view type is a @emph{folding} view much like Org provides it inside Emacs.
7381 The script is available at @url{http://orgmode.org/org-info.js} and you can
7382 find the documentation for it at
7383 @url{http://orgmode.org/worg/code/org-info-js/org-info.js.html}.  We are
7384 serving the script from our site, but if you use it a lot, you might not want
7385 to be dependent on @url{orgmode.org} and prefer to install a local copy on
7386 your own web server.
7388 To use the script, you need to make sure that the @file{org-jsinfo.el} module
7389 gets loaded.  It should be loaded by default, try @kbd{M-x customize-variable
7390 @key{RET} org-modules @key{RET}} to convince yourself that this is indeed the
7391 case.  All it then takes to make use of the program is adding a single line
7392 to the Org file:
7394 @example
7395 #+INFOJS_OPT: view:info toc:nil
7396 @end example
7398 @noindent
7399 If this line is found, the HTML header will automatically contain the code
7400 needed to invoke the script.  Using the line above, you can set the following
7401 viewing options:
7403 @example
7404 path:    @r{The path to the script.  The default is to grab the script from}
7405          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
7406          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
7407 view:    @r{Initial view when website is first shown.  Possible values are:}
7408          info      @r{Info-like interface with one section per page.}
7409          overview  @r{Folding interface, initially showing only top-level.}
7410          content   @r{Folding interface, starting with all headlines visible.}
7411          showall   @r{Folding interface, all headlines and text visible.}
7412 sdepth:  @r{Maximum headline level that will still become an independent}
7413          @r{section for info and folding modes.  The default is taken from}
7414          @r{@code{org-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
7415          @r{If this is smaller than in @code{org-headline-levels}, each}
7416          @r{info/folding section can still contain children headlines.}
7417 toc:     @r{Should the table of content @emph{initially} be visible?}
7418          @r{Even when @code{nil}, you can always get to the toc with @kbd{i}.}
7419 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
7420          @r{the variables @code{org-headline-levels} and @code{org-export-with-toc}.}
7421 ftoc:    @r{Does the css of the page specify a fixed position for the toc?}
7422          @r{If yes, the toc will never be displayed as a section.}
7423 ltoc:    @r{Should there be short contents (children) in each section?}
7424 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
7425          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
7426 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
7427          @r{default), only one such button will be present.}
7428 @end example
7430 You can choose default values for these options by customizing the variable
7431 @code{org-infojs-options}.  If you always want to apply the script to your
7432 pages, configure the variable @code{org-export-html-use-infojs}.
7434 @node LaTeX export, XOXO export, HTML export, Exporting
7435 @section LaTeX export
7436 @cindex LaTeX export
7438 Org mode contains a La@TeX{} exporter written by Bastien Guerry.
7440 @menu
7441 * LaTeX export commands::       How to invoke LaTeX export
7442 * Quoting LaTeX code::          Incorporating literal LaTeX code
7443 * Sectioning structure::        Changing sectioning in LaTeX output
7444 @end menu
7446 @node LaTeX export commands, Quoting LaTeX code, LaTeX export, LaTeX export
7447 @subsection LaTeX export commands
7449 @table @kbd
7450 @kindex C-c C-e l
7451 @item C-c C-e l
7452 Export as La@TeX{} file @file{myfile.tex}.  For an org file
7453 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
7454 be overwritten without warning.  If there is an active region, only the
7455 region will be exported. If the selected region is a single tree@footnote{To
7456 select the current subtree, use @kbd{C-c @@}.}, the tree head will become the
7457 document title.  If the tree head entry has or inherits an
7458 @code{EXPORT_FILE_NAME} property, that name will be used for the export.
7459 @kindex C-c C-e L
7460 @item C-c C-e L
7461 Export to a temporary buffer, do not create a file.
7462 @kindex C-c C-e v l
7463 @kindex C-c C-e v L
7464 @item C-c C-e v l
7465 @item C-c C-e v L
7466 Export only the visible part of the document.
7467 @item M-x org-export-region-as-latex
7468 Convert the region to La@TeX{} under the assumption that it was Org mode
7469 syntax before.  This is a global command that can be invoked in any
7470 buffer.
7471 @item M-x org-replace-region-by-latex
7472 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
7473 code.
7474 @end table
7476 @cindex headline levels, for exporting
7477 In the exported version, the first 3 outline levels will become
7478 headlines, defining a general document structure.  Additional levels
7479 will be exported as description lists.  The exporter can ignore them or
7480 convert them to a custom string depending on
7481 @code{org-latex-low-levels}.
7483 If you want that transition to occur at a different level, specify it
7484 with a numeric prefix argument. For example,
7486 @example
7487 @kbd{C-2 C-c C-e l}
7488 @end example
7490 @noindent
7491 creates two levels of headings and does the rest as items.
7493 @node Quoting LaTeX code, Sectioning structure, LaTeX export commands, LaTeX export
7494 @subsection Quoting LaTeX code
7496 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
7497 inserted into the La@TeX{} file.  Furthermore, you can add special code
7498 that should only be present in La@TeX{} export with the following
7499 constructs:
7501 @example
7502 #+LaTeX: Literal LaTeX code for export
7503 @end example
7505 @noindent or
7506 @cindex #+BEGIN_LaTeX
7508 @example
7509 #+BEGIN_LaTeX
7510 All lines between these markers are exported literally
7511 #+END_LaTeX
7512 @end example
7514 @node   Sectioning structure,  , Quoting LaTeX code, LaTeX export
7515 @subsection Sectioning structure
7516 @cindex LaTeX class
7517 @cindex LaTeX sectioning structure
7519 By default, the La@TeX{} output uses the class @code{article}.
7521 You can change this globally by setting a different value for
7522 @code{org-export-latex-default-class} or locally by adding an option
7523 like @code{#+LaTeX_CLASS: myclass} in your file.  The class should be
7524 listed in @code{org-export-latex-classes}, where you can also define the
7525 sectioning structure for each class.
7528 @node XOXO export, iCalendar export, LaTeX export, Exporting
7529 @section XOXO export
7530 @cindex XOXO export
7532 Org mode contains an exporter that produces XOXO-style output.
7533 Currently, this exporter only handles the general outline structure and
7534 does not interpret any additional Org mode features.
7536 @table @kbd
7537 @kindex C-c C-e x
7538 @item C-c C-e x
7539 Export as XOXO file @file{myfile.html}.
7540 @kindex C-c C-e v
7541 @item C-c C-e v x
7542 Export only the visible part of the document.
7543 @end table
7545 @node iCalendar export,  , XOXO export, Exporting
7546 @section iCalendar export
7547 @cindex iCalendar export
7549 Some people like to use Org mode for keeping track of projects, but
7550 still prefer a standard calendar application for anniversaries and
7551 appointments.  In this case it can be useful to have deadlines and
7552 other time-stamped items in Org files show up in the calendar
7553 application.  Org mode can export calendar information in the standard
7554 iCalendar format.  If you also want to have TODO entries included in the
7555 export, configure the variable @code{org-icalendar-include-todo}.
7557 The iCalendar standard requires each entry to have a globally unique
7558 identifier (UID).  Org creates these identifiers during export.  If you set
7559 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
7560 @code{:ID:} property of the entry and re-used next time you report this
7561 entry.  Since a single entry can give rise to multiple iCalendar entries (as
7562 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
7563 prefixes to the UID, depending on what triggered the inclusion of the entry.
7564 In this way the UID remains unique, but a synchronization program can still
7565 figure out from which entry all the different instances originate.
7567 @table @kbd
7568 @kindex C-c C-e i
7569 @item C-c C-e i
7570 Create iCalendar entries for the current file and store them in the same
7571 directory, using a file extension @file{.ics}.
7572 @kindex C-c C-e I
7573 @item C-c C-e I
7574 Like @kbd{C-c C-e i}, but do this for all files in
7575 @code{org-agenda-files}.  For each of these files, a separate iCalendar
7576 file will be written.
7577 @kindex C-c C-e c
7578 @item C-c C-e c
7579 Create a single large iCalendar file from all files in
7580 @code{org-agenda-files} and write it to the file given by
7581 @code{org-combined-agenda-icalendar-file}.
7582 @end table
7584 The export will honor SUMMARY, DESCRIPTION and LOCATION properties if
7585 the selected entries have them.  If not, the summary will be derived
7586 from the headline, and the description from the body (limited to
7587 @code{org-icalendar-include-body} characters).
7589 How this calendar is best read and updated, depends on the application
7590 you are using.  The FAQ covers this issue.
7592 @node Publishing, Miscellaneous, Exporting, Top
7593 @chapter Publishing
7594 @cindex publishing
7596 Org includes@footnote{@file{org-publish.el} is not distributed with
7597 Emacs 21, if you are still using Emacs 21, you need you need to download
7598 this file separately.} a publishing management system that allows you to
7599 configure automatic HTML conversion of @emph{projects} composed of
7600 interlinked org files.  This system is called @emph{org-publish}.  You can
7601 also configure org-publish to automatically upload your exported HTML
7602 pages and related attachments, such as images and source code files, to
7603 a web server. Org-publish turns Org into a web-site authoring tool.
7605 You can also use Org-publish to convert files into La@TeX{}, or even
7606 combine HTML and La@TeX{} conversion so that files are available in both
7607 formats on the server@footnote{Since La@TeX{} files on a server are not
7608 that helpful, you surely want to perform further conversion on them --
7609 e.g. convert them to @code{PDF} format.}.
7611 Org-publish has been contributed to Org by David O'Toole.
7613 @menu
7614 * Configuration::               Defining projects
7615 * Sample configuration::        Example projects
7616 * Triggering publication::      Publication commands
7617 @end menu
7619 @node Configuration, Sample configuration, Publishing, Publishing
7620 @section Configuration
7622 Publishing needs significant configuration to specify files, destination
7623 and many other properties of a project.
7625 @menu
7626 * Project alist::               The central configuration variable
7627 * Sources and destinations::    From here to there
7628 * Selecting files::             What files are part of the project?
7629 * Publishing action::           Setting the function doing the publishing
7630 * Publishing options::          Tweaking HTML export
7631 * Publishing links::            Which links keep working after publishing?
7632 * Project page index::          Publishing a list of project files
7633 @end menu
7635 @node Project alist, Sources and destinations, Configuration, Configuration
7636 @subsection The variable @code{org-publish-project-alist}
7637 @cindex org-publish-project-alist
7638 @cindex projects, for publishing
7640 Org-publish is configured almost entirely through setting the value of
7641 one variable, called @code{org-publish-project-alist}.
7642 Each element of the list configures one project, and may be in one of
7643 the two following forms:
7645 @lisp
7646 ("project-name" :property value :property value ...)
7648 @r{or}
7650 ("project-name" :components ("project-name" "project-name" ...))
7652 @end lisp
7654 In both cases, projects are configured by specifying property values.
7655 A project defines the set of files that will be published, as well as
7656 the publishing configuration to use when publishing those files.  When
7657 a project takes the second form listed above, the individual members
7658 of the ``components'' property are taken to be components of the
7659 project, which group together files requiring different publishing
7660 options. When you publish such a ``meta-project'' all the components
7661 will also publish.
7663 @node Sources and destinations, Selecting files, Project alist, Configuration
7664 @subsection Sources and destinations for files
7665 @cindex directories, for publishing
7667 Most properties are optional, but some should always be set. In
7668 particular, org-publish needs to know where to look for source files,
7669 and where to put published files.
7671 @multitable @columnfractions 0.3 0.7
7672 @item @code{:base-directory}
7673 @tab Directory containing publishing source files
7674 @item @code{:publishing-directory}
7675 @tab Directory (possibly remote) where output files will be published.
7676 @item @code{:preparation-function}
7677 @tab Function called before starting the publishing process, for example to
7678 run @code{make} for updating files to be published.
7679 @item @code{:completion-function}
7680 @tab Function called after finishing the publishing process, for example to
7681 change permissions of the resulting files.
7682 @end multitable
7683 @noindent
7685 @node Selecting files, Publishing action, Sources and destinations, Configuration
7686 @subsection Selecting files
7687 @cindex files, selecting for publishing
7689 By default, all files with extension @file{.org} in the base directory
7690 are considered part of the project.  This can be modified by setting the
7691 properties
7692 @multitable @columnfractions 0.25 0.75
7693 @item @code{:base-extension}
7694 @tab Extension (without the dot!) of source files.  This actually is a
7695 regular expression.
7697 @item @code{:exclude}
7698 @tab Regular expression to match file names that should not be
7699 published, even though they have been selected on the basis of their
7700 extension.
7702 @item @code{:include}
7703 @tab List of files to be included regardless of @code{:base-extension}
7704 and @code{:exclude}.
7705 @end multitable
7707 @node Publishing action, Publishing options, Selecting files, Configuration
7708 @subsection Publishing action
7709 @cindex action, for publishing
7711 Publishing means that a file is copied to the destination directory and
7712 possibly transformed in the process.  The default transformation is to
7713 export Org files as HTML files, and this is done by the function
7714 @code{org-publish-org-to-html} which calls the HTML exporter
7715 (@pxref{HTML export}). But you also can publish your files in La@TeX{} by
7716 using the function @code{org-publish-org-to-latex} instead. Other files
7717 like images only need to be copied to the publishing destination. For
7718 non-Org files, you need to specify the publishing function.
7721 @multitable @columnfractions 0.3 0.7
7722 @item @code{:publishing-function}
7723 @tab Function executing the publication of a file.  This may also be a
7724 list of functions, which will all be called in turn.
7725 @end multitable
7727 The function must accept two arguments: a property list containing at
7728 least a @code{:publishing-directory} property, and the name of the file
7729 to be published.  It should take the specified file, make the necessary
7730 transformation (if any) and place the result into the destination folder.
7731 You can write your own publishing function, but @code{org-publish}
7732 provides one for attachments (files that only need to be copied):
7733 @code{org-publish-attachment}.
7735 @node Publishing options, Publishing links, Publishing action, Configuration
7736 @subsection Options for the HTML/LaTeX exporters
7737 @cindex options, for publishing
7739 The property list can be used to set many export options for the HTML
7740 and La@TeX{} exporters.  In most cases, these properties correspond to user
7741 variables in Org.  The table below lists these properties along
7742 with the variable they belong to.  See the documentation string for the
7743 respective variable for details.
7745 @multitable @columnfractions 0.3 0.7
7746 @item @code{:language}              @tab @code{org-export-default-language}
7747 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
7748 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
7749 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
7750 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
7751 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
7752 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
7753 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
7754 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
7755 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
7756 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
7757 @item @code{:timestamps}           .@tab @code{org-export-with-timestamps}
7758 @item @code{:tags}                 .@tab @code{org-export-with-tags}
7759 @item @code{:tables}                @tab @code{org-export-with-tables}
7760 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
7761 @item @code{:style}                 @tab @code{org-export-html-style}
7762 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
7763 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
7764 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
7765 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
7766 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
7767 @item @code{:preamble}              @tab @code{org-export-html-preamble}
7768 @item @code{:postamble}             @tab @code{org-export-html-postamble}
7769 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
7770 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
7771 @item @code{:author}                @tab @code{user-full-name}
7772 @item @code{:email}                 @tab @code{user-mail-address}
7773 @end multitable
7775 If you use several email addresses, separate them by a semi-column.
7777 Most of the @code{org-export-with-*} variables have the same effect in
7778 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
7779 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
7780 La@TeX{} export.
7782 When a property is given a value in @code{org-publish-project-alist},
7783 its setting overrides the value of the corresponding user variable (if
7784 any) during publishing.  Options set within a file (@pxref{Export
7785 options}), however, override everything.
7787 @node Publishing links, Project page index, Publishing options, Configuration
7788 @subsection Links between published files
7789 @cindex links, publishing
7791 To create a link from one Org file to another, you would use
7792 something like @samp{[[file:foo.org][The foo]]} or simply
7793 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
7794 becomes a link to @file{foo.html}.  In this way, you can interlink the
7795 pages of your "org web" project and the links will work as expected when
7796 you publish them to HTML.
7798 You may also link to related files, such as images. Provided you are
7799 careful with relative pathnames, and provided you have also configured
7800 @code{org-publish} to upload the related files, these links will work
7801 too. @ref{Complex example} for an example of this usage.
7803 Sometime an Org file to be published may contain links that are
7804 only valid in your production environment, but not in the publishing
7805 location.  In this case, use the property
7807 @multitable @columnfractions 0.4 0.6
7808 @item @code{:link-validation-function}
7809 @tab Function to validate links
7810 @end multitable
7812 @noindent
7813 to define a function for checking link validity.  This function must
7814 accept two arguments, the file name and a directory relative to which
7815 the file name is interpreted in the production environment.  If this
7816 function returns @code{nil}, then the HTML generator will only insert a
7817 description into the HTML file, but no link.  One option for this
7818 function is @code{org-publish-validate-link} which checks if the given
7819 file is part of any project in @code{org-publish-project-alist}.
7821 @node Project page index,  , Publishing links, Configuration
7822 @subsection Project page index
7823 @cindex index, of published pages
7825 The following properties may be used to control publishing of an
7826 index of files or summary page for a given project.
7828 @multitable @columnfractions 0.25 0.75
7829 @item @code{:auto-index}
7830 @tab When non-nil, publish an index during org-publish-current-project or
7831 org-publish-all.
7833 @item @code{:index-filename}
7834 @tab Filename for output of index. Defaults to @file{index.org} (which
7835 becomes @file{index.html}).
7837 @item @code{:index-title}
7838 @tab Title of index page. Defaults to name of file.
7840 @item @code{:index-function}
7841 @tab Plug-in function to use for generation of index.
7842 Defaults to @code{org-publish-org-index}, which generates a plain list
7843 of links to all files in the project.
7844 @end multitable
7846 @node Sample configuration, Triggering publication, Configuration, Publishing
7847 @section Sample configuration
7849 Below we provide two example configurations.  The first one is a simple
7850 project publishing only a set of Org files.  The second example is
7851 more complex, with a multi-component project.
7853 @menu
7854 * Simple example::              One-component publishing
7855 * Complex example::             A multi-component publishing example
7856 @end menu
7858 @node Simple example, Complex example, Sample configuration, Sample configuration
7859 @subsection Example: simple publishing configuration
7861 This example publishes a set of Org files to the @file{public_html}
7862 directory on the local machine.
7864 @lisp
7865 (setq org-publish-project-alist
7866       '(("org"
7867          :base-directory "~/org/"
7868          :publishing-directory "~/public_html"
7869          :section-numbers nil
7870          :table-of-contents nil
7871          :style "<link rel=stylesheet
7872                 href=\"../other/mystyle.css\"
7873                 type=\"text/css\">")))
7874 @end lisp
7876 @node Complex example,  , Simple example, Sample configuration
7877 @subsection Example: complex publishing configuration
7879 This more complicated example publishes an entire website, including
7880 org files converted to HTML, image files, emacs lisp source code, and
7881 style sheets. The publishing-directory is remote and private files are
7882 excluded.
7884 To ensure that links are preserved, care should be taken to replicate
7885 your directory structure on the web server, and to use relative file
7886 paths. For example, if your org files are kept in @file{~/org} and your
7887 publishable images in @file{~/images}, you'd link to an image with
7889 @example
7890 file:../images/myimage.png
7891 @end example
7893 On the web server, the relative path to the image should be the
7894 same. You can accomplish this by setting up an "images" folder in the
7895 right place on the web server, and publishing images to it.
7897 @lisp
7898 (setq org-publish-project-alist
7899       '(("orgfiles"
7900           :base-directory "~/org/"
7901           :base-extension "org"
7902           :publishing-directory "/ssh:user@@host:~/html/notebook/"
7903           :publishing-function org-publish-org-to-html
7904           :exclude "PrivatePage.org"   ;; regexp
7905           :headline-levels 3
7906           :section-numbers nil
7907           :table-of-contents nil
7908           :style "<link rel=stylesheet
7909                   href=\"../other/mystyle.css\" type=\"text/css\">"
7910           :auto-preamble t
7911           :auto-postamble nil)
7913          ("images"
7914           :base-directory "~/images/"
7915           :base-extension "jpg\\|gif\\|png"
7916           :publishing-directory "/ssh:user@@host:~/html/images/"
7917           :publishing-function org-publish-attachment)
7919          ("other"
7920           :base-directory "~/other/"
7921           :base-extension "css\\|el"
7922           :publishing-directory "/ssh:user@@host:~/html/other/"
7923           :publishing-function org-publish-attachment)
7924          ("website" :components ("orgfiles" "images" "other"))))
7925 @end lisp
7927 @node Triggering publication,  , Sample configuration, Publishing
7928 @section Triggering publication
7930 Once org-publish is properly configured, you can publish with the
7931 following functions:
7933 @table @kbd
7934 @item C-c C-e C
7935 Prompt for a specific project and publish all files that belong to it.
7936 @item C-c C-e P
7937 Publish the project containing the current file.
7938 @item C-c C-e F
7939 Publish only the current file.
7940 @item C-c C-e A
7941 Publish all projects.
7942 @end table
7944 Org uses timestamps to track when a file has changed. The above
7945 functions normally only publish changed files. You can override this and
7946 force publishing of all files by giving a prefix argument.
7948 @node Miscellaneous, Extensions, Publishing, Top
7949 @chapter Miscellaneous
7951 @menu
7952 * Completion::                  M-TAB knows what you need
7953 * Customization::               Adapting Org to your taste
7954 * In-buffer settings::          Overview of the #+KEYWORDS
7955 * The very busy C-c C-c key::   When in doubt, press C-c C-c
7956 * Clean view::                  Getting rid of leading stars in the outline
7957 * TTY keys::                    Using Org on a tty
7958 * Interaction::                 Other Emacs packages
7959 * Bugs::                        Things which do not work perfectly
7960 @end menu
7962 @node Completion, Customization, Miscellaneous, Miscellaneous
7963 @section Completion
7964 @cindex completion, of @TeX{} symbols
7965 @cindex completion, of TODO keywords
7966 @cindex completion, of dictionary words
7967 @cindex completion, of option keywords
7968 @cindex completion, of tags
7969 @cindex completion, of property keys
7970 @cindex completion, of link abbreviations
7971 @cindex @TeX{} symbol completion
7972 @cindex TODO keywords completion
7973 @cindex dictionary word completion
7974 @cindex option keyword completion
7975 @cindex tag completion
7976 @cindex link abbreviations, completion of
7978 Org supports in-buffer completion.  This type of completion does
7979 not make use of the minibuffer.  You simply type a few letters into
7980 the buffer and use the key to complete text right there.
7982 @table @kbd
7983 @kindex M-@key{TAB}
7984 @item M-@key{TAB}
7985 Complete word at point
7986 @itemize @bullet
7987 @item
7988 At the beginning of a headline, complete TODO keywords.
7989 @item
7990 After @samp{\}, complete @TeX{} symbols supported by the exporter.
7991 @item
7992 After @samp{*}, complete headlines in the current buffer so that they
7993 can be used in search links like @samp{[[*find this headline]]}.
7994 @item
7995 After @samp{:} in a headline, complete tags.  The list of tags is taken
7996 from the variable @code{org-tag-alist} (possibly set through the
7997 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
7998 dynamically from all tags used in the current buffer.
7999 @item
8000 After @samp{:} and not in a headline, complete property keys.  The list
8001 of keys is constructed dynamically from all keys used in the current
8002 buffer.
8003 @item
8004 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
8005 @item
8006 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
8007 @samp{OPTIONS} which set file-specific options for Org mode.  When the
8008 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
8009 will insert example settings for this keyword.
8010 @item
8011 In the line after @samp{#+STARTUP: }, complete startup keywords,
8012 i.e. valid keys for this line.
8013 @item
8014 Elsewhere, complete dictionary words using Ispell.
8015 @end itemize
8016 @end table
8018 @node Customization, In-buffer settings, Completion, Miscellaneous
8019 @section Customization
8020 @cindex customization
8021 @cindex options, for customization
8022 @cindex variables, for customization
8024 There are more than 180 variables that can be used to customize
8025 Org.  For the sake of compactness of the manual, I am not
8026 describing the variables here.  A structured overview of customization
8027 variables is available with @kbd{M-x org-customize}.  Or select
8028 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
8029 settings can also be activated on a per-file basis, by putting special
8030 lines into the buffer (@pxref{In-buffer settings}).
8032 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
8033 @section Summary of in-buffer settings
8034 @cindex in-buffer settings
8035 @cindex special keywords
8037 Org mode uses special lines in the buffer to define settings on a
8038 per-file basis.  These lines start with a @samp{#+} followed by a
8039 keyword, a colon, and then individual words defining a setting.  Several
8040 setting words can be in the same line, but you can also have multiple
8041 lines for the keyword.  While these settings are described throughout
8042 the manual, here is a summary.  After changing any of those lines in the
8043 buffer, press @kbd{C-c C-c} with the cursor still in the line to
8044 activate the changes immediately.  Otherwise they become effective only
8045 when the file is visited again in a new Emacs session.
8047 @table @kbd
8048 @item #+ARCHIVE: %s_done::
8049 This line sets the archive location for the agenda file.  It applies for
8050 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
8051 of the file.  The first such line also applies to any entries before it.
8052 The corresponding variable is @code{org-archive-location}.
8053 @item #+CATEGORY:
8054 This line sets the category for the agenda file.  The category applies
8055 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
8056 end of the file.  The first such line also applies to any entries before it.
8057 @item #+COLUMNS: %25ITEM .....
8058 Set the default format for columns view.  This format applies when
8059 columns view is invoked in location where no @code{COLUMNS} property
8060 applies.
8061 @item #+CONSTANTS: name1=value1 ...
8062 Set file-local values for constants to be used in table formulas.  This
8063 line set the local variable @code{org-table-formula-constants-local}.
8064 The global version of this variable is
8065 @code{org-table-formula-constants}.
8066 @item #+FILETAGS: :tag1:tag2:tag3:
8067 Set tags that can be inherited by any entry in the file, including the
8068 top-level entries.
8069 @item #+DRAWERS: NAME1 .....
8070 Set the file-local set of drawers.  The corresponding global variable is
8071 @code{org-drawers}.
8072 @item #+LINK:  linkword replace
8073 These lines (several are allowed) specify link abbreviations.
8074 @xref{Link abbreviations}.  The corresponding variable is
8075 @code{org-link-abbrev-alist}.
8076 @item #+PRIORITIES: highest lowest default
8077 This line sets the limits and the default for the priorities.  All three
8078 must be either letters A-Z or numbers 0-9.  The highest priority must
8079 have a lower ASCII number that the lowest priority.
8080 @item #+PROPERTY: Property_Name Value
8081 This line sets a default inheritance value for entries in the current
8082 buffer, most useful for specifying the allowed values of a property.
8083 @item #+SETUPFILE: file
8084 This line defines a file that holds more in-buffer setup.  Normally this is
8085 entirely ignored.  Only when the buffer is parsed for option-setting lines
8086 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
8087 settings line, or when exporting), then the contents of this file are parsed
8088 as if they had been included in the buffer.  In particlar, the file can be
8089 any other Org mode file with internal setup.  You can visit the file the
8090 cursor is in the line with @kbd{C-c '}.
8091 @item #+STARTUP:
8092 This line sets options to be used at startup of Org mode, when an
8093 Org file is being visited.  The first set of options deals with the
8094 initial visibility of the outline tree.  The corresponding variable for
8095 global default settings is @code{org-startup-folded}, with a default
8096 value @code{t}, which means @code{overview}.
8097 @cindex @code{overview}, STARTUP keyword
8098 @cindex @code{content}, STARTUP keyword
8099 @cindex @code{showall}, STARTUP keyword
8100 @example
8101 overview   @r{top-level headlines only}
8102 content    @r{all headlines}
8103 showall    @r{no folding at all, show everything}
8104 @end example
8105 Then there are options for aligning tables upon visiting a file.  This
8106 is useful in files containing narrowed table columns.  The corresponding
8107 variable is @code{org-startup-align-all-tables}, with a default value
8108 @code{nil}.
8109 @cindex @code{align}, STARTUP keyword
8110 @cindex @code{noalign}, STARTUP keyword
8111 @example
8112 align      @r{align all tables}
8113 noalign    @r{don't align tables on startup}
8114 @end example
8115 Logging closing and reinstating TODO items, and clock intervals
8116 (variables @code{org-log-done}, @code{org-log-note-clock-out}, and
8117 @code{org-log-repeat}) can be configured using these options.
8118 @cindex @code{logdone}, STARTUP keyword
8119 @cindex @code{lognotedone}, STARTUP keyword
8120 @cindex @code{nologdone}, STARTUP keyword
8121 @cindex @code{lognoteclock-out}, STARTUP keyword
8122 @cindex @code{nolognoteclock-out}, STARTUP keyword
8123 @cindex @code{logrepeat}, STARTUP keyword
8124 @cindex @code{lognoterepeat}, STARTUP keyword
8125 @cindex @code{nologrepeat}, STARTUP keyword
8126 @example
8127 logdone            @r{record a timestamp when an item is marked DONE}
8128 lognotedone        @r{record timestamp and a note when DONE}
8129 nologdone          @r{don't record when items are marked DONE}
8130 logrepeat          @r{record a time when reinstating a repeating item}
8131 lognoterepeat      @r{record a note when reinstating a repeating item}
8132 nologrepeat        @r{do not record when reinstating repeating item}
8133 lognoteclock-out   @r{record a note when clocking out}
8134 nolognoteclock-out @r{don't record a note when clocking out}
8135 @end example
8136 Here are the options for hiding leading stars in outline headings, and for
8137 indenting outlines.  The corresponding variables are
8138 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
8139 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
8140 @cindex @code{hidestars}, STARTUP keyword
8141 @cindex @code{showstars}, STARTUP keyword
8142 @cindex @code{odd}, STARTUP keyword
8143 @cindex @code{even}, STARTUP keyword
8144 @example
8145 hidestars  @r{make all but one of the stars starting a headline invisible.}
8146 showstars  @r{show all stars starting a headline}
8147 indent     @r{virtual indentation according to outline level}
8148 noindent   @r{no virtual indentation according to outline level}
8149 odd        @r{allow only odd outline levels (1,3,...)}
8150 oddeven    @r{allow all outline levels}
8151 @end example
8152 To turn on custom format overlays over time stamps (variables
8153 @code{org-put-time-stamp-overlays} and
8154 @code{org-time-stamp-overlay-formats}), use
8155 @cindex @code{customtime}, STARTUP keyword
8156 @example
8157 customtime @r{overlay custom time format}
8158 @end example
8159 The following options influence the table spreadsheet (variable
8160 @code{constants-unit-system}).
8161 @cindex @code{constcgs}, STARTUP keyword
8162 @cindex @code{constSI}, STARTUP keyword
8163 @example
8164 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
8165 constSI    @r{@file{constants.el} should use the SI unit system}
8166 @end example
8167 @item #+TAGS:  TAG1(c1) TAG2(c2)
8168 These lines (several such lines are allowed) specify the valid tags in
8169 this file, and (potentially) the corresponding @emph{fast tag selection}
8170 keys.  The corresponding variable is @code{org-tag-alist}.
8171 @item #+TBLFM:
8172 This line contains the formulas for the table directly above the line.
8173 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
8174 These lines provide settings for exporting files.  For more details see
8175 @ref{Export options}.
8176 @item #+SEQ_TODO:   #+TYP_TODO:
8177 These lines set the TODO keywords and their interpretation in the
8178 current file.  The corresponding variables are @code{org-todo-keywords}
8179 and @code{org-todo-interpretation}.
8180 @end table
8182 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
8183 @section The very busy C-c C-c key
8184 @kindex C-c C-c
8185 @cindex C-c C-c, overview
8187 The key @kbd{C-c C-c} has many purposes in Org, which are all
8188 mentioned scattered throughout this manual.  One specific function of
8189 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
8190 other circumstances it means something like @emph{Hey Org, look
8191 here and update according to what you see here}.  Here is a summary of
8192 what this means in different contexts.
8194 @itemize @minus
8195 @item
8196 If there are highlights in the buffer from the creation of a sparse
8197 tree, or from clock display, remove these highlights.
8198 @item
8199 If the cursor is in one of the special @code{#+KEYWORD} lines, this
8200 triggers scanning the buffer for these lines and updating the
8201 information.
8202 @item
8203 If the cursor is inside a table, realign the table.  This command
8204 works even if the automatic table editor has been turned off.
8205 @item
8206 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
8207 the entire table.
8208 @item
8209 If the cursor is inside a table created by the @file{table.el} package,
8210 activate that table.
8211 @item
8212 If the current buffer is a remember buffer, close the note and file it.
8213 With a prefix argument, file it, without further interaction, to the
8214 default location.
8215 @item
8216 If the cursor is on a @code{<<<target>>>}, update radio targets and
8217 corresponding links in this buffer.
8218 @item
8219 If the cursor is in a property line or at the start or end of a property
8220 drawer, offer property commands.
8221 @item
8222 If the cursor is in a plain list item with a checkbox, toggle the status
8223 of the checkbox.
8224 @item
8225 If the cursor is on a numbered item in a plain list, renumber the
8226 ordered list.
8227 @item
8228 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
8229 block is updated.
8230 @end itemize
8232 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
8233 @section A cleaner outline view
8234 @cindex hiding leading stars
8235 @cindex dynamic indentation
8236 @cindex odd-levels-only outlines
8237 @cindex clean outline view
8239 Some people find it noisy and distracting that the Org headlines are starting
8240 with a potentially large number of stars, and that text below the headlines
8241 is not indented.  This is not really a problem when you are writing a book
8242 where the outline headings are really section headlines.  However, in a more
8243 list-oriented outline, it is clear that an indented structure is a lot
8244 cleaner, as can be seen by comparing the two columns in the following
8245 example: 
8247 @example
8248 @group
8249 * Top level headline             |    * Top level headline
8250 ** Second level                  |      * Second level
8251 *** 3rd level                    |        * 3rd level
8252 some text                        |          some text
8253 *** 3rd level                    |        * 3rd level
8254 more text                        |          more text
8255 * Another top level headline     |    * Another top level headline
8256 @end group
8257 @end example
8259 @noindent
8260 It is non-trivial to make such a look work in Emacs, but Org contains three
8261 separate features that, combined, achieve just that.
8263 @enumerate
8264 @item 
8265 @emph{Indentation of text below headlines}@*
8266 You may indent text below each headline to make the left boundary line up
8267 with the headline, like
8269 @example
8270 *** 3rd level
8271     more text, now indented
8272 @end example
8274 A good way to get this indentation is by hand, and Org supports this with
8275 paragraph filling, line wrapping, and structure editing@footnote{See also the
8276 variable @code{org-adapt-indentation}.} preserving or adapting the
8277 indentation appropriate.  A different approach would be to have a way to
8278 automatically indent lines according to outline structure by adding overlays
8279 or text properties.  But I have not yet found a robust and efficient way to
8280 do this in large files.
8282 @item
8283 @emph{Hiding leading stars}@* You can modify the display in such a way that
8284 all leading stars become invisible.  To do this in a global way, configure
8285 the variable @code{org-hide-leading-stars} or change this on a per-file basis
8286 with
8288 @example
8289 #+STARTUP: showstars
8290 #+STARTUP: hidestars
8291 @end example
8293 With hidden stars, the tree becomes:
8295 @example
8296 @group
8297 * Top level headline
8298  * Second level
8299   * 3rd level
8300   ...
8301 @end group
8302 @end example
8304 @noindent
8305 Note that the leading stars are not truly replaced by whitespace, they
8306 are only fontified with the face @code{org-hide} that uses the
8307 background color as font color.  If you are not using either white or
8308 black background, you may have to customize this face to get the wanted
8309 effect.  Another possibility is to set this font such that the extra
8310 stars are @i{almost} invisible, for example using the color
8311 @code{grey90} on a white background.
8313 @item
8314 Things become cleaner still if you skip all the even levels and use only odd
8315 levels 1, 3, 5..., effectively adding two stars to go from one outline level
8316 to the next.  In this way we get the outline view shown at the beginning of
8317 this section.  In order to make the structure editing and export commands
8318 handle this convention correctly, configure the variable
8319 @code{org-odd-levels-only}, or set this on a per-file basis with one of the
8320 following lines:
8322 @example
8323 #+STARTUP: odd
8324 #+STARTUP: oddeven
8325 @end example
8327 You can convert an Org file from single-star-per-level to the
8328 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
8329 RET} in that file.  The reverse operation is @kbd{M-x
8330 org-convert-to-oddeven-levels}.
8331 @end enumerate
8333 @node TTY keys, Interaction, Clean view, Miscellaneous
8334 @section Using Org on a tty
8335 @cindex tty key bindings
8337 Because Org contains a large number of commands, by default much of
8338 Org's core commands are bound to keys that are generally not
8339 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
8340 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
8341 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
8342 these commands on a tty when special keys are unavailable, the following
8343 alternative bindings can be used.  The tty bindings below will likely be
8344 more cumbersome; you may find for some of the bindings below that a
8345 customized work-around suits you better.  For example, changing a time
8346 stamp is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
8347 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
8349 @multitable @columnfractions 0.15 0.2 0.2
8350 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
8351 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
8352 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
8353 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
8354 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
8355 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
8356 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
8357 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
8358 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
8359 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
8360 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
8361 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
8362 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
8363 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
8364 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
8365 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
8366 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
8367 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
8368 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
8369 @end multitable
8371 @node Interaction, Bugs, TTY keys, Miscellaneous
8372 @section Interaction with other packages
8373 @cindex packages, interaction with other
8374 Org lives in the world of GNU Emacs and interacts in various ways
8375 with other code out there.
8377 @menu
8378 * Cooperation::                 Packages Org cooperates with
8379 * Conflicts::                   Packages that lead to conflicts
8380 @end menu
8382 @node Cooperation, Conflicts, Interaction, Interaction
8383 @subsection Packages that Org cooperates with
8385 @table @asis
8386 @cindex @file{calc.el}
8387 @item @file{calc.el} by Dave Gillespie
8388 Org uses the Calc package for implementing spreadsheet
8389 functionality in its tables (@pxref{The spreadsheet}).  Org
8390 checks for the availability of Calc by looking for the function
8391 @code{calc-eval} which should be autoloaded in your setup if Calc has
8392 been installed properly.  As of Emacs 22, Calc is part of the Emacs
8393 distribution.  Another possibility for interaction between the two
8394 packages is using Calc for embedded calculations. @xref{Embedded Mode,
8395 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
8396 @cindex @file{constants.el}
8397 @item @file{constants.el} by Carsten Dominik
8398 In a table formula (@pxref{The spreadsheet}), it is possible to use
8399 names for natural constants or units.  Instead of defining your own
8400 constants in the variable @code{org-table-formula-constants}, install
8401 the @file{constants} package which defines a large number of constants
8402 and units, and lets you use unit prefixes like @samp{M} for
8403 @samp{Mega} etc.  You will need version 2.0 of this package, available
8404 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
8405 the function @code{constants-get}, which has to be autoloaded in your
8406 setup.  See the installation instructions in the file
8407 @file{constants.el}.
8408 @item @file{cdlatex.el} by Carsten Dominik
8409 @cindex @file{cdlatex.el}
8410 Org mode can make use of the CDLaTeX package to efficiently enter
8411 La@TeX{} fragments into Org files. See @ref{CDLaTeX mode}.
8412 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
8413 @cindex @file{imenu.el}
8414 Imenu allows menu access to an index of items in a file.  Org mode
8415 supports Imenu - all you need to do to get the index is the following:
8416 @lisp
8417 (add-hook 'org-mode-hook
8418           (lambda () (imenu-add-to-menubar "Imenu")))
8419 @end lisp
8420 By default the index is two levels deep - you can modify the depth using
8421 the option @code{org-imenu-depth}.
8422 @item @file{remember.el} by John Wiegley
8423 @cindex @file{remember.el}
8424 Org cooperates with remember, see @ref{Remember}.
8425 @file{Remember.el} is not part of Emacs, find it on the web.
8426 @item @file{speedbar.el} by Eric M. Ludlam
8427 @cindex @file{speedbar.el}
8428 Speedbar is a package that creates a special frame displaying files and
8429 index items in files.  Org mode supports Speedbar and allows you to
8430 drill into Org files directly from the Speedbar.  It also allows to
8431 restrict the scope of agenda commands to a file or a subtree by using
8432 the command @kbd{<} in the Speedbar frame.
8433 @cindex @file{table.el}
8434 @item @file{table.el} by Takaaki Ota
8435 @kindex C-c C-c
8436 @cindex table editor, @file{table.el}
8437 @cindex @file{table.el}
8439 Complex ASCII tables with automatic line wrapping, column- and
8440 row-spanning, and alignment can be created using the Emacs table
8441 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
8442 and also part of Emacs 22).
8443 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org mode
8444 will call @command{table-recognize-table} and move the cursor into the
8445 table.  Inside a table, the keymap of Org mode is inactive.  In order
8446 to execute Org mode-related commands, leave the table.
8448 @table @kbd
8449 @kindex C-c C-c
8450 @item C-c C-c
8451 Recognize @file{table.el} table.  Works when the cursor is in a
8452 table.el table.
8454 @kindex C-c ~
8455 @item C-c ~
8456 Insert a table.el table.  If there is already a table at point, this
8457 command converts it between the table.el format and the Org mode
8458 format.  See the documentation string of the command
8459 @code{org-convert-table} for the restrictions under which this is
8460 possible.
8461 @end table
8462 @file{table.el} is part of Emacs 22.
8463 @cindex @file{footnote.el}
8464 @item @file{footnote.el} by Steven L. Baur
8465 Org mode recognizes numerical footnotes as provided by this package
8466 (@pxref{Footnotes}).
8467 @end table
8469 @node Conflicts,  , Cooperation, Interaction
8470 @subsection Packages that lead to conflicts with Org mode
8472 @table @asis
8474 @cindex @file{allout.el}
8475 @item @file{allout.el} by Ken Manheimer
8476 Startup of Org may fail with the error message
8477 @code{(wrong-type-argument keymapp nil)} when there is an outdated
8478 version @file{allout.el} on the load path, for example the version
8479 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
8480 disappear.  If for some reason you cannot do this, make sure that org.el
8481 is loaded @emph{before} @file{allout.el}, for example by putting
8482 @code{(require 'org)} early enough into your @file{.emacs} file.
8484 @cindex @file{CUA.el}
8485 @item @file{CUA.el} by Kim. F. Storm
8486 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by
8487 CUA mode (as well as pc-select-mode and s-region-mode) to select and
8488 extend the region.  If you want to use one of these packages along with
8489 Org, configure the variable @code{org-replace-disputed-keys}.  When
8490 set, Org will move the following key bindings in Org files, and
8491 in the agenda buffer (but not during date selection).
8493 @example
8494 S-UP    -> M-p             S-DOWN  -> M-n
8495 S-LEFT  -> M--             S-RIGHT -> M-+
8496 @end example
8498 Yes, these are unfortunately more difficult to remember.  If you want
8499 to have other replacement keys, look at the variable
8500 @code{org-disputed-keys}.
8501 @item @file{windmove.el} by Hovav Shacham
8502 @cindex @file{windmove.el}
8503 Also this package uses the @kbd{S-<cursor>} keys, so everything written
8504 in the paragraph above about CUA mode also applies here.
8506 @cindex @file{footnote.el}
8507 @item @file{footnote.el} by Steven L. Baur
8508 Org supports the syntax of the footnote package, but only the
8509 numerical footnote markers.  Also, the default key for footnote
8510 commands, @kbd{C-c !} is already used by Org.  You could use the
8511 variable @code{footnote-prefix} to switch footnotes commands to another
8512 key.  Or, you could use @code{org-replace-disputed-keys} and
8513 @code{org-disputed-keys} to change the settings in Org.
8515 @end table
8518 @node Bugs,  , Interaction, Miscellaneous
8519 @section Bugs
8520 @cindex bugs
8522 Here is a list of things that should work differently, but which I
8523 have found too hard to fix.
8525 @itemize @bullet
8526 @item
8527 If a table field starts with a link, and if the corresponding table
8528 column is narrowed (@pxref{Narrow columns}) to a width too small to
8529 display the link, the field would look entirely empty even though it is
8530 not.  To prevent this, Org throws an error.  The work-around is to
8531 make the column wide enough to fit the link, or to add some text (at
8532 least 2 characters) before the link in the same field.
8533 @item
8534 Narrowing table columns does not work on XEmacs, because the
8535 @code{format} function does not transport text properties.
8536 @item
8537 Text in an entry protected with the @samp{QUOTE} keyword should not
8538 autowrap.
8539 @item
8540 When the application called by @kbd{C-c C-o} to open a file link fails
8541 (for example because the application does not exist or refuses to open
8542 the file), it does so silently.  No error message is displayed.
8543 @item
8544 Recalculating a table line applies the formulas from left to right.
8545 If a formula uses @emph{calculated} fields further down the row,
8546 multiple recalculation may be needed to get all fields consistent.  You
8547 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
8548 recalculate until convergence.
8549 @item
8550 The exporters work well, but could be made more efficient.
8551 @end itemize
8554 @node Extensions, Hacking, Miscellaneous, Top
8555 @appendix Extensions
8557 This appendix lists the extension modules that have been written for Org.
8558 Many of these extensions live in the @file{contrib} directory of the Org
8559 distribution, others are available somewhere on the web.
8561 @menu
8562 * Extensions in the contrib directory::  These come with the Org distro
8563 * Other extensions::            These you have to find on the web.
8564 @end menu
8566 @node Extensions in the contrib directory, Other extensions, Extensions, Extensions
8567 @section Extensions in the @file{contrib} directory
8569 @table @asis
8570 @item @file{org-annotate-file.el} by @i{Philip Jackson}
8571       Annotate a file with org syntax, in a separate file, with links back to
8572       the annotated file.
8573 @item @file{org-annotation-helper.el} by @i{Bastien Guerry and Daniel E. German} 
8574       Call @i{remember} directly from Firefox/Opera, or from Adobe Reader.
8575       When activating a special link or bookmark, Emacs receives a trigger to
8576       create a note with a link back to the website.  Requires some setup, a
8577       detailes description is in
8578       @file{contrib/packages/org-annotation-helper}.
8579 @item @file{org-bookmark.el} by @i{Tokuya Kameshima}
8580       Support for links to Emacs bookmarks.
8581 @item @file{org-depend.el} by @i{Carsten Dominik}
8582       TODO dependencies for Org-mode.  Make TODO state changes in one entry
8583       trigger changes in another, or be blocked by the state of another
8584       entry.  Also, easily create chains of TODO items with exactly one
8585       active item at any time.
8586 @item @file{org-elisp-symbol.el} by @i{Bastien Guerry}
8587       Org links to emacs-lisp symbols.  This can create annotated links that
8588       exactly point to the definition location of a variable of function.
8589 @item @file{org-eval.el} by @i{Carsten Dominik}
8590       The @code{<lisp>} tag, adapted from Emacs Wiki and Emacs Muse, allows
8591       to include text in a document that is the result of evaluating some
8592       code.  Other scripting languages like @code{perl} can be supported with
8593       this package as well.
8594 @item @file{org-expiry.el} by @i{Bastien Guerry}
8595       Expiry mechanism for Org entries.
8596 @item @file{org-indent.el} by @i{Carsten Dominik}
8597       Dynamic indentation of Org outlines.  The plan is to indent an outline
8598       according to level, but so far this is too hard for a proper and stable
8599       implementation.  Still, it works somewhat.
8600 @item @file{org-interactive-query.el} by @i{Christopher League}
8601       Interactive modification of tags queries.  After running a general
8602       query in Org, this package allows to narrow down the results by adding
8603       more tags or keywords.
8604 @item @file{org-mairix.el} by @i{Georg C. F. Greve}
8605       Hook mairix search into Org for different MUAs.
8606 @item @file{org-man.el} by @i{Carsten Dominik}
8607       Support for links to manpages in Org-mode.
8608 @item @file{org-mtags.el} by @i{Carsten Dominik}
8609       Support for some Muse-like tags in Org-mode.  This package allows you
8610       to write @code{<example>} and @code{<src>} and other syntax copied from
8611       Emacs Muse, right inside an Org file.  The goal here is to make it easy
8612       to publish the same file using either org-publish or Muse.
8613 @item @file{org-panel.el} by @i{Lennard Borgman}
8614       Simplified and display-aided access to some Org commands.
8615 @item @file{org-registry.el} by @i{Bastien Guerry}
8616       A registry for Org links, to find out from where links point to a given
8617       file or location.
8618 @item @file{org2rem.el} by @i{Bastien Guerry}
8619       Convert org appointments into reminders for the @file{remind} program.
8620 @item @file{org-screen.el} by @i{Andrew Hyatt}
8621       Visit screen sessions through Org-mode links.
8622 @item @file{org-toc.el} by @i{Bastien Guerry}
8623       Table of contents in a separate buffer, with fast access to sections
8624       and easy visibility cycling.
8625 @item @file{orgtbl-sqlinsert.el} by @i{Jason Riedy}
8626       Convert Org-mode tables to SQL insertions.  Documentation for this can
8627       be found on the Worg pages.
8628 @end table
8631 @node Other extensions,  , Extensions in the contrib directory, Extensions
8632 @section Other extensions
8634 @i{TO BE DONE}
8636 @node Hacking, History and Acknowledgments, Extensions, Top
8637 @appendix Hacking
8639 This appendix covers some aspects where users can extend the functionality of
8640 Org.
8642 @menu
8643 * Adding hyperlink types::      New custom link types
8644 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
8645 * Dynamic blocks::              Automatically filled blocks
8646 * Special agenda views::        Customized views
8647 * Using the property API::      Writing programs that use entry properties
8648 * Using the mapping API::       Mapping over all or selected entries
8649 @end menu
8651 @node Adding hyperlink types, Tables in arbitrary syntax, Hacking, Hacking
8652 @section Adding hyperlink types
8653 @cindex hyperlinks, adding new types
8655 Org has a large number of hyperlink types built-in
8656 (@pxref{Hyperlinks}).  If you would like to add new link types, it
8657 provides an interface for doing so.  Lets look at an example file
8658 @file{org-man.el} that will add support for creating links like
8659 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
8660 emacs:
8662 @lisp
8663 ;;; org-man.el - Support for links to manpages in Org
8665 (require 'org)
8667 (org-add-link-type "man" 'org-man-open)
8668 (add-hook 'org-store-link-functions 'org-man-store-link)
8670 (defcustom org-man-command 'man
8671   "The Emacs command to be used to display a man page."
8672   :group 'org-link
8673   :type '(choice (const man) (const woman)))
8675 (defun org-man-open (path)
8676   "Visit the manpage on PATH.
8677 PATH should be a topic that can be thrown at the man command."
8678   (funcall org-man-command path))
8680 (defun org-man-store-link ()
8681   "Store a link to a manpage."
8682   (when (memq major-mode '(Man-mode woman-mode))
8683     ;; This is a man page, we do make this link
8684     (let* ((page (org-man-get-page-name))
8685            (link (concat "man:" page))
8686            (description (format "Manpage for %s" page)))
8687       (org-store-link-props
8688        :type "man"
8689        :link link
8690        :description description))))
8692 (defun org-man-get-page-name ()
8693   "Extract the page name from the buffer name."
8694   ;; This works for both `Man-mode' and `woman-mode'.
8695   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
8696       (match-string 1 (buffer-name))
8697     (error "Cannot create link to this man page")))
8699 (provide 'org-man)
8701 ;;; org-man.el ends here
8702 @end lisp
8704 @noindent
8705 You would activate this new link type in @file{.emacs} with
8707 @lisp
8708 (require 'org-man)
8709 @end lisp
8711 @noindent
8712 Lets go through the file and see what it does.
8713 @enumerate
8714 @item
8715 It does @code{(require 'org)} to make sure that @file{org.el} has been
8716 loaded.
8717 @item
8718 The next line calls @code{org-add-link-type} to define a new link type
8719 with prefix @samp{man}.  The call also contains the name of a function
8720 that will be called to follow such a link.
8721 @item
8722 The next line adds a function to @code{org-store-link-functions}, in
8723 order to allow the command @kbd{C-c l} to record a useful link in a
8724 buffer displaying a man page.
8725 @end enumerate
8727 The rest of the file defines the necessary variables and functions.
8728 First there is a customization variable that determines which emacs
8729 command should be used to display man pages.  There are two options,
8730 @code{man} and @code{woman}.  Then the function to follow a link is
8731 defined.  It gets the link path as an argument - in this case the link
8732 path is just a topic for the manual command.  The function calls the
8733 value of @code{org-man-command} to display the man page.
8735 Finally the function @code{org-man-store-link} is defined.  When you try
8736 to store a link with @kbd{C-c l}, also this function will be called to
8737 try to make a link.  The function must first decide if it is supposed to
8738 create the link for this buffer type, we do this by checking the value
8739 of the variable @code{major-mode}.  If not, the function must exit and
8740 return the value @code{nil}.  If yes, the link is created by getting the
8741 manual topic from the buffer name and prefixing it with the string
8742 @samp{man:}.  Then it must call the command @code{org-store-link-props}
8743 and set the @code{:type} and @code{:link} properties.  Optionally you
8744 can also set the @code{:description} property to provide a default for
8745 the link description when the link is later inserted into an Org
8746 buffer with @kbd{C-c C-l}.
8748 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Hacking
8749 @section Tables and lists in arbitrary syntax
8750 @cindex tables, in other modes
8751 @cindex lists, in other modes
8752 @cindex Orgtbl mode
8754 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
8755 frequent feature request has been to make it work with native tables in
8756 specific languages, for example La@TeX{}.  However, this is extremely
8757 hard to do in a general way, would lead to a customization nightmare,
8758 and would take away much of the simplicity of the Orgtbl mode table
8759 editor.
8762 This appendix describes a different approach.  We keep the Orgtbl mode
8763 table in its native format (the @i{source table}), and use a custom
8764 function to @i{translate} the table to the correct syntax, and to
8765 @i{install} it in the right location (the @i{target table}).  This puts
8766 the burden of writing conversion functions on the user, but it allows
8767 for a very flexible system.
8769 Bastien added the ability to do the same with lists.  You can use Org's
8770 facilities to edit and structure lists by turning @code{orgstruct-mode}
8771 on, then locally exporting such lists in another format (HTML, La@TeX{}
8772 or Texinfo.)
8775 @menu
8776 * Radio tables::                Sending and receiving
8777 * A LaTeX example::             Step by step, almost a tutorial
8778 * Translator functions::        Copy and modify
8779 * Radio lists::                 Doing the same for lists
8780 @end menu
8782 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
8783 @subsection Radio tables
8784 @cindex radio tables
8786 To define the location of the target table, you first need to create two
8787 lines that are comments in the current mode, but contain magic words for
8788 Orgtbl mode to find.  Orgtbl mode will insert the translated table
8789 between these lines, replacing whatever was there before.  For example:
8791 @example
8792 /* BEGIN RECEIVE ORGTBL table_name */
8793 /* END RECEIVE ORGTBL table_name */
8794 @end example
8796 @noindent
8797 Just above the source table, we put a special line that tells
8798 Orgtbl mode how to translate this table and where to install it.  For
8799 example:
8800 @example
8801 #+ORGTBL: SEND table_name translation_function arguments....
8802 @end example
8804 @noindent
8805 @code{table_name} is the reference name for the table that is also used
8806 in the receiver lines. @code{translation_function} is the Lisp function
8807 that does the translation.  Furthermore, the line can contain a list of
8808 arguments (alternating key and value) at the end.  The arguments will be
8809 passed as a property list to the translation function for
8810 interpretation.  A few standard parameters are already recognized and
8811 acted upon before the translation function is called:
8813 @table @code
8814 @item :skip N
8815 Skip the first N lines of the table.  Hlines do count as separate lines for
8816 this parameter!
8818 @item :skipcols (n1 n2 ...)
8819 List of columns that should be skipped.  If the table has a column with
8820 calculation marks, that column is automatically discarded as well.
8821 Please note that the translator function sees the table @emph{after} the
8822 removal of these columns, the function never knows that there have been
8823 additional columns.
8824 @end table
8826 @noindent
8827 The one problem remaining is how to keep the source table in the buffer
8828 without disturbing the normal workings of the file, for example during
8829 compilation of a C file or processing of a La@TeX{} file.  There are a
8830 number of different solutions:
8832 @itemize @bullet
8833 @item
8834 The table could be placed in a block comment if that is supported by the
8835 language.  For example, in C mode you could wrap the table between
8836 @samp{/*} and @samp{*/} lines.
8837 @item
8838 Sometimes it is possible to put the table after some kind of @i{END}
8839 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
8840 in La@TeX{}.
8841 @item
8842 You can just comment the table line by line whenever you want to process
8843 the file, and uncomment it whenever you need to edit the table.  This
8844 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
8845 make this comment-toggling very easy, in particular if you bind it to a
8846 key.
8847 @end itemize
8849 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
8850 @subsection A LaTeX example of radio tables
8851 @cindex LaTeX, and Orgtbl mode
8853 The best way to wrap the source table in La@TeX{} is to use the
8854 @code{comment} environment provided by @file{comment.sty}.  It has to be
8855 activated by placing @code{\usepackage@{comment@}} into the document
8856 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
8857 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
8858 variable @code{orgtbl-radio-tables} to install templates for other
8859 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
8860 be prompted for a table name, lets say we use @samp{salesfigures}.  You
8861 will then get the following template:
8863 @cindex #+ORGTBL: SEND
8864 @example
8865 % BEGIN RECEIVE ORGTBL salesfigures
8866 % END RECEIVE ORGTBL salesfigures
8867 \begin@{comment@}
8868 #+ORGTBL: SEND salesfigures orgtbl-to-latex
8869 | | |
8870 \end@{comment@}
8871 @end example
8873 @noindent
8874 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
8875 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
8876 into the receiver location with name @code{salesfigures}.  You may now
8877 fill in the table, feel free to use the spreadsheet features@footnote{If
8878 the @samp{#+TBLFM} line contains an odd number of dollar characters,
8879 this may cause problems with font-lock in LaTeX mode.  As shown in the
8880 example you can fix this by adding an extra line inside the
8881 @code{comment} environment that is used to balance the dollar
8882 expressions.  If you are using AUCTeX with the font-latex library, a
8883 much better solution is to add the @code{comment} environment to the
8884 variable @code{LaTeX-verbatim-environments}.}:
8886 @example
8887 % BEGIN RECEIVE ORGTBL salesfigures
8888 % END RECEIVE ORGTBL salesfigures
8889 \begin@{comment@}
8890 #+ORGTBL: SEND salesfigures orgtbl-to-latex
8891 | Month | Days | Nr sold | per day |
8892 |-------+------+---------+---------|
8893 | Jan   |   23 |      55 |     2.4 |
8894 | Feb   |   21 |      16 |     0.8 |
8895 | March |   22 |     278 |    12.6 |
8896 #+TBLFM: $4=$3/$2;%.1f
8897 % $ (optional extra dollar to keep font-lock happy, see footnote)
8898 \end@{comment@}
8899 @end example
8901 @noindent
8902 When you are done, press @kbd{C-c C-c} in the table to get the converted
8903 table inserted between the two marker lines.
8905 Now lets assume you want to make the table header by hand, because you
8906 want to control how columns are aligned etc.  In this case we make sure
8907 that the table translator does skip the first 2 lines of the source
8908 table, and tell the command to work as a @i{splice}, i.e. to not produce
8909 header and footer commands of the target table:
8911 @example
8912 \begin@{tabular@}@{lrrr@}
8913 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
8914 % BEGIN RECEIVE ORGTBL salesfigures
8915 % END RECEIVE ORGTBL salesfigures
8916 \end@{tabular@}
8918 \begin@{comment@}
8919 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
8920 | Month | Days | Nr sold | per day |
8921 |-------+------+---------+---------|
8922 | Jan   |   23 |      55 |     2.4 |
8923 | Feb   |   21 |      16 |     0.8 |
8924 | March |   22 |     278 |    12.6 |
8925 #+TBLFM: $4=$3/$2;%.1f
8926 \end@{comment@}
8927 @end example
8929 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
8930 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
8931 and marks horizontal lines with @code{\hline}.  Furthermore, it
8932 interprets the following parameters (see also @ref{Translator functions}):
8934 @table @code
8935 @item :splice nil/t
8936 When set to t, return only table body lines, don't wrap them into a
8937 tabular environment.  Default is nil.
8939 @item :fmt fmt
8940 A format to be used to wrap each field, should contain @code{%s} for the
8941 original field value.  For example, to wrap each field value in dollars,
8942 you could use @code{:fmt "$%s$"}.  This may also be a property list with
8943 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
8944 A function of one argument can be used in place of the strings; the
8945 function must return a formatted string.
8947 @item :efmt efmt
8948 Use this format to print numbers with exponentials.  The format should
8949 have @code{%s} twice for inserting mantissa and exponent, for example
8950 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
8951 may also be a property list with column numbers and formats, for example
8952 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
8953 @code{efmt} has been applied to a value, @code{fmt} will also be
8954 applied.  Similar to @code{fmt}, functions of two arguments can be
8955 supplied instead of strings.
8956 @end table
8958 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
8959 @subsection Translator functions
8960 @cindex HTML, and Orgtbl mode
8961 @cindex translator function
8963 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
8964 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
8965 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
8966 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
8967 code that produces tables during HTML export.}, these all use a generic
8968 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
8969 itself is a very short function that computes the column definitions for the
8970 @code{tabular} environment, defines a few field and line separators and then
8971 hands over to the generic translator.  Here is the entire code:
8973 @lisp
8974 @group
8975 (defun orgtbl-to-latex (table params)
8976   "Convert the Orgtbl mode TABLE to LaTeX."
8977   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
8978                                org-table-last-alignment ""))
8979          (params2
8980           (list
8981            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
8982            :tend "\\end@{tabular@}"
8983            :lstart "" :lend " \\\\" :sep " & "
8984            :efmt "%s\\,(%s)" :hline "\\hline")))
8985     (orgtbl-to-generic table (org-combine-plists params2 params))))
8986 @end group
8987 @end lisp
8989 As you can see, the properties passed into the function (variable
8990 @var{PARAMS}) are combined with the ones newly defined in the function
8991 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
8992 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
8993 would like to use the La@TeX{} translator, but wanted the line endings to
8994 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
8995 overrule the default with
8997 @example
8998 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
8999 @end example
9001 For a new language, you can either write your own converter function in
9002 analogy with the La@TeX{} translator, or you can use the generic function
9003 directly.  For example, if you have a language where a table is started
9004 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
9005 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
9006 separator is a TAB, you could call the generic translator like this (on
9007 a single line!):
9009 @example
9010 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
9011                               :lstart "!BL! " :lend " !EL!" :sep "\t"
9012 @end example
9014 @noindent
9015 Please check the documentation string of the function
9016 @code{orgtbl-to-generic} for a full list of parameters understood by
9017 that function and remember that you can pass each of them into
9018 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
9019 using the generic function.
9021 Of course you can also write a completely new function doing complicated
9022 things the generic translator cannot do.  A translator function takes
9023 two arguments.  The first argument is the table, a list of lines, each
9024 line either the symbol @code{hline} or a list of fields.  The second
9025 argument is the property list containing all parameters specified in the
9026 @samp{#+ORGTBL: SEND} line.  The function must return a single string
9027 containing the formatted table.  If you write a generally useful
9028 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
9029 others can benefit from your work.
9031 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
9032 @subsection Radio lists
9033 @cindex radio lists
9034 @cindex org-list-insert-radio-list
9036 Sending and receiving radio lists works exactly the same way than
9037 sending and receiving radio tables (@pxref{Radio tables}) @footnote{You
9038 need to load the @code{org-export-latex.el} package to use radio lists
9039 since the relevant code is there for now.}.  As for radio tables, you
9040 can insert radio lists templates in HTML, La@TeX{} and Texinfo modes by
9041 calling @code{org-list-insert-radio-list}.
9043 Here are the differences with radio tables:
9045 @itemize @minus
9046 @item
9047 Use @code{ORGLST} instead of @code{ORGTBL}.
9048 @item
9049 The available translation functions for radio lists don't take
9050 parameters.
9051 @item
9052 `C-c C-c' will work when pressed on the first item of the list.
9053 @end itemize
9055 Here is a La@TeX{} example.  Let's say that you have this in your
9056 La@TeX{} file:
9058 @example
9059 % BEGIN RECEIVE ORGLST to-buy
9060 % END RECEIVE ORGLST to-buy
9061 \begin@{comment@}
9062 #+ORGLIST: SEND to-buy orgtbl-to-latex
9063 - a new house
9064 - a new computer
9065   + a new keyboard
9066   + a new mouse
9067 - a new life
9068 \end@{comment@}
9069 @end example
9071 Pressing `C-c C-c' on @code{a new house} and will insert the converted
9072 La@TeX{} list between the two marker lines.
9074 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
9075 @section Dynamic blocks
9076 @cindex dynamic blocks
9078 Org documents can contain @emph{dynamic blocks}.  These are
9079 specially marked regions that are updated by some user-written function.
9080 A good example for such a block is the clock table inserted by the
9081 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
9083 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
9084 to the block and can also specify parameters for the function producing
9085 the content of the block.
9087 #+BEGIN:dynamic block
9088 @example
9089 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
9091 #+END:
9092 @end example
9094 Dynamic blocks are updated with the following commands
9096 @table @kbd
9097 @kindex C-c C-x C-u
9098 @item C-c C-x C-u
9099 Update dynamic block at point.
9100 @kindex C-u C-c C-x C-u
9101 @item C-u C-c C-x C-u
9102 Update all dynamic blocks in the current file.
9103 @end table
9105 Updating a dynamic block means to remove all the text between BEGIN and
9106 END, parse the BEGIN line for parameters and then call the specific
9107 writer function for this block to insert the new content.  If you want
9108 to use the original content in the writer function, you can use the
9109 extra parameter @code{:content}.
9111 For a block with name @code{myblock}, the writer function is
9112 @code{org-dblock-write:myblock} with as only parameter a property list
9113 with the parameters given in the begin line.  Here is a trivial example
9114 of a block that keeps track of when the block update function was last
9115 run:
9117 @example
9118 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
9120 #+END:
9121 @end example
9123 @noindent
9124 The corresponding block writer function could look like this:
9126 @lisp
9127 (defun org-dblock-write:block-update-time (params)
9128    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
9129      (insert "Last block update at: "
9130              (format-time-string fmt (current-time)))))
9131 @end lisp
9133 If you want to make sure that all dynamic blocks are always up-to-date,
9134 you could add the function @code{org-update-all-dblocks} to a hook, for
9135 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
9136 written in a way that is does nothing in buffers that are not in
9137 @code{org-mode}.
9139 @node Special agenda views, Using the property API, Dynamic blocks, Hacking
9140 @section Special agenda views
9141 @cindex agenda views, user-defined
9143 Org provides a special hook that can be used to narrow down the
9144 selection made by any of the agenda views.  You may specify a function
9145 that is used at each match to verify if the match should indeed be part
9146 of the agenda view, and if not, how much should be skipped.
9148 Let's say you want to produce a list of projects that contain a WAITING
9149 tag anywhere in the project tree.  Let's further assume that you have
9150 marked all tree headings that define a project with the TODO keyword
9151 PROJECT.  In this case you would run a TODO search for the keyword
9152 PROJECT, but skip the match unless there is a WAITING tag anywhere in
9153 the subtree belonging to the project line.
9155 To achieve this, you must write a function that searches the subtree for
9156 the tag.  If the tag is found, the function must return @code{nil} to
9157 indicate that this match should not be skipped.  If there is no such
9158 tag, return the location of the end of the subtree, to indicate that
9159 search should continue from there.
9161 @lisp
9162 (defun my-skip-unless-waiting ()
9163   "Skip trees that are not waiting"
9164   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
9165     (if (re-search-forward ":waiting:" subtree-end t)
9166         nil          ; tag found, do not skip
9167       subtree-end))) ; tag not found, continue after end of subtree
9168 @end lisp
9170 Now you may use this function in an agenda custom command, for example
9171 like this:
9173 @lisp
9174 (org-add-agenda-custom-command
9175  '("b" todo "PROJECT"
9176    ((org-agenda-skip-function 'my-org-waiting-projects)
9177     (org-agenda-overriding-header "Projects waiting for something: "))))
9178 @end lisp
9180 Note that this also binds @code{org-agenda-overriding-header} to get a
9181 meaningful header in the agenda view.
9183 A general way to create custom searches is to base them on a search for
9184 entries with a certain level limit.  If you want to study all entries with
9185 your custom search function, simply do a search for @samp{LEVEL>0}, and then
9186 use @code{org-agenda-skip-function} to select the entries you really want to
9187 have.
9189 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
9190 particular, you may use the functions @code{org-agenda-skip-entry-if}
9191 and @code{org-agenda-skip-subtree-if} in this form, for example:
9193 @table @code
9194 @item '(org-agenda-skip-entry-if 'scheduled)
9195 Skip current entry if it has been scheduled.
9196 @item '(org-agenda-skip-entry-if 'notscheduled)
9197 Skip current entry if it has not been scheduled.
9198 @item '(org-agenda-skip-entry-if 'deadline)
9199 Skip current entry if it has a deadline.
9200 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
9201 Skip current entry if it has a deadline, or if it is scheduled.
9202 @item '(org-agenda-skip-entry 'regexp "regular expression")
9203 Skip current entry if the regular expression matches in the entry.
9204 @item '(org-agenda-skip-entry 'notregexp "regular expression")
9205 Skip current entry unless the regular expression matches.
9206 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
9207 Same as above, but check and skip the entire subtree.
9208 @end table
9210 Therefore we could also have written the search for WAITING projects
9211 like this, even without defining a special function:
9213 @lisp
9214 (org-add-agenda-custom-command
9215  '("b" todo "PROJECT"
9216    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
9217                                 'regexp ":waiting:"))
9218     (org-agenda-overriding-header "Projects waiting for something: "))))
9219 @end lisp
9221 @node Using the property API, Using the mapping API, Special agenda views, Hacking
9222 @section Using the property API
9223 @cindex API, for properties
9224 @cindex properties, API
9226 Here is a description of the functions that can be used to work with
9227 properties.
9229 @defun org-entry-properties &optional pom which
9230 Get all properties of the entry at point-or-marker POM.
9231 This includes the TODO keyword, the tags, time strings for deadline,
9232 scheduled, and clocking, and any additional properties defined in the
9233 entry.  The return value is an alist, keys may occur multiple times
9234 if the property key was used several times.
9235 POM may also be nil, in which case the current entry is used.
9236 If WHICH is nil or `all', get all properties.  If WHICH is
9237 `special' or `standard', only get that subclass.
9238 @end defun
9239 @defun org-entry-get pom property &optional inherit
9240 Get value of PROPERTY for entry at point-or-marker POM.  By default,
9241 this only looks at properties defined locally in the entry.  If INHERIT
9242 is non-nil and the entry does not have the property, then also check
9243 higher levels of the hierarchy.  If INHERIT is the symbol
9244 @code{selective}, use inheritance if and only if the setting of
9245 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
9246 @end defun
9248 @defun org-entry-delete pom property
9249 Delete the property PROPERTY from entry at point-or-marker POM.
9250 @end defun
9252 @defun org-entry-put pom property value
9253 Set PROPERTY to VALUE for entry at point-or-marker POM.
9254 @end defun
9256 @defun org-buffer-property-keys &optional include-specials
9257 Get all property keys in the current buffer.
9258 @end defun
9260 @defun org-insert-property-drawer
9261 Insert a property drawer at point.
9262 @end defun
9264 @defun org-entry-add-to-multivalued-property pom property value
9265 Treat the value of the property PROPERTY as a whitespace-separated list of
9266 values and make sure that VALUE is in this list.
9267 @end defun
9269 @defun org-entry-remove-from-multivalued-property pom property value
9270 Treat the value of the property PROPERTY as a whitespace-separated list of
9271 values and make sure that VALUE is @emph{not} in this list.
9272 @end defun
9274 @defun org-entry-member-in-multivalued-property pom property value
9275 Treat the value of the property PROPERTY as a whitespace-separated list of
9276 values and check if VALUE is in this list.
9277 @end defun
9279 @node Using the mapping API,  , Using the property API, Hacking
9280 @section Using the mapping API
9281 @cindex API, for mapping
9282 @cindex mapping entries, API
9284 Org has sophisticated mapping capabilities to find all entries satisfying
9285 certain criteria.  Internally, this functionality is used to produce agenda
9286 views, but there is also an API that can be used to execute arbitrary
9287 functions for each or selected entries.  The main entry point for this API
9288 is: 
9290 @defun org-map-entries func &optional match scope &rest skip
9291 Call FUNC at each headline selected by MATCH in SCOPE.
9293 FUNC is a function or a lisp form.  The function will be called without
9294 arguments, with the cursor positioned at the beginning of the headline.
9295 The return values of all calls to the function will be collected and
9296 returned as a list.
9298 MATCH is a tags/property/todo match as it is used in the agenda tags view.
9299 Only headlines that are matched by this query will be considered during
9300 the iteration.  When MATCH is nil or t, all headlines will be
9301 visited by the iteration.
9303 SCOPE determines the scope of this command.  It can be any of:
9305 @example
9306 nil     @r{the current buffer, respecting the restriction if any}
9307 tree    @r{the subtree started with the entry at point}
9308 file    @r{the current buffer, without restriction}
9309 file-with-archives
9310         @r{the current buffer, and any archives associated with it}
9311 agenda  @r{all agenda files}
9312 agenda-with-archives
9313         @r{all agenda files with any archive files associated with them}
9314 (file1 file2 ...)
9315         @r{if this is a list, all files in the list will be scanned}
9316 @end example
9318 The remaining args are treated as settings for the skipping facilities of
9319 the scanner.  The following items can be given here:
9321 @example
9322 archive   @r{skip trees with the archive tag}
9323 comment   @r{skip trees with the COMMENT keyword}
9324 function or Lisp form
9325           @r{will be used as value for @code{org-agenda-skip-function},}
9326           @r{so whenever the the function returns t, FUNC}
9327           @r{will not be called for that entry and search will}
9328           @r{continue from the point where the function leaves it}
9329 @end example
9330 @end defun
9332 The function given to that mapping routine can really do anything you like.
9333 It can uce the property API (@pxref{Using the property API}) to gather more
9334 information about the entry, or in order to change metadate in the entry.
9335 Here are a couple of functions that might be handy:
9337 @defun org-todo &optional arg
9338 Change the TODO state of the entry, see the docstring of the functions for
9339 the many possible values for the argument ARG.
9340 @end defun
9342 @defun org-priority &optional action
9343 Change the priority of the entry, see the docstring of this function for the
9344 possible values for ACTION.
9345 @end defun
9347 @defun org-toggle-tag tag &optional onoff
9348 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
9349 or @code{off} will not toggle tag, but ensure that it is either on or off.
9350 @end defun
9352 @defun org-promote
9353 Promote the current entry.
9354 @end defun
9356 @defun org-demote
9357 Demote the current entry.
9358 @end defun
9360 Here is a simple example that will turn all entries in the current file with
9361 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
9362 Entries in comment trees and in archive trees will be ignored.
9364 @lisp
9365 (org-map-entries
9366    '(org-todo "UPCOMING")
9367    "+TOMORROW" 'file 'archive 'comment)
9368 @end lisp
9370 The following example counts the number of entries with TODO keyword
9371 @code{WAITING}, in all agenda files.
9373 @lisp
9374 (length (org-map-entries t "/+WAITING" nil 'agenda))
9375 @end lisp
9377 @node History and Acknowledgments, Main Index, Hacking, Top
9378 @appendix History and Acknowledgments
9379 @cindex acknowledgments
9380 @cindex history
9381 @cindex thanks
9383 Org was borne in 2003, out of frustration over the user interface
9384 of the Emacs Outline mode.  I was trying to organize my notes and
9385 projects, and using Emacs seemed to be the natural way to go.  However,
9386 having to remember eleven different commands with two or three keys per
9387 command, only to hide and show parts of the outline tree, that seemed
9388 entirely unacceptable to me.  Also, when using outlines to take notes, I
9389 constantly want to restructure the tree, organizing it parallel to my
9390 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
9391 editing} were originally implemented in the package
9392 @file{outline-magic.el}, but quickly moved to the more general
9393 @file{org.el}.  As this environment became comfortable for project
9394 planning, the next step was adding @emph{TODO entries}, basic @emph{time
9395 stamps}, and @emph{table support}.  These areas highlight the two main
9396 goals that Org still has today: To create a new, outline-based,
9397 plain text mode with innovative and intuitive editing features, and to
9398 incorporate project planning functionality directly into a notes file.
9400 A special thanks goes to @i{Bastien Guerry} who has not only writen a large
9401 number of extensions to Org (most of them integrated into the core by now),
9402 but has also helped the development and maintenance of Org so much that he
9403 should be considered co-author of this package.
9405 Since the first release, literally thousands of emails to me or on
9406 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
9407 reports, feedback, new ideas, and sometimes patches and add-on code.
9408 Many thanks to everyone who has helped to improve this package.  I am
9409 trying to keep here a list of the people who had significant influence
9410 in shaping one or more aspects of Org.  The list may not be
9411 complete, if I have forgotten someone, please accept my apologies and
9412 let me know.
9414 @itemize @bullet
9416 @item
9417 @i{Russel Adams} came up with the idea for drawers.
9418 @item
9419 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
9420 @item
9421 @i{Christophe Bataillon} created the great unicorn logo that we use on the
9422 Org-mode website.
9423 @item
9424 @i{Alex Bochannek} provided a patch for rounding time stamps.
9425 @item
9426 @i{Charles Cave}'s suggestion sparked the implementation of templates
9427 for Remember.
9428 @item
9429 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
9430 specified time.
9431 @item
9432 @i{Gregory Chernov} patched support for lisp forms into table
9433 calculations and improved XEmacs compatibility, in particular by porting
9434 @file{nouline.el} to XEmacs.
9435 @item
9436 @i{Sacha Chua} suggested to copy some linking code from Planner.
9437 @item
9438 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
9439 came up with the idea of properties, and that there should be an API for
9440 them.
9441 @item
9442 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
9443 inspired some of the early development, including HTML export.  He also
9444 asked for a way to narrow wide table columns.
9445 @item
9446 @i{Christian Egli} converted the documentation into Texinfo format,
9447 patched CSS formatting into the HTML exporter, and inspired the agenda.
9448 @item
9449 @i{David Emery} provided a patch for custom CSS support in exported
9450 HTML agendas.
9451 @item
9452 @i{Nic Ferrier} contributed mailcap and XOXO support.
9453 @item
9454 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
9455 @item
9456 @i{John Foerch} figured out how to make incremental search show context
9457 around a match in a hidden outline tree.
9458 @item
9459 @i{Niels Giesen} had the idea to automatically archive DONE trees.
9460 @item
9461 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
9462 has been prolific with patches, ideas, and bug reports.
9463 @item
9464 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
9465 @item
9466 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
9467 task state change logging, and the clocktable.  His clear explanations have
9468 been critical when we started to adopt the GIT version control system.
9469 @item
9470 @i{Phil Jackson} wrote @file{org-irc.el}.
9471 @item
9472 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
9473 folded entries, and column view for properties.
9474 @item
9475 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
9476 @item
9477 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
9478 provided frequent feedback and some patches.
9479 @item
9480 @i{Jason F. McBrayer} suggested agenda export to CSV format.
9481 @item
9482 @i{Max Mikhanosha} came up with the idea of refiling.
9483 @item
9484 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
9485 basis.
9486 @item
9487 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
9488 happy.
9489 @item
9490 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file
9491 and to be able to quickly restrict the agenda to a subtree.
9492 @item
9493 @i{Todd Neal} provided patches for links to Info files and elisp forms.
9494 @item
9495 @i{Tim O'Callaghan} suggested in-file links, search options for general
9496 file links, and TAGS.
9497 @item
9498 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
9499 into Japanese.
9500 @item
9501 @i{Oliver Oppitz} suggested multi-state TODO items.
9502 @item
9503 @i{Scott Otterson} sparked the introduction of descriptive text for
9504 links, among other things.
9505 @item
9506 @i{Pete Phillips} helped during the development of the TAGS feature, and
9507 provided frequent feedback.
9508 @item
9509 @i{T.V. Raman} reported bugs and suggested improvements.
9510 @item
9511 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
9512 control.
9513 @item
9514 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
9515 @item
9516 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
9517 webpages derived from Org using an Info-like, or a folding interface with
9518 single key navigation.
9519 @item
9520 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
9521 conflict with @file{allout.el}.
9522 @item
9523 @i{Jason Riedy} generalized the send-receive mechanism for orgtbl tables with
9524 extensive patches.
9525 @item
9526 @i{Philip Rooke} created the Org reference card, provided lots
9527 of feedback, developed and applied standards to the Org documentation.
9528 @item
9529 @i{Christian Schlauer} proposed angular brackets around links, among
9530 other things.
9531 @item
9532 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
9533 @file{organizer-mode.el}.
9534 @item
9535 @i{Ilya Shlyakhter} proposed the Archive Sibling.
9536 @item
9537 @i{Daniel Sinder} came up with the idea of internal archiving by locking
9538 subtrees.
9539 @item
9540 @i{Dale Smith} proposed link abbreviations.
9541 @item
9542 @i{Adam Spiers} asked for global linking commands, inspired the link
9543 extension system, added support for mairix, and proposed the mapping API.
9544 @item
9545 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
9546 chapter about publishing.
9547 @item
9548 @i{J@"urgen Vollmer} contributed code generating the table of contents
9549 in HTML output.
9550 @item
9551 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
9552 keyword.
9553 @item
9554 @i{David Wainberg} suggested archiving, and improvements to the linking
9555 system.
9556 @item
9557 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
9558 @file{muse.el}, which have similar goals as Org.  Initially the
9559 development of Org was fully independent because I was not aware of the
9560 existence of these packages.  But with time I have accasionally looked
9561 at John's code and learned a lot from it.  John has also contributed a
9562 number of great ideas and patches directly to Org, including the file
9563 @code{org-mac-message.el}'
9564 @item
9565 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
9566 linking to Gnus.
9567 @item
9568 @i{Roland Winkler} requested additional key bindings to make Org
9569 work on a tty.
9570 @item
9571 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
9572 and contributed various ideas and code snippets.
9573 @end itemize
9576 @node Main Index, Key Index, History and Acknowledgments, Top
9577 @unnumbered The Main Index
9579 @printindex cp
9581 @node Key Index,  , Main Index, Top
9582 @unnumbered Key Index
9584 @printindex ky
9586 @bye
9588 @ignore
9589         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
9590 @end ignore
9592 @c Local variables:
9593 @c ispell-local-dictionary: "en_US-w_accents"
9594 @c ispell-local-pdict: "./.aspell.org.pws"
9595 @c fill-column: 77
9596 @c End: