Bug fix for removal of comments during export.
[org-mode/org-tableheadings.git] / doc / org.texi
blobd87d7bf80da1ca03e25d424ffc6734132ab68fdd
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @set VERSION 6.04b
7 @set DATE May 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.1 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 freedom to copy and modify
50 this GNU Manual, like GNU software.  Copies published by the Free
51 Software Foundation raise funds for GNU development.''
52 @end quotation
53 @end copying
55 @titlepage
56 @title The Org Manual
58 @subtitle Release @value{VERSION}
59 @author by Carsten Dominik
61 @c The following two commands start the copyright page.
62 @page
63 @vskip 0pt plus 1filll
64 @insertcopying
65 @end titlepage
67 @c Output the table of contents at the beginning.
68 @contents
70 @ifnottex
71 @node Top, Introduction, (dir), (dir)
72 @top Org Mode Manual
74 @insertcopying
75 @end ifnottex
77 @menu
78 * Introduction::                Getting started
79 * Document Structure::          A tree works like your brain
80 * Tables::                      Pure magic for quick formatting
81 * Hyperlinks::                  Notes in context
82 * TODO Items::                  Every tree branch can be a TODO item
83 * Tags::                        Tagging headlines and matching sets of tags
84 * Properties and Columns::      Storing information about an entry
85 * Dates and Times::             Making items useful for planning
86 * Remember::                    Quickly adding nodes to the outline tree
87 * Agenda Views::                Collecting information into views
88 * Embedded LaTeX::              LaTeX fragments and formulas
89 * Exporting::                   Sharing and publishing of notes
90 * Publishing::                  Create a web site of linked Org files
91 * Miscellaneous::               All the rest which did not fit elsewhere
92 * Extensions and Hacking::      It is possible to write add-on code
93 * History and Acknowledgments::  How Org came into being
94 * Main Index::                  An index of Org's concepts and features
95 * Key Index::                   Key bindings and where they are described
97 @detailmenu
98  --- The Detailed Node Listing ---
100 Introduction
102 * Summary::                     Brief summary of what Org does
103 * Installation::                How to install a downloaded version of Org
104 * Activation::                  How to activate Org for certain buffers
105 * Feedback::                    Bug reports, ideas, patches etc.
106 * Conventions::                 Type-setting conventions in the manual
108 Document Structure
110 * Outlines::                    Org is based on Outline mode
111 * Headlines::                   How to typeset Org tree headlines
112 * Visibility cycling::          Show and hide, much simplified
113 * Motion::                      Jumping to other headlines
114 * Structure editing::           Changing sequence and level of headlines
115 * Archiving::                   Move done task trees to a different place
116 * Sparse trees::                Matches embedded in context
117 * Plain lists::                 Additional structure within an entry
118 * Drawers::                     Tucking stuff away
119 * Orgstruct mode::              Structure editing outside Org
121 Archiving
123 * ARCHIVE tag::                 Marking a tree as inactive
124 * Moving subtrees::             Moving a tree to an archive file
126 Tables
128 * Built-in table editor::       Simple tables
129 * Narrow columns::              Stop wasting space in tables
130 * Column groups::               Grouping to trigger vertical lines
131 * Orgtbl mode::                 The table editor as minor mode
132 * The spreadsheet::             The table editor has spreadsheet capabilities
134 The spreadsheet
136 * References::                  How to refer to another field or range
137 * Formula syntax for Calc::     Using Calc to compute stuff
138 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
139 * Field formulas::              Formulas valid for a single field
140 * Column formulas::             Formulas valid for an entire column
141 * Editing and debugging formulas::  Fixing formulas
142 * Updating the table::          Recomputing all dependent fields
143 * Advanced features::           Field names, parameters and automatic recalc
145 Hyperlinks
147 * Link format::                 How links in Org are formatted
148 * Internal links::              Links to other places in the current file
149 * External links::              URL-like links to the world
150 * Handling links::              Creating, inserting and following
151 * Using links outside Org::     Linking from my C source code?
152 * Link abbreviations::          Shortcuts for writing complex links
153 * Search options::              Linking to a specific location
154 * Custom searches::             When the default search is not enough
156 Internal links
158 * Radio targets::               Make targets trigger links in plain text
160 TODO Items
162 * TODO basics::                 Marking and displaying TODO entries
163 * TODO extensions::             Workflow and assignments
164 * Progress logging::            Dates and notes for progress
165 * Priorities::                  Some things are more important than others
166 * Breaking down tasks::         Splitting a task into manageable pieces
167 * Checkboxes::                  Tick-off lists
169 Extended use of TODO keywords
171 * Workflow states::             From TODO to DONE in steps
172 * TODO types::                  I do this, Fred does the rest
173 * Multiple sets in one file::   Mixing it all, and still finding your way
174 * Fast access to TODO states::  Single letter selection of a state
175 * Per-file keywords::           Different files, different requirements
176 * Faces for TODO keywords::     Highlighting states
178 Progress logging
180 * Closing items::               When was this entry marked DONE?
181 * Tracking TODO state changes::  When did the status change?
183 Tags
185 * Tag inheritance::             Tags use the tree structure of the outline
186 * Setting tags::                How to assign tags to a headline
187 * Tag searches::                Searching for combinations of tags
189 Properties and Columns
191 * Property syntax::             How properties are spelled out
192 * Special properties::          Access to other Org mode features
193 * Property searches::           Matching property values
194 * Property inheritance::        Passing values down the tree
195 * Column view::                 Tabular viewing and editing
196 * Property API::                Properties for Lisp programmers
198 Column view
200 * Defining columns::            The COLUMNS format property
201 * Using column view::           How to create and use column view
202 * Capturing column view::       A dynamic block for column view
204 Defining columns
206 * Scope of column definitions::  Where defined, where valid?
207 * Column attributes::           Appearance and content of a column
209 Dates and Times
211 * Timestamps::                  Assigning a time to a tree entry
212 * Creating timestamps::         Commands which insert timestamps
213 * Deadlines and scheduling::    Planning your work
214 * Clocking work time::          Tracking how long you spend on a task
215 * Effort estimates::            Planning work effort in advance
217 Creating timestamps
219 * The date/time prompt::        How Org mode helps you entering date and time
220 * Custom time format::          Making dates look different
222 Deadlines and scheduling
224 * Inserting deadline/schedule::  Planning items
225 * Repeated tasks::              Items that show up again and again
227 Remember
229 * Setting up Remember::         Some code for .emacs to get things going
230 * Remember templates::          Define the outline of different note types
231 * Storing notes::               Directly get the note to where it belongs
232 * Refiling notes::              Moving a note or task to a project
234 Agenda Views
236 * Agenda files::                Files being searched for agenda information
237 * Agenda dispatcher::           Keyboard access to agenda views
238 * Built-in agenda views::       What is available out of the box?
239 * Presentation and sorting::    How agenda items are prepared for display
240 * Agenda commands::             Remote editing of Org trees
241 * Custom agenda views::         Defining special searches and views
242 * Agenda column view::          Using column view for collected entries
244 The built-in agenda views
246 * Weekly/daily agenda::         The calendar page with current tasks
247 * Global TODO list::            All unfinished action items
248 * Matching tags and properties::  Structured information with fine-tuned search
249 * Timeline::                    Time-sorted view for single file
250 * Keyword search::              Finding entries by keyword
251 * Stuck projects::              Find projects you need to review
253 Presentation and sorting
255 * Categories::                  Not all tasks are equal
256 * Time-of-day specifications::  How the agenda knows the time
257 * Sorting of agenda items::     The order of things
259 Custom agenda views
261 * Storing searches::            Type once, use often
262 * Block agenda::                All the stuff you need in a single buffer
263 * Setting Options::             Changing the rules
264 * Exporting Agenda Views::      Writing agendas to files
265 * Using the agenda elsewhere::  Using agenda information in other programs
267 Embedded LaTeX
269 * Math symbols::                TeX macros for symbols and Greek letters
270 * Subscripts and superscripts::  Simple syntax for raising/lowering text
271 * LaTeX fragments::             Complex formulas made easy
272 * Processing LaTeX fragments::  Previewing LaTeX processing
273 * CDLaTeX mode::                Speed up entering of formulas
275 Exporting
277 * Markup rules::                Which structures are recognized?
278 * Export options::              Per-file export settings
279 * The export dispatcher::       How to access exporter commands
280 * ASCII export::                Exporting to plain ASCII
281 * HTML export::                 Exporting to HTML
282 * LaTeX export::                Exporting to LaTeX
283 * XOXO export::                 Exporting to XOXO
284 * iCalendar export::            Exporting in iCalendar format
286 Markup rules
288 * Document title::              How the document title is determined
289 * Headings and sections::       The main structure of the exported document
290 * Table of contents::           If, where, how to create a table of contents
291 * Initial text::                Text before the first headline
292 * Lists::                       Plain lists are exported
293 * Paragraphs::                  What determines beginning and ending
294 * Literal examples::            Source code and other examples
295 * Include files::               Include the contents of a file during export
296 * Tables exported::             Tables are exported richly
297 * Footnotes::                   Numbers like [1]
298 * Emphasis and monospace::      To bold or not to bold
299 * TeX macros and LaTeX fragments::  Create special, rich export.
300 * Horizontal rules::            A line across the page
301 * Comment lines::               Some lines will not be exported
303 HTML export
305 * HTML Export commands::        How to invoke HTML export
306 * Quoting HTML tags::           Using direct HTML in Org mode
307 * Links::                       Transformation of links for HTML
308 * Images::                      How to include images
309 * CSS support::                 Changing the appearance of the output
310 * Javascript support::          Info and Folding in a web browser
312 LaTeX export
314 * LaTeX export commands::       How to invoke LaTeX export
315 * Quoting LaTeX code::          Incorporating literal LaTeX code
316 * Sectioning structure::        Changing sectioning in LaTeX output
318 Publishing
320 * Configuration::               Defining projects
321 * Sample configuration::        Example projects
322 * Triggering publication::      Publication commands
324 Configuration
326 * Project alist::               The central configuration variable
327 * Sources and destinations::    From here to there
328 * Selecting files::             What files are part of the project?
329 * Publishing action::           Setting the function doing the publishing
330 * Publishing options::          Tweaking HTML export
331 * Publishing links::            Which links keep working after publishing?
332 * Project page index::          Publishing a list of project files
334 Sample configuration
336 * Simple example::              One-component publishing
337 * Complex example::             A multi-component publishing example
339 Miscellaneous
341 * Completion::                  M-TAB knows what you need
342 * Customization::               Adapting Org to your taste
343 * In-buffer settings::          Overview of the #+KEYWORDS
344 * The very busy C-c C-c key::   When in doubt, press C-c C-c
345 * Clean view::                  Getting rid of leading stars in the outline
346 * TTY keys::                    Using Org on a tty
347 * Interaction::                 Other Emacs packages
348 * Bugs::                        Things which do not work perfectly
350 Interaction with other packages
352 * Cooperation::                 Packages Org cooperates with
353 * Conflicts::                   Packages that lead to conflicts
355 Extensions, Hooks and Hacking
357 * Extensions::                  Existing 3rd-party extensions
358 * Adding hyperlink types::      New custom link types
359 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
360 * Dynamic blocks::              Automatically filled blocks
361 * Special agenda views::        Customized views
362 * Using the property API::      Writing programs that use entry properties
364 Tables and lists in arbitrary syntax
366 * Radio tables::                Sending and receiving
367 * A LaTeX example::             Step by step, almost a tutorial
368 * Translator functions::        Copy and modify
369 * Radio lists::                 Doing the same for lists
371 @end detailmenu
372 @end menu
374 @node Introduction, Document Structure, Top, Top
375 @chapter Introduction
376 @cindex introduction
378 @menu
379 * Summary::                     Brief summary of what Org does
380 * Installation::                How to install a downloaded version of Org
381 * Activation::                  How to activate Org for certain buffers
382 * Feedback::                    Bug reports, ideas, patches etc.
383 * Conventions::                 Type-setting conventions in the manual
384 @end menu
386 @node Summary, Installation, Introduction, Introduction
387 @section Summary
388 @cindex summary
390 Org is a mode for keeping notes, maintaining TODO lists, and doing
391 project planning with a fast and effective plain-text system.
393 Org develops organizational tasks around NOTES files that contain
394 lists or information about projects as plain text.  Org is
395 implemented on top of Outline mode, which makes it possible to keep the
396 content of large files well structured.  Visibility cycling and
397 structure editing help to work with the tree.  Tables are easily created
398 with a built-in table editor.  Org supports TODO items, deadlines,
399 time stamps, and scheduling.  It dynamically compiles entries into an
400 agenda that utilizes and smoothly integrates much of the Emacs calendar
401 and diary.  Plain text URL-like links connect to websites, emails,
402 Usenet messages, BBDB entries, and any files related to the projects.
403 For printing and sharing of notes, an Org file can be exported as a
404 structured ASCII file, as HTML, or (TODO and agenda items only) as an
405 iCalendar file.  It can also serve as a publishing tool for a set of
406 linked web pages.
408 An important design aspect that distinguishes Org from for example
409 Planner/Muse is that it encourages to store every piece of information
410 only once.  In Planner, you have project pages, day pages and possibly
411 other files, duplicating some information such as tasks.  In Org,
412 you only have notes files.  In your notes you mark entries as tasks,
413 label them with tags and timestamps.  All necessary lists like a
414 schedule for the day, the agenda for a meeting, tasks lists selected by
415 tags etc are created dynamically when you need them.
417 Org keeps simple things simple.  When first fired up, it should
418 feel like a straightforward, easy to use outliner.  Complexity is not
419 imposed, but a large amount of functionality is available when you need
420 it.  Org is a toolbox and can be used in different ways, for
421 example as:
423 @example
424 @r{@bullet{} outline extension with visibility cycling and structure editing}
425 @r{@bullet{} ASCII system and table editor for taking structured notes}
426 @r{@bullet{} ASCII table editor with spreadsheet-like capabilities}
427 @r{@bullet{} TODO list editor}
428 @r{@bullet{} full agenda and planner with deadlines and work scheduling}
429 @r{@bullet{} environment to implement David Allen's GTD system}
430 @r{@bullet{} a basic database application}
431 @r{@bullet{} simple hypertext system, with HTML and LaTeX export}
432 @r{@bullet{} publishing tool to create a set of interlinked webpages}
433 @end example
435 Org's automatic, context sensitive table editor with spreadsheet
436 capabilities can be integrated into any major mode by activating the
437 minor Orgtbl mode.  Using a translation step, it can be used to maintain
438 tables in arbitrary file types, for example in La@TeX{}.  The structure
439 editing and list creation capabilities can be used outside Org with
440 the minor Orgstruct mode.
442 @cindex FAQ
443 There is a website for Org which provides links to the newest
444 version of Org, as well as additional information, frequently asked
445 questions (FAQ), links to tutorials etc.  This page is located at
446 @uref{http://orgmode.org}.
448 @page
451 @node Installation, Activation, Summary, Introduction
452 @section Installation
453 @cindex installation
454 @cindex XEmacs
456 @b{Important:} @i{If Org is part of the Emacs distribution or an
457 XEmacs package, please skip this section and go directly to
458 @ref{Activation}.}
460 If you have downloaded Org from the Web, either as a distribution @file{.zip}
461 or @file{.tar} file, or as a GIT archive, you must take the following steps
462 to install it: Go into the unpacked Org distribution directory and edit the
463 top section of the file @file{Makefile}.  You must set the name of the Emacs
464 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
465 directories where local Lisp and Info files are kept.  If you don't have
466 access to the system-wide directories, you can simply run Org directly from
467 the distribution directory by adding the @file{lisp} subdirectory to the
468 Emacs load path.  To do this, add the following line to @file{.emacs}:
470 @example
471 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
472 @end example
474 @noindent
475 If you plan to use code from the @file{contrib} subdirectory, do a similar
476 step for this directory:
478 @example
479 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
480 @end example
482 @b{XEmacs users now need to install the file @file{noutline.el} from
483 the @file{xemacs} sub-directory of the Org distribution.  Use the
484 command:}
486 @example
487 @b{make install-noutline}
488 @end example
490 @noindent Now byte-compile the Lisp files with the shell command:
492 @example
493 make
494 @end example
496 @noindent If you are running Org from the distribution directory, this is
497 all.  If you want to install into the system directories, use
499 @example
500 make install
501 make install-info
502 @end example
504 @noindent Then add to @file{.emacs}:
506 @lisp
507 ;; This line only if Org is not part of the X/Emacs distribution.
508 (require 'org-install)
509 @end lisp
512 @node Activation, Feedback, Installation, Introduction
513 @section Activation
514 @cindex activation
515 @cindex autoload
516 @cindex global key bindings
517 @cindex key bindings, global
519 @iftex
520 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
521 PDF documentation as viewed by Acrobat reader to your .emacs file, the
522 single quote character comes out incorrectly and the code will not work.
523 You need to fix the single quotes by hand, or copy from Info
524 documentation.}
525 @end iftex
527 Add the following lines to your @file{.emacs} file.  The last two lines
528 define @emph{global} keys for the commands @command{org-store-link},
529 @command{org-agenda}, and @command{org-iswitchb} - please choose suitable
530 keys yourself.
532 @lisp
533 ;; The following lines are always needed.  Choose your own keys.
534 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
535 (global-set-key "\C-cl" 'org-store-link)
536 (global-set-key "\C-ca" 'org-agenda)
537 (global-set-key "\C-cb" 'org-iswitchb)
538 @end lisp
540 Furthermore, you must activate @code{font-lock-mode} in Org
541 buffers, because significant functionality depends on font-locking being
542 active.  You can do this with either one of the following two lines
543 (XEmacs user must use the second option):
544 @lisp
545 (global-font-lock-mode 1)                     ; for all buffers
546 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
547 @end lisp
549 @cindex Org mode, turning on
550 With this setup, all files with extension @samp{.org} will be put
551 into Org mode.  As an alternative, make the first line of a file look
552 like this:
554 @example
555 MY PROJECTS    -*- mode: org; -*-
556 @end example
558 @noindent which will select Org mode for this buffer no matter what
559 the file's name is.  See also the variable
560 @code{org-insert-mode-line-in-empty-file}.
562 @node Feedback, Conventions, Activation, Introduction
563 @section Feedback
564 @cindex feedback
565 @cindex bug reports
566 @cindex maintainer
567 @cindex author
569 If you find problems with Org, or if you have questions, remarks,
570 or ideas about it, please contact the maintainer @value{MAINTAINER} at
571 @value{MAINTAINEREMAIL}.
573 For bug reports, please provide as much information as possible,
574 including the version information of Emacs (@kbd{C-h v emacs-version
575 @key{RET}}) and Org (@kbd{C-h v org-version @key{RET}}), as well as
576 the Org related setup in @file{.emacs}.  If an error occurs, a
577 backtrace can be very useful (see below on how to create one).  Often a
578 small example file helps, along with clear information about:
580 @enumerate
581 @item What exactly did you do?
582 @item What did you expect to happen?
583 @item What happened instead?
584 @end enumerate
585 @noindent Thank you for helping to improve this mode.
587 @subsubheading How to create a useful backtrace
589 @cindex backtrace of an error
590 If working with Org produces an error with a message you don't
591 understand, you may have hit a bug.  The best way to report this is by
592 providing, in addition to what was mentioned above, a @emph{Backtrace}.
593 This is information from the built-in debugger about where and how the
594 error occurred.  Here is how to produce a useful backtrace:
596 @enumerate
597 @item
598 Start a fresh Emacs or XEmacs, and make sure that it will load the
599 original Lisp code in @file{org.el} instead of the compiled version in
600 @file{org.elc}.  The backtrace contains much more information if it is
601 produced with uncompiled code.  To do this, either rename @file{org.elc}
602 to something else before starting Emacs, or ask Emacs explicitly to load
603 @file{org.el} by using the command line
604 @example
605 emacs -l /path/to/org.el
606 @end example
607 @item
608 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
609 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
610 @item
611 Do whatever you have to do to hit the error.  Don't forget to
612 document the steps you take.
613 @item
614 When you hit the error, a @file{*Backtrace*} buffer will appear on the
615 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
616 attach it to your bug report.
617 @end enumerate
619 @node Conventions,  , Feedback, Introduction
620 @section Typesetting conventions used in this manual
622 Org uses three types of keywords: TODO keywords, tags, and property
623 names.  In this manual we use the following conventions:
625 @table @code
626 @item TODO
627 @itemx WAITING
628 TODO keywords are written with all capitals, even if they are
629 user-defined.
630 @item boss
631 @itemx ARCHIVE
632 User-defined tags are written in lowercase; built-in tags with special
633 meaning are written with all capitals.
634 @item Release
635 @itemx PRIORITY
636 User-defined properties are capitalized; built-in properties with
637 special meaning are written with all capitals.
638 @end table
640 @node Document Structure, Tables, Introduction, Top
641 @chapter Document Structure
642 @cindex document structure
643 @cindex structure of document
645 Org is based on outline mode and provides flexible commands to
646 edit the structure of the document.
648 @menu
649 * Outlines::                    Org is based on Outline mode
650 * Headlines::                   How to typeset Org tree headlines
651 * Visibility cycling::          Show and hide, much simplified
652 * Motion::                      Jumping to other headlines
653 * Structure editing::           Changing sequence and level of headlines
654 * Archiving::                   Move done task trees to a different place
655 * Sparse trees::                Matches embedded in context
656 * Plain lists::                 Additional structure within an entry
657 * Drawers::                     Tucking stuff away
658 * Orgstruct mode::              Structure editing outside Org
659 @end menu
661 @node Outlines, Headlines, Document Structure, Document Structure
662 @section Outlines
663 @cindex outlines
664 @cindex Outline mode
666 Org is implemented on top of Outline mode.  Outlines allow a
667 document to be organized in a hierarchical structure, which (at least
668 for me) is the best representation of notes and thoughts.  An overview
669 of this structure is achieved by folding (hiding) large parts of the
670 document to show only the general document structure and the parts
671 currently being worked on.  Org greatly simplifies the use of
672 outlines by compressing the entire show/hide functionality into a single
673 command @command{org-cycle}, which is bound to the @key{TAB} key.
675 @node Headlines, Visibility cycling, Outlines, Document Structure
676 @section Headlines
677 @cindex headlines
678 @cindex outline tree
680 Headlines define the structure of an outline tree.  The headlines in
681 Org start with one or more stars, on the left margin@footnote{See
682 the variable @code{org-special-ctrl-a/e} to configure special behavior
683 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
685 @example
686 * Top level headline
687 ** Second level
688 *** 3rd level
689     some text
690 *** 3rd level
691     more text
693 * Another top level headline
694 @end example
696 @noindent Some people find the many stars too noisy and would prefer an
697 outline that has whitespace followed by a single star as headline
698 starters.  @ref{Clean view} describes a setup to realize this.
700 An empty line after the end of a subtree is considered part of it and
701 will be hidden when the subtree is folded.  However, if you leave at
702 least two empty lines, one empty line will remain visible after folding
703 the subtree, in order to structure the collapsed view.  See the
704 variable @code{org-cycle-separator-lines} to modify this behavior.
706 @node Visibility cycling, Motion, Headlines, Document Structure
707 @section Visibility cycling
708 @cindex cycling, visibility
709 @cindex visibility cycling
710 @cindex trees, visibility
711 @cindex show hidden text
712 @cindex hide text
714 Outlines make it possible to hide parts of the text in the buffer.
715 Org uses just two commands, bound to @key{TAB} and
716 @kbd{S-@key{TAB}} to change the visibility in the buffer.
718 @cindex subtree visibility states
719 @cindex subtree cycling
720 @cindex folded, subtree visibility state
721 @cindex children, subtree visibility state
722 @cindex subtree, subtree visibility state
723 @table @kbd
724 @kindex @key{TAB}
725 @item @key{TAB}
726 @emph{Subtree cycling}: Rotate current subtree among the states
728 @example
729 ,-> FOLDED -> CHILDREN -> SUBTREE --.
730 '-----------------------------------'
731 @end example
733 The cursor must be on a headline for this to work@footnote{see, however,
734 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
735 beginning of the buffer and the first line is not a headline, then
736 @key{TAB} actually runs global cycling (see below)@footnote{see the
737 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
738 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
740 @cindex global visibility states
741 @cindex global cycling
742 @cindex overview, global visibility state
743 @cindex contents, global visibility state
744 @cindex show all, global visibility state
745 @kindex S-@key{TAB}
746 @item S-@key{TAB}
747 @itemx C-u @key{TAB}
748 @emph{Global cycling}: Rotate the entire buffer among the states
750 @example
751 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
752 '--------------------------------------'
753 @end example
755 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
756 CONTENTS view up to headlines of level N will be shown.  Note that inside
757 tables, @kbd{S-@key{TAB}} jumps to the previous field.
759 @cindex show all, command
760 @kindex C-c C-a
761 @item C-c C-a
762 Show all.
763 @kindex C-c C-r
764 @item C-c C-r
765 Reveal context around point, showing the current entry, the following heading
766 and the hierarchy above.  Useful for working near a location that has been
767 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
768 (@pxref{Agenda commands}).  With a prefix argument show, on each
769 level, all sibling headings.
770 @kindex C-c C-x b
771 @item C-c C-x b
772 Show the current subtree in an indirect buffer@footnote{The indirect
773 buffer
774 @ifinfo
775 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
776 @end ifinfo
777 @ifnotinfo
778 (see the Emacs manual for more information about indirect buffers)
779 @end ifnotinfo
780 will contain the entire buffer, but will be narrowed to the current
781 tree.  Editing the indirect buffer will also change the original buffer,
782 but without affecting visibility in that buffer.}.  With a numeric
783 prefix argument N, go up to level N and then take that tree.  If N is
784 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
785 the previously used indirect buffer.
786 @end table
788 When Emacs first visits an Org file, the global state is set to
789 OVERVIEW, i.e. only the top level headlines are visible.  This can be
790 configured through the variable @code{org-startup-folded}, or on a
791 per-file basis by adding one of the following lines anywhere in the
792 buffer:
794 @example
795 #+STARTUP: overview
796 #+STARTUP: content
797 #+STARTUP: showall
798 @end example
800 @noindent
801 Forthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
802 and Columns}) will get their visibility adapted accordingly.  Allowed values
803 for this property are @code{folded}, @code{children}, @code{content}, and
804 @code{all}.
805 @table @kbd
806 @kindex C-u C-u @key{TAB}
807 @item C-u C-u @key{TAB}
808 Switch back to the startup visibility of the buffer, i.e. whatever is
809 requested by startup options and @samp{VISIBILITY} properties in individual
810 entries.
811 @end table
813 @node Motion, Structure editing, Visibility cycling, Document Structure
814 @section Motion
815 @cindex motion, between headlines
816 @cindex jumping, to headlines
817 @cindex headline navigation
818 The following commands jump to other headlines in the buffer.
820 @table @kbd
821 @kindex C-c C-n
822 @item C-c C-n
823 Next heading.
824 @kindex C-c C-p
825 @item C-c C-p
826 Previous heading.
827 @kindex C-c C-f
828 @item C-c C-f
829 Next heading same level.
830 @kindex C-c C-b
831 @item C-c C-b
832 Previous heading same level.
833 @kindex C-c C-u
834 @item C-c C-u
835 Backward to higher level heading.
836 @kindex C-c C-j
837 @item C-c C-j
838 Jump to a different place without changing the current outline
839 visibility.  Shows the document structure in a temporary buffer, where
840 you can use the following keys to find your destination:
841 @example
842 @key{TAB}         @r{Cycle visibility.}
843 @key{down} / @key{up}   @r{Next/previous visible headline.}
844 n / p        @r{Next/previous visible headline.}
845 f / b        @r{Next/previous headline same level.}
846 u            @r{One level up.}
847 0-9          @r{Digit argument.}
848 @key{RET}         @r{Select this location.}
849 @end example
850 @end table
852 @node Structure editing, Archiving, Motion, Document Structure
853 @section Structure editing
854 @cindex structure editing
855 @cindex headline, promotion and demotion
856 @cindex promotion, of subtrees
857 @cindex demotion, of subtrees
858 @cindex subtree, cut and paste
859 @cindex pasting, of subtrees
860 @cindex cutting, of subtrees
861 @cindex copying, of subtrees
862 @cindex subtrees, cut and paste
864 @table @kbd
865 @kindex M-@key{RET}
866 @item M-@key{RET}
867 Insert new heading with same level as current.  If the cursor is in a
868 plain list item, a new item is created (@pxref{Plain lists}).  To force
869 creation of a new headline, use a prefix argument, or first press @key{RET}
870 to get to the beginning of the next line.  When this command is used in
871 the middle of a line, the line is split and the rest of the line becomes
872 the new headline@footnote{If you do not want the line to be split,
873 customize the variable @code{org-M-RET-may-split-line}.}.  If the
874 command is used at the beginning of a headline, the new headline is
875 created before the current line.  If at the beginning of any other line,
876 the content of that line is made the new heading.  If the command is
877 used at the end of a folded subtree (i.e. behind the ellipses at the end
878 of a headline), then a headline like the current one will be inserted
879 after the end of the subtree.
880 @kindex C-@key{RET}
881 @item C-@key{RET}
882 Insert a new heading after the current subtree, same level as the
883 current headline.  This command works from anywhere in the entry.
884 @kindex M-S-@key{RET}
885 @item M-S-@key{RET}
886 Insert new TODO entry with same level as current heading.
887 @kindex M-@key{left}
888 @item M-@key{left}
889 Promote current heading by one level.
890 @kindex M-@key{right}
891 @item M-@key{right}
892 Demote current heading by one level.
893 @kindex M-S-@key{left}
894 @item M-S-@key{left}
895 Promote the current subtree by one level.
896 @kindex M-S-@key{right}
897 @item M-S-@key{right}
898 Demote the current subtree by one level.
899 @kindex M-S-@key{up}
900 @item M-S-@key{up}
901 Move subtree up (swap with previous subtree of same
902 level).
903 @kindex M-S-@key{down}
904 @item M-S-@key{down}
905 Move subtree down (swap with next subtree of same level).
906 @kindex C-c C-x C-w
907 @kindex C-c C-x C-k
908 @item C-c C-x C-w
909 @itemx C-c C-x C-k
910 Kill subtree, i.e. remove it from buffer but save in kill ring.
911 With a numeric prefix argument N, kill N sequential subtrees.
912 @kindex C-c C-x M-w
913 @item C-c C-x M-w
914 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
915 sequential subtrees.
916 @kindex C-c C-x C-y
917 @item C-c C-x C-y
918 Yank subtree from kill ring.  This does modify the level of the subtree to
919 make sure the tree fits in nicely at the yank position.  The yank level can
920 also be specified with a numeric prefix argument, or by yanking after a
921 headline marker like @samp{****}.
922 @kindex C-c C-w
923 @item C-c C-w
924 Refile entry to a different location.  @xref{Refiling notes}.
925 @kindex C-c ^
926 @item C-c ^
927 Sort same-level entries.  When there is an active region, all entries in the
928 region will be sorted.  Otherwise the children of the current headline are
929 sorted.  The command prompts for the sorting method, which can be
930 alphabetically, numerically, by time (using the first time stamp in each
931 entry), by priority, or by TODO keyword (in the sequence the keywords have
932 been defined in the setup).  Reverse sorting is possible as well.  You can
933 also supply your own function to extract the sorting key.  With a @kbd{C-u}
934 prefix, sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes,
935 duplicate entries will also be removed.
936 @kindex C-c *
937 @item C-c *
938 Turn a normal line or plain list item into a headline (so that it
939 becomes a subheading at its location).  Also turn a headline into a
940 normal line by removing the stars.  If there is an active region, turn
941 all lines in the region into headlines.  Or, if the first line is a
942 headline, remove the stars from all headlines in the region.
943 @end table
945 @cindex region, active
946 @cindex active region
947 @cindex Transient mark mode
948 When there is an active region (Transient mark mode), promotion and
949 demotion work on all headlines in the region.  To select a region of
950 headlines, it is best to place both point and mark at the beginning of a
951 line, mark at the beginning of the first headline, and point at the line
952 just after the last headline to change.  Note that when the cursor is
953 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
954 functionality.
956 @node Archiving, Sparse trees, Structure editing, Document Structure
957 @section Archiving
958 @cindex archiving
960 When a project represented by a (sub)tree is finished, you may want
961 to move the tree out of the way and to stop it from contributing to the
962 agenda.  Org mode knows two ways of archiving.  You can mark a tree with
963 the ARCHIVE tag, or you can move an entire (sub)tree to a different
964 location.
966 @menu
967 * ARCHIVE tag::                 Marking a tree as inactive
968 * Moving subtrees::             Moving a tree to an archive file
969 @end menu
971 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
972 @subsection The ARCHIVE tag
973 @cindex internal archiving
975 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
976 its location in the outline tree, but behaves in the following way:
977 @itemize @minus
978 @item
979 It does not open when you attempt to do so with a visibility cycling
980 command (@pxref{Visibility cycling}).  You can force cycling archived
981 subtrees with @kbd{C-@key{TAB}}, or by setting the option
982 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
983 @code{show-all} will open archived subtrees.
984 @item
985 During sparse tree construction (@pxref{Sparse trees}), matches in
986 archived subtrees are not exposed, unless you configure the option
987 @code{org-sparse-tree-open-archived-trees}.
988 @item
989 During agenda view construction (@pxref{Agenda Views}), the content of
990 archived trees is ignored unless you configure the option
991 @code{org-agenda-skip-archived-trees}.
992 @item
993 Archived trees are not exported (@pxref{Exporting}), only the headline
994 is.  Configure the details using the variable
995 @code{org-export-with-archived-trees}.
996 @end itemize
998 The following commands help managing the ARCHIVE tag:
1000 @table @kbd
1001 @kindex C-c C-x a
1002 @item C-c C-x a
1003 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
1004 the headline changes to a shadowed face, and the subtree below it is
1005 hidden.
1006 @kindex C-u C-c C-x a
1007 @item C-u C-c C-x a
1008 Check if any direct children of the current headline should be archived.
1009 To do this, each subtree is checked for open TODO entries.  If none are
1010 found, the command offers to set the ARCHIVE tag for the child.  If the
1011 cursor is @emph{not} on a headline when this command is invoked, the
1012 level 1 trees will be checked.
1013 @kindex C-@kbd{TAB}
1014 @item C-@kbd{TAB}
1015 Cycle a tree even if it is tagged with ARCHIVE.
1016 @end table
1018 @node Moving subtrees,  , ARCHIVE tag, Archiving
1019 @subsection Moving subtrees
1020 @cindex external archiving
1022 Once an entire project is finished, you may want to move it to a different
1023 location.  Org can move it to an @emph{Attic Sibling} in the same tree, to a
1024 different tree in the current file, or to a different file, the archive file.
1026 @table @kbd
1027 @kindex C-c C-x A
1028 @item C-c C-x A
1029 Move the current entry to the @emph{Attic Sibling}.  This is a sibling of the
1030 entry with the heading @samp{Attic} and the tag @samp{ARCHIVE}
1031 (@pxref{ARCHIVE tag}).  The entry becomes a child of that sibling and in this
1032 way retains a lot of its original context, including inherited tags and
1033 approximate position in the outline.
1034 @kindex C-c C-x C-s
1035 @item C-c C-x C-s
1036 Archive the subtree starting at the cursor position to the location
1037 given by @code{org-archive-location}.  Context information that could be
1038 lost like the file name, the category, inherited tags, and the TODO
1039 state will be store as properties in the entry.
1040 @kindex C-u C-c C-x C-s
1041 @item C-u C-c C-x C-s
1042 Check if any direct children of the current headline could be moved to
1043 the archive.  To do this, each subtree is checked for open TODO entries.
1044 If none are found, the command offers to move it to the archive
1045 location.  If the cursor is @emph{not} on a headline when this command
1046 is invoked, the level 1 trees will be checked.
1047 @end table
1049 @cindex archive locations
1050 The default archive location is a file in the same directory as the
1051 current file, with the name derived by appending @file{_archive} to the
1052 current file name.  For information and examples on how to change this,
1053 see the documentation string of the variable
1054 @code{org-archive-location}.  There is also an in-buffer option for
1055 setting this variable, for example@footnote{For backward compatibility,
1056 the following also works: If there are several such lines in a file,
1057 each specifies the archive location for the text below it.  The first
1058 such line also applies to any text before its definition.  However,
1059 using this method is @emph{strongly} deprecated as it is incompatible
1060 with the outline structure of the document.  The correct method for
1061 setting multiple archive locations in a buffer is using a property.}:
1063 @example
1064 #+ARCHIVE: %s_done::
1065 @end example
1067 @noindent
1068 If you would like to have a special ARCHIVE location for a single entry
1069 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
1070 location as the value (@pxref{Properties and Columns}).
1072 When a subtree is moved, it receives a number of special properties that
1073 record context information like the file from where the entry came, it's
1074 outline path the archiving time etc.  Configure the variable
1075 @code{org-archive-save-context-info} to adjust the amount of information
1076 added.
1078 @node Sparse trees, Plain lists, Archiving, Document Structure
1079 @section Sparse trees
1080 @cindex sparse trees
1081 @cindex trees, sparse
1082 @cindex folding, sparse trees
1083 @cindex occur, command
1085 An important feature of Org mode is the ability to construct
1086 @emph{sparse trees} for selected information in an outline tree, so that
1087 the entire document is folded as much as possible, but the selected
1088 information is made visible along with the headline structure above
1089 it@footnote{See also the variables @code{org-show-hierarchy-above},
1090 @code{org-show-following-heading}, and @code{org-show-siblings} for
1091 detailed control on how much context is shown around each match.}.  Just
1092 try it out and you will see immediately how it works.
1094 Org mode contains several commands creating such trees, all these
1095 commands can be accessed through a dispatcher:
1097 @table @kbd
1098 @kindex C-c /
1099 @item C-c /
1100 This prompts for an extra key to select a sparse-tree creating command.
1101 @kindex C-c / r
1102 @item C-c / r
1103 Occur.  Prompts for a regexp and shows a sparse tree with all matches.
1104 If the match is in a headline, the headline is made visible.  If the
1105 match is in the body of an entry, headline and body are made visible.
1106 In order to provide minimal context, also the full hierarchy of
1107 headlines above the match is shown, as well as the headline following
1108 the match.  Each match is also highlighted; the highlights disappear
1109 when the buffer is changed by an editing command, or by pressing
1110 @kbd{C-c C-c}.  When called with a @kbd{C-u} prefix argument, previous
1111 highlights are kept, so several calls to this command can be stacked.
1112 @end table
1114 @noindent
1115 For frequently used sparse trees of specific search strings, you can
1116 use the variable @code{org-agenda-custom-commands} to define fast
1117 keyboard access to specific sparse trees.  These commands will then be
1118 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1119 For example:
1121 @lisp
1122 (setq org-agenda-custom-commands
1123       '(("f" occur-tree "FIXME")))
1124 @end lisp
1126 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1127 a sparse tree matching the string @samp{FIXME}.
1129 The other sparse tree commands select headings based on TODO keywords,
1130 tags, or properties and will be discussed later in this manual.
1132 @kindex C-c C-e v
1133 @cindex printing sparse trees
1134 @cindex visible text, printing
1135 To print a sparse tree, you can use the Emacs command
1136 @code{ps-print-buffer-with-faces} which does not print invisible parts
1137 of the document @footnote{This does not work under XEmacs, because
1138 XEmacs uses selective display for outlining, not text properties.}.
1139 Or you can use the command @kbd{C-c C-e v} to export only the visible
1140 part of the document and print the resulting file.
1142 @node Plain lists, Drawers, Sparse trees, Document Structure
1143 @section Plain lists
1144 @cindex plain lists
1145 @cindex lists, plain
1146 @cindex lists, ordered
1147 @cindex ordered lists
1149 Within an entry of the outline tree, hand-formatted lists can provide
1150 additional structure.  They also provide a way to create lists of
1151 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1152 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1154 Org knows ordered lists, unordered lists, and description lists.
1155 @itemize @bullet
1156 @item
1157 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1158 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1159 they will be seen as top-level headlines.  Also, when you are hiding leading
1160 stars to get a clean outline view, plain list items starting with a star are
1161 visually indistinguishable from true headlines.  In short: even though
1162 @samp{*} is supported, it may be better to not use it for plain list items.}
1163 as bullets.
1164 @item
1165 @emph{Ordered} list items start with a numeral followed by either a period or
1166 a right parenthesis, such as @samp{1.} or @samp{1)}.
1167 @item
1168 @emph{Description} list items are like unordered list items, but contain the
1169 separator @samp{ :: } to separate the description @emph{term} from the
1170 desciption.
1171 @end itemize
1173 Items belonging to the same list must have the same indentation on the first
1174 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1175 2--digit numbers must be written left-aligned with the other numbers in the
1176 list.  Indentation also determines the end of a list item.  It ends before
1177 the next line that is indented like the bullet/number, or less.  Empty lines
1178 are part of the previous item, so you can have several paragraphs in one
1179 item.  If you would like an empty line to terminate all currently open plain
1180 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1181 Here is an example:
1183 @example
1184 @group
1185 ** Lord of the Rings
1186    My favorite scenes are (in this order)
1187    1. The attack of the Rohirrim
1188    2. Eowyns fight with the witch king
1189       + this was already my favorite scene in the book
1190       + I really like Miranda Otto.
1191    3. Peter Jackson being shot by Legolas
1192        - on DVD only
1193       He makes a really funny face when it happens.
1194    But in the end, not individual scenes matter but the film as a whole.
1195    Important actors in this film are:
1196    - @b{Elijah Wood} :: He plays the Frodo
1197    - @b{Sean Austin} :: He plays the Sam, Frodos friend.  I still remember
1198      him very well from his role as Mikey Walsh a in the Goonies.
1199 @end group
1200 @end example
1202 Org supports these lists by tuning filling and wrapping commands to
1203 deal with them correctly@footnote{Org only changes the filling
1204 settings for Emacs.  For XEmacs, you should use Kyle E. Jones'
1205 @file{filladapt.el}.  To turn this on,  put into @file{.emacs}:
1206 @code{(require 'filladapt)}}, and by exporting them properly
1207 (@pxref{Exporting}).
1209 The following commands act on items when the cursor is in the first line
1210 of an item (the line with the bullet or number).
1212 @table @kbd
1213 @kindex @key{TAB}
1214 @item @key{TAB}
1215 Items can be folded just like headline levels if you set the variable
1216 @code{org-cycle-include-plain-lists}.  The level of an item is then
1217 given by the indentation of the bullet/number.  Items are always
1218 subordinate to real headlines, however; the hierarchies remain
1219 completely separated.
1221 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1222 fixes the indentation of the current line in a heuristic way.
1223 @kindex M-@key{RET}
1224 @item M-@key{RET}
1225 Insert new item at current level.  With a prefix argument, force a new
1226 heading (@pxref{Structure editing}).  If this command is used in the middle
1227 of a line, the line is @emph{split} and the rest of the line becomes the new
1228 item@footnote{If you do not want the line to be split, customize the variable
1229 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1230 @emph{whitespace before a bullet or number}, the new item is created
1231 @emph{before} the current item.  If the command is executed in the white
1232 space before the text that is part of an item but does not contain the
1233 bullet, a bullet is added to the current line.
1234 @kindex M-S-@key{RET}
1235 @item M-S-@key{RET}
1236 Insert a new item with a checkbox (@pxref{Checkboxes}).
1237 @kindex S-@key{up}
1238 @kindex S-@key{down}
1239 @item S-@key{up}
1240 @itemx S-@key{down}
1241 Jump to the previous/next item in the current list.
1242 @kindex M-S-@key{up}
1243 @kindex M-S-@key{down}
1244 @item M-S-@key{up}
1245 @itemx M-S-@key{down}
1246 Move the item including subitems up/down (swap with previous/next item
1247 of same indentation).  If the list is ordered, renumbering is
1248 automatic.
1249 @kindex M-S-@key{left}
1250 @kindex M-S-@key{right}
1251 @item M-S-@key{left}
1252 @itemx M-S-@key{right}
1253 Decrease/increase the indentation of the item, including subitems.
1254 Initially, the item tree is selected based on current indentation.
1255 When these commands are executed several times in direct succession,
1256 the initially selected region is used, even if the new indentation
1257 would imply a different hierarchy.  To use the new hierarchy, break
1258 the command chain with a cursor motion or so.
1259 @kindex C-c C-c
1260 @item C-c C-c
1261 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1262 state of the checkbox.  If not, this command makes sure that all the
1263 items on this list level use the same bullet.  Furthermore, if this is
1264 an ordered list, make sure the numbering is OK.
1265 @kindex C-c -
1266 @item C-c -
1267 Cycle the entire list level through the different itemize/enumerate bullets
1268 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1269 argument N, select the Nth bullet from this list.  If there is an active
1270 region when calling this, all lines will be converted to list items.  If the
1271 first line already was a list item, any item markers will be removed from the
1272 list.  Finally, even without an active region, a normal line will be
1273 converted into a list item.
1274 @end table
1276 @node Drawers, Orgstruct mode, Plain lists, Document Structure
1277 @section Drawers
1278 @cindex drawers
1279 @cindex visibility cycling, drawers
1281 Sometimes you want to keep information associated with an entry, but you
1282 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1283 Drawers need to be configured with the variable
1284 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1285 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1286 look like this:
1288 @example
1289 ** This is a headline
1290    Still outside the drawer
1291    :DRAWERNAME:
1292       This is inside the drawer.
1293    :END:
1294    After the drawer.
1295 @end example
1297 Visibility cycling (@pxref{Visibility cycling}) on the headline will
1298 hide and show the entry, but keep the drawer collapsed to a single line.
1299 In order to look inside the drawer, you need to move the cursor to the
1300 drawer line and press @key{TAB} there.  Org mode uses a drawer for
1301 storing properties (@pxref{Properties and Columns}), and another one for
1302 storing clock times (@pxref{Clocking work time}).
1304 @node Orgstruct mode,  , Drawers, Document Structure
1305 @section The Orgstruct minor mode
1306 @cindex Orgstruct mode
1307 @cindex minor mode for structure editing
1309 If you like the intuitive way the Org mode structure editing and list
1310 formatting works, you might want to use these commands in other modes
1311 like Text mode or Mail mode as well.  The minor mode Orgstruct mode
1312 makes this possible.  You can always toggle the mode with @kbd{M-x
1313 orgstruct-mode}.  To turn it on by default, for example in Mail mode,
1316 @lisp
1317 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1318 @end lisp
1320 When this mode is active and the cursor is on a line that looks to
1321 Org like a headline of the first line of a list item, most
1322 structure editing commands will work, even if the same keys normally
1323 have different functionality in the major mode you are using.  If the
1324 cursor is not in one of those special lines, Orgstruct mode lurks
1325 silently in the shadow.
1327 @node Tables, Hyperlinks, Document Structure, Top
1328 @chapter Tables
1329 @cindex tables
1330 @cindex editing tables
1332 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1333 calculations are supported in connection with the Emacs @file{calc}
1334 package
1335 @ifinfo
1336 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1337 @end ifinfo
1338 @ifnotinfo
1339 (see the Emacs Calculator manual for more information about the Emacs
1340 calculator).
1341 @end ifnotinfo
1343 @menu
1344 * Built-in table editor::       Simple tables
1345 * Narrow columns::              Stop wasting space in tables
1346 * Column groups::               Grouping to trigger vertical lines
1347 * Orgtbl mode::                 The table editor as minor mode
1348 * The spreadsheet::             The table editor has spreadsheet capabilities
1349 @end menu
1351 @node Built-in table editor, Narrow columns, Tables, Tables
1352 @section The built-in table editor
1353 @cindex table editor, built-in
1355 Org makes it easy to format tables in plain ASCII.  Any line with
1356 @samp{|} as the first non-whitespace character is considered part of a
1357 table.  @samp{|} is also the column separator.  A table might look like
1358 this:
1360 @example
1361 | Name  | Phone | Age |
1362 |-------+-------+-----|
1363 | Peter |  1234 |  17 |
1364 | Anna  |  4321 |  25 |
1365 @end example
1367 A table is re-aligned automatically each time you press @key{TAB} or
1368 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1369 the next field (@key{RET} to the next row) and creates new table rows
1370 at the end of the table or before horizontal lines.  The indentation
1371 of the table is set by the first line.  Any line starting with
1372 @samp{|-} is considered as a horizontal separator line and will be
1373 expanded on the next re-align to span the whole table width.  So, to
1374 create the above table, you would only type
1376 @example
1377 |Name|Phone|Age|
1379 @end example
1381 @noindent and then press @key{TAB} to align the table and start filling in
1382 fields.
1384 When typing text into a field, Org treats @key{DEL},
1385 @key{Backspace}, and all character keys in a special way, so that
1386 inserting and deleting avoids shifting other fields.  Also, when
1387 typing @emph{immediately after the cursor was moved into a new field
1388 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1389 field is automatically made blank.  If this behavior is too
1390 unpredictable for you, configure the variables
1391 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1393 @table @kbd
1394 @tsubheading{Creation and conversion}
1395 @kindex C-c |
1396 @item C-c |
1397 Convert the active region to table. If every line contains at least one
1398 TAB character, the function assumes that the material is tab separated.
1399 If every line contains a comma, comma-separated values (CSV) are assumed.
1400 If not, lines are split at whitespace into fields.  You can use a prefix
1401 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1402 C-u} forces TAB, and a numeric argument N indicates that at least N
1403 consecutive spaces, or alternatively a TAB will be the separator.
1405 If there is no active region, this command creates an empty Org
1406 table.  But it's easier just to start typing, like
1407 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1409 @tsubheading{Re-aligning and field motion}
1410 @kindex C-c C-c
1411 @item C-c C-c
1412 Re-align the table without moving the cursor.
1414 @kindex @key{TAB}
1415 @item @key{TAB}
1416 Re-align the table, move to the next field.  Creates a new row if
1417 necessary.
1419 @kindex S-@key{TAB}
1420 @item S-@key{TAB}
1421 Re-align, move to previous field.
1423 @kindex @key{RET}
1424 @item @key{RET}
1425 Re-align the table and move down to next row.  Creates a new row if
1426 necessary.  At the beginning or end of a line, @key{RET} still does
1427 NEWLINE, so it can be used to split a table.
1429 @tsubheading{Column and row editing}
1430 @kindex M-@key{left}
1431 @kindex M-@key{right}
1432 @item M-@key{left}
1433 @itemx M-@key{right}
1434 Move the current column left/right.
1436 @kindex M-S-@key{left}
1437 @item M-S-@key{left}
1438 Kill the current column.
1440 @kindex M-S-@key{right}
1441 @item M-S-@key{right}
1442 Insert a new column to the left of the cursor position.
1444 @kindex M-@key{up}
1445 @kindex M-@key{down}
1446 @item M-@key{up}
1447 @itemx M-@key{down}
1448 Move the current row up/down.
1450 @kindex M-S-@key{up}
1451 @item M-S-@key{up}
1452 Kill the current row or horizontal line.
1454 @kindex M-S-@key{down}
1455 @item M-S-@key{down}
1456 Insert a new row above the current row.  With a prefix argument, the line is
1457 created below the current one.
1459 @kindex C-c -
1460 @item C-c -
1461 Insert a horizontal line below current row. With a prefix argument, the line
1462 is created above the current line.
1464 @kindex C-c ^
1465 @item C-c ^
1466 Sort the table lines in the region.  The position of point indicates the
1467 column to be used for sorting, and the range of lines is the range
1468 between the nearest horizontal separator lines, or the entire table.  If
1469 point is before the first column, you will be prompted for the sorting
1470 column.  If there is an active region, the mark specifies the first line
1471 and the sorting column, while point should be in the last line to be
1472 included into the sorting.  The command prompts for the sorting type
1473 (alphabetically, numerically, or by time).  When called with a prefix
1474 argument, alphabetic sorting will be case-sensitive.
1476 @tsubheading{Regions}
1477 @kindex C-c C-x M-w
1478 @item C-c C-x M-w
1479 Copy a rectangular region from a table to a special clipboard.  Point
1480 and mark determine edge fields of the rectangle.  The process ignores
1481 horizontal separator lines.
1483 @kindex C-c C-x C-w
1484 @item C-c C-x C-w
1485 Copy a rectangular region from a table to a special clipboard, and
1486 blank all fields in the rectangle.  So this is the ``cut'' operation.
1488 @kindex C-c C-x C-y
1489 @item C-c C-x C-y
1490 Paste a rectangular region into a table.
1491 The upper right corner ends up in the current field.  All involved fields
1492 will be overwritten.  If the rectangle does not fit into the present table,
1493 the table is enlarged as needed.  The process ignores horizontal separator
1494 lines.
1496 @kindex C-c C-q
1497 @kindex M-@key{RET}
1498 @item C-c C-q
1499 @itemx M-@kbd{RET}
1500 Wrap several fields in a column like a paragraph.  If there is an active
1501 region, and both point and mark are in the same column, the text in the
1502 column is wrapped to minimum width for the given number of lines.  A numeric
1503 prefix argument may be used to change the number of desired lines.  If there
1504 is no region, the current field is split at the cursor position and the text
1505 fragment to the right of the cursor is prepended to the field one line
1506 down. If there is no region, but you specify a prefix argument, the current
1507 field is made blank, and the content is appended to the field above.
1509 @tsubheading{Calculations}
1510 @cindex formula, in tables
1511 @cindex calculations, in tables
1512 @cindex region, active
1513 @cindex active region
1514 @cindex Transient mark mode
1515 @kindex C-c +
1516 @item C-c +
1517 Sum the numbers in the current column, or in the rectangle defined by
1518 the active region.  The result is shown in the echo area and can
1519 be inserted with @kbd{C-y}.
1521 @kindex S-@key{RET}
1522 @item S-@key{RET}
1523 When current field is empty, copy from first non-empty field above.
1524 When not empty, copy current field down to next row and move cursor
1525 along with it.  Depending on the variable
1526 @code{org-table-copy-increment}, integer field values will be
1527 incremented during copy.  This key is also used by CUA mode
1528 (@pxref{Cooperation}).
1530 @tsubheading{Miscellaneous}
1531 @kindex C-c `
1532 @item C-c `
1533 Edit the current field in a separate window.  This is useful for fields
1534 that are not fully visible (@pxref{Narrow columns}).  When called with a
1535 @kbd{C-u} prefix, just make the full field visible, so that it can be
1536 edited in place.
1538 @item M-x org-table-import
1539 Import a file as a table.  The table should be TAB- or whitespace
1540 separated.  Useful, for example, to import a spreadsheet table or data
1541 from a database, because these programs generally can write
1542 TAB-separated text files.  This command works by inserting the file into
1543 the buffer and then converting the region to a table.  Any prefix
1544 argument is passed on to the converter, which uses it to determine the
1545 separator.
1546 @item C-c |
1547 Tables can also be imported by pasting tabular text into the Org
1548 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1549 @kbd{C-c |} command (see above under @i{Creation and conversion}.
1551 @item M-x org-table-export
1552 Export the table, by default as a TAB-separated file.  Useful for data
1553 exchange with, for example, spreadsheet or database programs.  The format
1554 used to export the file can be configured in the variable
1555 @code{org-table-export-default-format}.  You may also use properties
1556 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1557 name and the format for table export in a subtree.  Org supports quite
1558 general formats for exported tables.  The exporter format is the same as the
1559 format used by Orgtbl radio tables, see @ref{Translator functions} for a
1560 detailed description.
1561 @end table
1563 If you don't like the automatic table editor because it gets in your
1564 way on lines which you would like to start with @samp{|}, you can turn
1565 it off with
1567 @lisp
1568 (setq org-enable-table-editor nil)
1569 @end lisp
1571 @noindent Then the only table command that still works is
1572 @kbd{C-c C-c} to do a manual re-align.
1574 @node Narrow columns, Column groups, Built-in table editor, Tables
1575 @section Narrow columns
1576 @cindex narrow columns in tables
1578 The width of columns is automatically determined by the table editor.
1579 Sometimes a single field or a few fields need to carry more text,
1580 leading to inconveniently wide columns.  To limit@footnote{This feature
1581 does not work on XEmacs.} the width of a column, one field anywhere in
1582 the column may contain just the string @samp{<N>} where @samp{N} is an
1583 integer specifying the width of the column in characters.  The next
1584 re-align will then set the width of this column to no more than this
1585 value.
1587 @example
1588 @group
1589 |---+------------------------------|               |---+--------|
1590 |   |                              |               |   | <6>    |
1591 | 1 | one                          |               | 1 | one    |
1592 | 2 | two                          |     ----\     | 2 | two    |
1593 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1594 | 4 | four                         |               | 4 | four   |
1595 |---+------------------------------|               |---+--------|
1596 @end group
1597 @end example
1599 @noindent
1600 Fields that are wider become clipped and end in the string @samp{=>}.
1601 Note that the full text is still in the buffer, it is only invisible.
1602 To see the full text, hold the mouse over the field - a tool-tip window
1603 will show the full content.  To edit such a field, use the command
1604 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1605 open a new window with the full field.  Edit it and finish with @kbd{C-c
1606 C-c}.
1608 When visiting a file containing a table with narrowed columns, the
1609 necessary character hiding has not yet happened, and the table needs to
1610 be aligned before it looks nice.  Setting the option
1611 @code{org-startup-align-all-tables} will realign all tables in a file
1612 upon visiting, but also slow down startup.  You can also set this option
1613 on a per-file basis with:
1615 @example
1616 #+STARTUP: align
1617 #+STARTUP: noalign
1618 @end example
1620 @node Column groups, Orgtbl mode, Narrow columns, Tables
1621 @section Column groups
1622 @cindex grouping columns in tables
1624 When Org exports tables, it does so by default without vertical
1625 lines because that is visually more satisfying in general.  Occasionally
1626 however, vertical lines can be useful to structure a table into groups
1627 of columns, much like horizontal lines can do for groups of rows.  In
1628 order to specify column groups, you can use a special row where the
1629 first field contains only @samp{/}.  The further fields can either
1630 contain @samp{<} to indicate that this column should start a group,
1631 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1632 a group of its own.  Boundaries between column groups will upon export be
1633 marked with vertical lines.  Here is an example:
1635 @example
1636 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1637 |---+----+-----+-----+-----+---------+------------|
1638 | / | <> |   < |     |   > |       < |          > |
1639 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1640 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1641 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1642 |---+----+-----+-----+-----+---------+------------|
1643 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
1644 @end example
1646 It is also sufficient to just insert the column group starters after
1647 every vertical line you'd like to have:
1649 @example
1650 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1651 |----+-----+-----+-----+---------+------------|
1652 | /  | <   |     |     | <       |            |
1653 @end example
1655 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1656 @section The Orgtbl minor mode
1657 @cindex Orgtbl mode
1658 @cindex minor mode for tables
1660 If you like the intuitive way the Org table editor works, you
1661 might also want to use it in other modes like Text mode or Mail mode.
1662 The minor mode Orgtbl mode makes this possible.  You can always toggle
1663 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1664 example in mail mode, use
1666 @lisp
1667 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1668 @end lisp
1670 Furthermore, with some special setup, it is possible to maintain tables
1671 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1672 construct La@TeX{} tables with the underlying ease and power of
1673 Orgtbl mode, including spreadsheet capabilities.  For details, see
1674 @ref{Tables in arbitrary syntax}.
1676 @node The spreadsheet,  , Orgtbl mode, Tables
1677 @section The spreadsheet
1678 @cindex calculations, in tables
1679 @cindex spreadsheet capabilities
1680 @cindex @file{calc} package
1682 The table editor makes use of the Emacs @file{calc} package to implement
1683 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1684 derive fields from other fields.  While fully featured, Org's
1685 implementation is not identical to other spreadsheets.  For example,
1686 Org knows the concept of a @emph{column formula} that will be
1687 applied to all non-header fields in a column without having to copy the
1688 formula to each relevant field.
1690 @menu
1691 * References::                  How to refer to another field or range
1692 * Formula syntax for Calc::     Using Calc to compute stuff
1693 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1694 * Field formulas::              Formulas valid for a single field
1695 * Column formulas::             Formulas valid for an entire column
1696 * Editing and debugging formulas::  Fixing formulas
1697 * Updating the table::          Recomputing all dependent fields
1698 * Advanced features::           Field names, parameters and automatic recalc
1699 @end menu
1701 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1702 @subsection References
1703 @cindex references
1705 To compute fields in the table from other fields, formulas must
1706 reference other fields or ranges.  In Org, fields can be referenced
1707 by name, by absolute coordinates, and by relative coordinates.  To find
1708 out what the coordinates of a field are, press @kbd{C-c ?} in that
1709 field, or press @kbd{C-c @}} to toggle the display of a grid.
1711 @subsubheading Field references
1712 @cindex field references
1713 @cindex references, to fields
1715 Formulas can reference the value of another field in two ways.  Like in
1716 any other spreadsheet, you may reference fields with a letter/number
1717 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1718 @c Such references are always fixed to that field, they don't change
1719 @c when you copy and paste a formula to a different field.  So
1720 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1722 @noindent
1723 Org also uses another, more general operator that looks like this:
1724 @example
1725 @@row$column
1726 @end example
1728 @noindent
1729 Column references can be absolute like @samp{1}, @samp{2},...@samp{N},
1730 or relative to the current column like @samp{+1} or @samp{-2}.
1732 The row specification only counts data lines and ignores horizontal
1733 separator lines (hlines).  You can use absolute row numbers
1734 @samp{1}...@samp{N}, and row numbers relative to the current row like
1735 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1736 hlines: @samp{I} refers to the first hline@footnote{Note that only
1737 hlines are counted that @emph{separate} table lines.  If the table
1738 starts with a hline above the header, it does not count.}, @samp{II} to
1739 the second etc.  @samp{-I} refers to the first such line above the
1740 current line, @samp{+I} to the first such line below the current line.
1741 You can also write @samp{III+2} which is the second data line after the
1742 third hline in the table.  Relative row numbers like @samp{-3} will not
1743 cross hlines if the current line is too close to the hline.  Instead,
1744 the value directly at the hline is used.
1746 @samp{0} refers to the current row and column.  Also, if you omit
1747 either the column or the row part of the reference, the current
1748 row/column is implied.
1750 Org's references with @emph{unsigned} numbers are fixed references
1751 in the sense that if you use the same reference in the formula for two
1752 different fields, the same field will be referenced each time.
1753 Org's references with @emph{signed} numbers are floating
1754 references because the same reference operator can reference different
1755 fields depending on the field being calculated by the formula.
1757 Here are a few examples:
1759 @example
1760 @@2$3      @r{2nd row, 3rd column}
1761 C2        @r{same as previous}
1762 $5        @r{column 5 in the current row}
1763 E&        @r{same as previous}
1764 @@2        @r{current column, row 2}
1765 @@-1$-3    @r{the field one row up, three columns to the left}
1766 @@-I$2     @r{field just under hline above current row, column 2}
1767 @end example
1769 @subsubheading Range references
1770 @cindex range references
1771 @cindex references, to ranges
1773 You may reference a rectangular range of fields by specifying two field
1774 references connected by two dots @samp{..}.  If both fields are in the
1775 current row, you may simply use @samp{$2..$7}, but if at least one field
1776 is in a different row, you need to use the general @code{@@row$column}
1777 format at least for the first field (i.e the reference must start with
1778 @samp{@@} in order to be interpreted correctly).  Examples:
1780 @example
1781 $1..$3        @r{First three fields in the current row.}
1782 $P..$Q        @r{Range, using column names (see under Advanced)}
1783 @@2$1..@@4$3    @r{6 fields between these two fields.}
1784 A2..C4        @r{Same as above.}
1785 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
1786 @end example
1788 @noindent Range references return a vector of values that can be fed
1789 into Calc vector functions.  Empty fields in ranges are normally
1790 suppressed, so that the vector contains only the non-empty fields (but
1791 see the @samp{E} mode switch below).  If there are no non-empty fields,
1792 @samp{[0]} is returned to avoid syntax errors in formulas.
1794 @subsubheading Named references
1795 @cindex named references
1796 @cindex references, named
1797 @cindex name, of column or field
1798 @cindex constants, in calculations
1800 @samp{$name} is interpreted as the name of a column, parameter or
1801 constant.  Constants are defined globally through the variable
1802 @code{org-table-formula-constants}, and locally (for the file) through a
1803 line like
1805 @example
1806 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
1807 @end example
1809 @noindent
1810 Also properties (@pxref{Properties and Columns}) can be used as
1811 constants in table formulas: For a property @samp{:Xyz:} use the name
1812 @samp{$PROP_Xyz}, and the property will be searched in the current
1813 outline entry and in the hierarchy above it.  If you have the
1814 @file{constants.el} package, it will also be used to resolve constants,
1815 including natural constants like @samp{$h} for Planck's constant, and
1816 units like @samp{$km} for kilometers@footnote{@file{Constant.el} can
1817 supply the values of constants in two different unit systems, @code{SI}
1818 and @code{cgs}.  Which one is used depends on the value of the variable
1819 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
1820 @code{constSI} and @code{constcgs} to set this value for the current
1821 buffer.}.  Column names and parameters can be specified in special table
1822 lines.  These are described below, see @ref{Advanced features}.  All
1823 names must start with a letter, and further consist of letters and
1824 numbers.
1826 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
1827 @subsection Formula syntax for Calc
1828 @cindex formula syntax, Calc
1829 @cindex syntax, of formulas
1831 A formula can be any algebraic expression understood by the Emacs
1832 @file{Calc} package.  @b{Note that @file{calc} has the
1833 non-standard convention that @samp{/} has lower precedence than
1834 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
1835 evaluation by @code{calc-eval} (@pxref{Calling Calc from
1836 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
1837 Emacs Calc Manual}),
1838 @c FIXME:  The link to the Calc manual in HTML does not work.
1839 variable substitution takes place according to the rules described above.
1840 @cindex vectors, in table calculations
1841 The range vectors can be directly fed into the Calc vector functions
1842 like @samp{vmean} and @samp{vsum}.
1844 @cindex format specifier
1845 @cindex mode, for @file{calc}
1846 A formula can contain an optional mode string after a semicolon.  This
1847 string consists of flags to influence Calc and other modes during
1848 execution.  By default, Org uses the standard Calc modes (precision
1849 12, angular units degrees, fraction and symbolic modes off.  The display
1850 format, however, has been changed to @code{(float 5)} to keep tables
1851 compact.  The default settings can be configured using the variable
1852 @code{org-calc-default-modes}.
1854 @example
1855 p20           @r{switch the internal precision to 20 digits}
1856 n3 s3 e2 f4   @r{normal, scientific, engineering, or fixed display format}
1857 D R           @r{angle modes: degrees, radians}
1858 F S           @r{fraction and symbolic modes}
1859 N             @r{interpret all fields as numbers, use 0 for non-numbers}
1860 T             @r{force text interpretation}
1861 E             @r{keep empty fields in ranges}
1862 @end example
1864 @noindent
1865 In addition, you may provide a @code{printf} format specifier to
1866 reformat the final result.  A few examples:
1868 @example
1869 $1+$2                @r{Sum of first and second field}
1870 $1+$2;%.2f           @r{Same, format result to two decimals}
1871 exp($2)+exp($1)      @r{Math functions can be used}
1872 $0;%.1f              @r{Reformat current cell to 1 decimal}
1873 ($3-32)*5/9          @r{Degrees F -> C conversion}
1874 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
1875 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
1876 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
1877 vmean($2..$7)        @r{Compute column range mean, using vector function}
1878 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
1879 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
1880 @end example
1882 Calc also contains a complete set of logical operations.  For example
1884 @example
1885 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
1886 @end example
1888 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
1889 @subsection Emacs Lisp forms as formulas
1890 @cindex Lisp forms, as table formulas
1892 It is also possible to write a formula in Emacs Lisp; this can be useful
1893 for string manipulation and control structures, if the Calc's
1894 functionality is not enough.  If a formula starts with a single quote
1895 followed by an opening parenthesis, then it is evaluated as a lisp form.
1896 The evaluation should return either a string or a number.  Just as with
1897 @file{calc} formulas, you can specify modes and a printf format after a
1898 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
1899 field references are interpolated into the form.  By default, a
1900 reference will be interpolated as a Lisp string (in double quotes)
1901 containing the field.  If you provide the @samp{N} mode switch, all
1902 referenced elements will be numbers (non-number fields will be zero) and
1903 interpolated as Lisp numbers, without quotes.  If you provide the
1904 @samp{L} flag, all fields will be interpolated literally, without quotes.
1905 I.e., if you want a reference to be interpreted as a string by the Lisp
1906 form, enclose the reference operator itself in double quotes, like
1907 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
1908 embed them in list or vector syntax.  A few examples, note how the
1909 @samp{N} mode is used when we do computations in lisp.
1911 @example
1912 @r{Swap the first two characters of the content of column 1}
1913   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
1914 @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
1915   '(+ $1 $2);N
1916 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
1917   '(apply '+ '($1..$4));N
1918 @end example
1920 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
1921 @subsection Field formulas
1922 @cindex field formula
1923 @cindex formula, for individual table field
1925 To assign a formula to a particular field, type it directly into the
1926 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
1927 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
1928 the field, the formula will be stored as the formula for this field,
1929 evaluated, and the current field replaced with the result.
1931 Formulas are stored in a special line starting with @samp{#+TBLFM:}
1932 directly below the table.  If you typed the equation in the 4th field of
1933 the 3rd data line in the table, the formula will look like
1934 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
1935 with the appropriate commands, @i{absolute references} (but not relative
1936 ones) in stored formulas are modified in order to still reference the
1937 same field.  Of cause this is not true if you edit the table structure
1938 with normal editing commands - then you must fix the equations yourself.
1940 Instead of typing an equation into the field, you may also use the
1941 following command
1943 @table @kbd
1944 @kindex C-u C-c =
1945 @item C-u C-c =
1946 Install a new formula for the current field.  The command prompts for a
1947 formula, with default taken from the @samp{#+TBLFM:} line, applies
1948 it to the current field and stores it.
1949 @end table
1951 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
1952 @subsection Column formulas
1953 @cindex column formula
1954 @cindex formula, for table column
1956 Often in a table, the same formula should be used for all fields in a
1957 particular column.  Instead of having to copy the formula to all fields
1958 in that column, Org allows to assign a single formula to an entire
1959 column.  If the table contains horizontal separator hlines, everything
1960 before the first such line is considered part of the table @emph{header}
1961 and will not be modified by column formulas.
1963 To assign a formula to a column, type it directly into any field in the
1964 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
1965 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
1966 field, the formula will be stored as the formula for the current column,
1967 evaluated and the current field replaced with the result.  If the field
1968 contains only @samp{=}, the previously stored formula for this column is
1969 used.  For each column, Org will only remember the most recently
1970 used formula.  In the @samp{TBLFM:} line, column formulas will look like
1971 @samp{$4=$1+$2}.
1973 Instead of typing an equation into the field, you may also use the
1974 following command:
1976 @table @kbd
1977 @kindex C-c =
1978 @item C-c =
1979 Install a new formula for the current column and replace current field with
1980 the result of the formula.  The command prompts for a formula, with default
1981 taken from the @samp{#+TBLFM} line, applies it to the current field and
1982 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
1983 will apply it to that many consecutive fields in the current column.
1984 @end table
1986 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
1987 @subsection Editing and debugging formulas
1988 @cindex formula editing
1989 @cindex editing, of table formulas
1991 You can edit individual formulas in the minibuffer or directly in the
1992 field.  Org can also prepare a special buffer with all active
1993 formulas of a table.  When offering a formula for editing, Org
1994 converts references to the standard format (like @code{B3} or @code{D&})
1995 if possible.  If you prefer to only work with the internal format (like
1996 @code{@@3$2} or @code{$4}), configure the variable
1997 @code{org-table-use-standard-references}.
1999 @table @kbd
2000 @kindex C-c =
2001 @kindex C-u C-c =
2002 @item C-c =
2003 @itemx C-u C-c =
2004 Edit the formula associated with the current column/field in the
2005 minibuffer.  See @ref{Column formulas} and @ref{Field formulas}.
2006 @kindex C-u C-u C-c =
2007 @item C-u C-u C-c =
2008 Re-insert the active formula (either a
2009 field formula, or a column formula) into the current field, so that you
2010 can edit it directly in the field.  The advantage over editing in the
2011 minibuffer is that you can use the command @kbd{C-c ?}.
2012 @kindex C-c ?
2013 @item C-c ?
2014 While editing a formula in a table field, highlight the field(s)
2015 referenced by the reference at the cursor position in the formula.
2016 @kindex C-c @}
2017 @item C-c @}
2018 Toggle the display of row and column numbers for a table, using
2019 overlays.  These are updated each time the table is aligned, you can
2020 force it with @kbd{C-c C-c}.
2021 @kindex C-c @{
2022 @item C-c @{
2023 Toggle the formula debugger on and off.  See below.
2024 @kindex C-c '
2025 @item C-c '
2026 Edit all formulas for the current table in a special buffer, where the
2027 formulas will be displayed one per line.  If the current field has an
2028 active formula, the cursor in the formula editor will mark it.
2029 While inside the special buffer, Org will automatically highlight
2030 any field or range reference at the cursor position.  You may edit,
2031 remove and add formulas, and use the following commands:
2032 @table @kbd
2033 @kindex C-c C-c
2034 @kindex C-x C-s
2035 @item C-c C-c
2036 @itemx C-x C-s
2037 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2038 prefix, also apply the new formulas to the entire table.
2039 @kindex C-c C-q
2040 @item C-c C-q
2041 Exit the formula editor without installing changes.
2042 @kindex C-c C-r
2043 @item C-c C-r
2044 Toggle all references in the formula editor between standard (like
2045 @code{B3}) and internal (like @code{@@3$2}).
2046 @kindex @key{TAB}
2047 @item @key{TAB}
2048 Pretty-print or indent lisp formula at point.  When in a line containing
2049 a lisp formula, format the formula according to Emacs Lisp rules.
2050 Another @key{TAB} collapses the formula back again.  In the open
2051 formula, @key{TAB} re-indents just like in Emacs lisp mode.
2052 @kindex M-@key{TAB}
2053 @item M-@key{TAB}
2054 Complete Lisp symbols, just like in Emacs lisp mode.
2055 @kindex S-@key{up}
2056 @kindex S-@key{down}
2057 @kindex S-@key{left}
2058 @kindex S-@key{right}
2059 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2060 Shift the reference at point.  For example, if the reference is
2061 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2062 This also works for relative references, and for hline references.
2063 @kindex M-S-@key{up}
2064 @kindex M-S-@key{down}
2065 @item M-S-@key{up}/@key{down}
2066 Move the test line for column formulas in the Org buffer up and
2067 down.
2068 @kindex M-@key{up}
2069 @kindex M-@key{down}
2070 @item M-@key{up}/@key{down}
2071 Scroll the window displaying the table.
2072 @kindex C-c @}
2073 @item C-c @}
2074 Turn the coordinate grid in the table on and off.
2075 @end table
2076 @end table
2078 Making a table field blank does not remove the formula associated with
2079 the field, because that is stored in a different line (the @samp{TBLFM}
2080 line) - during the next recalculation the field will be filled again.
2081 To remove a formula from a field, you have to give an empty reply when
2082 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2084 @kindex C-c C-c
2085 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2086 equations with @kbd{C-c C-c} in that line, or with the normal
2087 recalculation commands in the table.
2089 @subsubheading Debugging formulas
2090 @cindex formula debugging
2091 @cindex debugging, of table formulas
2092 When the evaluation of a formula leads to an error, the field content
2093 becomes the string @samp{#ERROR}.  If you would like see what is going
2094 on during variable substitution and calculation in order to find a bug,
2095 turn on formula debugging in the @code{Tbl} menu and repeat the
2096 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2097 field.  Detailed information will be displayed.
2099 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2100 @subsection Updating the table
2101 @cindex recomputing table fields
2102 @cindex updating, table
2104 Recalculation of a table is normally not automatic, but needs to be
2105 triggered by a command.  See @ref{Advanced features} for a way to make
2106 recalculation at least semi-automatically.
2108 In order to recalculate a line of a table or the entire table, use the
2109 following commands:
2111 @table @kbd
2112 @kindex C-c *
2113 @item C-c *
2114 Recalculate the current row by first applying the stored column formulas
2115 from left to right, and all field formulas in the current row.
2117 @kindex C-u C-c *
2118 @item C-u C-c *
2119 @kindex C-u C-c C-c
2120 @itemx C-u C-c C-c
2121 Recompute the entire table, line by line.  Any lines before the first
2122 hline are left alone, assuming that these are part of the table header.
2124 @kindex C-u C-u C-c *
2125 @kindex C-u C-u C-c C-c
2126 @item C-u C-u C-c *
2127 @itemx C-u C-u C-c C-c
2128 Iterate the table by recomputing it until no further changes occur.
2129 This may be necessary if some computed fields use the value of other
2130 fields that are computed @i{later} in the calculation sequence.
2131 @end table
2133 @node Advanced features,  , Updating the table, The spreadsheet
2134 @subsection Advanced features
2136 If you want the recalculation of fields to happen automatically, or if
2137 you want to be able to assign @i{names} to fields and columns, you need
2138 to reserve the first column of the table for special marking characters.
2139 @table @kbd
2140 @kindex C-#
2141 @item C-#
2142 Rotate the calculation mark in first column through the states @samp{},
2143 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  The meaning of these characters
2144 is discussed below.  When there is an active region, change all marks in
2145 the region.
2146 @end table
2148 Here is an example of a table that collects exam results of students and
2149 makes use of these features:
2151 @example
2152 @group
2153 |---+---------+--------+--------+--------+-------+------|
2154 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2155 |---+---------+--------+--------+--------+-------+------|
2156 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2157 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2158 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2159 |---+---------+--------+--------+--------+-------+------|
2160 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2161 | # | Sara    |      6 |     14 |     19 |    39 |  7.8 |
2162 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2163 |---+---------+--------+--------+--------+-------+------|
2164 |   | Average |        |        |        |  29.7 |      |
2165 | ^ |         |        |        |        |    at |      |
2166 | $ | max=50  |        |        |        |       |      |
2167 |---+---------+--------+--------+--------+-------+------|
2168 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2169 @end group
2170 @end example
2172 @noindent @b{Important}: Please note that for these special tables,
2173 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2174 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2175 to the field itself.  The column formulas are not applied in rows with
2176 empty first field.
2178 @cindex marking characters, tables
2179 The marking characters have the following meaning:
2180 @table @samp
2181 @item !
2182 The fields in this line define names for the columns, so that you may
2183 refer to a column as @samp{$Tot} instead of @samp{$6}.
2184 @item ^
2185 This row defines names for the fields @emph{above} the row.  With such
2186 a definition, any formula in the table may use @samp{$m1} to refer to
2187 the value @samp{10}.  Also, if you assign a formula to a names field, it
2188 will be stored as @samp{$name=...}.
2189 @item _
2190 Similar to @samp{^}, but defines names for the fields in the row
2191 @emph{below}.
2192 @item $
2193 Fields in this row can define @emph{parameters} for formulas.  For
2194 example, if a field in a @samp{$} row contains @samp{max=50}, then
2195 formulas in this table can refer to the value 50 using @samp{$max}.
2196 Parameters work exactly like constants, only that they can be defined on
2197 a per-table basis.
2198 @item #
2199 Fields in this row are automatically recalculated when pressing
2200 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2201 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2202 lines will be left alone by this command.
2203 @item *
2204 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2205 not for automatic recalculation.  Use this when automatic
2206 recalculation slows down editing too much.
2207 @item
2208 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2209 All lines that should be recalculated should be marked with @samp{#}
2210 or @samp{*}.
2211 @item /
2212 Do not export this line.  Useful for lines that contain the narrowing
2213 @samp{<N>} markers.
2214 @end table
2216 Finally, just to whet your appetite on what can be done with the
2217 fantastic @file{calc} package, here is a table that computes the Taylor
2218 series of degree @code{n} at location @code{x} for a couple of
2219 functions.
2221 @example
2222 @group
2223 |---+-------------+---+-----+--------------------------------------|
2224 |   | Func        | n | x   | Result                               |
2225 |---+-------------+---+-----+--------------------------------------|
2226 | # | exp(x)      | 1 | x   | 1 + x                                |
2227 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2228 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2229 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2230 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2231 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2232 |---+-------------+---+-----+--------------------------------------|
2233 #+TBLFM: $5=taylor($2,$4,$3);n3
2234 @end group
2235 @end example
2237 @node Hyperlinks, TODO Items, Tables, Top
2238 @chapter Hyperlinks
2239 @cindex hyperlinks
2241 Like HTML, Org provides links inside a file, external links to
2242 other files, Usenet articles, emails, and much more.
2244 @menu
2245 * Link format::                 How links in Org are formatted
2246 * Internal links::              Links to other places in the current file
2247 * External links::              URL-like links to the world
2248 * Handling links::              Creating, inserting and following
2249 * Using links outside Org::     Linking from my C source code?
2250 * Link abbreviations::          Shortcuts for writing complex links
2251 * Search options::              Linking to a specific location
2252 * Custom searches::             When the default search is not enough
2253 @end menu
2255 @node Link format, Internal links, Hyperlinks, Hyperlinks
2256 @section Link format
2257 @cindex link format
2258 @cindex format, of links
2260 Org will recognize plain URL-like links and activate them as
2261 clickable links.  The general link format, however, looks like this:
2263 @example
2264 [[link][description]]       @r{or alternatively}           [[link]]
2265 @end example
2267 Once a link in the buffer is complete (all brackets present), Org
2268 will change the display so that @samp{description} is displayed instead
2269 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2270 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2271 which by default is an underlined face.  You can directly edit the
2272 visible part of a link.  Note that this can be either the @samp{link}
2273 part (if there is no description) or the @samp{description} part.  To
2274 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2275 cursor on the link.
2277 If you place the cursor at the beginning or just behind the end of the
2278 displayed text and press @key{BACKSPACE}, you will remove the
2279 (invisible) bracket at that location.  This makes the link incomplete
2280 and the internals are again displayed as plain text.  Inserting the
2281 missing bracket hides the link internals again.  To show the
2282 internal structure of all links, use the menu entry
2283 @code{Org->Hyperlinks->Literal links}.
2285 @node Internal links, External links, Link format, Hyperlinks
2286 @section Internal links
2287 @cindex internal links
2288 @cindex links, internal
2289 @cindex targets, for links
2291 If the link does not look like a URL, it is considered to be internal in
2292 the current file.  Links such as @samp{[[My Target]]} or @samp{[[My
2293 Target][Find my target]]} lead to a text search in the current file.
2294 The link can be followed with @kbd{C-c C-o} when the cursor is on the
2295 link, or with a mouse click (@pxref{Handling links}).  The preferred
2296 match for such a link is a dedicated target: the same string in double
2297 angular brackets.  Targets may be located anywhere; sometimes it is
2298 convenient to put them into a comment line. For example
2300 @example
2301 # <<My Target>>
2302 @end example
2304 @noindent In HTML export (@pxref{HTML export}), such targets will become
2305 named anchors for direct access through @samp{http} links@footnote{Note
2306 that text before the first headline is usually not exported, so the
2307 first such target should be after the first headline.}.
2309 If no dedicated target exists, Org will search for the words in the
2310 link.  In the above example the search would be for @samp{my target}.
2311 Links starting with a star like @samp{*My Target} restrict the search to
2312 headlines.  When searching, Org mode will first try an exact match, but
2313 then move on to more and more lenient searches.  For example, the link
2314 @samp{[[*My Targets]]} will find any of the following:
2316 @example
2317 ** My targets
2318 ** TODO my targets are bright
2319 ** my 20 targets are
2320 @end example
2322 To insert a link targeting a headline, in-buffer completion can be used.
2323 Just type a star followed by a few optional letters into the buffer and
2324 press @kbd{M-@key{TAB}}.  All headlines in the current buffer will be
2325 offered as completions.  @xref{Handling links}, for more commands
2326 creating links.
2328 Following a link pushes a mark onto Org's own mark ring.  You can
2329 return to the previous position with @kbd{C-c &}.  Using this command
2330 several times in direct succession goes back to positions recorded
2331 earlier.
2333 @menu
2334 * Radio targets::               Make targets trigger links in plain text
2335 @end menu
2337 @node Radio targets,  , Internal links, Internal links
2338 @subsection Radio targets
2339 @cindex radio targets
2340 @cindex targets, radio
2341 @cindex links, radio targets
2343 Org can automatically turn any occurrences of certain target names
2344 in normal text into a link.  So without explicitly creating a link, the
2345 text connects to the target radioing its position.  Radio targets are
2346 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2347 Target>>>} causes each occurrence of @samp{my target} in normal text to
2348 become activated as a link.  The Org file is scanned automatically
2349 for radio targets only when the file is first loaded into Emacs.  To
2350 update the target list during editing, press @kbd{C-c C-c} with the
2351 cursor on or at a target.
2353 @node External links, Handling links, Internal links, Hyperlinks
2354 @section External links
2355 @cindex links, external
2356 @cindex external links
2357 @cindex links, external
2358 @cindex Gnus links
2359 @cindex BBDB links
2360 @cindex IRC links
2361 @cindex URL links
2362 @cindex file links
2363 @cindex VM links
2364 @cindex RMAIL links
2365 @cindex WANDERLUST links
2366 @cindex MH-E links
2367 @cindex USENET links
2368 @cindex SHELL links
2369 @cindex Info links
2370 @cindex elisp links
2372 Org supports links to files, websites, Usenet and email messages,
2373 BBDB database entries and links to both IRC conversations and their
2374 logs.  External links are URL-like locators.  They start with a short
2375 identifying string followed by a colon.  There can be no space after
2376 the colon.  The following list shows examples for each link type.
2378 @example
2379 http://www.astro.uva.nl/~dominik          @r{on the web}
2380 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2381 file:papers/last.pdf                      @r{file, relative path}
2382 news:comp.emacs                           @r{Usenet link}
2383 mailto:adent@@galaxy.net                  @r{Mail link}
2384 vm:folder                                 @r{VM folder link}
2385 vm:folder#id                              @r{VM message link}
2386 vm://myself@@some.where.org/folder#id     @r{VM on remote machine}
2387 wl:folder                                 @r{WANDERLUST folder link}
2388 wl:folder#id                              @r{WANDERLUST message link}
2389 mhe:folder                                @r{MH-E folder link}
2390 mhe:folder#id                             @r{MH-E message link}
2391 rmail:folder                              @r{RMAIL folder link}
2392 rmail:folder#id                           @r{RMAIL message link}
2393 gnus:group                                @r{Gnus group link}
2394 gnus:group#id                             @r{Gnus article link}
2395 bbdb:Richard Stallman                     @r{BBDB link}
2396 irc:/irc.com/#emacs/bob                   @r{IRC link}
2397 shell:ls *.org                            @r{A shell command}
2398 elisp:(find-file-other-frame "Elisp.org") @r{An elisp form to evaluate}
2399 @end example
2401 A link should be enclosed in double brackets and may contain a
2402 descriptive text to be displayed instead of the URL (@pxref{Link
2403 format}), for example:
2405 @example
2406 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2407 @end example
2409 @noindent
2410 If the description is a file name or URL that points to an image, HTML
2411 export (@pxref{HTML export}) will inline the image as a clickable
2412 button.  If there is no description at all and the link points to an
2413 image,
2414 that image will be inlined into the exported HTML file.
2416 @cindex angular brackets, around links
2417 @cindex plain text external links
2418 Org also finds external links in the normal text and activates them
2419 as links.  If spaces must be part of the link (for example in
2420 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2421 about the end of the link, enclose them in angular brackets.
2423 @node Handling links, Using links outside Org, External links, Hyperlinks
2424 @section Handling links
2425 @cindex links, handling
2427 Org provides methods to create a link in the correct syntax, to
2428 insert it into an Org file, and to follow the link.
2430 @table @kbd
2431 @kindex C-c l
2432 @cindex storing links
2433 @item C-c l
2434 Store a link to the current location.  This is a @emph{global} command
2435 which can be used in any buffer to create a link.  The link will be
2436 stored for later insertion into an Org buffer (see below).  For
2437 Org files, if there is a @samp{<<target>>} at the cursor, the
2438 link points to the target.  Otherwise it points to the current
2439 headline.  For VM, Rmail, Wanderlust, MH-E, Gnus and BBDB buffers, the
2440 link will indicate the current article/entry.  For W3 and W3M buffers,
2441 the link goes to the current URL.  For IRC links, if you set the
2442 variable @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will
2443 store a @samp{file:/} style link to the relevant point in the logs for
2444 the current conversation. Otherwise an @samp{irc:/} style link to the
2445 user/channel/server under the point will be stored.  For any other
2446 files, the link will point to the file, with a search string
2447 (@pxref{Search options}) pointing to the contents of the current line.
2448 If there is an active region, the selected words will form the basis
2449 of the search string.  If the automatically created link is not
2450 working correctly or accurately enough, you can write custom functions
2451 to select the search string and to do the search for particular file
2452 types - see @ref{Custom searches}.  The key binding @kbd{C-c l} is
2453 only a suggestion - see @ref{Installation}.
2455 @kindex C-c C-l
2456 @cindex link completion
2457 @cindex completion, of links
2458 @cindex inserting links
2459 @item C-c C-l
2460 Insert a link.  This prompts for a link to be inserted into the buffer.  You
2461 can just type a link, using text for an internal link, or one of the link
2462 type prefixes mentioned in the examples above.  All links stored during the
2463 current session are part of the history for this prompt, so you can access
2464 them with @key{up} and @key{down} (or @kbd{M-p/n}).  Completion, on the other
2465 hand, will help you to insert valid link prefixes like @samp{http:} or
2466 @samp{ftp:}, including the prefixes defined through link abbreviations
2467 (@pxref{Link abbreviations}).  The link will be inserted into the
2468 buffer@footnote{After insertion of a stored link, the link will be removed
2469 from the list of stored links.  To keep it in the list later use, use a
2470 triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2471 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2472 If some text was selected when this command is called, the selected text
2473 becomes the default description.@* Note that you don't have to use this
2474 command to insert a link.  Links in Org are plain text, and you can type
2475 or paste them straight into the buffer.  By using this command, the links are
2476 automatically enclosed in double brackets, and you will be asked for the
2477 optional descriptive text.
2479 @c  If the link is a @samp{file:} link and
2480 @c the linked file is located in the same directory as the current file or
2481 @c a subdirectory of it, the path of the file will be inserted relative to
2482 @c the current directory.
2484 @kindex C-u C-c C-l
2485 @cindex file name completion
2486 @cindex completion, of file names
2487 @item C-u C-c C-l
2488 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2489 a file will be inserted and you may use file name completion to select
2490 the name of the file.  The path to the file is inserted relative to the
2491 directory of the current org file, if the linked file is in the current
2492 directory or in a sub-directory of it, or if the path is written relative
2493 to the current directory using @samp{../}.  Otherwise an absolute path
2494 is used, if possible with @samp{~/} for your home directory.  You can
2495 force an absolute path with two @kbd{C-u} prefixes.
2497 @item C-c C-l @r{(with cursor on existing link)}
2498 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2499 link and description parts of the link.
2501 @cindex following links
2502 @kindex C-c C-o
2503 @item C-c C-o
2504 Open link at point.  This will launch a web browser for URLs (using
2505 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB
2506 for the corresponding links, and execute the command in a shell link.
2507 When the cursor is on an internal link, this commands runs the
2508 corresponding search.  When the cursor is on a TAG list in a headline,
2509 it creates the corresponding TAGS view.  If the cursor is on a time
2510 stamp, it compiles the agenda for that date.  Furthermore, it will visit
2511 text and remote files in @samp{file:} links with Emacs and select a
2512 suitable application for local non-text files.  Classification of files
2513 is based on file extension only.  See option @code{org-file-apps}.  If
2514 you want to override the default application and visit the file with
2515 Emacs, use a @kbd{C-u} prefix.
2517 @kindex mouse-2
2518 @kindex mouse-1
2519 @item mouse-2
2520 @itemx mouse-1
2521 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2522 would.  Under Emacs 22, also @kbd{mouse-1} will follow a link.
2524 @kindex mouse-3
2525 @item mouse-3
2526 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2527 internal links to be displayed in another window@footnote{See the
2528 variable @code{org-display-internal-link-with-indirect-buffer}}.
2530 @cindex mark ring
2531 @kindex C-c %
2532 @item C-c %
2533 Push the current position onto the mark ring, to be able to return
2534 easily. Commands following an internal link do this automatically.
2536 @cindex links, returning to
2537 @kindex C-c &
2538 @item C-c &
2539 Jump back to a recorded position.  A position is recorded by the
2540 commands following internal links, and by @kbd{C-c %}.  Using this
2541 command several times in direct succession moves through a ring of
2542 previously recorded positions.
2544 @kindex C-c C-x C-n
2545 @kindex C-c C-x C-p
2546 @cindex links, finding next/previous
2547 @item C-c C-x C-n
2548 @itemx C-c C-x C-p
2549 Move forward/backward to the next link in the buffer.  At the limit of
2550 the buffer, the search fails once, and then wraps around.  The key
2551 bindings for this are really too long, you might want to bind this also
2552 to @kbd{C-n} and @kbd{C-p}
2553 @lisp
2554 (add-hook 'org-load-hook
2555   (lambda ()
2556     (define-key 'org-mode-map "\C-n" 'org-next-link)
2557     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2558 @end lisp
2559 @end table
2561 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
2562 @section Using links outside Org
2564 You can insert and follow links that have Org syntax not only in
2565 Org, but in any Emacs buffer.  For this, you should create two
2566 global commands, like this (please select suitable global keys
2567 yourself):
2569 @lisp
2570 (global-set-key "\C-c L" 'org-insert-link-global)
2571 (global-set-key "\C-c o" 'org-open-at-point-global)
2572 @end lisp
2574 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
2575 @section Link abbreviations
2576 @cindex link abbreviations
2577 @cindex abbreviation, links
2579 Long URLs can be cumbersome to type, and often many similar links are
2580 needed in a document.  For this you can use link abbreviations.  An
2581 abbreviated link looks like this
2583 @example
2584 [[linkword:tag][description]]
2585 @end example
2587 @noindent
2588 where the tag is optional.  Such abbreviations are resolved according to
2589 the information in the variable @code{org-link-abbrev-alist} that
2590 relates the linkwords to replacement text.  Here is an example:
2592 @lisp
2593 @group
2594 (setq org-link-abbrev-alist
2595   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2596     ("google"   . "http://www.google.com/search?q=")
2597     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2598                    nph-abs_connect?author=%s&db_key=AST")))
2599 @end group
2600 @end lisp
2602 If the replacement text contains the string @samp{%s}, it will be
2603 replaced with the tag.  Otherwise the tag will be appended to the string
2604 in order to create the link.  You may also specify a function that will
2605 be called with the tag as the only argument to create the link.
2607 With the above setting, you could link to a specific bug with
2608 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
2609 @code{[[google:OrgMode]]} and find out what the Org author is
2610 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
2612 If you need special abbreviations just for a single Org buffer, you
2613 can define them in the file with
2615 @example
2616 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2617 #+LINK: google    http://www.google.com/search?q=%s
2618 @end example
2620 @noindent
2621 In-buffer completion @pxref{Completion} can be used after @samp{[} to
2622 complete link abbreviations.
2624 @node Search options, Custom searches, Link abbreviations, Hyperlinks
2625 @section Search options in file links
2626 @cindex search option in file links
2627 @cindex file links, searching
2629 File links can contain additional information to make Emacs jump to a
2630 particular location in the file when following a link.  This can be a
2631 line number or a search option after a double@footnote{For backward
2632 compatibility, line numbers can also follow a single colon.} colon. For
2633 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
2634 links}) to a file, it encodes the words in the current line as a search
2635 string that can be used to find this line back later when following the
2636 link with @kbd{C-c C-o}.
2638 Here is the syntax of the different ways to attach a search to a file
2639 link, together with an explanation:
2641 @example
2642 [[file:~/code/main.c::255]]
2643 [[file:~/xx.org::My Target]]
2644 [[file:~/xx.org::*My Target]]
2645 [[file:~/xx.org::/regexp/]]
2646 @end example
2648 @table @code
2649 @item 255
2650 Jump to line 255.
2651 @item My Target
2652 Search for a link target @samp{<<My Target>>}, or do a text search for
2653 @samp{my target}, similar to the search in internal links, see
2654 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
2655 link will become an HTML reference to the corresponding named anchor in
2656 the linked file.
2657 @item *My Target
2658 In an Org file, restrict search to headlines.
2659 @item /regexp/
2660 Do a regular expression search for @code{regexp}.  This uses the Emacs
2661 command @code{occur} to list all matches in a separate window.  If the
2662 target file is in Org mode, @code{org-occur} is used to create a
2663 sparse tree with the matches.
2664 @c If the target file is a directory,
2665 @c @code{grep} will be used to search all files in the directory.
2666 @end table
2668 As a degenerate case, a file link with an empty file name can be used
2669 to search the current file.  For example, @code{[[file:::find me]]} does
2670 a search for @samp{find me} in the current file, just as
2671 @samp{[[find me]]} would.
2673 @node Custom searches,  , Search options, Hyperlinks
2674 @section Custom Searches
2675 @cindex custom search strings
2676 @cindex search strings, custom
2678 The default mechanism for creating search strings and for doing the
2679 actual search related to a file link may not work correctly in all
2680 cases.  For example, BibTeX database files have many entries like
2681 @samp{year="1993"} which would not result in good search strings,
2682 because the only unique identification for a BibTeX entry is the
2683 citation key.
2685 If you come across such a problem, you can write custom functions to set
2686 the right search string for a particular file type, and to do the search
2687 for the string in the file.  Using @code{add-hook}, these functions need
2688 to be added to the hook variables
2689 @code{org-create-file-search-functions} and
2690 @code{org-execute-file-search-functions}.  See the docstring for these
2691 variables for more information.  Org actually uses this mechanism
2692 for Bib@TeX{} database files, and you can use the corresponding code as
2693 an implementation example.  Search for @samp{BibTeX links} in the source
2694 file.
2696 @node TODO Items, Tags, Hyperlinks, Top
2697 @chapter TODO Items
2698 @cindex TODO items
2700 Org mode does not maintain TODO lists as separate documents.  Instead,
2701 TODO items are an integral part of the notes file, because TODO items
2702 usually come up while taking notes!  With Org mode, simply mark any
2703 entry in a tree as being a TODO item.  In this way, information is not
2704 duplicated, and the entire context from which the TODO item emerged is
2705 always present.
2707 Of course, this technique for managing TODO items scatters them
2708 throughout your notes file.  Org mode compensates for this by providing
2709 methods to give you an overview of all the things that you have to do.
2711 @menu
2712 * TODO basics::                 Marking and displaying TODO entries
2713 * TODO extensions::             Workflow and assignments
2714 * Progress logging::            Dates and notes for progress
2715 * Priorities::                  Some things are more important than others
2716 * Breaking down tasks::         Splitting a task into manageable pieces
2717 * Checkboxes::                  Tick-off lists
2718 @end menu
2720 @node TODO basics, TODO extensions, TODO Items, TODO Items
2721 @section Basic TODO functionality
2723 Any headline becomes a TODO item when it starts with the word
2724 @samp{TODO}, for example:
2726 @example
2727 *** TODO Write letter to Sam Fortune
2728 @end example
2730 @noindent
2731 The most important commands to work with TODO entries are:
2733 @table @kbd
2734 @kindex C-c C-t
2735 @cindex cycling, of TODO states
2736 @item C-c C-t
2737 Rotate the TODO state of the current item among
2739 @example
2740 ,-> (unmarked) -> TODO -> DONE --.
2741 '--------------------------------'
2742 @end example
2744 The same rotation can also be done ``remotely'' from the timeline and
2745 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
2747 @kindex C-u C-c C-t
2748 @item C-u C-c C-t
2749 Select a specific keyword using completion or (if it has been set up)
2750 the fast selection interface.  For the latter, you need to assign keys
2751 to TODO states, see @ref{Per-file keywords} and @ref{Setting tags} for
2752 more information.
2754 @kindex S-@key{right}
2755 @kindex S-@key{left}
2756 @item S-@key{right}
2757 @itemx S-@key{left}
2758 Select the following/preceding TODO state, similar to cycling.  Useful
2759 mostly if more than two TODO states are possible (@pxref{TODO
2760 extensions}).
2761 @kindex C-c C-v
2762 @kindex C-c / t
2763 @cindex sparse tree, for TODO
2764 @item C-c C-v
2765 @itemx C-c / t
2766 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds
2767 the entire buffer, but shows all TODO items and the headings hierarchy
2768 above them.  With a prefix argument, search for a specific TODO.  You will be
2769 prompted for the keyword, and you can also give a list of keywords like
2770 @code{KWD1|KWD2|...}.  With numeric prefix argument N, show the tree for the
2771 Nth keyword in the variable @code{org-todo-keywords}.  With two prefix
2772 arguments, find all TODO and DONE entries.
2773 @kindex C-c a t
2774 @item C-c a t
2775 Show the global TODO list.  Collects the TODO items from all agenda
2776 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
2777 be in @code{agenda-mode}, which provides commands to examine and
2778 manipulate the TODO entries from the new buffer (@pxref{Agenda
2779 commands}).  @xref{Global TODO list}, for more information.
2780 @kindex S-M-@key{RET}
2781 @item S-M-@key{RET}
2782 Insert a new TODO entry below the current one.
2783 @end table
2785 @node TODO extensions, Progress logging, TODO basics, TODO Items
2786 @section Extended use of TODO keywords
2787 @cindex extended TODO keywords
2789 By default, marked TODO entries have one of only two states: TODO and
2790 DONE.  Org mode allows you to classify TODO items in more complex ways
2791 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
2792 special setup, the TODO keyword system can work differently in different
2793 files.
2795 Note that @i{tags} are another way to classify headlines in general and
2796 TODO items in particular (@pxref{Tags}).
2798 @menu
2799 * Workflow states::             From TODO to DONE in steps
2800 * TODO types::                  I do this, Fred does the rest
2801 * Multiple sets in one file::   Mixing it all, and still finding your way
2802 * Fast access to TODO states::  Single letter selection of a state
2803 * Per-file keywords::           Different files, different requirements
2804 * Faces for TODO keywords::     Highlighting states
2805 @end menu
2807 @node Workflow states, TODO types, TODO extensions, TODO extensions
2808 @subsection TODO keywords as workflow states
2809 @cindex TODO workflow
2810 @cindex workflow states as TODO keywords
2812 You can use TODO keywords to indicate different @emph{sequential} states
2813 in the process of working on an item, for example@footnote{Changing
2814 this variable only becomes effective after restarting Org mode in a
2815 buffer.}:
2817 @lisp
2818 (setq org-todo-keywords
2819   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2820 @end lisp
2822 The vertical bar separates the TODO keywords (states that @emph{need
2823 action}) from the DONE states (which need @emph{no further action}.  If
2824 you don't provide the separator bar, the last state is used as the DONE
2825 state.
2826 @cindex completion, of TODO keywords
2827 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
2828 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
2829 also use a numeric prefix argument to quickly select a specific state.  For
2830 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
2831 Or you can use @kbd{S-left} to go backward through the sequence.  If you
2832 define many keywords, you can use in-buffer completion
2833 (@pxref{Completion}) or even a special one-key selection scheme
2834 (@pxref{Fast access to TODO states}) to insert these words into the
2835 buffer.  Changing a TODO state can be logged with a timestamp, see
2836 @ref{Tracking TODO state changes} for more information.
2838 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
2839 @subsection TODO keywords as types
2840 @cindex TODO types
2841 @cindex names as TODO keywords
2842 @cindex types as TODO keywords
2844 The second possibility is to use TODO keywords to indicate different
2845 @emph{types} of action items.  For example, you might want to indicate
2846 that items are for ``work'' or ``home''.  Or, when you work with several
2847 people on a single project, you might want to assign action items
2848 directly to persons, by using their names as TODO keywords.  This would
2849 be set up like this:
2851 @lisp
2852 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
2853 @end lisp
2855 In this case, different keywords do not indicate a sequence, but rather
2856 different types.  So the normal work flow would be to assign a task to a
2857 person, and later to mark it DONE.  Org mode supports this style by adapting
2858 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
2859 @kbd{t} command in the timeline and agenda buffers.}.  When used several
2860 times in succession, it will still cycle through all names, in order to first
2861 select the right type for a task.  But when you return to the item after some
2862 time and execute @kbd{C-c C-t} again, it will switch from any name directly
2863 to DONE.  Use prefix arguments or completion to quickly select a specific
2864 name.  You can also review the items of a specific TODO type in a sparse tree
2865 by using a numeric prefix to @kbd{C-c C-v}.  For example, to see all things
2866 Lucy has to do, you would use @kbd{C-3 C-c C-v}.  To collect Lucy's items
2867 from all agenda files into a single buffer, you would use the numeric prefix
2868 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
2870 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
2871 @subsection Multiple keyword sets in one file
2872 @cindex TODO keyword sets
2874 Sometimes you may want to use different sets of TODO keywords in
2875 parallel.  For example, you may want to have the basic
2876 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
2877 separate state indicating that an item has been canceled (so it is not
2878 DONE, but also does not require action).  Your setup would then look
2879 like this:
2881 @lisp
2882 (setq org-todo-keywords
2883       '((sequence "TODO" "|" "DONE")
2884         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
2885         (sequence "|" "CANCELED")))
2886 @end lisp
2888 The keywords should all be different, this helps Org mode to keep track
2889 of which subsequence should be used for a given entry.  In this setup,
2890 @kbd{C-c C-t} only operates within a subsequence, so it switches from
2891 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
2892 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
2893 select the correct sequence.  Besides the obvious ways like typing a
2894 keyword or using completion, you may also apply the following commands:
2896 @table @kbd
2897 @kindex C-S-@key{right}
2898 @kindex C-S-@key{left}
2899 @item C-S-@key{right}
2900 @itemx C-S-@key{left}
2901 These keys jump from one TODO subset to the next.  In the above example,
2902 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
2903 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
2904 @kindex S-@key{right}
2905 @kindex S-@key{left}
2906 @item S-@key{right}
2907 @itemx S-@key{left}
2908 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
2909 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
2910 would switch from @code{DONE} to @code{REPORT} in the example above.
2911 @end table
2913 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
2914 @subsection Fast access to TODO states
2916 If you would like to quickly change an entry to an arbitrary TODO state
2917 instead of cycling through the states, you can set up keys for
2918 single-letter access to the states.  This is done by adding the section
2919 key after each keyword, in parenthesis.  For example:
2921 @lisp
2922 (setq org-todo-keywords
2923       '((sequence "TODO(t)" "|" "DONE(d)")
2924         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
2925         (sequence "|" "CANCELED(c)")))
2926 @end lisp
2928 If you then press @code{C-u C-c C-t} followed by the selection key, the
2929 entry will be switched to this state.  @key{SPC} can be used to remove
2930 any TODO keyword from an entry.  Should you like this way of selecting
2931 TODO states a lot, you might want to set the variable
2932 @code{org-use-fast-todo-selection} to @code{t} and make this behavior
2933 the default.  Check also the variable
2934 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
2935 state through the tags interface (@pxref{Setting tags}), in case you
2936 like to mingle the two concepts.
2938 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
2939 @subsection Setting up keywords for individual files
2940 @cindex keyword options
2941 @cindex per-file keywords
2943 It can be very useful to use different aspects of the TODO mechanism in
2944 different files.  For file-local settings, you need to add special lines
2945 to the file which set the keywords and interpretation for that file
2946 only.  For example, to set one of the two examples discussed above, you
2947 need one of the following lines, starting in column zero anywhere in the
2948 file:
2950 @example
2951 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
2952 @end example
2954 @example
2955 #+TYP_TODO: Fred Sara Lucy Mike | DONE
2956 @end example
2958 A setup for using several sets in parallel would be:
2960 @example
2961 #+SEQ_TODO: TODO | DONE
2962 #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
2963 #+SEQ_TODO: | CANCELED
2964 @end example
2966 @cindex completion, of option keywords
2967 @kindex M-@key{TAB}
2968 @noindent To make sure you are using the correct keyword, type
2969 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
2971 @cindex DONE, final TODO keyword
2972 Remember that the keywords after the vertical bar (or the last keyword
2973 if no bar is there) must always mean that the item is DONE (although you
2974 may use a different word).  After changing one of these lines, use
2975 @kbd{C-c C-c} with the cursor still in the line to make the changes
2976 known to Org mode@footnote{Org mode parses these lines only when
2977 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
2978 cursor in a line starting with @samp{#+} is simply restarting Org mode
2979 for the current buffer.}.
2981 @node Faces for TODO keywords,  , Per-file keywords, TODO extensions
2982 @subsection Faces for TODO keywords
2983 @cindex faces, for TODO keywords
2985 Org mode highlights TODO keywords with special faces: @code{org-todo}
2986 for keywords indicating that an item still has to be acted upon, and
2987 @code{org-done} for keywords indicating that an item is finished.  If
2988 you are using more than 2 different states, you might want to use
2989 special faces for some of them.  This can be done using the variable
2990 @code{org-todo-keyword-faces}.  For example:
2992 @lisp
2993 (setq org-todo-keyword-faces
2994       '(("TODO"      . org-warning)
2995         ("DEFERRED"  . shadow)
2996         ("CANCELED"  . (:foreground "blue" :weight bold))))
2997 @end lisp
2999 While using a list with face properties as shown for CANCELED
3000 @emph{should} work, this does not aways seem to be the case.  If
3001 necessary, define a special face and use that.
3003 @page
3004 @node Progress logging, Priorities, TODO extensions, TODO Items
3005 @section Progress logging
3006 @cindex progress logging
3007 @cindex logging, of progress
3009 Org mode can automatically record a time stamp and possibly a note when
3010 you mark a TODO item as DONE, or even each time you change the state of
3011 a TODO item.  This system is highly configurable, settings can be on a
3012 per-keyword basis and can be localized to a file or even a subtree.  For
3013 information on how to clock working time for a task, see @ref{Clocking
3014 work time}.
3016 @menu
3017 * Closing items::               When was this entry marked DONE?
3018 * Tracking TODO state changes::  When did the status change?
3019 @end menu
3021 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3022 @subsection Closing items
3024 The most basic logging is to keep track of @emph{when} a certain TODO
3025 item was finished.  This is achieved with@footnote{The corresponding
3026 in-buffer setting is: @code{#+STARTUP: logdone}}.
3028 @lisp
3029 (setq org-log-done 'time)
3030 @end lisp
3032 @noindent
3033 Then each time you turn an entry from a TODO (not-done) state into any
3034 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3035 just after the headline.  If you turn the entry back into a TODO item
3036 through further state cycling, that line will be removed again.  If you
3037 want to record a note along with the timestamp, use@footnote{The
3038 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3040 @lisp
3041 (setq org-log-done 'note)
3042 @end lisp
3044 @noindent
3045 You will then be prompted for a note, and that note will be stored below
3046 the entry with a @samp{Closing Note} heading.
3048 In the timeline (@pxref{Timeline}) and in the agenda
3049 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3050 display the TODO items with a @samp{CLOSED} timestamp on each day,
3051 giving you an overview of what has been done.
3053 @node Tracking TODO state changes,  , Closing items, Progress logging
3054 @subsection Tracking TODO state changes
3056 When TODO keywords are used as workflow states (@pxref{Workflow
3057 states}), you might want to keep track of when a state change occurred
3058 and maybe take a note about this change.  Since it is normally too much
3059 to record a note for every state, Org mode expects configuration on a
3060 per-keyword basis for this.  This is achieved by adding special markers
3061 @samp{!} (for a time stamp) and @samp{@@} (for a note) in parenthesis
3062 after each keyword.  For example, with the setting
3064 @lisp
3065 (setq org-todo-keywords
3066   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3067 @end lisp
3069 @noindent
3070 you not only define global TODO keywords and fast access keys, but also
3071 request that a time is recorded when the entry is turned into
3072 DONE@footnote{It is possible that Org mode will record two time stamps
3073 when you are using both @code{org-log-done} and state change logging.
3074 However, it will never prompt for two notes - if you have configured
3075 both, the state change recording note will take precedence and cancel
3076 the @samp{Closing Note}.}, and that a note is recorded when switching to
3077 WAIT or CANCELED.  The setting for WAIT is even more special: The
3078 @samp{!} after the slash means that in addition to the note taken when
3079 entering the state, a time stamp should be recorded when @i{leaving} the
3080 WAIT state, if and only if the @i{target} state does not configure
3081 logging for entering it.  So it has no effect when switching from WAIT
3082 to DONE, because DONE is configured to record a timestamp only.  But
3083 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3084 setting now triggers a timestamp even though TODO has no logging
3085 configured.
3087 You can use the exact same syntax for setting logging preferences local
3088 to a buffer:
3089 @example
3090 #+SEQ_TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3091 @end example
3093 In order to define logging settings that are local to a subtree or a
3094 single item, define a LOGGING property in this entry.  Any non-empty
3095 LOGGING property resets all logging settings to nil.  You may then turn
3096 on logging for this specific tree using STARTUP keywords like
3097 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3098 settings like @code{TODO(!)}.  For example
3100 @example
3101 * TODO Log each state with only a time
3102   :PROPERTIES:
3103   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3104   :END:
3105 * TODO Only log when switching to WAIT, and when repeating
3106   :PROPERTIES:
3107   :LOGGING: WAIT(@@) logrepeat
3108   :END:
3109 * TODO No logging at all
3110   :PROPERTIES:
3111   :LOGGING: nil
3112   :END:
3113 @end example
3116 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3117 @section Priorities
3118 @cindex priorities
3120 If you use Org mode extensively, you may end up enough TODO items that
3121 it starts to make sense to prioritize them.  Prioritizing can be done by
3122 placing a @emph{priority cookie} into the headline of a TODO item, like
3123 this
3125 @example
3126 *** TODO [#A] Write letter to Sam Fortune
3127 @end example
3129 @noindent
3130 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3131 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie
3132 is treated as priority @samp{B}.  Priorities make a difference only in
3133 the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have
3134 no inherent meaning to Org mode.
3136 Priorities can be attached to any outline tree entries; they do not need
3137 to be TODO items.
3139 @table @kbd
3140 @kindex @kbd{C-c ,}
3141 @item @kbd{C-c ,}
3142 Set the priority of the current headline.  The command prompts for a
3143 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3144 @key{SPC} instead, the priority cookie is removed from the headline.
3145 The priorities can also be changed ``remotely'' from the timeline and
3146 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3148 @kindex S-@key{up}
3149 @kindex S-@key{down}
3150 @item S-@key{up}
3151 @itemx S-@key{down}
3152 Increase/decrease priority of current headline@footnote{See also the
3153 option @code{org-priority-start-cycle-with-default'}.}.  Note that these
3154 keys are also used to modify time stamps (@pxref{Creating timestamps}).
3155 Furthermore, these keys are also used by CUA mode (@pxref{Conflicts}).
3156 @end table
3158 You can change the range of allowed priorities by setting the variables
3159 @code{org-highest-priority}, @code{org-lowest-priority}, and
3160 @code{org-default-priority}.  For an individual buffer, you may set
3161 these values (highest, lowest, default) like this (please make sure that
3162 the highest priority is earlier in the alphabet than the lowest
3163 priority):
3165 @example
3166 #+PRIORITIES: A C B
3167 @end example
3169 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3170 @section Breaking tasks down into subtasks
3171 @cindex tasks, breaking down
3173 It is often advisable to break down large tasks into smaller, manageable
3174 subtasks.  You can do this by creating an outline tree below a TODO item,
3175 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3176 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3177 the overview over the fraction of subtasks that are already completed, insert
3178 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3179 be updates each time the todo status of a child changes.  For example:
3181 @example
3182 * Organize Party [33%]
3183 ** TODO Call people [1/2]
3184 *** TODO Peter
3185 *** DONE Sarah
3186 ** TODO Buy food
3187 ** DONE Talk to neighbor
3188 @end example
3190 If you would like a TODO entry to automatically change to DONE when all
3191 chilrden are done, you can use the following setup:
3193 @example
3194 (defun org-summary-todo (n-done n-not-done)
3195   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3196   (let (org-log-done org-log-states)   ; turn off logging
3197     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3199 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3200 @end example
3203 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3204 large number of subtasks (@pxref{Checkboxes}).
3207 @node Checkboxes,  , Breaking down tasks, TODO Items
3208 @section Checkboxes
3209 @cindex checkboxes
3211 Every item in a plain list (@pxref{Plain lists}) can be made into a
3212 checkbox by starting it with the string @samp{[ ]}.  This feature is
3213 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3214 Checkboxes are not included into the global TODO list, so they are often
3215 great to split a task into a number of simple steps.  Or you can use
3216 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3217 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3219 Here is an example of a checkbox list.
3221 @example
3222 * TODO Organize party [2/4]
3223   - [-] call people [1/3]
3224     - [ ] Peter
3225     - [X] Sarah
3226     - [ ] Sam
3227   - [X] order food
3228   - [ ] think about what music to play
3229   - [X] talk to the neighbors
3230 @end example
3232 Checkboxes work hierarchically, so if a checkbox item has children that
3233 are checkboxes, toggling one of the children checkboxes will make the
3234 parent checkbox reflect if none, some, or all of the children are
3235 checked.
3237 @cindex statistics, for checkboxes
3238 @cindex checkbox statistics
3239 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are
3240 cookies indicating how many checkboxes present in this entry have been
3241 checked off, and the total number of checkboxes are present.  This can
3242 give you an idea on how many checkboxes remain, even without opening a
3243 folded entry.  The cookies can be placed into a headline or into (the
3244 first line of) a plain list item. Each cookie covers all checkboxes
3245 structurally below the headline/item on which the cookie appear.  You
3246 have to insert the cookie yourself by typing either @samp{[/]} or
3247 @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m} result, as in
3248 the examples above.  With @samp{[%]} you get information about the
3249 percentage of checkboxes checked (in the above example, this would be
3250 @samp{[50%]} and @samp{[33%]}, respectively).
3252 @noindent The following commands work with checkboxes:
3254 @table @kbd
3255 @kindex C-c C-c
3256 @item C-c C-c
3257 Toggle checkbox at point.  With a prefix argument, set it to @samp{[-]},
3258 which is considered to be an intermediate state.
3259 @kindex C-c C-x C-b
3260 @item C-c C-x C-b
3261 Toggle checkbox at point.
3262 @itemize @minus
3263 @item
3264 If there is an active region, toggle the first checkbox in the region
3265 and set all remaining boxes to the same status as the first.  If you
3266 want to toggle all boxes in the region independently, use a prefix
3267 argument.
3268 @item
3269 If the cursor is in a headline, toggle checkboxes in the region between
3270 this headline and the next (so @emph{not} the entire subtree).
3271 @item
3272 If there is no active region, just toggle the checkbox at point.
3273 @end itemize
3274 @kindex M-S-@key{RET}
3275 @item M-S-@key{RET}
3276 Insert a new item with a checkbox.
3277 This works only if the cursor is already in a plain list item
3278 (@pxref{Plain lists}).
3279 @kindex C-c #
3280 @item C-c #
3281 Update the checkbox statistics in the current outline entry.  When
3282 called with a @kbd{C-u} prefix, update the entire file.  Checkbox
3283 statistic cookies are updated automatically if you toggle checkboxes
3284 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}.  If you
3285 delete boxes or add/change them by hand, use this command to get things
3286 back into synch.  Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3287 @end table
3289 @node Tags, Properties and Columns, TODO Items, Top
3290 @chapter Tags
3291 @cindex tags
3292 @cindex headline tagging
3293 @cindex matching, tags
3294 @cindex sparse tree, tag based
3296 An excellent way to implement labels and contexts for cross-correlating
3297 information is to assign @i{tags} to headlines.  Org mode has extensive
3298 support for tags.
3300 Every headline can contain a list of tags; they occur at the end of the
3301 headline.  Tags are normal words containing letters, numbers, @samp{_},
3302 and @samp{@@}.  Tags must be preceded and followed by a single colon,
3303 e.g., @samp{:WORK:}.  Several tags can be specified, as in
3304 @samp{:work:URGENT:}.
3306 @menu
3307 * Tag inheritance::             Tags use the tree structure of the outline
3308 * Setting tags::                How to assign tags to a headline
3309 * Tag searches::                Searching for combinations of tags
3310 @end menu
3312 @node Tag inheritance, Setting tags, Tags, Tags
3313 @section Tag inheritance
3314 @cindex tag inheritance
3315 @cindex inheritance, of tags
3316 @cindex sublevels, inclusion into tags match
3318 @i{Tags} make use of the hierarchical structure of outline trees.  If a
3319 heading has a certain tag, all subheadings will inherit the tag as
3320 well.  For example, in the list
3322 @example
3323 * Meeting with the French group      :work:
3324 ** Summary by Frank                  :boss:notes:
3325 *** TODO Prepare slides for him      :action:
3326 @end example
3328 @noindent
3329 the final heading will have the tags @samp{:work:}, @samp{:boss:},
3330 @samp{:notes:}, and @samp{:action:} even though the final heading is not
3331 explicitly marked with those tags.  You can also set tags that all entries in
3332 a file should inherit as if these tags would be defined in a hypothetical
3333 level zero that surounds the entire file.
3335 @example
3336 #+FILETAGS: :Peter:Boss:Secret:
3337 @end example
3339 @noindent
3340 To limit tag inheritance to specific tags, or to turn it off entirely, use
3341 the variable @code{org-use-tag-inheritance}.
3343 When a headline matches during a tags search while tag inheritance is turned
3344 on, all the sublevels in the same tree will match as well@footnote{This is
3345 only true if the the search does not involve more complex tests including
3346 properties (@pxref{Property searches}).}.  The list of matches may then
3347 become very long.  If you only want to see the first tags match in a subtree,
3348 configure the variable @code{org-tags-match-list-sublevels}.
3350 @node Setting tags, Tag searches, Tag inheritance, Tags
3351 @section Setting tags
3352 @cindex setting tags
3353 @cindex tags, setting
3355 @kindex M-@key{TAB}
3356 Tags can simply be typed into the buffer at the end of a headline.
3357 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
3358 also a special command for inserting tags:
3360 @table @kbd
3361 @kindex C-c C-c
3362 @item C-c C-c
3363 @cindex completion, of tags
3364 Enter new tags for the current headline.  Org mode will either offer
3365 completion or a special single-key interface for setting tags, see
3366 below.  After pressing @key{RET}, the tags will be inserted and aligned
3367 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
3368 tags in the current buffer will be aligned to that column, just to make
3369 things look nice.  TAGS are automatically realigned after promotion,
3370 demotion, and TODO state changes (@pxref{TODO basics}).
3371 @end table
3373 Org will support tag insertion based on a @emph{list of tags}.  By
3374 default this list is constructed dynamically, containing all tags
3375 currently used in the buffer.  You may also globally specify a hard list
3376 of tags with the variable @code{org-tag-alist}.  Finally you can set
3377 the default tags for a given file with lines like
3379 @example
3380 #+TAGS: @@work @@home @@tennisclub
3381 #+TAGS: laptop car pc sailboat
3382 @end example
3384 If you have globally defined your preferred set of tags using the
3385 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3386 in a specific file, add an empty TAGS option line to that file:
3388 @example
3389 #+TAGS:
3390 @end example
3392 By default Org mode uses the standard minibuffer completion facilities for
3393 entering tags.  However, it also implements another, quicker, tag selection
3394 method called @emph{fast tag selection}.  This allows you to select and
3395 deselect tags with just a single key press.  For this to work well you should
3396 assign unique letters to most of your commonly used tags.  You can do this
3397 globally by configuring the variable @code{org-tag-alist} in your
3398 @file{.emacs} file.  For example, you may find the need to tag many items in
3399 different files with @samp{:@@home:}.  In this case you can set something
3400 like:
3402 @lisp
3403 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
3404 @end lisp
3406 @noindent If the tag is only relevant to the file you are working on then you
3407 can, instead, set the TAGS option line as:
3409 @example
3410 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
3411 @end example
3413 @noindent
3414 You can also group together tags that are mutually exclusive.  By using
3415 braces, as in:
3417 @example
3418 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
3419 @end example
3421 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
3422 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
3424 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
3425 these lines to activate any changes.
3427 @noindent
3428 To set these mutually exclusive groups in the variable @code{org-mode-alist}
3429 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
3430 of the braces.  The previous example would be set globally by the following
3431 configuration:
3433 @lisp
3434 (setq org-tag-alist '((:startgroup . nil)
3435                       ("@@work" . ?w) ("@@home" . ?h)
3436                       ("@@tennisclub" . ?t)
3437                       (:endgroup . nil)
3438                       ("laptop" . ?l) ("pc" . ?p)))
3439 @end lisp
3441 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
3442 automatically present you with a special interface, listing inherited tags,
3443 the tags of the current headline, and a list of all valid tags with
3444 corresponding keys@footnote{Keys will automatically be assigned to tags which
3445 have no configured keys.}.  In this interface, you can use the following
3446 keys:
3448 @table @kbd
3449 @item a-z...
3450 Pressing keys assigned to tags will add or remove them from the list of
3451 tags in the current line.  Selecting a tag in a group of mutually
3452 exclusive tags will turn off any other tags from that group.
3453 @kindex @key{TAB}
3454 @item @key{TAB}
3455 Enter a tag in the minibuffer, even if the tag is not in the predefined
3456 list.  You will be able to complete on all tags present in the buffer.
3457 @kindex @key{SPC}
3458 @item @key{SPC}
3459 Clear all tags for this line.
3460 @kindex @key{RET}
3461 @item @key{RET}
3462 Accept the modified set.
3463 @item C-g
3464 Abort without installing changes.
3465 @item q
3466 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3467 @item !
3468 Turn off groups of mutually exclusive tags.  Use this to (as an
3469 exception) assign several tags from such a group.
3470 @item C-c
3471 Toggle auto-exit after the next change (see below).
3472 If you are using expert mode, the first @kbd{C-c} will display the
3473 selection window.
3474 @end table
3476 @noindent
3477 This method lets you assign tags to a headline with very few keys.  With
3478 the above setup, you could clear the current tags and set @samp{@@home},
3479 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
3480 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
3481 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
3482 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
3483 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3484 @key{RET} @key{RET}}.
3486 If you find that most of the time, you need only a single key press to
3487 modify your list of tags, set the variable
3488 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
3489 press @key{RET} to exit fast tag selection - it will immediately exit
3490 after the first change.  If you then occasionally need more keys, press
3491 @kbd{C-c} to turn off auto-exit for the current tag selection process
3492 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
3493 C-c}).  If you set the variable to the value @code{expert}, the special
3494 window is not even shown for single-key tag selection, it comes up only
3495 when you press an extra @kbd{C-c}.
3497 @node Tag searches,  , Setting tags, Tags
3498 @section Tag searches
3499 @cindex tag searches
3500 @cindex searching for tags
3502 Once a system of tags has been set up, it can be used to collect related
3503 information into special lists.
3505 @table @kbd
3506 @kindex C-c \
3507 @kindex C-c / T
3508 @item C-c \
3509 @itemx C-c / T
3510 Create a sparse tree with all headlines matching a tags search.  With a
3511 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
3512 @kindex C-c a m
3513 @item C-c a m
3514 Create a global list of tag matches from all agenda files.
3515 @xref{Matching tags and properties}.
3516 @kindex C-c a M
3517 @item C-c a M
3518 Create a global list of tag matches from all agenda files, but check
3519 only TODO items and force checking subitems (see variable
3520 @code{org-tags-match-list-sublevels}).
3521 @end table
3523 @cindex Boolean logic, for tag searches
3524 A @i{tags} search string can use Boolean operators @samp{&} for AND and
3525 @samp{|} for OR.  @samp{&} binds more strongly than @samp{|}.
3526 Parenthesis are currently not implemented.  A tag may also be preceded
3527 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
3528 positive selection.  The AND operator @samp{&} is optional when @samp{+}
3529 or @samp{-} is present.  Examples:
3531 @table @samp
3532 @item +work-boss
3533 Select headlines tagged @samp{:work:}, but discard those also tagged
3534 @samp{:boss:}.
3535 @item work|laptop
3536 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
3537 @item work|laptop&night
3538 Like before, but require the @samp{:laptop:} lines to be tagged also
3539 @samp{:night:}.
3540 @end table
3542 @cindex TODO keyword matching, with tags search
3543 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
3544 can be useful to also match on the TODO keyword.  This can be done by
3545 adding a condition after a slash to a tags match.  The syntax is similar
3546 to the tag matches, but should be applied with consideration: For
3547 example, a positive selection on several TODO keywords can not
3548 meaningfully be combined with boolean AND.  However, @emph{negative
3549 selection} combined with AND can be meaningful.  To make sure that only
3550 lines are checked that actually have any TODO keyword, use @kbd{C-c a
3551 M}, or equivalently start the TODO part after the slash with @samp{!}.
3552 Examples:
3554 @table @samp
3555 @item work/WAITING
3556 Select @samp{:work:}-tagged TODO lines with the specific TODO
3557 keyword @samp{WAITING}.
3558 @item work/!-WAITING-NEXT
3559 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
3560 nor @samp{NEXT}
3561 @item work/+WAITING|+NEXT
3562 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
3563 @samp{NEXT}.
3564 @end table
3566 @cindex regular expressions, with tags search
3567 Any element of the tag/todo match can be a regular expression - in this
3568 case it must be enclosed in curly braces.  For example,
3569 @samp{work+@{^boss.*@}} matches headlines that contain the tag
3570 @samp{:work:} and any tag @i{starting} with @samp{boss}.
3572 @cindex level, require for tags/property match
3573 @cindex category, require for tags/property match
3574 You can also require a headline to be of a certain level or category, by
3575 writing instead of any TAG an expression like @samp{LEVEL=3} or
3576 @samp{CATEGORY="work"}, respectively.  For example, a search
3577 @samp{+LEVEL=3+boss/-DONE} lists all level three headlines that have the
3578 tag @samp{boss} and are @emph{not} marked with the TODO keyword DONE.
3580 @node Properties and Columns, Dates and Times, Tags, Top
3581 @chapter Properties and Columns
3582 @cindex properties
3584 Properties are a set of key-value pairs associated with an entry.  There
3585 are two main applications for properties in Org mode.  First, properties
3586 are like tags, but with a value.  Second, you can use properties to
3587 implement (very basic) database capabilities in an Org buffer.  For
3588 an example of the first application, imagine maintaining a file where
3589 you document bugs and plan releases of a piece of software.  Instead of
3590 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
3591 property, say @code{:Release:}, that in different subtrees has different
3592 values, such as @code{1.0} or @code{2.0}.  For an example of the second
3593 application of properties, imagine keeping track of your music CD's,
3594 where properties could be things such as the album artist, date of
3595 release, number of tracks, and so on.
3597 Properties can be conveniently edited and viewed in column view
3598 (@pxref{Column view}).
3600 Properties are like tags, but with a value.  For example, in a file
3601 where you document bugs and plan releases of a piece of software,
3602 instead of using tags like @code{:release_1:}, @code{:release_2:}, it
3603 can be more efficient to use a property @code{:Release:} with a value
3604 @code{1.0} or @code{2.0}.  Second, you can use properties to implement
3605 (very basic) database capabilities in an Org buffer, for example to
3606 create a list of Music CD's you own.  You can edit and view properties
3607 conveniently in column view (@pxref{Column view}).
3609 @menu
3610 * Property syntax::             How properties are spelled out
3611 * Special properties::          Access to other Org mode features
3612 * Property searches::           Matching property values
3613 * Property inheritance::        Passing values down the tree
3614 * Column view::                 Tabular viewing and editing
3615 * Property API::                Properties for Lisp programmers
3616 @end menu
3618 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
3619 @section Property syntax
3620 @cindex property syntax
3621 @cindex drawer, for properties
3623 Properties are key-value pairs.  They need to be inserted into a special
3624 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
3625 is specified on a single line, with the key (surrounded by colons)
3626 first, and the value after it.  Here is an example:
3628 @example
3629 * CD collection
3630 ** Classic
3631 *** Goldberg Variations
3632     :PROPERTIES:
3633     :Title:     Goldberg Variations
3634     :Composer:  J.S. Bach
3635     :Artist:    Glen Gould
3636     :Publisher: Deutsche Grammphon
3637     :NDisks:    1
3638     :END:
3639 @end example
3641 You may define the allowed values for a particular property @samp{:Xyz:}
3642 by setting a property @samp{:Xyz_ALL:}.  This special property is
3643 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
3644 the entire tree.  When allowed values are defined, setting the
3645 corresponding property becomes easier and is less prone to typing
3646 errors.  For the example with the CD collection, we can predefine
3647 publishers and the number of disks in a box like this:
3649 @example
3650 * CD collection
3651   :PROPERTIES:
3652   :NDisks_ALL:  1 2 3 4
3653   :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
3654   :END:
3655 @end example
3657 If you want to set properties that can be inherited by any entry in a
3658 file, use a line like
3660 @example
3661 #+PROPERTY: NDisks_ALL 1 2 3 4
3662 @end example
3664 Property values set with the global variable
3665 @code{org-global-properties} can be inherited by all entries in all
3666 Org files.
3668 @noindent
3669 The following commands help to work with properties:
3671 @table @kbd
3672 @kindex M-@key{TAB}
3673 @item M-@key{TAB}
3674 After an initial colon in a line, complete property keys.  All keys used
3675 in the current file will be offered as possible completions.
3676 @kindex C-c C-x p
3677 @item C-c C-x p
3678 Set a property.  This prompts for a property name and a value.  If
3679 necessary, the property drawer is created as well.
3680 @item M-x org-insert-property-drawer
3681 Insert a property drawer into the current entry.  The drawer will be
3682 inserted early in the entry, but after the lines with planning
3683 information like deadlines.
3684 @kindex C-c C-c
3685 @item C-c C-c
3686 With the cursor in a property drawer, this executes property commands.
3687 @item C-c C-c s
3688 Set a property in the current entry.  Both the property and the value
3689 can be inserted using completion.
3690 @kindex S-@key{right}
3691 @kindex S-@key{left}
3692 @item S-@key{left}/@key{right}
3693 Switch property at point to the next/previous allowed value.
3694 @item C-c C-c d
3695 Remove a property from the current entry.
3696 @item C-c C-c D
3697 Globally remove a property, from all entries in the current file.
3698 @item C-c C-c c
3699 Compute the property at point, using the operator and scope from the
3700 nearest column format definition.
3701 @end table
3703 @node Special properties, Property searches, Property syntax, Properties and Columns
3704 @section Special properties
3705 @cindex properties, special
3707 Special properties provide alternative access method to Org mode
3708 features discussed in the previous chapters, like the TODO state or the
3709 priority of an entry.  This interface exists so that you can include
3710 these states into columns view (@pxref{Column view}), or to use them in
3711 queries.  The following property names are special and should not be
3712 used as keys in the properties drawer:
3714 @example
3715 TODO         @r{The TODO keyword of the entry.}
3716 TAGS         @r{The tags defined directly in the headline.}
3717 ALLTAGS      @r{All tags, including inherited ones.}
3718 PRIORITY     @r{The priority of the entry, a string with a single letter.}
3719 DEADLINE     @r{The deadline time string, without the angular brackets.}
3720 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
3721 TIMESTAMP    @r{The first keyword-less time stamp in the entry.}
3722 TIMESTAMP_IA @r{The first inactive time stamp in the entry.}
3723 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
3724              @r{must be run first to compute the values.}
3725 @end example
3727 @node Property searches, Property inheritance, Special properties, Properties and Columns
3728 @section Property searches
3729 @cindex properties, searching
3730 @cindex searching, of properties
3732 To create sparse trees and special lists with selection based on properties,
3733 the same commands are used as for tag searches (@pxref{Tag searches}), and
3734 the same logic applies.  For example, here is a search string:
3736 @example
3737 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2+With=@{Sarah\|Denny@}
3738 @end example
3740 @noindent
3741 If the comparison value is a plain number, a numerical comparison is done,
3742 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
3743 @samp{>=}, and @samp{<>}.  If the comparison value is enclosed in double
3744 quotes, a string comparison is done, and the same operators are allowed.  If
3745 the comparison value is enclosed in curly braces, a regexp match is
3746 performed, with @samp{=} meaning that the regexp matches the property value,
3747 and @samp{<>} meaning that it does not match.  So the search string in the
3748 example finds entries tagged @samp{:work:} but not @samp{:boss:}, which also
3749 have a priority value @samp{A}, a @samp{:Coffee:} property with the value
3750 @samp{unlimited}, an @samp{Effort} property that is numerically smaller than
3751 2, and a @samp{:With:} property that is matched by the regular expression
3752 @samp{Sarah\|Denny}.
3754 You can configure Org mode to use property inheritance during a search, but
3755 beware that this can slow down searches considerably.  See @ref{Property
3756 inheritance} for details.
3758 There is also a special command for creating sparse trees based on a
3759 single property:
3761 @table @kbd
3762 @kindex C-c / p
3763 @item C-c / p
3764 Create a sparse tree based on the value of a property.  This first
3765 prompts for the name of a property, and then for a value.  A sparse tree
3766 is created with all entries that define this property with the given
3767 value.  If you enclose the value into curly braces, it is interpreted as
3768 a regular expression and matched against the property values.
3769 @end table
3771 @node Property inheritance, Column view, Property searches, Properties and Columns
3772 @section Property Inheritance
3773 @cindex properties, inheritance
3774 @cindex inheritance, of properties
3776 The outline structure of Org mode documents lends itself for an
3777 inheritance model of properties: If the parent in a tree has a certain
3778 property, the children can inherit this property.  Org mode does not
3779 turn this on by default, because it can slow down property searches
3780 significantly and is often not needed.  However, if you find inheritance
3781 useful, you can turn it on by setting the variable
3782 @code{org-use-property-inheritance}.  It may be set to @code{t}, to make
3783 all properties inherited from the parent, to a list of properties
3784 that should be inherited, or to a regular expression that matches
3785 inherited properties.
3787 Org mode has a few properties for which inheritance is hard-coded, at
3788 least for the special applications for which they are used:
3790 @table @code
3791 @item COLUMNS
3792 The @code{:COLUMNS:} property defines the format of column view
3793 (@pxref{Column view}).  It is inherited in the sense that the level
3794 where a @code{:COLUMNS:} property is defined is used as the starting
3795 point for a column view table, independently of the location in the
3796 subtree from where columns view is turned on.
3797 @item CATEGORY
3798 For agenda view, a category set through a @code{:CATEGORY:} property
3799 applies to the entire subtree.
3800 @item ARCHIVE
3801 For archiving, the @code{:ARCHIVE:} property may define the archive
3802 location for the entire subtree (@pxref{Moving subtrees}).
3803 @item LOGGING
3804 The LOGGING property may define logging settings for an entry or a
3805 subtree (@pxref{Tracking TODO state changes}).
3806 @end table
3808 @node Column view, Property API, Property inheritance, Properties and Columns
3809 @section Column view
3811 A great way to view and edit properties in an outline tree is
3812 @emph{column view}.  In column view, each outline item is turned into a
3813 table row.  Columns in this table provide access to properties of the
3814 entries.  Org mode implements columns by overlaying a tabular structure
3815 over the headline of each item.  While the headlines have been turned
3816 into a table row, you can still change the visibility of the outline
3817 tree.  For example, you get a compact table by switching to CONTENTS
3818 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3819 is active), but you can still open, read, and edit the entry below each
3820 headline.  Or, you can switch to column view after executing a sparse
3821 tree command and in this way get a table only for the selected items.
3822 Column view also works in agenda buffers (@pxref{Agenda Views}) where
3823 queries have collected selected items, possibly from a number of files.
3825 @menu
3826 * Defining columns::            The COLUMNS format property
3827 * Using column view::           How to create and use column view
3828 * Capturing column view::       A dynamic block for column view
3829 @end menu
3831 @node Defining columns, Using column view, Column view, Column view
3832 @subsection Defining columns
3833 @cindex column view, for properties
3834 @cindex properties, column view
3836 Setting up a column view first requires defining the columns.  This is
3837 done by defining a column format line.
3839 @menu
3840 * Scope of column definitions::  Where defined, where valid?
3841 * Column attributes::           Appearance and content of a column
3842 @end menu
3844 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
3845 @subsubsection Scope of column definitions
3847 To define a column format for an entire file, use a line like
3849 @example
3850 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3851 @end example
3853 To specify a format that only applies to a specific tree, add a
3854 @code{:COLUMNS:} property to the top node of that tree, for example:
3856 @example
3857 ** Top node for columns view
3858    :PROPERTIES:
3859    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3860    :END:
3861 @end example
3863 If a @code{:COLUMNS:} property is present in an entry, it defines columns
3864 for the entry itself, and for the entire subtree below it.  Since the
3865 column definition is part of the hierarchical structure of the document,
3866 you can define columns on level 1 that are general enough for all
3867 sublevels, and more specific columns further down, when you edit a
3868 deeper part of the tree.
3870 @node Column attributes,  , Scope of column definitions, Defining columns
3871 @subsubsection Column attributes
3872 A column definition sets the attributes of a column.  The general
3873 definition looks like this:
3875 @example
3876  %[width]property[(title)][@{summary-type@}]
3877 @end example
3879 @noindent
3880 Except for the percent sign and the property name, all items are
3881 optional.  The individual parts have the following meaning:
3883 @example
3884 width           @r{An integer specifying the width of the column in characters.}
3885                 @r{If omitted, the width will be determined automatically.}
3886 property        @r{The property that should be edited in this column.}
3887 (title)         @r{The header text for the column. If omitted, the}
3888                 @r{property name is used.}
3889 @{summary-type@}  @r{The summary type.  If specified, the column values for}
3890                 @r{parent nodes are computed from the children.}
3891                 @r{Supported summary types are:}
3892                 @{+@}       @r{Sum numbers in this column.}
3893                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
3894                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
3895                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
3896                 @{X@}       @r{Checkbox status, [X] if all children are [X].}
3897                 @{X/@}      @r{Checkbox status, [n/m].}
3898                 @{X%@}      @r{Checkbox status, [n%].}
3899 @end example
3901 @noindent
3902 Here is an example for a complete columns definition, along with allowed
3903 values.
3905 @example
3906 :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.}
3907                    %10Time_Estimate@{:@} %CLOCKSUM
3908 :Owner_ALL:    Tammy Mark Karl Lisa Don
3909 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
3910 :Approved_ALL: "[ ]" "[X]"
3911 @end example
3913 The first column, @samp{%25ITEM}, means the first 25 characters of the
3914 item itself, i.e. of the headline.  You probably always should start the
3915 column definition with the @samp{ITEM} specifier.  The other specifiers
3916 create columns @samp{Owner} with a list of names as allowed values, for
3917 @samp{Status} with four different possible values, and for a checkbox
3918 field @samp{Approved}.  When no width is given after the @samp{%}
3919 character, the column will be exactly as wide as it needs to be in order
3920 to fully display all values.  The @samp{Approved} column does have a
3921 modified title (@samp{Approved?}, with a question mark).  Summaries will
3922 be created for the @samp{Time_Estimate} column by adding time duration
3923 expressions like HH:MM, and for the @samp{Approved} column, by providing
3924 an @samp{[X]} status if all children have been checked.  The
3925 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
3926 in the subtree.
3928 @node Using column view, Capturing column view, Defining columns, Column view
3929 @subsection Using column view
3931 @table @kbd
3932 @tsubheading{Turning column view on and off}
3933 @kindex C-c C-x C-c
3934 @item C-c C-x C-c
3935 Create the column view for the local environment.  This command searches
3936 the hierarchy, up from point, for a @code{:COLUMNS:} property that defines
3937 a format.  When one is found, the column view table is established for
3938 the entire tree, starting from the entry that contains the @code{:COLUMNS:}
3939 property.  If none is found, the format is taken from the @code{#+COLUMNS}
3940 line or from the variable @code{org-columns-default-format}, and column
3941 view is established for the current entry and its subtree.
3942 @kindex r
3943 @item r
3944 Recreate the column view, to include recent changes made in the buffer.
3945 @kindex g
3946 @item g
3947 Same as @kbd{r}.
3948 @kindex q
3949 @item q
3950 Exit column view.
3951 @tsubheading{Editing values}
3952 @item @key{left} @key{right} @key{up} @key{down}
3953 Move through the column view from field to field.
3954 @kindex S-@key{left}
3955 @kindex S-@key{right}
3956 @item  S-@key{left}/@key{right}
3957 Switch to the next/previous allowed value of the field.  For this, you
3958 have to have specified allowed values for a property.
3959 @kindex n
3960 @kindex p
3961 @itemx  n / p
3962 Same as @kbd{S-@key{left}/@key{right}}
3963 @kindex e
3964 @item e
3965 Edit the property at point.  For the special properties, this will
3966 invoke the same interface that you normally use to change that
3967 property.  For example, when editing a TAGS property, the tag completion
3968 or fast selection interface will pop up.
3969 @kindex C-c C-c
3970 @item C-c C-c
3971 When there is a checkbox at point, toggle it.
3972 @kindex v
3973 @item v
3974 View the full value of this property.  This is useful if the width of
3975 the column is smaller than that of the value.
3976 @kindex a
3977 @item a
3978 Edit the list of allowed values for this property.  If the list is found
3979 in the hierarchy, the modified values is stored there.  If no list is
3980 found, the new value is stored in the first entry that is part of the
3981 current column view.
3982 @tsubheading{Modifying the table structure}
3983 @kindex <
3984 @kindex >
3985 @item < / >
3986 Make the column narrower/wider by one character.
3987 @kindex S-M-@key{right}
3988 @item S-M-@key{right}
3989 Insert a new column, to the right of the current column.
3990 @kindex S-M-@key{left}
3991 @item S-M-@key{left}
3992 Delete the current column.
3993 @end table
3995 @node Capturing column view,  , Using column view, Column view
3996 @subsection Capturing column view
3998 Since column view is just an overlay over a buffer, it cannot be
3999 exported or printed directly.  If you want to capture a column view, use
4000 this @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4001 of this block looks like this:
4003 @cindex #+BEGIN: columnview
4004 @example
4005 * The column view
4006 #+BEGIN: columnview :hlines 1 :id "label"
4008 #+END:
4009 @end example
4011 @noindent This dynamic block has the following parameters:
4013 @table @code
4014 @item :id
4015 This is most important parameter.  Column view is a feature that is
4016 often localized to a certain (sub)tree, and the capture block might be
4017 in a different location in the file.  To identify the tree whose view to
4018 capture, you can use 3 values:
4019 @example
4020 local     @r{use the tree in which the capture block is located}
4021 global    @r{make a global view, including all headings in the file}
4022 "label"   @r{call column view in the tree that has an @code{:ID:}}
4023           @r{property with the value @i{label}.  You can use}
4024           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4025           @r{the current entry and copy it to the kill-ring.}
4026 @end example
4027 @item :hlines
4028 When @code{t}, insert a hline after every line.  When a number N, insert
4029 a hline before each headline with level @code{<= N}.
4030 @item :vlines
4031 When set to @code{t}, enforce column groups to get vertical lines.
4032 @item :maxlevel
4033 When set to a number, don't capture entries below this level.
4034 @item :skip-empty-rows
4035 When set to @code{t}, skip row where the only non-empty specifier of the
4036 column view is @code{ITEM}.
4038 @end table
4040 @noindent
4041 The following commands insert or update the dynamic block:
4043 @table @kbd
4044 @kindex C-c C-x r
4045 @item C-c C-x r
4046 Insert a dynamic block capturing a column view.  You will be prompted
4047 for the scope or id of the view.
4048 @kindex C-c C-c
4049 @item C-c C-c
4050 @kindex C-c C-x C-u
4051 @itemx C-c C-x C-u
4052 Update dynamical block at point.  The cursor needs to be in the
4053 @code{#+BEGIN} line of the dynamic block.
4054 @kindex C-u C-c C-x C-u
4055 @item C-u C-c C-x C-u
4056 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4057 you have several clock table blocks in a buffer.
4058 @end table
4060 @node Property API,  , Column view, Properties and Columns
4061 @section The Property API
4062 @cindex properties, API
4063 @cindex API, for properties
4065 There is a full API for accessing and changing properties.  This API can
4066 be used by Emacs Lisp programs to work with properties and to implement
4067 features based on them.  For more information see @ref{Using the
4068 property API}.
4070 @node Dates and Times, Remember, Properties and Columns, Top
4071 @chapter Dates and Times
4072 @cindex dates
4073 @cindex times
4074 @cindex time stamps
4075 @cindex date stamps
4077 To assist project planning, TODO items can be labeled with a date and/or
4078 a time.  The specially formatted string carrying the date and time
4079 information is called a @emph{timestamp} in Org mode.  This may be a
4080 little confusing because timestamp is often used as indicating when
4081 something was created or last changed.  However, in Org mode this term
4082 is used in a much wider sense.
4084 @menu
4085 * Timestamps::                  Assigning a time to a tree entry
4086 * Creating timestamps::         Commands which insert timestamps
4087 * Deadlines and scheduling::    Planning your work
4088 * Clocking work time::          Tracking how long you spend on a task
4089 * Effort estimates::            Planning work effort in advance
4090 @end menu
4093 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4094 @section Timestamps, deadlines and scheduling
4095 @cindex time stamps
4096 @cindex ranges, time
4097 @cindex date stamps
4098 @cindex deadlines
4099 @cindex scheduling
4101 A time stamp is a specification of a date (possibly with time or a range
4102 of times) in a special format, either @samp{<2003-09-16 Tue>} or
4103 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4104 12:00-12:30>}@footnote{This is the standard ISO date/time format.  To
4105 use an alternative format, see @ref{Custom time format}.}.  A time stamp
4106 can appear anywhere in the headline or body of an Org tree entry.  Its
4107 presence causes entries to be shown on specific dates in the agenda
4108 (@pxref{Weekly/daily agenda}).  We distinguish:
4110 @table @var
4111 @item Plain time stamp; Event; Appointment
4112 @cindex timestamp
4113 A simple time stamp just assigns a date/time to an item.  This is just
4114 like writing down an appointment or event in a paper agenda.  In the
4115 timeline and agenda displays, the headline of an entry associated with a
4116 plain time stamp will be shown exactly on that date.
4118 @example
4119 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4120 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4121 @end example
4123 @item Time stamp with repeater interval
4124 @cindex timestamp, with repeater interval
4125 A time stamp may contain a @emph{repeater interval}, indicating that it
4126 applies not only on the given date, but again and again after a certain
4127 interval of N days (d), weeks (w), months(m), or years(y).  The
4128 following will show up in the agenda every Wednesday:
4130 @example
4131 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4132 @end example
4134 @item Diary-style sexp entries
4135 For more complex date specifications, Org mode supports using the
4136 special sexp diary entries implemented in the Emacs calendar/diary
4137 package.  For example
4139 @example
4140 * The nerd meeting on every 2nd Thursday of the month
4141   <%%(diary-float t 4 2)>
4142 @end example
4144 @item Time/Date range
4145 @cindex timerange
4146 @cindex date range
4147 Two time stamps connected by @samp{--} denote a range.  The headline
4148 will be shown on the first and last day of the range, and on any dates
4149 that are displayed and fall in the range.  Here is an example:
4151 @example
4152 ** Meeting in Amsterdam
4153    <2004-08-23 Mon>--<2004-08-26 Thu>
4154 @end example
4156 @item Inactive time stamp
4157 @cindex timestamp, inactive
4158 @cindex inactive timestamp
4159 Just like a plain time stamp, but with square brackets instead of
4160 angular ones.  These time stamps are inactive in the sense that they do
4161 @emph{not} trigger an entry to show up in the agenda.
4163 @example
4164 * Gillian comes late for the fifth time [2006-11-01 Wed]
4165 @end example
4167 @end table
4169 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
4170 @section Creating timestamps
4171 @cindex creating timestamps
4172 @cindex timestamps, creating
4174 For Org mode to recognize time stamps, they need to be in the specific
4175 format.  All commands listed below produce time stamps in the correct
4176 format.
4178 @table @kbd
4179 @kindex C-c .
4180 @item C-c .
4181 Prompt for a date and insert a corresponding time stamp.  When the
4182 cursor is at a previously used time stamp, it is updated to NOW.  When
4183 this command is used twice in succession, a time range is inserted.
4185 @kindex C-u C-c .
4186 @item C-u C-c .
4187 Like @kbd{C-c .}, but use the alternative format which contains date
4188 and time.  The default time can be rounded to multiples of 5 minutes,
4189 see the option @code{org-time-stamp-rounding-minutes}.
4191 @kindex C-c !
4192 @item C-c !
4193 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
4194 an agenda entry.
4196 @kindex C-c <
4197 @item C-c <
4198 Insert a time stamp corresponding to the cursor date in the Calendar.
4200 @kindex C-c >
4201 @item C-c >
4202 Access the Emacs calendar for the current date.  If there is a
4203 timestamp in the current line, go to the corresponding date
4204 instead.
4206 @kindex C-c C-o
4207 @item C-c C-o
4208 Access the agenda for the date given by the time stamp or -range at
4209 point (@pxref{Weekly/daily agenda}).
4211 @kindex S-@key{left}
4212 @kindex S-@key{right}
4213 @item S-@key{left}
4214 @itemx S-@key{right}
4215 Change date at cursor by one day.  These key bindings conflict with
4216 CUA mode (@pxref{Conflicts}).
4218 @kindex S-@key{up}
4219 @kindex S-@key{down}
4220 @item S-@key{up}
4221 @itemx S-@key{down}
4222 Change the item under the cursor in a timestamp.  The cursor can be on a
4223 year, month, day, hour or minute.  Note that if the cursor is in a
4224 headline and not at a time stamp, these same keys modify the priority of
4225 an item.  (@pxref{Priorities}). The key bindings also conflict with
4226 CUA mode (@pxref{Conflicts}).
4228 @kindex C-c C-y
4229 @cindex evaluate time range
4230 @item C-c C-y
4231 Evaluate a time range by computing the difference between start and end.
4232 With a prefix argument, insert result after the time range (in a table: into
4233 the following column).
4234 @end table
4237 @menu
4238 * The date/time prompt::        How Org mode helps you entering date and time
4239 * Custom time format::          Making dates look different
4240 @end menu
4242 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
4243 @subsection The date/time prompt
4244 @cindex date, reading in minibuffer
4245 @cindex time, reading in minibuffer
4247 When Org mode prompts for a date/time, the default is shown as an ISO
4248 date, and the prompt therefore seems to ask for an ISO date.  But it
4249 will in fact accept any string containing some date and/or time
4250 information, and it is really smart about interpreting your input.  You
4251 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
4252 copied from an email message.  Org mode will find whatever information
4253 is in there and derive anything you have not specified from the
4254 @emph{default date and time}.  The default is usually the current date
4255 and time, but when modifying an existing time stamp, or when entering
4256 the second stamp of a range, it is taken from the stamp in the buffer.
4257 When filling in information, Org mode assumes that most of the time you
4258 will want to enter a date in the future: If you omit the month/year and
4259 the given day/month is @i{before} today, it will assume that you mean a
4260 future date@footnote{See the variable
4261 @code{org-read-date-prefer-future}.}.
4263 For example, lets assume that today is @b{June 13, 2006}.  Here is how
4264 various inputs will be interpreted, the items filled in by Org mode are
4265 in @b{bold}.
4267 @example
4268 3-2-5         --> 2003-02-05
4269 14            --> @b{2006}-@b{06}-14
4270 12            --> @b{2006}-@b{07}-12
4271 Fri           --> nearest Friday (defaultdate or later)
4272 sep 15        --> @b{2006}-11-15
4273 feb 15        --> @b{2007}-02-15
4274 sep 12 9      --> 2009-09-12
4275 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
4276 22 sept 0:34  --> @b{2006}-09-22 0:34
4277 w4            --> ISO week for of the current year @b{2006}
4278 2012 w4 fri   --> Friday of ISO week 4 in 2012
4279 2012-w04-5    --> Same as above
4280 @end example
4282 Furthermore you can specify a relative date by giving, as the
4283 @emph{first} thing in the input: a plus/minus sign, a number and a
4284 letter [dwmy] to indicate change in days weeks, months, years.  With a
4285 single plus or minus, the date is always relative to today.  With a
4286 double plus or minus, it is relative to the default date.  If instead of
4287 a single letter, you use the abbreviation of day name, the date will be
4288 the nth such day.  E.g.
4290 @example
4291 +0            --> today
4292 .             --> today
4293 +4d           --> four days from today
4294 +4            --> same as above
4295 +2w           --> two weeks from today
4296 ++5           --> five days from default date
4297 +2tue         --> second tuesday from now.
4298 @end example
4300 The function understands English month and weekday abbreviations.  If
4301 you want to use unabbreviated names and/or other languages, configure
4302 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
4304 @cindex calendar, for selecting date
4305 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
4306 you don't need/want the calendar, configure the variable
4307 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
4308 prompt, either by clicking on a date in the calendar, or by pressing
4309 @key{RET}, the date selected in the calendar will be combined with the
4310 information entered at the prompt.  You can control the calendar fully
4311 from the minibuffer:
4313 @kindex <
4314 @kindex >
4315 @kindex mouse-1
4316 @kindex S-@key{right}
4317 @kindex S-@key{left}
4318 @kindex S-@key{down}
4319 @kindex S-@key{up}
4320 @kindex M-S-@key{right}
4321 @kindex M-S-@key{left}
4322 @kindex @key{RET}
4323 @example
4324 > / <          @r{Scroll calendar forward/backward by one month.}
4325 mouse-1        @r{Select date by clicking on it.}
4326 S-@key{right}/@key{left}     @r{One day forward/backward.}
4327 S-@key{down}/@key{up}     @r{One week forward/backward.}
4328 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
4329 @key{RET}           @r{Choose date in calendar.}
4330 @end example
4332 The actions of the date/time prompt may seem complex, but I assure you they
4333 will grow on you, and you will start getting annoyed by pretty much any other
4334 way of entering a date/time out there.  To help you understand what is going
4335 on, the current interpretation of your input will be displayed live in the
4336 minibuffer@footnote{If you find this distracting, turn the display of with
4337 @code{org-read-date-display-live}.}.
4339 @node Custom time format,  , The date/time prompt, Creating timestamps
4340 @subsection Custom time format
4341 @cindex custom date/time format
4342 @cindex time format, custom
4343 @cindex date format, custom
4345 Org mode uses the standard ISO notation for dates and times as it is
4346 defined in ISO 8601.  If you cannot get used to this and require another
4347 representation of date and time to keep you happy, you can get it by
4348 customizing the variables @code{org-display-custom-times} and
4349 @code{org-time-stamp-custom-formats}.
4351 @table @kbd
4352 @kindex C-c C-x C-t
4353 @item C-c C-x C-t
4354 Toggle the display of custom formats for dates and times.
4355 @end table
4357 @noindent
4358 Org mode needs the default format for scanning, so the custom date/time
4359 format does not @emph{replace} the default format - instead it is put
4360 @emph{over} the default format using text properties.  This has the
4361 following consequences:
4362 @itemize @bullet
4363 @item
4364 You cannot place the cursor onto a time stamp anymore, only before or
4365 after.
4366 @item
4367 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
4368 each component of a time stamp.  If the cursor is at the beginning of
4369 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
4370 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
4371 time will be changed by one minute.
4372 @item
4373 If the time stamp contains a range of clock times or a repeater, these
4374 will not be overlayed, but remain in the buffer as they were.
4375 @item
4376 When you delete a time stamp character-by-character, it will only
4377 disappear from the buffer after @emph{all} (invisible) characters
4378 belonging to the ISO timestamp have been removed.
4379 @item
4380 If the custom time stamp format is longer than the default and you are
4381 using dates in tables, table alignment will be messed up.  If the custom
4382 format is shorter, things do work as expected.
4383 @end itemize
4386 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
4387 @section Deadlines and scheduling
4389 A time stamp may be preceded by special keywords to facilitate planning:
4391 @table @var
4392 @item DEADLINE
4393 @cindex DEADLINE keyword
4395 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
4396 to be finished on that date.
4398 On the deadline date, the task will be listed in the agenda.  In
4399 addition, the agenda for @emph{today} will carry a warning about the
4400 approaching or missed deadline, starting
4401 @code{org-deadline-warning-days} before the due date, and continuing
4402 until the entry is marked DONE.  An example:
4404 @example
4405 *** TODO write article about the Earth for the Guide
4406     The editor in charge is [[bbdb:Ford Prefect]]
4407     DEADLINE: <2004-02-29 Sun>
4408 @end example
4410 You can specify a different lead time for warnings for a specific
4411 deadlines using the following syntax.  Here is an example with a warning
4412 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
4414 @item SCHEDULED
4415 @cindex SCHEDULED keyword
4417 Meaning: you are planning to start working on that task on the given
4418 date.
4420 The headline will be listed under the given date@footnote{It will still
4421 be listed on that date after it has been marked DONE.  If you don't like
4422 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
4423 addition, a reminder that the scheduled date has passed will be present
4424 in the compilation for @emph{today}, until the entry is marked DONE.
4425 I.e., the task will automatically be forwarded until completed.
4427 @example
4428 *** TODO Call Trillian for a date on New Years Eve.
4429     SCHEDULED: <2004-12-25 Sat>
4430 @end example
4432 @noindent
4433 @b{Important:} Scheduling an item in Org mode should @i{not} be
4434 understood in the same way that we understand @i{scheduling a meeting}.
4435 Setting a date for a meeting is just a simple appointment, you should
4436 mark this entry with a simple plain time stamp, to get this item shown
4437 on the date where it applies.  This is a frequent mis-understanding from
4438 Org-users.  In Org mode, @i{scheduling} means setting a date when you
4439 want to start working on an action item.
4440 @end table
4442 You may use time stamps with repeaters in scheduling and deadline
4443 entries.  Org mode will issue early and late warnings based on the
4444 assumption that the time stamp represents the @i{nearest instance} of
4445 the repeater.  However, the use of diary sexp entries like
4447 @code{<%%(diary-float t 42)>}
4449 in scheduling and deadline timestamps is limited.  Org mode does not
4450 know enough about the internals of each sexp function to issue early and
4451 late warnings.  However, it will show the item on each day where the
4452 sexp entry matches.
4454 @menu
4455 * Inserting deadline/schedule::  Planning items
4456 * Repeated tasks::              Items that show up again and again
4457 @end menu
4459 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
4460 @subsection Inserting deadlines or schedules
4462 The following commands allow to quickly insert a deadline or to schedule
4463 an item:
4465 @table @kbd
4467 @kindex C-c C-d
4468 @item C-c C-d
4469 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
4470 happen in the line directly following the headline.  When called with a
4471 prefix arg, an existing deadline will be removed from the entry.
4472 @c FIXME Any CLOSED timestamp will be removed.????????
4474 @kindex C-c / d
4475 @cindex sparse tree, for deadlines
4476 @item C-c / d
4477 Create a sparse tree with all deadlines that are either past-due, or
4478 which will become due within @code{org-deadline-warning-days}.
4479 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
4480 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
4481 all deadlines due tomorrow.
4483 @kindex C-c C-s
4484 @item C-c C-s
4485 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
4486 happen in the line directly following the headline.  Any CLOSED
4487 timestamp will be removed.  When called with a prefix argument, remove
4488 the scheduling date from the entry.
4489 @end table
4491 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
4492 @subsection Repeated tasks
4494 Some tasks need to be repeated again and again.  Org mode helps to
4495 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
4496 or plain time stamp.  In the following example
4497 @example
4498 ** TODO Pay the rent
4499    DEADLINE: <2005-10-01 Sat +1m>
4500 @end example
4501 the @code{+1m} is a repeater; the intended interpretation is that the
4502 task has a deadline on <2005-10-01> and repeats itself every (one) month
4503 starting from that time.  If you need both a repeater and a special
4504 warning period in a deadline entry, the repeater comes first and the
4505 warning period last: @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
4507 Deadlines and scheduled items produce entries in the agenda when they
4508 are over-due, so it is important to be able to mark such an entry as
4509 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
4510 with the TODO keyword DONE, it will no longer produce entries in the
4511 agenda.  The problem with this is, however, that then also the
4512 @emph{next} instance of the repeated entry will not be active.  Org mode
4513 deals with this in the following way: When you try to mark such an entry
4514 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
4515 time stamp by the repeater interval, and immediately set the entry state
4516 back to TODO.  In the example above, setting the state to DONE would
4517 actually switch the date like this:
4519 @example
4520 ** TODO Pay the rent
4521    DEADLINE: <2005-11-01 Tue +1m>
4522 @end example
4524 A timestamp@footnote{You can change this using the option
4525 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
4526 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
4527 will aslo be prompted for a note.} will be added under the deadline, to keep
4528 a record that you actually acted on the previous instance of this deadline.
4530 As a consequence of shifting the base date, this entry will no longer be
4531 visible in the agenda when checking past dates, but all future instances
4532 will be visible.
4534 With the @samp{+1m} cookie, the date shift will always be exactly one
4535 month.  So if you have not payed the rent for three months, marking this
4536 entry DONE will still keep it as an overdue deadline.  Depending on the
4537 task, this may not be the best way to handle it.  For example, if you
4538 forgot to call you father for 3 weeks, it does not make sense to call
4539 him 3 times in a single day to make up for it.  Finally, there are tasks
4540 like changing batteries which should always repeat a certain time
4541 @i{after} the last time you did it.  For these tasks, Org mode has
4542 special repeaters markers with @samp{++} and @samp{.+}.  For example:
4544 @example
4545 ** TODO Call Father
4546    DEADLINE: <2008-02-10 Sun ++1w>
4547    Marking this DONE will shift the date by at least one week,
4548    but also by as many weeks as it takes to get this date into
4549    the future.  However, it stays on a Sunday, even if you called
4550    and marked it done on Saturday.
4551 ** TODO Check the batteries in the smoke detectors
4552    DEADLINE: <2005-11-01 Tue .+1m>
4553    Marking this DONE will shift the date to one month after
4554    today.
4555 @end example
4557 You may have both scheduling and deadline information for a specific
4558 task - just make sure that the repeater intervals on both are the same.
4560 @node Clocking work time, Effort estimates, Deadlines and scheduling, Dates and Times
4561 @section Clocking work time
4563 Org mode allows you to clock the time you spent on specific tasks in a
4564 project.  When you start working on an item, you can start the clock.
4565 When you stop working on that task, or when you mark the task done, the
4566 clock is stopped and the corresponding time interval is recorded.  It
4567 also computes the total time spent on each subtree of a project.
4569 @table @kbd
4570 @kindex C-c C-x C-i
4571 @item C-c C-x C-i
4572 Start the clock on the current item (clock-in).  This inserts the CLOCK
4573 keyword together with a timestamp.  If this is not the first clocking of
4574 this item, the multiple CLOCK lines will be wrapped into a
4575 @code{:CLOCK:} drawer (see also the variable
4576 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
4577 select the task from a list of recently clocked tasks.  With two @kbd{C-u
4578 C-u} prefixes, clock into the task at point and mark it as the default task.
4579 The default task will always be available when selecting a clocking task,
4580 with letter @kbd{d}.
4581 @kindex C-c C-x C-o
4582 @item C-c C-x C-o
4583 Stop the clock (clock-out).  The inserts another timestamp at the same
4584 location where the clock was last started.  It also directly computes
4585 the resulting time in inserts it after the time range as @samp{=>
4586 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
4587 possibility to record an additional note together with the clock-out
4588 time stamp@footnote{The corresponding in-buffer setting is:
4589 @code{#+STARTUP: lognoteclock-out}}.
4590 @kindex C-c C-y
4591 @item C-c C-y
4592 Recompute the time interval after changing one of the time stamps.  This
4593 is only necessary if you edit the time stamps directly.  If you change
4594 them with @kbd{S-@key{cursor}} keys, the update is automatic.
4595 @kindex C-c C-t
4596 @item C-c C-t
4597 Changing the TODO state of an item to DONE automatically stops the clock
4598 if it is running in this same item.
4599 @kindex C-c C-x C-x
4600 @item C-c C-x C-x
4601 Cancel the current clock.  This is useful if a clock was started by
4602 mistake, or if you ended up working on something else.
4603 @kindex C-c C-x C-j
4604 @item C-c C-x C-j
4605 Jump to the entry that contains the currently running clock.  With a
4606 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
4607 tasks.
4608 @kindex C-c C-x C-d
4609 @item C-c C-x C-d
4610 Display time summaries for each subtree in the current buffer.  This
4611 puts overlays at the end of each headline, showing the total time
4612 recorded under that heading, including the time of any subheadings. You
4613 can use visibility cycling to study the tree, but the overlays disappear
4614 when you change the buffer (see variable
4615 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
4616 @kindex C-c C-x C-r
4617 @item C-c C-x C-r
4618 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
4619 report as an Org mode table into the current file.  When the cursor is
4620 at an existing clock table, just update it.  When called with a prefix
4621 argument, jump to the first clock report in the current document and
4622 update it.
4623 @cindex #+BEGIN: clocktable
4624 @example
4625 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4626 #+END: clocktable
4627 @end example
4628 @noindent
4629 If such a block already exists at point, its content is replaced by the
4630 new table.  The @samp{BEGIN} line can specify options:
4631 @example
4632 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4633 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4634 :scope       @r{The scope to consider.  This can be any of the following:}
4635              nil        @r{the current buffer or narrowed region}
4636              file       @r{the full current buffer}
4637              subtree    @r{the subtree where the clocktable is located}
4638              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4639              tree       @r{the surrounding level 1 tree}
4640              agenda     @r{all agenda files}
4641              ("file"..) @r{scan these files}
4642              file-with-archives    @r{current file and its archives}
4643              agenda-with-archives  @r{all agenda files, including archives}
4644 :block       @r{The time block to consider.  This block is specified either}
4645              @r{absolute, or relative to the current time and may be any of}
4646              @r{these formats:}
4647              2007-12-31    @r{New year eve 2007}
4648              2007-12       @r{December 2007}
4649              2007-W50      @r{ISO-week 50 in 2007}
4650              2007          @r{the year 2007}
4651              today, yesterday, today-N          @r{a relative day}
4652              thisweek, lastweek, thisweek-N     @r{a relative week}
4653              thismonth, lastmonth, thismonth-N  @r{a relative month}
4654              thisyear, lastyear, thisyear-N     @r{a relative year}
4655              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
4656 :tstart      @r{A time string specifying when to start considering times}
4657 :tend        @r{A time string specifying when to stop considering times}
4658 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
4659              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
4660 :link        @r{Link the item headlines in the table to their origins}
4661 @end example
4662 So to get a clock summary of the current level 1 tree, for the current
4663 day, you could write
4664 @example
4665 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
4666 #+END: clocktable
4667 @end example
4668 and to use a specific time range you could write@footnote{Note that all
4669 parameters must be specified in a single line - the line is broken here
4670 only to fit it onto the manual.}
4671 @example
4672 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
4673                     :tend "<2006-08-10 Thu 12:00>"
4674 #+END: clocktable
4675 @end example
4676 @kindex C-c C-c
4677 @item C-c C-c
4678 @kindex C-c C-x C-u
4679 @itemx C-c C-x C-u
4680 Update dynamical block at point.  The cursor needs to be in the
4681 @code{#+BEGIN} line of the dynamic block.
4682 @kindex C-u C-c C-x C-u
4683 @item C-u C-c C-x C-u
4684 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4685 you have several clock table blocks in a buffer.
4686 @kindex S-@key{left}
4687 @kindex S-@key{right}
4688 @item S-@key{left}
4689 @itemx S-@key{right}
4690 Shift the current @code{:block} interval and update the table.  The cursor
4691 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
4692 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
4693 @end table
4695 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4696 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
4697 worked on or closed during a day.
4699 @node Effort estimates,  , Clocking work time, Dates and Times
4700 @section Effort estimates
4701 @cindex Effort estimates
4703 If you want to plan your work in a very detailed way, or if you need to
4704 produce offers with quotations of the estimated work effort, you may want to
4705 assign effort estimates to entries.  If you are also clocking your work, you
4706 may later want to compare the planned effort with the actual working time, a
4707 great way to improve planning estimates.  Effort estimates are stored in a
4708 special property @samp{Effort}@footnote{You may change the property being
4709 used with the variable @code{org-effort-property}.}.  Clearly the best way to
4710 work with effort estimates is through column view (@pxref{Column view}).  You
4711 should start by setting up discrete values for effort estimates, and a
4712 @code{COLUMNS} format that displays these values together with clock sums (if
4713 you want to clock your time).  For a specific buffer you can use
4715 @example
4716 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
4717 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
4718 @end example
4720 @noindent
4721 or you can set up these values globally by customizing the variables
4722 @code{org-global-properties} and @code{org-columns-default-format}.  In
4723 particular if you want to use this setup also in the agenda, a global setup
4724 may be advised.
4726 The way to assign estimates to individual items is then to switch to column
4727 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
4728 value.  The values you enter will immediately be summed up in the hierarchy.
4729 In the column next to it, any clocked time will be displayed.
4731 If you switch to column view in the daily/weekly agenda, the effort column
4732 will summarize the estimated work effort for each day@footnote{Please note
4733 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
4734 column view}).}, and you can use this to find space in your schedule.  To get
4735 an overview of the entire part of the day that is committed, you can set the
4736 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
4737 appointments on a day that take place over a specified time interval will
4738 then also be added to the load estimate of the day.
4740 @node Remember, Agenda Views, Dates and Times, Top
4741 @chapter Remember
4742 @cindex @file{remember.el}
4744 The @i{Remember} package by John Wiegley lets you store quick notes with
4745 little interruption of your work flow.  See
4746 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
4747 information.  It is an excellent way to add new notes and tasks to
4748 Org files.  Org significantly expands the possibilities of
4749 @i{remember}: You may define templates for different note types, and
4750 associate target files and headlines with specific templates.  It also
4751 allows you to select the location where a note should be stored
4752 interactively, on the fly.
4754 @menu
4755 * Setting up Remember::         Some code for .emacs to get things going
4756 * Remember templates::          Define the outline of different note types
4757 * Storing notes::               Directly get the note to where it belongs
4758 * Refiling notes::              Moving a note or task to a project
4759 @end menu
4761 @node Setting up Remember, Remember templates, Remember, Remember
4762 @section Setting up Remember
4764 The following customization will tell @i{remember} to use org files as
4765 target, and to create annotations compatible with Org links.
4767 @example
4768 (org-remember-insinuate)
4769 (setq org-directory "~/path/to/my/orgfiles/")
4770 (setq org-default-notes-file (concat org-directory "/notes.org"))
4771 (define-key global-map "\C-cr" 'org-remember)
4772 @end example
4774 The last line binds the command @code{org-remember} to a global
4775 key@footnote{Please select your own key, @kbd{C-c r} is only a
4776 suggestion.}.  @code{org-remember} basically just calls @code{remember},
4777 but it makes a few things easier: If there is an active region, it will
4778 automatically copy the region into the remember buffer.  It also allows
4779 to jump to the buffer and location where remember notes are being
4780 stored: Just call @code{org-remember} with a prefix argument.  If you
4781 use two prefix arguments, Org jumps to the location where the last
4782 remember note was stored.
4784 @node Remember templates, Storing notes, Setting up Remember, Remember
4785 @section Remember templates
4786 @cindex templates, for remember
4788 In combination with Org, you can use templates to generate
4789 different types of @i{remember} notes.  For example, if you would like
4790 to use one template to create general TODO entries, another one for
4791 journal entries, and a third one for collecting random ideas, you could
4792 use:
4794 @example
4795 (setq org-remember-templates
4796  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4797    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4798    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4799 @end example
4801 @noindent In these entries, the first string is just a name, and the
4802 character specifies how to select the template.  It is useful if the
4803 character is also the first letter of the name.  The next string
4804 specifies the template.  Two more (optional) strings give the file in
4805 which, and the headline under which the new note should be stored.  The
4806 file (if not present or @code{nil}) defaults to
4807 @code{org-default-notes-file}, the heading to
4808 @code{org-remember-default-headline}.  If the file name is not an
4809 absolute path, it will be interpreted relative to @code{org-directory}.
4811 An optional sixth element specifies the contexts in which the user can
4812 select the template.  This element can be either a list of major modes
4813 or a function.  @code{org-remember} will first check whether the function
4814 returns @code{t} or if we are in any of the listed major mode, and select
4815 the template accordingly.
4817 So for example:
4819 @example
4820 (setq org-remember-templates
4821  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
4822    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" my-check)
4823    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4824 @end example
4826 The first template will only be available when invoking @code{org-remember}
4827 from an buffer in @code{emacs-lisp-mode}.  The second template will only be
4828 available when the function @code{my-check} returns @code{t}.  The third
4829 template will be proposed in any context.
4831 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
4832 something, Org will prompt for a key to select the template (if you have
4833 more than one template) and then prepare the buffer like
4834 @example
4835 * TODO
4836   [[file:link to where you called remember]]
4837 @end example
4839 @noindent
4840 During expansion of the template, special @kbd{%}-escapes allow dynamic
4841 insertion of content:
4842 @example
4843 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
4844             @r{You may specify a default value and a completion table with}
4845             @r{%^@{prompt|default|completion2|completion3...@}}
4846             @r{The arrow keys access a prompt-specific history.}
4847 %t          @r{time stamp, date only}
4848 %T          @r{time stamp with date and time}
4849 %u, %U      @r{like the above, but inactive time stamps}
4850 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
4851             @r{You may define a prompt like @code{%^@{Birthday@}t}}
4852 %n          @r{user name (taken from @code{user-full-name})}
4853 %a          @r{annotation, normally the link created with @code{org-store-link}}
4854 %A          @r{like @code{%a}, but prompt for the description part}
4855 %i          @r{initial content, the region when remember is called with C-u.}
4856             @r{The entire text will be indented like @code{%i} itself.}
4857 %c          @r{Current kill ring head.}
4858 %x          @r{Content of the X clipboard.}
4859 %^C         @r{Interactive selection of which kill or clip to use.}
4860 %^L         @r{Like @code{%^C}, but insert as link.}
4861 %^g         @r{prompt for tags, with completion on tags in target file.}
4862 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
4863 %:keyword   @r{specific information for certain link types, see below}
4864 %[pathname] @r{insert the contents of the file given by @code{pathname}}
4865 %(sexp)     @r{evaluate elisp @code{(sexp)} and replace with the result}
4866 %!          @r{immediately store note after completing the template}
4867             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
4868 @end example
4870 @noindent
4871 For specific link types, the following keywords will be
4872 defined@footnote{If you define your own link types (@pxref{Adding
4873 hyperlink types}), any property you store with
4874 @code{org-store-link-props} can be accessed in remember templates in a
4875 similar way.}:
4877 @example
4878 Link type          |  Available keywords
4879 -------------------+----------------------------------------------
4880 bbdb               |  %:name %:company
4881 bbdb               |  %::server %:port %:nick
4882 vm, wl, mh, rmail  |  %:type %:subject %:message-id
4883                    |  %:from %:fromname %:fromaddress
4884                    |  %:to   %:toname   %:toaddress
4885                    |  %: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}.}}
4886 gnus               |  %:group, @r{for messages also all email fields}
4887 w3, w3m            |  %:url
4888 info               |  %:file %:node
4889 calendar           |  %:date"
4890 @end example
4892 @noindent
4893 To place the cursor after template expansion use:
4895 @example
4896 %?          @r{After completing the template, position cursor here.}
4897 @end example
4899 @noindent
4900 If you change your mind about which template to use, call
4901 @code{org-remember} in the remember buffer.  You may then select a new
4902 template that will be filled with the previous context information.
4904 @node Storing notes, Refiling notes, Remember templates, Remember
4905 @section Storing notes
4907 When you are finished preparing a note with @i{remember}, you have to press
4908 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
4909 remember buffer, you will first be asked if you want to clock out
4910 now@footnote{To avoid this query, configure the variable
4911 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
4912 will continue to run after the note is filed away.
4914 The handler will then store the note in the file and under the headline
4915 specified in the template, or it will use the default file and headlines.
4916 The window configuration will be restored, sending you back to the working
4917 context before the call to @code{remember}.  To re-use the location found
4918 during the last call to @code{remember}, exit the remember buffer with
4919 @kbd{C-u C-u C-c C-c}, i.e. specify a double prefix argument to @kbd{C-c
4920 C-c}.
4922 If you want to store the note directly to a different place, use
4923 @kbd{C-u C-c C-c} instead to exit remember@footnote{Configure the
4924 variable @code{org-remember-store-without-prompt} to make this behavior
4925 the default.}.  The handler will then first prompt for a target file -
4926 if you press @key{RET}, the value specified for the template is used.
4927 Then the command offers the headings tree of the selected file, with the
4928 cursor position at the default headline (if you had specified one in the
4929 template).  You can either immediately press @key{RET} to get the note
4930 placed there.  Or you can use the following keys to find a different
4931 location:
4932 @example
4933 @key{TAB}         @r{Cycle visibility.}
4934 @key{down} / @key{up}   @r{Next/previous visible headline.}
4935 n / p        @r{Next/previous visible headline.}
4936 f / b        @r{Next/previous headline same level.}
4937 u            @r{One level up.}
4938 @c 0-9          @r{Digit argument.}
4939 @end example
4940 @noindent
4941 Pressing @key{RET} or @key{left} or @key{right}
4942 then leads to the following result.
4944 @multitable @columnfractions 0.2 0.15 0.65
4945 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
4946 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
4947 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
4948 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
4949 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
4950 @item                 @tab @tab depending on @code{org-reverse-note-order}.
4951 @item not on headline @tab @key{RET}
4952       @tab at cursor position, level taken from context.
4953 @end multitable
4955 Before inserting the text into a tree, the function ensures that the
4956 text has a headline, i.e. a first line that starts with a @samp{*}.  If
4957 not, a headline is constructed from the current date and some additional
4958 data.  If you have indented the text of the note below the headline, the
4959 indentation will be adapted if inserting the note into the tree requires
4960 demotion from level 1.
4962 @node Refiling notes,  , Storing notes, Remember
4963 @section Refiling notes
4964 @cindex refiling notes
4966 Remember is usually used to quickly capture notes and tasks into one or
4967 a few capture lists.  When reviewing the captured data, you may want to
4968 refile some of the entries into a different list, for example into a
4969 project.  Cutting, finding the right location and then pasting the note
4970 is cumbersome.  To simplify this process, you can use the following
4971 special command:
4973 @table @kbd
4974 @kindex C-c C-w
4975 @item C-c C-w
4976 Refile the entry at point.  This command offers possible locations for
4977 refiling the entry and lets you select one with completion.  The item is
4978 filed below the target heading as a subitem.  Depending on
4979 @code{org-reverse-note-order}, it will be either the first of last
4980 subitem.@* By default, all level 1 headlines in the current buffer are
4981 considered to be targets, but you can have more complex definitions
4982 across a number of files.  See the variable @code{org-refile-targets}
4983 for details.  If you would like to select a location via a file-pathlike
4984 completion along the outline path, see the variable
4985 @code{org-refile-use-outline-path}.
4986 @kindex C-u C-c C-w
4987 @item C-u C-c C-w
4988 Use the refile interface to jump to a heading.
4989 @kindex C-u C-u C-c C-w
4990 @item C-u C-u C-c C-w
4991 Jump to the location where @code{org-refile} last moved a tree to.
4992 @end table
4994 @node Agenda Views, Embedded LaTeX, Remember, Top
4995 @chapter Agenda Views
4996 @cindex agenda views
4998 Due to the way Org works, TODO items, time-stamped items, and
4999 tagged headlines can be scattered throughout a file or even a number of
5000 files.  To get an overview of open action items, or of events that are
5001 important for a particular date, this information must be collected,
5002 sorted and displayed in an organized way.
5004 Org can select items based on various criteria, and display them
5005 in a separate buffer.  Seven different view types are provided:
5007 @itemize @bullet
5008 @item
5009 an @emph{agenda} that is like a calendar and shows information
5010 for specific dates,
5011 @item
5012 a @emph{TODO list} that covers all unfinished
5013 action items,
5014 @item
5015 a @emph{tags view}, showings headlines based on
5016 the tags associated with them,
5017 @item
5018 a @emph{timeline view} that shows all events in a single Org file,
5019 in time-sorted view,
5020 @item
5021 a @emph{keyword search view} that shows all entries from multiple files
5022 that contain specified keywords.
5023 @item
5024 a @emph{stuck projects view} showing projects that currently don't move
5025 along, and
5026 @item
5027 @emph{custom views} that are special tag/keyword searches and
5028 combinations of different views.
5029 @end itemize
5031 @noindent
5032 The extracted information is displayed in a special @emph{agenda
5033 buffer}.  This buffer is read-only, but provides commands to visit the
5034 corresponding locations in the original Org files, and even to
5035 edit these files remotely.
5037 Two variables control how the agenda buffer is displayed and whether the
5038 window configuration is restored when the agenda exits:
5039 @code{org-agenda-window-setup} and
5040 @code{org-agenda-restore-windows-after-quit}.
5042 @menu
5043 * Agenda files::                Files being searched for agenda information
5044 * Agenda dispatcher::           Keyboard access to agenda views
5045 * Built-in agenda views::       What is available out of the box?
5046 * Presentation and sorting::    How agenda items are prepared for display
5047 * Agenda commands::             Remote editing of Org trees
5048 * Custom agenda views::         Defining special searches and views
5049 * Agenda column view::          Using column view for collected entries
5050 @end menu
5052 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
5053 @section Agenda files
5054 @cindex agenda files
5055 @cindex files for agenda
5057 The information to be shown is normally collected from all @emph{agenda
5058 files}, the files listed in the variable
5059 @code{org-agenda-files}@footnote{If the value of that variable is not a
5060 list, but a single file name, then the list of agenda files will be
5061 maintained in that external file.}. If a directory is part of this list,
5062 all files with the extension @file{.org} in this directory will be part
5063 of the list.
5065 Thus even if you only work with a single Org file, this file should
5066 be put into that list@footnote{When using the dispatcher, pressing
5067 @kbd{<} before selecting a command will actually limit the command to
5068 the current file, and ignore @code{org-agenda-files} until the next
5069 dispatcher command.}.  You can customize @code{org-agenda-files}, but
5070 the easiest way to maintain it is through the following commands
5072 @cindex files, adding to agenda list
5073 @table @kbd
5074 @kindex C-c [
5075 @item C-c [
5076 Add current file to the list of agenda files.  The file is added to
5077 the front of the list.  If it was already in the list, it is moved to
5078 the front.  With a prefix argument, file is added/moved to the end.
5079 @kindex C-c ]
5080 @item C-c ]
5081 Remove current file from the list of agenda files.
5082 @kindex C-,
5083 @kindex C-'
5084 @item C-,
5085 @itemx C-'
5086 Cycle through agenda file list, visiting one file after the other.
5087 @kindex M-x org-iswitchb
5088 @item M-x org-iswitchb
5089 Command to use an @code{iswitchb}-like interface to switch to and between Org
5090 buffers.
5091 @end table
5093 @noindent
5094 The Org menu contains the current list of files and can be used
5095 to visit any of them.
5097 If you would like to focus the agenda temporarily onto a file not in
5098 this list, or onto just one file in the list or even only a subtree in a
5099 file, this can be done in different ways.  For a single agenda command,
5100 you may press @kbd{<} once or several times in the dispatcher
5101 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
5102 extended period, use the following commands:
5104 @table @kbd
5105 @kindex C-c C-x <
5106 @item C-c C-x <
5107 Permanently restrict the agenda to the current subtree.  When with a
5108 prefix argument, or with the cursor before the first headline in a file,
5109 the agenda scope is set to the entire file.  This restriction remains in
5110 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
5111 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
5112 agenda view, the new restriction takes effect immediately.
5113 @kindex C-c C-x <
5114 @item C-c C-x <
5115 Remove the permanent restriction created by @kbd{C-c C-x <}.
5116 @end table
5118 @noindent
5119 When working with @file{Speedbar}, you can use the following commands in
5120 the Speedbar frame:
5121 @table @kbd
5122 @kindex <
5123 @item < @r{in the speedbar frame}
5124 Permanently restrict the agenda to the item at the cursor in the
5125 Speedbar frame, either an Org file or a subtree in such a file.
5126 If there is a window displaying an agenda view, the new restriction takes
5127 effect immediately.
5128 @kindex <
5129 @item > @r{in the speedbar frame}
5130 Lift the restriction again.
5131 @end table
5133 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
5134 @section The agenda dispatcher
5135 @cindex agenda dispatcher
5136 @cindex dispatching agenda commands
5137 The views are created through a dispatcher that should be bound to a
5138 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
5139 following we will assume that @kbd{C-c a} is indeed how the dispatcher
5140 is accessed and list keyboard access to commands accordingly.  After
5141 pressing @kbd{C-c a}, an additional letter is required to execute a
5142 command.  The dispatcher offers the following default commands:
5143 @table @kbd
5144 @item a
5145 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
5146 @item t @r{/} T
5147 Create a list of all TODO items (@pxref{Global TODO list}).
5148 @item m @r{/} M
5149 Create a list of headlines matching a TAGS expression (@pxref{Matching
5150 tags and properties}).
5151 @item L
5152 Create the timeline view for the current buffer (@pxref{Timeline}).
5153 @item s
5154 Create a list of entries selected by a boolean expression of keywords
5155 and/or regular expressions that must or must not occur in the entry.
5156 @item /
5157 Search for a regular expression in all agenda files and additionally in
5158 the files listed in @code{org-agenda-multi-occur-extra-files}.  This
5159 uses the Emacs command @code{multi-occur}.  A prefix argument can be
5160 used to specify the number of context lines for each match, default is
5162 @item # @r{/} !
5163 Create a list of stuck projects (@pxref{Stuck projects}).
5164 @item <
5165 Restrict an agenda command to the current buffer@footnote{For backward
5166 compatibility, you can also press @kbd{1} to restrict to the current
5167 buffer.}.  After pressing @kbd{<}, you still need to press the character
5168 selecting the command.
5169 @item < <
5170 If there is an active region, restrict the following agenda command to
5171 the region.  Otherwise, restrict it to the current subtree@footnote{For
5172 backward compatibility, you can also press @kbd{0} to restrict to the
5173 current buffer.}.  After pressing @kbd{< <}, you still need to press the
5174 character selecting the command.
5175 @end table
5177 You can also define custom commands that will be accessible through the
5178 dispatcher, just like the default commands.  This includes the
5179 possibility to create extended agenda buffers that contain several
5180 blocks together, for example the weekly agenda, the global TODO list and
5181 a number of special tags matches.  @xref{Custom agenda views}.
5183 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
5184 @section The built-in agenda views
5186 In this section we describe the built-in views.
5188 @menu
5189 * Weekly/daily agenda::         The calendar page with current tasks
5190 * Global TODO list::            All unfinished action items
5191 * Matching tags and properties::  Structured information with fine-tuned search
5192 * Timeline::                    Time-sorted view for single file
5193 * Keyword search::              Finding entries by keyword
5194 * Stuck projects::              Find projects you need to review
5195 @end menu
5197 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
5198 @subsection The weekly/daily agenda
5199 @cindex agenda
5200 @cindex weekly agenda
5201 @cindex daily agenda
5203 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
5204 paper agenda, showing all the tasks for the current week or day.
5206 @table @kbd
5207 @cindex org-agenda, command
5208 @kindex C-c a a
5209 @item C-c a a
5210 Compile an agenda for the current week from a list of org files.  The
5211 agenda shows the entries for each day.  With a numeric
5212 prefix@footnote{For backward compatibility, the universal prefix
5213 @kbd{C-u} causes all TODO entries to be listed before the agenda.  This
5214 feature is deprecated, use the dedicated TODO list, or a block agenda
5215 instead.}  (like @kbd{C-u 2 1 C-c a a}) you may set the number of days
5216 to be displayed (see also the variable @code{org-agenda-ndays})
5217 @end table
5219 Remote editing from the agenda buffer means, for example, that you can
5220 change the dates of deadlines and appointments from the agenda buffer.
5221 The commands available in the Agenda buffer are listed in @ref{Agenda
5222 commands}.
5224 @subsubheading Calendar/Diary integration
5225 @cindex calendar integration
5226 @cindex diary integration
5228 Emacs contains the calendar and diary by Edward M. Reingold.  The
5229 calendar displays a three-month calendar with holidays from different
5230 countries and cultures.  The diary allows you to keep track of
5231 anniversaries, lunar phases, sunrise/set, recurrent appointments
5232 (weekly, monthly) and more.  In this way, it is quite complementary to
5233 Org.  It can be very useful to combine output from Org with
5234 the diary.
5236 In order to include entries from the Emacs diary into Org mode's
5237 agenda, you only need to customize the variable
5239 @lisp
5240 (setq org-agenda-include-diary t)
5241 @end lisp
5243 @noindent After that, everything will happen automatically.  All diary
5244 entries including holidays, anniversaries etc will be included in the
5245 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
5246 @key{RET} can be used from the agenda buffer to jump to the diary
5247 file in order to edit existing diary entries.  The @kbd{i} command to
5248 insert new entries for the current date works in the agenda buffer, as
5249 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
5250 Sunrise/Sunset times, show lunar phases and to convert to other
5251 calendars, respectively.  @kbd{c} can be used to switch back and forth
5252 between calendar and agenda.
5254 If you are using the diary only for sexp entries and holidays, it is
5255 faster to not use the above setting, but instead to copy or even move
5256 the entries into an Org file. Org mode evaluates diary-style sexp
5257 entries, and does it faster because there is no overhead for first
5258 creating the diary display.  Note that the sexp entries must start at
5259 the left margin, no white space is allowed before them.  For example,
5260 the following segment of an Org file will be processed and entries
5261 will be made in the agenda:
5263 @example
5264 * Birthdays and similar stuff
5265 #+CATEGORY: Holiday
5266 %%(org-calendar-holiday)   ; special function for holiday names
5267 #+CATEGORY: Ann
5268 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
5269 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
5270 @end example
5272 @subsubheading Appointment reminders
5273 @cindex @file{appt.el}
5274 @cindex appointment reminders
5276 Org can interact with Emacs appointments notification facility.
5278 To add all the appointments of your agenda files, use the command
5279 @code{org-agenda-to-appt}.  This commands also lets you filter through
5280 the list of your appointments and add only those belonging to a specific
5281 category or matching a regular expression. See the docstring for
5282 details.
5284 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
5285 @subsection The global TODO list
5286 @cindex global TODO list
5287 @cindex TODO list, global
5289 The global TODO list contains all unfinished TODO items, formatted and
5290 collected into a single place.
5292 @table @kbd
5293 @kindex C-c a t
5294 @item C-c a t
5295 Show the global TODO list.  This collects the TODO items from all
5296 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
5297 @code{agenda-mode}, so there are commands to examine and manipulate
5298 the TODO entries directly from that buffer (@pxref{Agenda commands}).
5299 @kindex C-c a T
5300 @item C-c a T
5301 @cindex TODO keyword matching
5302 Like the above, but allows selection of a specific TODO keyword.  You
5303 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
5304 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
5305 specify several keywords by separating them with @samp{|} as boolean OR
5306 operator.  With a numeric prefix, the Nth keyword in
5307 @code{org-todo-keywords} is selected.
5308 @kindex r
5309 The @kbd{r} key in the agenda buffer regenerates it, and you can give
5310 a prefix argument to this command to change the selected TODO keyword,
5311 for example @kbd{3 r}.  If you often need a search for a specific
5312 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
5313 Matching specific TODO keywords can also be done as part of a tags
5314 search (@pxref{Tag searches}).
5315 @end table
5317 Remote editing of TODO items means that you can change the state of a
5318 TODO entry with a single key press.  The commands available in the
5319 TODO list are described in @ref{Agenda commands}.
5321 @cindex sublevels, inclusion into TODO list
5322 Normally the global TODO list simply shows all headlines with TODO
5323 keywords.  This list can become very long.  There are two ways to keep
5324 it more compact:
5325 @itemize @minus
5326 @item
5327 Some people view a TODO item that has been @emph{scheduled} for
5328 execution (@pxref{Timestamps}) as no longer @emph{open}.  Configure the
5329 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
5330 items from the global TODO list.
5331 @item
5332 TODO items may have sublevels to break up the task into subtasks.  In
5333 such cases it may be enough to list only the highest level TODO headline
5334 and omit the sublevels from the global list.  Configure the variable
5335 @code{org-agenda-todo-list-sublevels} to get this behavior.
5336 @end itemize
5338 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
5339 @subsection Matching tags and properties
5340 @cindex matching, of tags
5341 @cindex matching, of properties
5342 @cindex tags view
5344 If headlines in the agenda files are marked with @emph{tags}
5345 (@pxref{Tags}), you can select headlines based on the tags that apply
5346 to them and collect them into an agenda buffer.
5348 @table @kbd
5349 @kindex C-c a m
5350 @item C-c a m
5351 Produce a list of all headlines that match a given set of tags.  The
5352 command prompts for a selection criterion, which is a boolean logic
5353 expression with tags, like @samp{+work+urgent-withboss} or
5354 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
5355 define a custom command for it (@pxref{Agenda dispatcher}).
5356 @kindex C-c a M
5357 @item C-c a M
5358 Like @kbd{C-c a m}, but only select headlines that are also TODO items
5359 and force checking subitems (see variable
5360 @code{org-tags-match-list-sublevels}).  Matching specific TODO keywords
5361 together with a tags match is also possible, see @ref{Tag searches}.
5362 @end table
5364 The commands available in the tags list are described in @ref{Agenda
5365 commands}.
5367 @node Timeline, Keyword search, Matching tags and properties, Built-in agenda views
5368 @subsection Timeline for a single file
5369 @cindex timeline, single file
5370 @cindex time-sorted view
5372 The timeline summarizes all time-stamped items from a single Org mode
5373 file in a @emph{time-sorted view}.  The main purpose of this command is
5374 to give an overview over events in a project.
5376 @table @kbd
5377 @kindex C-c a L
5378 @item C-c a L
5379 Show a time-sorted view of the org file, with all time-stamped items.
5380 When called with a @kbd{C-u} prefix, all unfinished TODO entries
5381 (scheduled or not) are also listed under the current date.
5382 @end table
5384 @noindent
5385 The commands available in the timeline buffer are listed in
5386 @ref{Agenda commands}.
5388 @node Keyword search, Stuck projects, Timeline, Built-in agenda views
5389 @subsection Keyword search
5390 @cindex keyword search
5391 @cindex searching, for keywords
5393 This agenda view is a general text search facility for Org mode entries.
5394 It is particularly useful to find notes.
5396 @table @kbd
5397 @kindex C-c a s
5398 @item C-c a s
5399 This is a special search that lets you select entries by keywords or
5400 regular expression, using a boolean logic.  For example, the search
5401 string
5403 @example
5404 +computer +wifi -ethernet -@{8\.11[bg]@}
5405 @end example
5407 @noindent
5408 will search for note entries that contain the keywords @code{computer}
5409 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
5410 not matched by the regular expression @code{8\.11[bg]}, meaning to
5411 exclude both 8.11b and 8.11g.
5413 Note that in addition to the agenda files, this command will also search
5414 the files listed in @code{org-agenda-text-search-extra-files}.
5415 @end table
5417 @node Stuck projects,  , Keyword search, Built-in agenda views
5418 @subsection Stuck projects
5420 If you are following a system like David Allen's GTD to organize your
5421 work, one of the ``duties'' you have is a regular review to make sure
5422 that all projects move along.  A @emph{stuck} project is a project that
5423 has no defined next actions, so it will never show up in the TODO lists
5424 Org mode produces.  During the review, you need to identify such
5425 projects and define next actions for them.
5427 @table @kbd
5428 @kindex C-c a #
5429 @item C-c a #
5430 List projects that are stuck.
5431 @kindex C-c a !
5432 @item C-c a !
5433 Customize the variable @code{org-stuck-projects} to define what a stuck
5434 project is and how to find it.
5435 @end table
5437 You almost certainly will have to configure this view before it will
5438 work for you.  The built-in default assumes that all your projects are
5439 level-2 headlines, and that a project is not stuck if it has at least
5440 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
5442 Lets assume that you, in your own way of using Org mode, identify
5443 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
5444 indicate a project that should not be considered yet.  Lets further
5445 assume that the TODO keyword DONE marks finished projects, and that NEXT
5446 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
5447 is a next action even without the NEXT tag.  Finally, if the project
5448 contains the special word IGNORE anywhere, it should not be listed
5449 either.  In this case you would start by identifying eligible projects
5450 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
5451 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
5452 are not stuck.  The correct customization for this is
5454 @lisp
5455 (setq org-stuck-projects
5456       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
5457                                "\\<IGNORE\\>"))
5458 @end lisp
5461 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
5462 @section Presentation and sorting
5463 @cindex presentation, of agenda items
5465 Before displaying items in an agenda view, Org mode visually prepares
5466 the items and sorts them.  Each item occupies a single line.  The line
5467 starts with a @emph{prefix} that contains the @emph{category}
5468 (@pxref{Categories}) of the item and other important information.  You can
5469 customize the prefix using the option @code{org-agenda-prefix-format}.
5470 The prefix is followed by a cleaned-up version of the outline headline
5471 associated with the item.
5473 @menu
5474 * Categories::                  Not all tasks are equal
5475 * Time-of-day specifications::  How the agenda knows the time
5476 * Sorting of agenda items::     The order of things
5477 @end menu
5479 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
5480 @subsection Categories
5482 @cindex category
5483 The category is a broad label assigned to each agenda item.  By default,
5484 the category is simply derived from the file name, but you can also
5485 specify it with a special line in the buffer, like this@footnote{For
5486 backward compatibility, the following also works: If there are several
5487 such lines in a file, each specifies the category for the text below it.
5488 The first category also applies to any text before the first CATEGORY
5489 line.  However, using this method is @emph{strongly} deprecated as it is
5490 incompatible with the outline structure of the document.  The correct
5491 method for setting multiple categories in a buffer is using a
5492 property.}:
5494 @example
5495 #+CATEGORY: Thesis
5496 @end example
5498 @noindent
5499 If you would like to have a special CATEGORY for a single entry or a
5500 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
5501 as the value (@pxref{Properties and Columns}).
5503 @noindent
5504 The display in the agenda buffer looks best if the category is not
5505 longer than 10 characters.
5507 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
5508 @subsection Time-of-day specifications
5509 @cindex time-of-day specification
5511 Org mode checks each agenda item for a time-of-day specification.  The
5512 time can be part of the time stamp that triggered inclusion into the
5513 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
5514 ranges can be specified with two time stamps, like
5516 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
5518 In the headline of the entry itself, a time(range) may also appear as
5519 plain text (like @samp{12:45} or a @samp{8:30-1pm}.  If the agenda
5520 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
5521 specifications in diary entries are recognized as well.
5523 For agenda display, Org mode extracts the time and displays it in a
5524 standard 24 hour format as part of the prefix.  The example times in
5525 the previous paragraphs would end up in the agenda like this:
5527 @example
5528     8:30-13:00 Arthur Dent lies in front of the bulldozer
5529    12:45...... Ford Prefect arrives and takes Arthur to the pub
5530    19:00...... The Vogon reads his poem
5531    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5532 @end example
5534 @cindex time grid
5535 If the agenda is in single-day mode, or for the display of today, the
5536 timed entries are embedded in a time grid, like
5538 @example
5539     8:00...... ------------------
5540     8:30-13:00 Arthur Dent lies in front of the bulldozer
5541    10:00...... ------------------
5542    12:00...... ------------------
5543    12:45...... Ford Prefect arrives and takes Arthur to the pub
5544    14:00...... ------------------
5545    16:00...... ------------------
5546    18:00...... ------------------
5547    19:00...... The Vogon reads his poem
5548    20:00...... ------------------
5549    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5550 @end example
5552 The time grid can be turned on and off with the variable
5553 @code{org-agenda-use-time-grid}, and can be configured with
5554 @code{org-agenda-time-grid}.
5556 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
5557 @subsection Sorting of agenda items
5558 @cindex sorting, of agenda items
5559 @cindex priorities, of agenda items
5560 Before being inserted into a view, the items are sorted.  How this is
5561 done depends on the type of view.
5562 @itemize @bullet
5563 @item
5564 For the daily/weekly agenda, the items for each day are sorted.  The
5565 default order is to first collect all items containing an explicit
5566 time-of-day specification.  These entries will be shown at the beginning
5567 of the list, as a @emph{schedule} for the day.  After that, items remain
5568 grouped in categories, in the sequence given by @code{org-agenda-files}.
5569 Within each category, items are sorted by priority (@pxref{Priorities}),
5570 which is composed of the base priority (2000 for priority @samp{A}, 1000
5571 for @samp{B}, and 0 for @samp{C}), plus additional increments for
5572 overdue scheduled or deadline items.
5573 @item
5574 For the TODO list, items remain in the order of categories, but within
5575 each category, sorting takes place according to priority
5576 (@pxref{Priorities}).
5577 @item
5578 For tags matches, items are not sorted at all, but just appear in the
5579 sequence in which they are found in the agenda files.
5580 @end itemize
5582 Sorting can be customized using the variable
5583 @code{org-agenda-sorting-strategy}, and may also include criteria based on
5584 the estimated effort of an entry.
5585 @c FIXME: link!!!!!!!!
5588 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
5589 @section Commands in the agenda buffer
5590 @cindex commands, in agenda buffer
5592 Entries in the agenda buffer are linked back to the org file or diary
5593 file where they originate.  You are not allowed to edit the agenda
5594 buffer itself, but commands are provided to show and jump to the
5595 original entry location, and to edit the org-files ``remotely'' from
5596 the agenda buffer.  In this way, all information is stored only once,
5597 removing the risk that your agenda and note files may diverge.
5599 Some commands can be executed with mouse clicks on agenda lines.  For
5600 the other commands, the cursor needs to be in the desired line.
5602 @table @kbd
5603 @tsubheading{Motion}
5604 @cindex motion commands in agenda
5605 @kindex n
5606 @item n
5607 Next line (same as @key{up} and @kbd{C-p}).
5608 @kindex p
5609 @item p
5610 Previous line (same as @key{down} and @kbd{C-n}).
5611 @tsubheading{View/Go to org file}
5612 @kindex mouse-3
5613 @kindex @key{SPC}
5614 @item mouse-3
5615 @itemx @key{SPC}
5616 Display the original location of the item in another window.
5618 @kindex L
5619 @item L
5620 Display original location and recenter that window.
5622 @kindex mouse-2
5623 @kindex mouse-1
5624 @kindex @key{TAB}
5625 @item mouse-2
5626 @itemx mouse-1
5627 @itemx @key{TAB}
5628 Go to the original location of the item in another window.  Under Emacs
5629 22, @kbd{mouse-1} will also works for this.
5631 @kindex @key{RET}
5632 @itemx @key{RET}
5633 Go to the original location of the item and delete other windows.
5635 @kindex f
5636 @item f
5637 Toggle Follow mode.  In Follow mode, as you move the cursor through
5638 the agenda buffer, the other window always shows the corresponding
5639 location in the org file.  The initial setting for this mode in new
5640 agenda buffers can be set with the variable
5641 @code{org-agenda-start-with-follow-mode}.
5643 @kindex b
5644 @item b
5645 Display the entire subtree of the current item in an indirect buffer.  With a
5646 numeric prefix argument N, go up to level N and then take that tree.  If N is
5647 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
5648 previously used indirect buffer.
5650 @kindex l
5651 @item l
5652 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
5653 logging was on (variable @code{org-log-done}) are shown in the agenda,
5654 as are entries that have been clocked on that day.
5656 @kindex R
5657 @item R
5658 Toggle Clockreport mode.  In clockreport mode, the daily/weekly agenda will
5659 always show a table with the clocked times for the timespan and file scope
5660 covered by the current agenda view.  The initial setting for this mode in new
5661 agenda buffers can be set with the variable
5662 @code{org-agenda-start-with-clockreport-mode}.
5664 @tsubheading{Change display}
5665 @cindex display changing, in agenda
5666 @kindex o
5667 @item o
5668 Delete other windows.
5670 @kindex d
5671 @kindex w
5672 @kindex m
5673 @kindex y
5674 @item d w m y
5675 Switch to day/week/month/year view.  When switching to day or week view,
5676 this setting becomes the default for subsequent agenda commands.  Since
5677 month and year views are slow to create, they do not become the default.
5678 A numeric prefix argument may be used to jump directly to a specific day
5679 of the year, ISO week, month, or year, respectively.  For example,
5680 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
5681 setting day, week, or month view, a year may be encoded in the prefix
5682 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
5683 2007.  If such a year specification has only one or two digits, it will
5684 be mapped to the interval 1938-2037.
5686 @kindex D
5687 @item D
5688 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
5690 @kindex G
5691 @item G
5692 Toggle the time grid on and off.  See also the variables
5693 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
5695 @kindex r
5696 @item r
5697 Recreate the agenda buffer, for example to reflect the changes
5698 after modification of the time stamps of items with S-@key{left} and
5699 S-@key{right}.  When the buffer is the global TODO list, a prefix
5700 argument is interpreted to create a selective list for a specific TODO
5701 keyword.
5702 @kindex g
5703 @item g
5704 Same as @kbd{r}.
5706 @kindex s
5707 @kindex C-x C-s
5708 @item s
5709 @itemx C-x C-s
5710 Save all Org buffers in the current Emacs session.
5712 @kindex @key{right}
5713 @item @key{right}
5714 Display the following @code{org-agenda-ndays} days.  For example, if
5715 the display covers a week, switch to the following week.  With prefix
5716 arg, go forward that many times @code{org-agenda-ndays} days.
5718 @kindex @key{left}
5719 @item @key{left}
5720 Display the previous dates.
5722 @kindex .
5723 @item .
5724 Go to today.
5726 @kindex C-c C-x C-c
5727 @item C-c C-x C-c
5728 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
5729 view format is taken from the entry at point, or (if there is no entry at
5730 point), from the first entry in the agenda view.  So whatever the format for
5731 that entry would be in the original buffer (taken from a property, from a
5732 @code{#+COLUMNS} line, or from the default variable
5733 @code{org-columns-default-format}), will be used in the agenda.
5735 @tsubheading{Query editing}
5736 @cindex query editing, in agenda
5738 @kindex [
5739 @kindex ]
5740 @kindex @{
5741 @kindex @}
5742 @item [ ] @{ @}
5743 In the @i{search view} (@pxref{Keyword search}), these keys add new
5744 search words (@kbd{[} and @kbd{]}) or new regular expressions (@kbd{@{}
5745 and @kbd{@}}) to the query string.  The opening bracket/brace will add a
5746 positive search term prefixed by @samp{+}, indicating that this search
5747 term @i{must} occur/match in the entry.  Closing bracket/brace add a
5748 negative search term which @i{must not} occur/match in the entry for it
5749 to be selected.
5752 @tsubheading{Remote editing}
5753 @cindex remote editing, from agenda
5755 @item 0-9
5756 Digit argument.
5758 @cindex undoing remote-editing events
5759 @cindex remote editing, undo
5760 @kindex C-_
5761 @item C-_
5762 Undo a change due to a remote editing command.  The change is undone
5763 both in the agenda buffer and in the remote buffer.
5765 @kindex t
5766 @item t
5767 Change the TODO state of the item, both in the agenda and in the
5768 original org file.
5770 @kindex C-k
5771 @item C-k
5772 Delete the current agenda item along with the entire subtree belonging
5773 to it in the original Org file.  If the text to be deleted remotely
5774 is longer than one line, the kill needs to be confirmed by the user.  See
5775 variable @code{org-agenda-confirm-kill}.
5777 @kindex a
5778 @item a
5779 Toggle the ARCHIVE tag for the current headline.
5781 @kindex A
5782 @item A
5783 Move the subtree corresponding to the current entry to its @emph{Archive
5784 Sibling}.
5786 @kindex $
5787 @item $
5788 Archive the subtree corresponding to the current headline.  This means the
5789 entry will be moved to the configured archive location, most likely a
5790 different file.
5792 @kindex T
5793 @item T
5794 Show all tags associated with the current item.  Because of
5795 inheritance, this may be more than the tags listed in the line itself.
5797 @kindex :
5798 @item :
5799 Set tags for the current headline.  If there is an active region in the
5800 agenda, change a tag for all headings in the region.
5802 @kindex ,
5803 @item ,
5804 Set the priority for the current item.  Org mode prompts for the
5805 priority character. If you reply with @key{SPC}, the priority cookie
5806 is removed from the entry.
5808 @kindex P
5809 @item P
5810 Display weighted priority of current item.
5812 @kindex +
5813 @kindex S-@key{up}
5814 @item +
5815 @itemx S-@key{up}
5816 Increase the priority of the current item.  The priority is changed in
5817 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
5818 key for this.
5820 @kindex -
5821 @kindex S-@key{down}
5822 @item -
5823 @itemx S-@key{down}
5824 Decrease the priority of the current item.
5826 @kindex C-c C-s
5827 @item C-c C-s
5828 Schedule this item
5830 @kindex C-c C-d
5831 @item C-c C-d
5832 Set a deadline for this item.
5834 @kindex S-@key{right}
5835 @item S-@key{right}
5836 Change the time stamp associated with the current line by one day into the
5837 future.  With a numeric prefix argument, change it by that many days.  For
5838 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The stamp is
5839 changed in the original org file, but the change is not directly reflected in
5840 the agenda buffer.  Use the @kbd{r} key to update the buffer.
5842 @kindex S-@key{left}
5843 @item S-@key{left}
5844 Change the time stamp associated with the current line by one day
5845 into the past.
5847 @kindex >
5848 @item >
5849 Change the time stamp associated with the current line to today.
5850 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
5851 on my keyboard.
5853 @kindex I
5854 @item I
5855 Start the clock on the current item.  If a clock is running already, it
5856 is stopped first.
5858 @kindex O
5859 @item O
5860 Stop the previously started clock.
5862 @kindex X
5863 @item X
5864 Cancel the currently running clock.
5866 @kindex J
5867 @item J
5868 Jump to the running clock in another window.
5870 @tsubheading{Calendar commands}
5871 @cindex calendar commands, from agenda
5872 @kindex c
5873 @item c
5874 Open the Emacs calendar and move to the date at the agenda cursor.
5876 @item c
5877 When in the calendar, compute and show the Org mode agenda for the
5878 date at the cursor.
5880 @cindex diary entries, creating from agenda
5881 @kindex i
5882 @item i
5883 Insert a new entry into the diary.  Prompts for the type of entry
5884 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
5885 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
5886 The date is taken from the cursor position.
5888 @kindex M
5889 @item M
5890 Show the phases of the moon for the three months around current date.
5892 @kindex S
5893 @item S
5894 Show sunrise and sunset times.  The geographical location must be set
5895 with calendar variables, see documentation of the Emacs calendar.
5897 @kindex C
5898 @item C
5899 Convert the date at cursor into many other cultural and historic
5900 calendars.
5902 @kindex H
5903 @item H
5904 Show holidays for three month around the cursor date.
5906 @item M-x org-export-icalendar-combine-agenda-files
5907 Export a single iCalendar file containing entries from all agenda files.
5908 This is a globally available command, and also available in the agenda menu.
5910 @tsubheading{Exporting to a file}
5911 @kindex C-x C-w
5912 @item C-x C-w
5913 @cindex exporting agenda views
5914 @cindex agenda views, exporting
5915 Write the agenda view to a file.  Depending on the extension of the
5916 selected file name, the view will be exported as HTML (extension
5917 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5918 plain text (any other extension).  Use the variable
5919 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5920 and for @file{htmlize} to be used during export.
5922 @tsubheading{Quit and Exit}
5923 @kindex q
5924 @item q
5925 Quit agenda, remove the agenda buffer.
5927 @kindex x
5928 @cindex agenda files, removing buffers
5929 @item x
5930 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
5931 for the compilation of the agenda.  Buffers created by the user to
5932 visit org files will not be removed.
5933 @end table
5936 @node Custom agenda views, Agenda column view, Agenda commands, Agenda Views
5937 @section Custom agenda views
5938 @cindex custom agenda views
5939 @cindex agenda views, custom
5941 Custom agenda commands serve two purposes: to store and quickly access
5942 frequently used TODO and tags searches, and to create special composite
5943 agenda buffers.  Custom agenda commands will be accessible through the
5944 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
5946 @menu
5947 * Storing searches::            Type once, use often
5948 * Block agenda::                All the stuff you need in a single buffer
5949 * Setting Options::             Changing the rules
5950 * Exporting Agenda Views::      Writing agendas to files
5951 * Using the agenda elsewhere::  Using agenda information in other programs
5952 @end menu
5954 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
5955 @subsection Storing searches
5957 The first application of custom searches is the definition of keyboard
5958 shortcuts for frequently used searches, either creating an agenda
5959 buffer, or a sparse tree (the latter covering of course only the current
5960 buffer).
5961 @kindex C-c a C
5962 Custom commands are configured in the variable
5963 @code{org-agenda-custom-commands}.  You can customize this variable, for
5964 example by pressing @kbd{C-c a C}.  You can also directly set it with
5965 Emacs Lisp in @file{.emacs}.  The following example contains all valid
5966 search types:
5968 @lisp
5969 @group
5970 (setq org-agenda-custom-commands
5971       '(("w" todo "WAITING")
5972         ("W" todo-tree "WAITING")
5973         ("u" tags "+boss-urgent")
5974         ("v" tags-todo "+boss-urgent")
5975         ("U" tags-tree "+boss-urgent")
5976         ("f" occur-tree "\\<FIXME\\>")
5977         ("h" . "HOME+Name tags searches") ; description for "h" prefix
5978         ("hl" tags "+home+Lisa")
5979         ("hp" tags "+home+Peter")
5980         ("hk" tags "+home+Kim")))
5981 @end group
5982 @end lisp
5984 @noindent
5985 The initial string in each entry defines the keys you have to press
5986 after the dispatcher command @kbd{C-c a} in order to access the command.
5987 Usually this will be just a single character, but if you have many
5988 similar commands, you can also define two-letter combinations where the
5989 first character is the same in several combinations and serves as a
5990 prefix key@footnote{You can provide a description for a prefix key by
5991 inserting a cons cell with the prefix and the description.}.  The second
5992 parameter is the search type, followed by the string or regular
5993 expression to be used for the matching.  The example above will
5994 therefore define:
5996 @table @kbd
5997 @item C-c a w
5998 as a global search for TODO entries with @samp{WAITING} as the TODO
5999 keyword
6000 @item C-c a W
6001 as the same search, but only in the current buffer and displaying the
6002 results as a sparse tree
6003 @item C-c a u
6004 as a global tags search for headlines marked @samp{:boss:} but not
6005 @samp{:urgent:}
6006 @item C-c a v
6007 as the same search as @kbd{C-c a u}, but limiting the search to
6008 headlines that are also TODO items
6009 @item C-c a U
6010 as the same search as @kbd{C-c a u}, but only in the current buffer and
6011 displaying the result as a sparse tree
6012 @item C-c a f
6013 to create a sparse tree (again: current buffer only) with all entries
6014 containing the word @samp{FIXME}
6015 @item C-c a h
6016 as a prefix command for a HOME tags search where you have to press an
6017 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
6018 Peter, or Kim) as additional tag to match.
6019 @end table
6021 @node Block agenda, Setting Options, Storing searches, Custom agenda views
6022 @subsection Block agenda
6023 @cindex block agenda
6024 @cindex agenda, with block views
6026 Another possibility is the construction of agenda views that comprise
6027 the results of @emph{several} commands, each of which creates a block in
6028 the agenda buffer.  The available commands include @code{agenda} for the
6029 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
6030 for the global TODO list (as constructed with @kbd{C-c a t}), and the
6031 matching commands discussed above: @code{todo}, @code{tags}, and
6032 @code{tags-todo}.  Here are two examples:
6034 @lisp
6035 @group
6036 (setq org-agenda-custom-commands
6037       '(("h" "Agenda and Home-related tasks"
6038          ((agenda "")
6039           (tags-todo "home")
6040           (tags "garden")))
6041         ("o" "Agenda and Office-related tasks"
6042          ((agenda "")
6043           (tags-todo "work")
6044           (tags "office")))))
6045 @end group
6046 @end lisp
6048 @noindent
6049 This will define @kbd{C-c a h} to create a multi-block view for stuff
6050 you need to attend to at home.  The resulting agenda buffer will contain
6051 your agenda for the current week, all TODO items that carry the tag
6052 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
6053 command @kbd{C-c a o} provides a similar view for office tasks.
6055 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
6056 @subsection Setting options for custom commands
6057 @cindex options, for custom agenda views
6059 Org mode contains a number of variables regulating agenda construction
6060 and display.  The global variables define the behavior for all agenda
6061 commands, including the custom commands.  However, if you want to change
6062 some settings just for a single custom view, you can do so.  Setting
6063 options requires inserting a list of variable names and values at the
6064 right spot in @code{org-agenda-custom-commands}.  For example:
6066 @lisp
6067 @group
6068 (setq org-agenda-custom-commands
6069       '(("w" todo "WAITING"
6070          ((org-agenda-sorting-strategy '(priority-down))
6071           (org-agenda-prefix-format "  Mixed: ")))
6072         ("U" tags-tree "+boss-urgent"
6073          ((org-show-following-heading nil)
6074           (org-show-hierarchy-above nil)))
6075         ("N" search ""
6076          ((org-agenda-files '("~org/notes.org"))
6077           (org-agenda-text-search-extra-files nil)))))
6078 @end group
6079 @end lisp
6081 @noindent
6082 Now the @kbd{C-c a w} command will sort the collected entries only by
6083 priority, and the prefix format is modified to just say @samp{  Mixed: }
6084 instead of giving the category of the entry.  The sparse tags tree of
6085 @kbd{C-c a U} will now turn out ultra-compact, because neither the
6086 headline hierarchy above the match, nor the headline following the match
6087 will be shown.  The command @kbd{C-c a N} will do a text search limited
6088 to only a single file.
6090 For command sets creating a block agenda,
6091 @code{org-agenda-custom-commands} has two separate spots for setting
6092 options.  You can add options that should be valid for just a single
6093 command in the set, and options that should be valid for all commands in
6094 the set.  The former are just added to the command entry, the latter
6095 must come after the list of command entries.  Going back to the block
6096 agenda example (@pxref{Block agenda}), let's change the sorting strategy
6097 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
6098 the results for GARDEN tags query in the opposite order,
6099 @code{priority-up}.  This would look like this:
6101 @lisp
6102 @group
6103 (setq org-agenda-custom-commands
6104       '(("h" "Agenda and Home-related tasks"
6105          ((agenda)
6106           (tags-todo "home")
6107           (tags "garden"
6108                 ((org-agenda-sorting-strategy '(priority-up)))))
6109          ((org-agenda-sorting-strategy '(priority-down))))
6110         ("o" "Agenda and Office-related tasks"
6111          ((agenda)
6112           (tags-todo "work")
6113           (tags "office")))))
6114 @end group
6115 @end lisp
6117 As you see, the values and parenthesis setting is a little complex.
6118 When in doubt, use the customize interface to set this variable - it
6119 fully supports its structure.  Just one caveat: When setting options in
6120 this interface, the @emph{values} are just lisp expressions.  So if the
6121 value is a string, you need to add the double quotes around the value
6122 yourself.
6125 @node Exporting Agenda Views, Using the agenda elsewhere, Setting Options, Custom agenda views
6126 @subsection Exporting Agenda Views
6127 @cindex agenda views, exporting
6129 If you are away from your computer, it can be very useful to have a
6130 printed version of some agenda views to carry around.  Org mode can
6131 export custom agenda views as plain text, HTML@footnote{You need to
6132 install Hrvoje Niksic' @file{htmlize.el}.} postscript, and iCalendar
6133 files.  If you want to do this only occasionally, use the command
6135 @table @kbd
6136 @kindex C-x C-w
6137 @item C-x C-w
6138 @cindex exporting agenda views
6139 @cindex agenda views, exporting
6140 Write the agenda view to a file.  Depending on the extension of the
6141 selected file name, the view will be exported as HTML (extension
6142 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}),
6143 iCalendar (extension @file{.ics}), or plain text (any other extension).
6144 Use the variable @code{org-agenda-exporter-settings} to
6145 set options for @file{ps-print} and for @file{htmlize} to be used during
6146 export, for example
6148 @lisp
6149 (setq org-agenda-exporter-settings
6150       '((ps-number-of-columns 2)
6151         (ps-landscape-mode t)
6152         (htmlize-output-type 'css)))
6153 @end lisp
6154 @end table
6156 If you need to export certain agenda views frequently, you can associate
6157 any custom agenda command with a list of output file names
6158 @footnote{If you want to store standard views like the weekly agenda
6159 or the global TODO list as well, you need to define custom commands for
6160 them in order to be able to specify file names.}.  Here is an example
6161 that first does define custom commands for the agenda and the global
6162 todo list, together with a number of files to which to export them.
6163 Then we define two block agenda commands and specify file names for them
6164 as well.  File names can be relative to the current working directory,
6165 or absolute.
6167 @lisp
6168 @group
6169 (setq org-agenda-custom-commands
6170       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
6171         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
6172         ("h" "Agenda and Home-related tasks"
6173          ((agenda "")
6174           (tags-todo "home")
6175           (tags "garden"))
6176          nil
6177          ("~/views/home.html"))
6178         ("o" "Agenda and Office-related tasks"
6179          ((agenda)
6180           (tags-todo "work")
6181           (tags "office"))
6182          nil
6183          ("~/views/office.ps" "~/calendars/office.ics"))))
6184 @end group
6185 @end lisp
6187 The extension of the file name determines the type of export.  If it is
6188 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
6189 the buffer to HTML and save it to this file name.  If the extension is
6190 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
6191 postscript output.  If the extension is @file{.ics}, iCalendar export is
6192 run export over all files that were used to construct the agenda, and
6193 limit the export to entries listed in the agenda now.  Any other
6194 extension produces a plain ASCII file.
6196 The export files are @emph{not} created when you use one of those
6197 commands interactively because this might use too much overhead.
6198 Instead, there is a special command to produce @emph{all} specified
6199 files in one step:
6201 @table @kbd
6202 @kindex C-c a e
6203 @item C-c a e
6204 Export all agenda views that have export file names associated with
6205 them.
6206 @end table
6208 You can use the options section of the custom agenda commands to also
6209 set options for the export commands.  For example:
6211 @lisp
6212 (setq org-agenda-custom-commands
6213       '(("X" agenda ""
6214          ((ps-number-of-columns 2)
6215           (ps-landscape-mode t)
6216           (org-agenda-prefix-format " [ ] ")
6217           (org-agenda-with-colors nil)
6218           (org-agenda-remove-tags t))
6219          ("theagenda.ps"))))
6220 @end lisp
6222 @noindent
6223 This command sets two options for the postscript exporter, to make it
6224 print in two columns in landscape format - the resulting page can be cut
6225 in two and then used in a paper agenda.  The remaining settings modify
6226 the agenda prefix to omit category and scheduling information, and
6227 instead include a checkbox to check off items.  We also remove the tags
6228 to make the lines compact, and we don't want to use colors for the
6229 black-and-white printer.  Settings specified in
6230 @code{org-agenda-exporter-settings} will also apply, but the settings
6231 in @code{org-agenda-custom-commands} take precedence.
6233 @noindent
6234 From the command line you may also use
6235 @example
6236 emacs -f org-batch-store-agenda-views -kill
6237 @end example
6238 @noindent
6239 or, if you need to modify some parameters
6240 @example
6241 emacs -eval '(org-batch-store-agenda-views                      \
6242               org-agenda-ndays 30                               \
6243               org-agenda-start-day "2007-11-01"                 \
6244               org-agenda-include-diary nil                      \
6245               org-agenda-files (quote ("~/org/project.org")))'  \
6246       -kill
6247 @end example
6248 @noindent
6249 which will create the agenda views restricted to the file
6250 @file{~/org/project.org}, without diary entries and with 30 days
6251 extent.
6253 @node Using the agenda elsewhere,  , Exporting Agenda Views, Custom agenda views
6254 @subsection Using agenda information outside of Org
6255 @cindex agenda, pipe
6256 @cindex Scripts, for agenda processing
6258 Org provides commands to access agenda information for the command
6259 line in emacs batch mode.  This extracted information can be sent
6260 directly to a printer, or it can be read by a program that does further
6261 processing of the data.  The first of these commands is the function
6262 @code{org-batch-agenda}, that produces an agenda view and sends it as
6263 ASCII text to STDOUT.  The command takes a single string as parameter.
6264 If the string has length 1, it is used as a key to one of the commands
6265 you have configured in @code{org-agenda-custom-commands}, basically any
6266 key you can use after @kbd{C-c a}.  For example, to directly print the
6267 current TODO list, you could use
6269 @example
6270 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
6271 @end example
6273 If the parameter is a string with 2 or more characters, it is used as a
6274 tags/todo match string.  For example, to print your local shopping list
6275 (all items with the tag @samp{shop}, but excluding the tag
6276 @samp{NewYork}), you could use
6278 @example
6279 emacs -batch -l ~/.emacs                                      \
6280       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
6281 @end example
6283 @noindent
6284 You may also modify parameters on the fly like this:
6286 @example
6287 emacs -batch -l ~/.emacs                                      \
6288    -eval '(org-batch-agenda "a"                               \
6289             org-agenda-ndays 30                               \
6290             org-agenda-include-diary nil                      \
6291             org-agenda-files (quote ("~/org/project.org")))'  \
6292    | lpr
6293 @end example
6295 @noindent
6296 which will produce a 30 day agenda, fully restricted to the Org file
6297 @file{~/org/projects.org}, not even including the diary.
6299 If you want to process the agenda data in more sophisticated ways, you
6300 can use the command @code{org-batch-agenda-csv} to get a comma-separated
6301 list of values for each agenda item.  Each line in the output will
6302 contain a number of fields separated by commas.  The fields in a line
6303 are:
6305 @example
6306 category     @r{The category of the item}
6307 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
6308 type         @r{The type of the agenda entry, can be}
6309                 todo               @r{selected in TODO match}
6310                 tagsmatch          @r{selected in tags match}
6311                 diary              @r{imported from diary}
6312                 deadline           @r{a deadline}
6313                 scheduled          @r{scheduled}
6314                 timestamp          @r{appointment, selected by timestamp}
6315                 closed             @r{entry was closed on date}
6316                 upcoming-deadline  @r{warning about nearing deadline}
6317                 past-scheduled     @r{forwarded scheduled item}
6318                 block              @r{entry has date block including date}
6319 todo         @r{The TODO keyword, if any}
6320 tags         @r{All tags including inherited ones, separated by colons}
6321 date         @r{The relevant date, like 2007-2-14}
6322 time         @r{The time, like 15:00-16:50}
6323 extra        @r{String with extra planning info}
6324 priority-l   @r{The priority letter if any was given}
6325 priority-n   @r{The computed numerical priority}
6326 @end example
6328 @noindent
6329 Time and date will only be given if a timestamp (or deadline/scheduled)
6330 lead to the selection of the item.
6332 A CSV list like this is very easy to use in a post processing script.
6333 For example, here is a Perl program that gets the TODO list from
6334 Emacs/Org and prints all the items, preceded by a checkbox:
6336 @example
6337 @group
6338 #!/usr/bin/perl
6340 # define the Emacs command to run
6341 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
6343 # run it and capture the output
6344 $agenda = qx@{$cmd 2>/dev/null@};
6346 # loop over all lines
6347 foreach $line (split(/\n/,$agenda)) @{
6349   # get the individual values
6350   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
6351    $priority_l,$priority_n) = split(/,/,$line);
6353   # proccess and print
6354   print "[ ] $head\n";
6356 @end group
6357 @end example
6359 @node Agenda column view,  , Custom agenda views, Agenda Views
6360 @section Using column view in the agenda
6361 @cindex column view, in agenda
6362 @cindex agenda, column view
6364 Column view (@pxref{Column view}) is normally used to view and edit
6365 properties embedded in the hierarchical structure of an Org file.  It can be
6366 quite useful to use column view also from the agenda, where entries are
6367 collected by certain criteria.
6369 @table @kbd
6370 @kindex C-c C-x C-c
6371 @item C-c C-x C-c
6372 Turn on column view in the agenda.
6373 @end table
6375 To understand how to use this properly, it is important to realize that the
6376 entries in the agenda are no longer in their proper outline environment.
6377 This causes the following issues:
6379 @enumerate
6380 @item
6381 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
6382 entries in the agenda are collected from different files, and different files
6383 may have different @code{COLUMNS} formats, this is a non-trivial problem.
6384 Org first checks if the variable @code{org-overriding-columns-format} is
6385 currently set, and if yes takes the format from there.  Otherwise it takes
6386 the format associated with the first item in the agenda, or, if that item
6387 does not have a specific format (defined in a property, or in it's file), it
6388 uses @code{org-columns-default-format}.
6389 @item
6390 If any of the columns has a summary type defined (@pxref{Column attributes}),
6391 turning on column view in the agenda will visit all relevant agenda files and
6392 make sure that the computations of this property are up to date.  This is
6393 also true for the special @code{CLOCKSUM} property.  Org will then sum the
6394 values displayed in the agenda.  In the daily/weekly agenda, the sums will
6395 cover a single day, in all other views they cover the entire block.  It is
6396 vital to realize that the agenda may show the same entry @emph{twice} (for
6397 example as scheduled and as a deadline), and it may show two entries from the
6398 same hierarchy (for example a @emph{parent} and it's @emph{child}).  In these
6399 cases, the summation in the agenda will lead to incorrect results because
6400 some values will count double.
6401 @item
6402 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
6403 the entire clocked time for this item.  So even in the daily/weekly agenda,
6404 the clocksum listed in column view may originate from times outside the
6405 current view.  This has the advantage that you can compare these values with
6406 a column listing the planned total effort for a task - one of the major
6407 applications for column view in the agenda.  If you want information about
6408 clocked time in the displayed period use clock table mode (press @kbd{R} in
6409 the agenda).
6410 @end enumerate
6413 @node Embedded LaTeX, Exporting, Agenda Views, Top
6414 @chapter Embedded LaTeX
6415 @cindex @TeX{} interpretation
6416 @cindex La@TeX{} interpretation
6418 Plain ASCII is normally sufficient for almost all note taking.  One
6419 exception, however, are scientific notes which need to be able to contain
6420 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
6421 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
6422 features described here as ``La@TeX{}'' are really from @TeX{}, but for
6423 simplicity I am blurring this distinction.}  is widely used to typeset
6424 scientific documents. Org mode supports embedding La@TeX{} code into its
6425 files, because many academics are used to reading La@TeX{} source code, and
6426 because it can be readily processed into images for HTML production.
6428 It is not necessary to mark La@TeX{} macros and code in any special way.
6429 If you observe a few conventions, Org mode knows how to find it and what
6430 to do with it.
6432 @menu
6433 * Math symbols::                TeX macros for symbols and Greek letters
6434 * Subscripts and superscripts::  Simple syntax for raising/lowering text
6435 * LaTeX fragments::             Complex formulas made easy
6436 * Processing LaTeX fragments::  Previewing LaTeX processing
6437 * CDLaTeX mode::                Speed up entering of formulas
6438 @end menu
6440 @node Math symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
6441 @section Math symbols
6442 @cindex math symbols
6443 @cindex TeX macros
6445 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
6446 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
6447 Completion for these macros is available, just type @samp{\} and maybe a
6448 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
6449 Unlike La@TeX{} code, Org mode allows these macros to be present
6450 without surrounding math delimiters, for example:
6452 @example
6453 Angles are written as Greek letters \alpha, \beta and \gamma.
6454 @end example
6456 During HTML export (@pxref{HTML export}), these symbols are translated
6457 into the proper syntax for HTML, for the above examples this is
6458 @samp{&alpha;} and @samp{&rarr;}, respectively.
6460 @node Subscripts and superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
6461 @section Subscripts and superscripts
6462 @cindex subscript
6463 @cindex superscript
6465 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
6466 and subscripts.  Again, these can be used without embedding them in
6467 math-mode delimiters.  To increase the readability of ASCII text, it is
6468 not necessary (but OK) to surround multi-character sub- and superscripts
6469 with curly braces.  For example
6471 @example
6472 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
6473 the sun is R_@{sun@} = 6.96 x 10^8 m.
6474 @end example
6476 To avoid interpretation as raised or lowered text, you can quote
6477 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
6479 During HTML export (@pxref{HTML export}), subscript and superscripts
6480 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
6482 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
6483 @section LaTeX fragments
6484 @cindex LaTeX fragments
6486 With symbols, sub- and superscripts, HTML is pretty much at its end when
6487 it comes to representing mathematical formulas@footnote{Yes, there is
6488 MathML, but that is not yet fully supported by many browsers, and there
6489 is no decent converter for turning La@TeX{} or ASCII representations of
6490 formulas into MathML. So for the time being, converting formulas into
6491 images seems the way to go.}. More complex expressions need a dedicated
6492 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
6493 fragments. It provides commands to preview the typeset result of these
6494 fragments, and upon export to HTML, all fragments will be converted to
6495 images and inlined into the HTML document@footnote{The La@TeX{} export
6496 will not use images for displaying La@TeX{} fragments but include these
6497 fragments directly into the La@TeX{} code.}. For this to work you
6498 need to be on a system with a working La@TeX{} installation. You also
6499 need the @file{dvipng} program, available at
6500 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
6501 will be used when processing a fragment can be configured with the
6502 variable @code{org-format-latex-header}.
6504 La@TeX{} fragments don't need any special marking at all.  The following
6505 snippets will be identified as La@TeX{} source code:
6506 @itemize @bullet
6507 @item
6508 Environments of any kind.  The only requirement is that the
6509 @code{\begin} statement appears on a new line, preceded by only
6510 whitespace.
6511 @item
6512 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
6513 currency specifications, single @samp{$} characters are only recognized
6514 as math delimiters if the enclosed text contains at most two line breaks,
6515 is directly attached to the @samp{$} characters with no whitespace in
6516 between, and if the closing @samp{$} is followed by whitespace or
6517 punctuation.  For the other delimiters, there is no such restriction, so
6518 when in doubt, use @samp{\(...\)} as inline math delimiters.
6519 @end itemize
6521 @noindent For example:
6523 @example
6524 \begin@{equation@}                          % arbitrary environments,
6525 x=\sqrt@{b@}                                % even tables, figures
6526 \end@{equation@}                            % etc
6528 If $a^2=b$ and \( b=2 \), then the solution must be
6529 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
6530 @end example
6532 @noindent
6533 If you need any of the delimiter ASCII sequences for other purposes, you
6534 can configure the option @code{org-format-latex-options} to deselect the
6535 ones you do not wish to have interpreted by the La@TeX{} converter.
6537 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
6538 @section Processing LaTeX fragments
6539 @cindex LaTeX fragments, preview
6541 La@TeX{} fragments can be processed to produce a preview images of the
6542 typeset expressions:
6544 @table @kbd
6545 @kindex C-c C-x C-l
6546 @item C-c C-x C-l
6547 Produce a preview image of the La@TeX{} fragment at point and overlay it
6548 over the source code.  If there is no fragment at point, process all
6549 fragments in the current entry (between two headlines).  When called
6550 with a prefix argument, process the entire subtree.  When called with
6551 two prefix arguments, or when the cursor is before the first headline,
6552 process the entire buffer.
6553 @kindex C-c C-c
6554 @item C-c C-c
6555 Remove the overlay preview images.
6556 @end table
6558 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
6559 converted into images and inlined into the document if the following
6560 setting is active:
6562 @lisp
6563 (setq org-export-with-LaTeX-fragments t)
6564 @end lisp
6566 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
6567 @section Using CDLaTeX to enter math
6568 @cindex CDLaTeX
6570 CDLaTeX mode is a minor mode that is normally used in combination with a
6571 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
6572 environments and math templates.  Inside Org mode, you can make use of
6573 some of the features of CDLaTeX mode.  You need to install
6574 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
6575 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
6576 Don't use CDLaTeX mode itself under Org mode, but use the light
6577 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
6578 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
6579 Org files with
6581 @lisp
6582 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
6583 @end lisp
6585 When this mode is enabled, the following features are present (for more
6586 details see the documentation of CDLaTeX mode):
6587 @itemize @bullet
6588 @kindex C-c @{
6589 @item
6590 Environment templates can be inserted with @kbd{C-c @{}.
6591 @item
6592 @kindex @key{TAB}
6593 The @key{TAB} key will do template expansion if the cursor is inside a
6594 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
6595 inside such a fragment, see the documentation of the function
6596 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
6597 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
6598 correctly inside the first brace.  Another @key{TAB} will get you into
6599 the second brace.  Even outside fragments, @key{TAB} will expand
6600 environment abbreviations at the beginning of a line.  For example, if
6601 you write @samp{equ} at the beginning of a line and press @key{TAB},
6602 this abbreviation will be expanded to an @code{equation} environment.
6603 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
6604 @item
6605 @kindex _
6606 @kindex ^
6607 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
6608 characters together with a pair of braces.  If you use @key{TAB} to move
6609 out of the braces, and if the braces surround only a single character or
6610 macro, they are removed again (depending on the variable
6611 @code{cdlatex-simplify-sub-super-scripts}).
6612 @item
6613 @kindex `
6614 Pressing the backquote @kbd{`} followed by a character inserts math
6615 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
6616 after the backquote, a help window will pop up.
6617 @item
6618 @kindex '
6619 Pressing the normal quote @kbd{'} followed by another character modifies
6620 the symbol before point with an accent or a font.  If you wait more than
6621 1.5 seconds after the backquote, a help window will pop up.  Character
6622 modification will work only inside La@TeX{} fragments, outside the quote
6623 is normal.
6624 @end itemize
6626 @node Exporting, Publishing, Embedded LaTeX, Top
6627 @chapter Exporting
6628 @cindex exporting
6630 Org mode documents can be exported into a variety of other formats.  For
6631 printing and sharing of notes, ASCII export produces a readable and
6632 simple version of an Org file.  HTML export allows you to publish a
6633 notes file on the web, while the XOXO format provides a solid base for
6634 exchange with a broad range of other applications. La@TeX{} export lets
6635 you use Org mode and its structured editing functions to easily create
6636 La@TeX{} files.  To incorporate entries with associated times like
6637 deadlines or appointments into a desktop calendar program like iCal,
6638 Org mode can also produce extracts in the iCalendar format.  Currently
6639 Org mode only supports export, not import of these different formats.
6641 @menu
6642 * Markup rules::                Which structures are recognized?
6643 * Export options::              Per-file export settings
6644 * The export dispatcher::       How to access exporter commands
6645 * ASCII export::                Exporting to plain ASCII
6646 * HTML export::                 Exporting to HTML
6647 * LaTeX export::                Exporting to LaTeX
6648 * XOXO export::                 Exporting to XOXO
6649 * iCalendar export::            Exporting in iCalendar format
6650 @end menu
6652 @node Markup rules, Export options, Exporting, Exporting
6653 @section Markup rules
6655 When exporting Org mode documents,  the exporter tries to reflect the
6656 structure of the document as accurately as possible in the back-end.  Since
6657 export targets like HTML or La@TeX{} allow much richer formatting, Org mode
6658 has rules how to prepare text for rich export.  This section summarizes the
6659 markup rule used in an Org mode buffer.
6661 @menu
6662 * Document title::              How the document title is determined
6663 * Headings and sections::       The main structure of the exported document
6664 * Table of contents::           If, where, how to create a table of contents
6665 * Initial text::                Text before the first headline
6666 * Lists::                       Plain lists are exported
6667 * Paragraphs::                  What determines beginning and ending
6668 * Literal examples::            Source code and other examples
6669 * Include files::               Include the contents of a file during export
6670 * Tables exported::             Tables are exported richly
6671 * Footnotes::                   Numbers like [1]
6672 * Emphasis and monospace::      To bold or not to bold
6673 * TeX macros and LaTeX fragments::  Create special, rich export.
6674 * Horizontal rules::            A line across the page
6675 * Comment lines::               Some lines will not be exported
6676 @end menu
6678 @node Document title, Headings and sections, Markup rules, Markup rules
6679 @subheading Document title
6680 @cindex document title, markup rules
6682 @noindent
6683 The title of the exported document is taken from the special line
6685 @example
6686 #+TITLE: This is the title of the document
6687 @end example
6689 @noindent
6690 If this line does not exist, the title is derived from the first non-empty,
6691 non-comment line in the buffer.  If no such line exists, or if you have
6692 turned off exporting of the text before the first headline (see below), the
6693 title will be the file name without extension.
6695 If you are exporting only a subtree by marking is as the region, the heading
6696 of the subtree will become the title of the document.  If the subtree has a
6697 property @code{EXPORT_TITLE}, that will take precedence.
6699 @node Headings and sections, Table of contents, Document title, Markup rules
6700 @subheading Headings and sections
6701 @cindex headings and sections, markup rules
6703 The outline structure of the document as described in @ref{Document
6704 Structure} forms the basis for defining sections of the exported document.
6705 However, since the outline structure is also used for (for example) lists of
6706 tasks, only the first three outline levels will be used as headings.  Deeper
6707 levels will become itemized lists.  You can change the location of this
6708 switch, globally by setting the variable @code{org-headline-levels}, or on a
6709 per file basis with a line
6711 @example
6712 #+OPTIONS: H:4
6713 @end example
6715 @node Table of contents, Initial text, Headings and sections, Markup rules
6716 @subheading Table of contents
6717 @cindex table of contents, markup rules
6719 The table of contents is normally inserted directly before the first headline
6720 of the file.  If you would like to get it to a different location, insert the
6721 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
6722 location.  The depth of the table of contents is by default the same as the
6723 number of headline levels, but you can choose a smaller number or turn off
6724 the table of contents entirely by configuring the variable
6725 @code{org-export-with-toc}, or on a per-file basis with a line like
6727 @example
6728 #+OPTIONS: toc:2          (only to two levels in TOC)
6729 #+OPTIONS: toc:nil        (no TOC at all)
6730 @end example
6732 @node Initial text, Lists, Table of contents, Markup rules
6733 @subheading Text before the first headline
6734 @cindex text before first headline, markup rules
6735 @cindex #+TEXT
6737 Org mode normally exports the text before the first headline, and even uses
6738 the first line as the document title.  The text will be fully marked up.  If
6739 you need to include literal HTML or La@TeX{} code, use the special constructs
6740 described below in the sections for the individual exporters.
6742 Some people like to use the space before the first headline for setup and
6743 internal links and therefore would like to control the exported text before
6744 the first headline in a different way.  You can do so by setting the variable
6745 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
6746 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
6748 @noindent
6749 If you still want to have some text before the first headline, use the
6750 @code{#+TEXT} construct:
6752 @example
6753 #+OPTIONS: skip:t
6754 #+TEXT: This text will go before the *first* headline.
6755 #+TEXT: [TABLE-OF-CONTENTS]
6756 #+TEXT: This goes between the table of contents and the first headline
6757 @end example
6759 @node Lists, Paragraphs, Initial text, Markup rules
6760 @subheading Lists
6761 @cindex lists, markup rules
6763 Plain lists as described in @ref{Plain lists} are translated to the back-ends
6764 syntax for such lists.  Most back-ends support unordered, ordered, and
6765 description lists.
6767 @node Paragraphs, Literal examples, Lists, Markup rules
6768 @subheading Paragraphs, line breaks, and quoting
6769 @cindex paragraphs, markup rules
6771 Paragraphs are separated by at least one empty line.  If you need to enforce
6772 a line break within a paragraph, use @samp{\\} at the end of a line.
6774 To keep the line breaks in a region, but otherwise use normal formatting, you
6775 can use this construct, which can also be used to format poetry.
6777 @example
6778 #+BEGIN_VERSE
6779 Everything should be made as simple as possible,
6780 but not any simpler -- Albert Einstein
6781 #+END_VERSE
6782 @end example
6784 When quoting a passage from another document, it is customary to format this
6785 as a paragraph that is indented on both the left and the right margin.  You
6786 can include quotations in Org mode documents like this:
6788 @example
6789 #+BEGIN_QUOTE
6790 Everything should be made as simple as possible,
6791 but not any simpler -- Albert Einstein
6792 #+END_QUOTE
6793 @end example
6796 @node Literal examples, Include files, Paragraphs, Markup rules
6797 @subheading Literal examples
6798 @cindex literal examples, markup rules
6800 You can include literal examples that should not be subjected to
6801 markup.  Such examples will be typeset in monospace, so this is well suited
6802 for source code and similar examples.
6803 @cindex #+BEGIN_EXAMPLE
6805 @example
6806 #+BEGIN_EXAMPLE
6807 Some example from a text file.
6808 #+END_EXAMPLE
6809 @end example
6811 For simplicity when using small examples, you can also start the example
6812 lines with a colon:
6814 @example
6815 : Some example from a text file.
6816 @end example
6818 @cindex formatting source code, markup rules
6819 If the example is source code from a programming language, or any other text
6820 that can be marked up by font-lock in Emacs, you can ask for the example to
6821 look like the fontified Emacs buffer@footnote{Currently this works only for
6822 the HTML back-end, and requires the @file{htmlize.el} package version 1.34 or
6823 later.}.  This is done with the @samp{src} block, where you also need to
6824 specify the name of the major mode that should be used to fontify the
6825 example:
6826 @cindex #+BEGIN_SRC
6828 @example
6829 #+BEGIN_SRC emacs-lisp
6830 (defun org-xor (a b)
6831    "Exclusive or."
6832    (if a (not b) b))
6833 #+END_SRC
6834 @end example
6836 @table @kbd
6837 @kindex C-c '
6838 @item C-c '
6839 Edit the source code example at point in its native mode.  This works by
6840 switching to an indirect buffer, narrowing the buffer and switching to the
6841 other mode.  You need to exit by pressing @kbd{C-c '} again.
6842 @end table
6845 @node Include files, Tables exported, Literal examples, Markup rules
6846 @subheading Include files
6847 @cindex include files, markup rules
6849 During export, you can include the content of another file.  For example, to
6850 include your .emacs file, you could use:
6851 @cindex #+INCLUDE
6853 @example
6854 #+INCLUDE: "~/.emacs" src emacs-lisp
6855 @end example
6857 The optional second and third parameter are the markup (@samp{quote},
6858 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
6859 language for formatting the contents.  The markup is optional, if it is not
6860 given, the text will be assumed to be in Org mode format and will be
6861 processed normally.
6863 @node Tables exported, Footnotes, Include files, Markup rules
6864 @subheading Tables
6865 @cindex tables, markup rules
6867 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
6868 the @file{table.el} package will be exported properly.  For Org mode tables,
6869 the lines before the first horizontal separator line will become table header
6870 lines.
6872 @node Footnotes, Emphasis and monospace, Tables exported, Markup rules
6873 @subheading Footnotes
6874 @cindex footnotes, markup rules
6875 @cindex @file{footnote.el}
6877 @kindex C-c !
6878 Numbers in square brackets are treated as footnote markers, and lines
6879 starting with such a marker are interpreted as the footnote itself.  You can
6880 use the Emacs package @file{footnote.el} to create footnotes@footnote{The
6881 @file{footnote} package uses @kbd{C-c !} to invoke its commands.  This
6882 binding conflicts with the Org mode command for inserting inactive time
6883 stamps.  You could use the variable @code{footnote-prefix} to switch
6884 footnotes commands to another key.  Or, if you are too used to this binding,
6885 you could use @code{org-replace-disputed-keys} and @code{org-disputed-keys}
6886 to change the settings in Org.}.  For example:
6888 @example
6889 The Org homepage[1] now looks a lot better than it used to.
6891 [1] The link is: http://orgmode.org
6892 @end example
6894 @node Emphasis and monospace, TeX macros and LaTeX fragments, Footnotes, Markup rules
6895 @subheading Emphasis and monospace
6897 @cindex underlined text, markup rules
6898 @cindex bold text, markup rules
6899 @cindex italic text, markup rules
6900 @cindex verbatim text, markup rules
6901 @cindex code text, markup rules
6902 @cindex strike-through text, markup rules
6903 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
6904 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
6905 in the code and verbatim string is not processed for Org mode specific
6906 syntax, it is exported verbatim.
6908 @node TeX macros and LaTeX fragments, Horizontal rules, Emphasis and monospace, Markup rules
6909 @subheading @TeX{} macros and La@TeX{} fragments
6910 @cindex LaTeX fragments, markup rules
6911 @cindex TeX macros, markup rules
6912 @cindex HTML entities
6913 @cindex LaTeX entities
6915 A @TeX{}-like syntax is used to specify special characters.  Where possible,
6916 these will be transformed into the native format of the exporter back-end.
6917 Strings like @code{\alpha} will be exported as @code{&alpha;} in the HTML
6918 output, and as @code{$\alpha$} in the La@TeX{} output.  Similarly,
6919 @code{\nbsp} will become @code{&nbsp;} in HTML and @code{~} in La@TeX{}.
6920 This applies for a large number of entities, with names taken from both HTML
6921 and La@TeX{}, see the variable @code{org-html-entities} for the complete
6922 list.  If you are unsure about a name, use @kbd{M-@key{TAB}} for completion
6923 after having types the backslash and maybe a few characters
6924 (@pxref{Completion}).
6926 La@TeX{} fragments are converted into images for HTML export, and they are
6927 written literally into the La@TeX{} export.  See also @ref{Embedded LaTeX}.
6929 Finally, @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
6930 @samp{...} are all converted into special commands creating hyphens of
6931 different lengths or a compact set of dots.
6933 @node Horizontal rules, Comment lines, TeX macros and LaTeX fragments, Markup rules
6934 @subheading  Horizontal rules
6935 @cindex horizontal rules, markup rules
6936 A line consisting of only dashes, and at least 5 of them, will be
6937 exported as a horizontal line (@samp{<hr/>} in HTML).
6939 @node Comment lines,  , Horizontal rules, Markup rules
6940 @subheading Comment lines
6941 @cindex comment lines
6942 @cindex exporting, not
6944 Lines starting with @samp{#} in column zero are treated as comments and will
6945 never be exported.  Also entire subtrees starting with the word
6946 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
6947 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
6949 @table @kbd
6950 @kindex C-c ;
6951 @item C-c ;
6952 Toggle the COMMENT keyword at the beginning of an entry.
6953 @end table
6955 @node Export options, The export dispatcher, Markup rules, Exporting
6956 @section Export options
6957 @cindex options, for export
6959 @cindex completion, of option keywords
6960 The exporter recognizes special lines in the buffer which provide
6961 additional information.  These lines may be put anywhere in the file.
6962 The whole set of lines can be inserted into the buffer with @kbd{C-c
6963 C-e t}.  For individual lines, a good way to make sure the keyword is
6964 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
6965 (@pxref{Completion}).
6967 @table @kbd
6968 @kindex C-c C-e t
6969 @item C-c C-e t
6970 Insert template with export options, see example below.
6971 @end table
6973 @cindex #+TITLE:
6974 @cindex #+AUTHOR:
6975 @cindex #+DATE:
6976 @cindex #+EMAIL:
6977 @cindex #+LANGUAGE:
6978 @cindex #+TEXT:
6979 @cindex #+OPTIONS:
6980 @cindex #+LINK_UP:
6981 @cindex #+LINK_HOME:
6982 @example
6983 #+TITLE:     the title to be shown (default is the buffer name)
6984 #+AUTHOR:    the author (default taken from @code{user-full-name})
6985 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
6986 #+EMAIL:     his/her email address (default from @code{user-mail-address})
6987 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
6988 #+TEXT:      Some descriptive text to be inserted at the beginning.
6989 #+TEXT:      Several lines may be given.
6990 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
6991 #+LINK_UP:   the ``up'' link of an exported page
6992 #+LINK_HOME: the ``home'' link of an exported page
6993 @end example
6995 @noindent
6996 The OPTIONS line is a compact@footnote{If you want to configure many options
6997 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
6998 you can:
6999 @cindex headline levels
7000 @cindex section-numbers
7001 @cindex table of contents
7002 @cindex line-break preservation
7003 @cindex quoted HTML tags
7004 @cindex fixed-width sections
7005 @cindex tables
7006 @cindex @TeX{}-like syntax for sub- and superscripts
7007 @cindex footnotes
7008 @cindex special strings
7009 @cindex emphasized text
7010 @cindex @TeX{} macros
7011 @cindex La@TeX{} fragments
7012 @cindex author info, in export
7013 @cindex time info, in export
7014 @example
7015 H:         @r{set the number of headline levels for export}
7016 num:       @r{turn on/off section-numbers}
7017 toc:       @r{turn on/off table of contents, or set level limit (integer)}
7018 \n:        @r{turn on/off line-break-preservation}
7019 @@:         @r{turn on/off quoted HTML tags}
7020 ::         @r{turn on/off fixed-width sections}
7021 |:         @r{turn on/off tables}
7022 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
7023            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
7024            @r{the simple @code{a_b} will be left as it is.}
7025 -:         @r{turn on/off conversion of special strings.}
7026 f:         @r{turn on/off footnotes like this[1].}
7027 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
7028 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
7029 LaTeX:     @r{turn on/off La@TeX{} fragments}
7030 skip:      @r{turn on/off skipping the text before the first heading}
7031 author:    @r{turn on/off inclusion of author name/email into exported file}
7032 timestamp: @r{turn on/off inclusion creation time into exported file}
7033 d:         @r{turn on/off inclusion of drawers}
7034 @end example
7036 These options take effect in both the HTML and La@TeX{} export, except
7037 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
7038 @code{nil} for the La@TeX{} export.
7040 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
7041 calling an export command, the subtree can overrule some of the file's export
7042 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
7043 @code{EXPORT_TEXT}, and @code{EXPORT_OPTIONS}.
7045 @node The export dispatcher, ASCII export, Export options, Exporting
7046 @section The export dispatcher
7047 @cindex dispatcher, for export commands
7049 All export commands can be reached using the export dispatcher, which is a
7050 prefix key that prompts for an additional key specifying the command.
7051 Normally the entire file is exported, but if there is an active region that
7052 contains one outline tree, the first heading is used as document title and
7053 the subtrees are exported.
7055 @table @kbd
7056 @kindex C-c C-e
7057 @item C-c C-e
7058 Dispatcher for export and publishing commands.  Displays a help-window
7059 listing the additional key(s) needed to launch an export or publishing
7060 command.  The prefix arg is passed through to the exporter.  If the option
7061 @code{org-export-run-in-background} is set, Org will run the command in the
7062 background if that seems useful for the specific command (i.e. commands that
7063 write to a file).
7064 @kindex C-c C-e v
7065 @item C-c C-e v
7066 Like @kbd{C-c C-e}, but only export the text that is currently visible
7067 (i.e. not hidden by outline visibility).
7068 @kindex C-u C-u C-c C-e
7069 @item C-u C-u C-c C-e
7070 Call an the exporter, but reverse the setting of
7071 @code{org-export-run-in-background}, i.e. request background processing if
7072 not set, or force processing in the current Emacs process if st.
7073 @end table
7075 @node ASCII export, HTML export, The export dispatcher, Exporting
7076 @section ASCII export
7077 @cindex ASCII export
7079 ASCII export produces a simple and very readable version of an Org mode
7080 file.
7082 @cindex region, active
7083 @cindex active region
7084 @cindex Transient mark mode
7085 @table @kbd
7086 @kindex C-c C-e a
7087 @item C-c C-e a
7088 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
7089 will be @file{myfile.txt}.  The file will be overwritten without
7090 warning.  If there is an active region, only the region will be
7091 exported. If the selected region is a single tree@footnote{To select the
7092 current subtree, use @kbd{C-c @@}.}, the tree head will
7093 become the document title.  If the tree head entry has or inherits an
7094 @code{EXPORT_FILE_NAME} property, that name will be used for the
7095 export.
7096 @kindex C-c C-e v a
7097 @item C-c C-e v a
7098 Export only the visible part of the document.
7099 @end table
7101 @cindex headline levels, for exporting
7102 In the exported version, the first 3 outline levels will become
7103 headlines, defining a general document structure.  Additional levels
7104 will be exported as itemized lists.  If you want that transition to occur
7105 at a different level, specify it with a prefix argument.  For example,
7107 @example
7108 @kbd{C-1 C-c C-e a}
7109 @end example
7111 @noindent
7112 creates only top level headlines and does the rest as items.  When
7113 headlines are converted to items, the indentation of the text following
7114 the headline is changed to fit nicely under the item.  This is done with
7115 the assumption that the first body line indicates the base indentation of
7116 the body text.  Any indentation larger than this is adjusted to preserve
7117 the layout relative to the first line.  Should there be lines with less
7118 indentation than the first, these are left alone.
7120 @node HTML export, LaTeX export, ASCII export, Exporting
7121 @section HTML export
7122 @cindex HTML export
7124 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
7125 HTML formatting, in ways similar to John Grubers @emph{markdown}
7126 language, but with additional support for tables.
7128 @menu
7129 * HTML Export commands::        How to invoke HTML export
7130 * Quoting HTML tags::           Using direct HTML in Org mode
7131 * Links::                       Transformation of links for HTML
7132 * Images::                      How to include images
7133 * CSS support::                 Changing the appearance of the output
7134 * Javascript support::          Info and Folding in a web browser
7135 @end menu
7137 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
7138 @subsection HTML export commands
7140 @cindex region, active
7141 @cindex active region
7142 @cindex Transient mark mode
7143 @table @kbd
7144 @kindex C-c C-e h
7145 @item C-c C-e h
7146 Export as HTML file @file{myfile.html}.  For an org file @file{myfile.org},
7147 the ASCII file will be @file{myfile.html}.  The file will be overwritten
7148 without warning.  If there is an active region, only the region will be
7149 exported. If the selected region is a single tree@footnote{To select the
7150 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
7151 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
7152 property, that name will be used for the export.
7153 @kindex C-c C-e b
7154 @item C-c C-e b
7155 Export as HTML file and immediately open it with a browser.
7156 @kindex C-c C-e H
7157 @item C-c C-e H
7158 Export to a temporary buffer, do not create a file.
7159 @kindex C-c C-e R
7160 @item C-c C-e R
7161 Export the active region to a temporary buffer.  With a prefix argument, do
7162 not produce the file header and footer, but just the plain HTML section for
7163 the region.  This is good for cut-and-paste operations.
7164 @kindex C-c C-e v h
7165 @kindex C-c C-e v b
7166 @kindex C-c C-e v H
7167 @kindex C-c C-e v R
7168 @item C-c C-e v h
7169 @item C-c C-e v b
7170 @item C-c C-e v H
7171 @item C-c C-e v R
7172 Export only the visible part of the document.
7173 @item M-x org-export-region-as-html
7174 Convert the region to HTML under the assumption that it was Org mode
7175 syntax before.  This is a global command that can be invoked in any
7176 buffer.
7177 @item M-x org-replace-region-by-HTML
7178 Replace the active region (assumed to be in Org mode syntax) by HTML
7179 code.
7180 @end table
7182 @cindex headline levels, for exporting
7183 In the exported version, the first 3 outline levels will become headlines,
7184 defining a general document structure.  Additional levels will be exported as
7185 itemized lists.  If you want that transition to occur at a different level,
7186 specify it with a numeric prefix argument.  For example,
7188 @example
7189 @kbd{C-2 C-c C-e b}
7190 @end example
7192 @noindent
7193 creates two levels of headings and does the rest as items.
7195 @node Quoting HTML tags, Links, HTML Export commands, HTML export
7196 @subsection Quoting HTML tags
7198 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
7199 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
7200 which should be interpreted as such, mark them with @samp{@@} as in
7201 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
7202 simple tags.  For more extensive HTML that should be copied verbatim to
7203 the exported file use either
7205 @example
7206 #+HTML: Literal HTML code for export
7207 @end example
7209 @noindent or
7210 @cindex #+BEGIN_HTML
7212 @example
7213 #+BEGIN_HTML
7214 All lines between these markers are exported literally
7215 #+END_HTML
7216 @end example
7219 @node Links, Images, Quoting HTML tags, HTML export
7220 @subsection Links
7222 @cindex links, in HTML export
7223 @cindex internal links, in HTML export
7224 @cindex external links, in HTML export
7225 Internal links (@pxref{Internal links}) will continue to work in HTML
7226 files only if they match a dedicated @samp{<<target>>}.  Automatic links
7227 created by radio targets (@pxref{Radio targets}) will also work in the
7228 HTML file.  Links to external files will still work if the HTML file is
7229 in the same directory as the Org file.  Links to other @file{.org}
7230 files will be translated into HTML links under the assumption that an
7231 HTML version also exists of the linked file.  For information related to
7232 linking files while publishing them to a publishing directory see
7233 @ref{Publishing links}.
7235 @node Images, CSS support, Links, HTML export
7236 @subsection Images
7238 @cindex images, inline in HTML
7239 @cindex inlining images in HTML
7240 HTML export can inline images given as links in the Org file, and
7241 it can make an image the clickable part of a link.  By
7242 default@footnote{but see the variable
7243 @code{org-export-html-inline-images}}, images are inlined if a link does
7244 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
7245 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
7246 @samp{the image} that points to the image.  If the description part
7247 itself is a @code{file:} link or a @code{http:} URL pointing to an
7248 image, this image will be inlined and activated so that clicking on the
7249 image will activate the link.  For example, to include a thumbnail that
7250 will link to a high resolution version of the image, you could use:
7252 @example
7253 [[file:highres.jpg][file:thumb.jpg]]
7254 @end example
7256 @noindent
7257 and you could use @code{http} addresses just as well.
7259 @node CSS support, Javascript support, Images, HTML export
7260 @subsection CSS support
7261 @cindex CSS, for HTML export
7262 @cindex HTML export, CSS
7264 You can also give style information for the exported file.  The HTML
7265 exporter assigns the following CSS classes to appropriate parts of the
7266 document - your style specifications may change these:
7267 @example
7268 .todo           @r{TODO keywords}
7269 .done           @r{the DONE keyword}
7270 .timestamp      @r{time stamp}
7271 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
7272 .tag            @r{tag in a headline}
7273 .target         @r{target for links}
7274 @end example
7276 The default style specification can be configured through the option
7277 @code{org-export-html-style}.  If you want to use a file-local style,
7278 you may use file variables, best wrapped into a COMMENT section at the
7279 end of the outline tree.  For example@footnote{Under Emacs 21, the
7280 continuation lines for a variable value should have no @samp{#} at the
7281 start of the line.}:
7283 @example
7284 * COMMENT html style specifications
7286 # Local Variables:
7287 # org-export-html-style: "   <style type=\"text/css\">
7288 #       p @{font-weight: normal; color: gray; @}
7289 #       h1 @{color: black; @}
7290 #   </style>"
7291 # End:
7292 @end example
7294 Remember to execute @kbd{M-x normal-mode} after changing this to make
7295 the new style visible to Emacs.  This command restarts Org mode for the
7296 current buffer and forces Emacs to re-evaluate the local variables
7297 section in the buffer.
7299 @c FIXME: More about header and footer styles
7300 @c FIXME: Talk about links and targets.
7302 @node Javascript support,  , CSS support, HTML export
7303 @subsection Javascript supported display of web pages
7305 @emph{Sebastian Rose} has written a JavaScript program especially designed to
7306 enhance the web viewing experience of HTML files created with Org.  This
7307 program allows to view large files in two different ways.  The first one is
7308 an @emph{Info}-like mode where each section is displayed separately and
7309 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
7310 as well, press @kbd{?} for an overview of the available keys).  The second
7311 view type is a @emph{folding} view much like Org provides it inside Emacs.
7312 The script is available at @url{http://orgmode.org/org-info.js} and you can
7313 find the documentation for it at
7314 @url{http://orgmode.org/worg/code/org-info-js/org-info.js.html}.  We are
7315 serving the script from our site, but if you use it a lot, you might not want
7316 to be dependent on @url{orgmode.org} and prefer to install a local copy on
7317 your own web server.
7319 To use the script, you need to make sure that the @file{org-jsinfo.el} module
7320 gets loaded.  It should be loaded by default, try @kbd{M-x customize-variable
7321 @key{RET} org-modules @key{RET}} to convince yourself that this is indeed the
7322 case.  All it then takes to make use of the program is adding a single line
7323 to the Org file:
7325 @example
7326 #+INFOJS_OPT: view:info toc:nil
7327 @end example
7329 @noindent
7330 If this line is found, the HTML header will automatically contain the code
7331 needed to invoke the script.  Using the line above, you can set the following
7332 viewing options:
7334 @example
7335 path:    @r{The path to the script.  The default is to grab the script from}
7336          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
7337          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
7338 view:    @r{Initial view when website is first shown.  Possible values are:}
7339          info      @r{Info-like interface with one section per page.}
7340          overview  @r{Folding interface, initially showing only top-level.}
7341          content   @r{Folding interface, starting with all headlines visible.}
7342          showall   @r{Folding interface, all headlines and text visible.}
7343 sdepth:  @r{Maximum headline level that will still become an independent}
7344          @r{section for info and folding modes.  The default is taken from}
7345          @r{@code{org-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
7346          @r{If this is smaller than in @code{org-headline-levels}, each}
7347          @r{info/folding section can still contain children headlines.}
7348 toc:     @r{Should the table of content @emph{initially} be visible?}
7349          @r{Even when @code{nil}, you can always get to the toc with @kbd{i}.}
7350 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
7351          @r{the variables @code{org-headline-levels} and @code{org-export-with-toc}.}
7352 ftoc:    @r{Does the css of the page specify a fixed position for the toc?}
7353          @r{If yes, the toc will never be displayed as a section.}
7354 ltoc:    @r{Should there be short contents (children) in each section?}
7355 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
7356          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
7357 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
7358          @r{default), only one such button will be present.}
7359 @end example
7361 You can choose default values for these options by customizing the variable
7362 @code{org-infojs-options}.  If you always want to apply the script to your
7363 pages, configure the variable @code{org-export-html-use-infojs}.
7365 @node LaTeX export, XOXO export, HTML export, Exporting
7366 @section LaTeX export
7367 @cindex LaTeX export
7369 Org mode contains a La@TeX{} exporter written by Bastien Guerry.
7371 @menu
7372 * LaTeX export commands::       How to invoke LaTeX export
7373 * Quoting LaTeX code::          Incorporating literal LaTeX code
7374 * Sectioning structure::        Changing sectioning in LaTeX output
7375 @end menu
7377 @node LaTeX export commands, Quoting LaTeX code, LaTeX export, LaTeX export
7378 @subsection LaTeX export commands
7380 @table @kbd
7381 @kindex C-c C-e l
7382 @item C-c C-e l
7383 Export as La@TeX{} file @file{myfile.tex}.  For an org file
7384 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
7385 be overwritten without warning.  If there is an active region, only the
7386 region will be exported. If the selected region is a single tree@footnote{To
7387 select the current subtree, use @kbd{C-c @@}.}, the tree head will become the
7388 document title.  If the tree head entry has or inherits an
7389 @code{EXPORT_FILE_NAME} property, that name will be used for the export.
7390 @kindex C-c C-e L
7391 @item C-c C-e L
7392 Export to a temporary buffer, do not create a file.
7393 @kindex C-c C-e v l
7394 @kindex C-c C-e v L
7395 @item C-c C-e v l
7396 @item C-c C-e v L
7397 Export only the visible part of the document.
7398 @item M-x org-export-region-as-latex
7399 Convert the region to La@TeX{} under the assumption that it was Org mode
7400 syntax before.  This is a global command that can be invoked in any
7401 buffer.
7402 @item M-x org-replace-region-by-latex
7403 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
7404 code.
7405 @end table
7407 @cindex headline levels, for exporting
7408 In the exported version, the first 3 outline levels will become
7409 headlines, defining a general document structure.  Additional levels
7410 will be exported as description lists.  The exporter can ignore them or
7411 convert them to a custom string depending on
7412 @code{org-latex-low-levels}.
7414 If you want that transition to occur at a different level, specify it
7415 with a numeric prefix argument. For example,
7417 @example
7418 @kbd{C-2 C-c C-e l}
7419 @end example
7421 @noindent
7422 creates two levels of headings and does the rest as items.
7424 @node Quoting LaTeX code, Sectioning structure, LaTeX export commands, LaTeX export
7425 @subsection Quoting LaTeX code
7427 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
7428 inserted into the La@TeX{} file.  Furthermore, you can add special code
7429 that should only be present in La@TeX{} export with the following
7430 constructs:
7432 @example
7433 #+LaTeX: Literal LaTeX code for export
7434 @end example
7436 @noindent or
7437 @cindex #+BEGIN_LaTeX
7439 @example
7440 #+BEGIN_LaTeX
7441 All lines between these markers are exported literally
7442 #+END_LaTeX
7443 @end example
7445 @node   Sectioning structure,  , Quoting LaTeX code, LaTeX export
7446 @subsection Sectioning structure
7447 @cindex LaTeX class
7448 @cindex LaTeX sectioning structure
7450 By default, the La@TeX{} output uses the class @code{article}.
7452 You can change this globally by setting a different value for
7453 @code{org-export-latex-default-class} or locally by adding an option
7454 like @code{#+LaTeX_CLASS: myclass} in your file.  The class should be
7455 listed in @code{org-export-latex-classes}, where you can also define the
7456 sectioning structure for each class.
7459 @node XOXO export, iCalendar export, LaTeX export, Exporting
7460 @section XOXO export
7461 @cindex XOXO export
7463 Org mode contains an exporter that produces XOXO-style output.
7464 Currently, this exporter only handles the general outline structure and
7465 does not interpret any additional Org mode features.
7467 @table @kbd
7468 @kindex C-c C-e x
7469 @item C-c C-e x
7470 Export as XOXO file @file{myfile.html}.
7471 @kindex C-c C-e v
7472 @item C-c C-e v x
7473 Export only the visible part of the document.
7474 @end table
7476 @node iCalendar export,  , XOXO export, Exporting
7477 @section iCalendar export
7478 @cindex iCalendar export
7480 Some people like to use Org mode for keeping track of projects, but
7481 still prefer a standard calendar application for anniversaries and
7482 appointments.  In this case it can be useful to have deadlines and
7483 other time-stamped items in Org files show up in the calendar
7484 application.  Org mode can export calendar information in the standard
7485 iCalendar format.  If you also want to have TODO entries included in the
7486 export, configure the variable @code{org-icalendar-include-todo}.
7488 The iCalendar standard requires each entry to have a globally unique
7489 identifier (UID).  Org creates these identifiers during export.  If you set
7490 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
7491 @code{:ID:} property of the entry and re-used next time you report this
7492 entry.  Since a single entry can give rise to multiple iCalendar entries (as
7493 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
7494 prefixes to the UID, depending on what triggered the inclusion of the entry.
7495 In this way the UID remains unique, but a synchronization program can still
7496 figure out from which entry all the different instances originate.
7498 @table @kbd
7499 @kindex C-c C-e i
7500 @item C-c C-e i
7501 Create iCalendar entries for the current file and store them in the same
7502 directory, using a file extension @file{.ics}.
7503 @kindex C-c C-e I
7504 @item C-c C-e I
7505 Like @kbd{C-c C-e i}, but do this for all files in
7506 @code{org-agenda-files}.  For each of these files, a separate iCalendar
7507 file will be written.
7508 @kindex C-c C-e c
7509 @item C-c C-e c
7510 Create a single large iCalendar file from all files in
7511 @code{org-agenda-files} and write it to the file given by
7512 @code{org-combined-agenda-icalendar-file}.
7513 @end table
7515 The export will honor SUMMARY, DESCRIPTION and LOCATION properties if
7516 the selected entries have them.  If not, the summary will be derived
7517 from the headline, and the description from the body (limited to
7518 @code{org-icalendar-include-body} characters).
7520 How this calendar is best read and updated, depends on the application
7521 you are using.  The FAQ covers this issue.
7523 @node Publishing, Miscellaneous, Exporting, Top
7524 @chapter Publishing
7525 @cindex publishing
7527 Org includes@footnote{@file{org-publish.el} is not distributed with
7528 Emacs 21, if you are still using Emacs 21, you need you need to download
7529 this file separately.} a publishing management system that allows you to
7530 configure automatic HTML conversion of @emph{projects} composed of
7531 interlinked org files.  This system is called @emph{org-publish}.  You can
7532 also configure org-publish to automatically upload your exported HTML
7533 pages and related attachments, such as images and source code files, to
7534 a web server. Org-publish turns Org into a web-site authoring tool.
7536 You can also use Org-publish to convert files into La@TeX{}, or even
7537 combine HTML and La@TeX{} conversion so that files are available in both
7538 formats on the server@footnote{Since La@TeX{} files on a server are not
7539 that helpful, you surely want to perform further conversion on them --
7540 e.g. convert them to @code{PDF} format.}.
7542 Org-publish has been contributed to Org by David O'Toole.
7544 @menu
7545 * Configuration::               Defining projects
7546 * Sample configuration::        Example projects
7547 * Triggering publication::      Publication commands
7548 @end menu
7550 @node Configuration, Sample configuration, Publishing, Publishing
7551 @section Configuration
7553 Publishing needs significant configuration to specify files, destination
7554 and many other properties of a project.
7556 @menu
7557 * Project alist::               The central configuration variable
7558 * Sources and destinations::    From here to there
7559 * Selecting files::             What files are part of the project?
7560 * Publishing action::           Setting the function doing the publishing
7561 * Publishing options::          Tweaking HTML export
7562 * Publishing links::            Which links keep working after publishing?
7563 * Project page index::          Publishing a list of project files
7564 @end menu
7566 @node Project alist, Sources and destinations, Configuration, Configuration
7567 @subsection The variable @code{org-publish-project-alist}
7568 @cindex org-publish-project-alist
7569 @cindex projects, for publishing
7571 Org-publish is configured almost entirely through setting the value of
7572 one variable, called @code{org-publish-project-alist}.
7573 Each element of the list configures one project, and may be in one of
7574 the two following forms:
7576 @lisp
7577 ("project-name" :property value :property value ...)
7579 @r{or}
7581 ("project-name" :components ("project-name" "project-name" ...))
7583 @end lisp
7585 In both cases, projects are configured by specifying property values.
7586 A project defines the set of files that will be published, as well as
7587 the publishing configuration to use when publishing those files.  When
7588 a project takes the second form listed above, the individual members
7589 of the ``components'' property are taken to be components of the
7590 project, which group together files requiring different publishing
7591 options. When you publish such a ``meta-project'' all the components
7592 will also publish.
7594 @node Sources and destinations, Selecting files, Project alist, Configuration
7595 @subsection Sources and destinations for files
7596 @cindex directories, for publishing
7598 Most properties are optional, but some should always be set. In
7599 particular, org-publish needs to know where to look for source files,
7600 and where to put published files.
7602 @multitable @columnfractions 0.3 0.7
7603 @item @code{:base-directory}
7604 @tab Directory containing publishing source files
7605 @item @code{:publishing-directory}
7606 @tab Directory (possibly remote) where output files will be published.
7607 @item @code{:preparation-function}
7608 @tab Function called before starting publishing process, for example to
7609 run @code{make} for updating files to be published.
7610 @end multitable
7611 @noindent
7613 @node Selecting files, Publishing action, Sources and destinations, Configuration
7614 @subsection Selecting files
7615 @cindex files, selecting for publishing
7617 By default, all files with extension @file{.org} in the base directory
7618 are considered part of the project.  This can be modified by setting the
7619 properties
7620 @multitable @columnfractions 0.25 0.75
7621 @item @code{:base-extension}
7622 @tab Extension (without the dot!) of source files.  This actually is a
7623 regular expression.
7625 @item @code{:exclude}
7626 @tab Regular expression to match file names that should not be
7627 published, even though they have been selected on the basis of their
7628 extension.
7630 @item @code{:include}
7631 @tab List of files to be included regardless of @code{:base-extension}
7632 and @code{:exclude}.
7633 @end multitable
7635 @node Publishing action, Publishing options, Selecting files, Configuration
7636 @subsection Publishing action
7637 @cindex action, for publishing
7639 Publishing means that a file is copied to the destination directory and
7640 possibly transformed in the process.  The default transformation is to
7641 export Org files as HTML files, and this is done by the function
7642 @code{org-publish-org-to-html} which calls the HTML exporter
7643 (@pxref{HTML export}). But you also can publish your files in La@TeX{} by
7644 using the function @code{org-publish-org-to-latex} instead. Other files
7645 like images only need to be copied to the publishing destination. For
7646 non-Org files, you need to specify the publishing function.
7649 @multitable @columnfractions 0.3 0.7
7650 @item @code{:publishing-function}
7651 @tab Function executing the publication of a file.  This may also be a
7652 list of functions, which will all be called in turn.
7653 @end multitable
7655 The function must accept two arguments: a property list containing at
7656 least a @code{:publishing-directory} property, and the name of the file
7657 to be published.  It should take the specified file, make the necessary
7658 transformation (if any) and place the result into the destination folder.
7659 You can write your own publishing function, but @code{org-publish}
7660 provides one for attachments (files that only need to be copied):
7661 @code{org-publish-attachment}.
7663 @node Publishing options, Publishing links, Publishing action, Configuration
7664 @subsection Options for the HTML/LaTeX exporters
7665 @cindex options, for publishing
7667 The property list can be used to set many export options for the HTML
7668 and La@TeX{} exporters.  In most cases, these properties correspond to user
7669 variables in Org.  The table below lists these properties along
7670 with the variable they belong to.  See the documentation string for the
7671 respective variable for details.
7673 @multitable @columnfractions 0.3 0.7
7674 @item @code{:language}              @tab @code{org-export-default-language}
7675 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
7676 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
7677 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
7678 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
7679 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
7680 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
7681 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
7682 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
7683 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
7684 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
7685 @item @code{:timestamps}           .@tab @code{org-export-with-timestamps}
7686 @item @code{:tags}                 .@tab @code{org-export-with-tags}
7687 @item @code{:tables}                @tab @code{org-export-with-tables}
7688 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
7689 @item @code{:style}                 @tab @code{org-export-html-style}
7690 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
7691 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
7692 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
7693 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
7694 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
7695 @item @code{:preamble}              @tab @code{org-export-html-preamble}
7696 @item @code{:postamble}             @tab @code{org-export-html-postamble}
7697 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
7698 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
7699 @item @code{:author}                @tab @code{user-full-name}
7700 @item @code{:email}                 @tab @code{user-mail-address}
7701 @end multitable
7703 If you use several email addresses, separate them by a semi-column.
7705 Most of the @code{org-export-with-*} variables have the same effect in
7706 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
7707 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
7708 La@TeX{} export.
7710 When a property is given a value in @code{org-publish-project-alist},
7711 its setting overrides the value of the corresponding user variable (if
7712 any) during publishing.  Options set within a file (@pxref{Export
7713 options}), however, override everything.
7715 @node Publishing links, Project page index, Publishing options, Configuration
7716 @subsection Links between published files
7717 @cindex links, publishing
7719 To create a link from one Org file to another, you would use
7720 something like @samp{[[file:foo.org][The foo]]} or simply
7721 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
7722 becomes a link to @file{foo.html}.  In this way, you can interlink the
7723 pages of your "org web" project and the links will work as expected when
7724 you publish them to HTML.
7726 You may also link to related files, such as images. Provided you are
7727 careful with relative pathnames, and provided you have also configured
7728 @code{org-publish} to upload the related files, these links will work
7729 too. @ref{Complex example} for an example of this usage.
7731 Sometime an Org file to be published may contain links that are
7732 only valid in your production environment, but not in the publishing
7733 location.  In this case, use the property
7735 @multitable @columnfractions 0.4 0.6
7736 @item @code{:link-validation-function}
7737 @tab Function to validate links
7738 @end multitable
7740 @noindent
7741 to define a function for checking link validity.  This function must
7742 accept two arguments, the file name and a directory relative to which
7743 the file name is interpreted in the production environment.  If this
7744 function returns @code{nil}, then the HTML generator will only insert a
7745 description into the HTML file, but no link.  One option for this
7746 function is @code{org-publish-validate-link} which checks if the given
7747 file is part of any project in @code{org-publish-project-alist}.
7749 @node Project page index,  , Publishing links, Configuration
7750 @subsection Project page index
7751 @cindex index, of published pages
7753 The following properties may be used to control publishing of an
7754 index of files or summary page for a given project.
7756 @multitable @columnfractions 0.25 0.75
7757 @item @code{:auto-index}
7758 @tab When non-nil, publish an index during org-publish-current-project or
7759 org-publish-all.
7761 @item @code{:index-filename}
7762 @tab Filename for output of index. Defaults to @file{index.org} (which
7763 becomes @file{index.html}).
7765 @item @code{:index-title}
7766 @tab Title of index page. Defaults to name of file.
7768 @item @code{:index-function}
7769 @tab Plug-in function to use for generation of index.
7770 Defaults to @code{org-publish-org-index}, which generates a plain list
7771 of links to all files in the project.
7772 @end multitable
7774 @node Sample configuration, Triggering publication, Configuration, Publishing
7775 @section Sample configuration
7777 Below we provide two example configurations.  The first one is a simple
7778 project publishing only a set of Org files.  The second example is
7779 more complex, with a multi-component project.
7781 @menu
7782 * Simple example::              One-component publishing
7783 * Complex example::             A multi-component publishing example
7784 @end menu
7786 @node Simple example, Complex example, Sample configuration, Sample configuration
7787 @subsection Example: simple publishing configuration
7789 This example publishes a set of Org files to the @file{public_html}
7790 directory on the local machine.
7792 @lisp
7793 (setq org-publish-project-alist
7794       '(("org"
7795          :base-directory "~/org/"
7796          :publishing-directory "~/public_html"
7797          :section-numbers nil
7798          :table-of-contents nil
7799          :style "<link rel=stylesheet
7800                 href=\"../other/mystyle.css\"
7801                 type=\"text/css\">")))
7802 @end lisp
7804 @node Complex example,  , Simple example, Sample configuration
7805 @subsection Example: complex publishing configuration
7807 This more complicated example publishes an entire website, including
7808 org files converted to HTML, image files, emacs lisp source code, and
7809 style sheets. The publishing-directory is remote and private files are
7810 excluded.
7812 To ensure that links are preserved, care should be taken to replicate
7813 your directory structure on the web server, and to use relative file
7814 paths. For example, if your org files are kept in @file{~/org} and your
7815 publishable images in @file{~/images}, you'd link to an image with
7817 @example
7818 file:../images/myimage.png
7819 @end example
7821 On the web server, the relative path to the image should be the
7822 same. You can accomplish this by setting up an "images" folder in the
7823 right place on the web server, and publishing images to it.
7825 @lisp
7826 (setq org-publish-project-alist
7827       '(("orgfiles"
7828           :base-directory "~/org/"
7829           :base-extension "org"
7830           :publishing-directory "/ssh:user@@host:~/html/notebook/"
7831           :publishing-function org-publish-org-to-html
7832           :exclude "PrivatePage.org"   ;; regexp
7833           :headline-levels 3
7834           :section-numbers nil
7835           :table-of-contents nil
7836           :style "<link rel=stylesheet
7837                   href=\"../other/mystyle.css\" type=\"text/css\">"
7838           :auto-preamble t
7839           :auto-postamble nil)
7841          ("images"
7842           :base-directory "~/images/"
7843           :base-extension "jpg\\|gif\\|png"
7844           :publishing-directory "/ssh:user@@host:~/html/images/"
7845           :publishing-function org-publish-attachment)
7847          ("other"
7848           :base-directory "~/other/"
7849           :base-extension "css\\|el"
7850           :publishing-directory "/ssh:user@@host:~/html/other/"
7851           :publishing-function org-publish-attachment)
7852          ("website" :components ("orgfiles" "images" "other"))))
7853 @end lisp
7855 @node Triggering publication,  , Sample configuration, Publishing
7856 @section Triggering publication
7858 Once org-publish is properly configured, you can publish with the
7859 following functions:
7861 @table @kbd
7862 @item C-c C-e C
7863 Prompt for a specific project and publish all files that belong to it.
7864 @item C-c C-e P
7865 Publish the project containing the current file.
7866 @item C-c C-e F
7867 Publish only the current file.
7868 @item C-c C-e A
7869 Publish all projects.
7870 @end table
7872 Org uses timestamps to track when a file has changed. The above
7873 functions normally only publish changed files. You can override this and
7874 force publishing of all files by giving a prefix argument.
7876 @node Miscellaneous, Extensions and Hacking, Publishing, Top
7877 @chapter Miscellaneous
7879 @menu
7880 * Completion::                  M-TAB knows what you need
7881 * Customization::               Adapting Org to your taste
7882 * In-buffer settings::          Overview of the #+KEYWORDS
7883 * The very busy C-c C-c key::   When in doubt, press C-c C-c
7884 * Clean view::                  Getting rid of leading stars in the outline
7885 * TTY keys::                    Using Org on a tty
7886 * Interaction::                 Other Emacs packages
7887 * Bugs::                        Things which do not work perfectly
7888 @end menu
7890 @node Completion, Customization, Miscellaneous, Miscellaneous
7891 @section Completion
7892 @cindex completion, of @TeX{} symbols
7893 @cindex completion, of TODO keywords
7894 @cindex completion, of dictionary words
7895 @cindex completion, of option keywords
7896 @cindex completion, of tags
7897 @cindex completion, of property keys
7898 @cindex completion, of link abbreviations
7899 @cindex @TeX{} symbol completion
7900 @cindex TODO keywords completion
7901 @cindex dictionary word completion
7902 @cindex option keyword completion
7903 @cindex tag completion
7904 @cindex link abbreviations, completion of
7906 Org supports in-buffer completion.  This type of completion does
7907 not make use of the minibuffer.  You simply type a few letters into
7908 the buffer and use the key to complete text right there.
7910 @table @kbd
7911 @kindex M-@key{TAB}
7912 @item M-@key{TAB}
7913 Complete word at point
7914 @itemize @bullet
7915 @item
7916 At the beginning of a headline, complete TODO keywords.
7917 @item
7918 After @samp{\}, complete @TeX{} symbols supported by the exporter.
7919 @item
7920 After @samp{*}, complete headlines in the current buffer so that they
7921 can be used in search links like @samp{[[*find this headline]]}.
7922 @item
7923 After @samp{:} in a headline, complete tags.  The list of tags is taken
7924 from the variable @code{org-tag-alist} (possibly set through the
7925 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
7926 dynamically from all tags used in the current buffer.
7927 @item
7928 After @samp{:} and not in a headline, complete property keys.  The list
7929 of keys is constructed dynamically from all keys used in the current
7930 buffer.
7931 @item
7932 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
7933 @item
7934 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
7935 @samp{OPTIONS} which set file-specific options for Org mode.  When the
7936 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
7937 will insert example settings for this keyword.
7938 @item
7939 In the line after @samp{#+STARTUP: }, complete startup keywords,
7940 i.e. valid keys for this line.
7941 @item
7942 Elsewhere, complete dictionary words using Ispell.
7943 @end itemize
7944 @end table
7946 @node Customization, In-buffer settings, Completion, Miscellaneous
7947 @section Customization
7948 @cindex customization
7949 @cindex options, for customization
7950 @cindex variables, for customization
7952 There are more than 180 variables that can be used to customize
7953 Org.  For the sake of compactness of the manual, I am not
7954 describing the variables here.  A structured overview of customization
7955 variables is available with @kbd{M-x org-customize}.  Or select
7956 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
7957 settings can also be activated on a per-file basis, by putting special
7958 lines into the buffer (@pxref{In-buffer settings}).
7960 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
7961 @section Summary of in-buffer settings
7962 @cindex in-buffer settings
7963 @cindex special keywords
7965 Org mode uses special lines in the buffer to define settings on a
7966 per-file basis.  These lines start with a @samp{#+} followed by a
7967 keyword, a colon, and then individual words defining a setting.  Several
7968 setting words can be in the same line, but you can also have multiple
7969 lines for the keyword.  While these settings are described throughout
7970 the manual, here is a summary.  After changing any of those lines in the
7971 buffer, press @kbd{C-c C-c} with the cursor still in the line to
7972 activate the changes immediately.  Otherwise they become effective only
7973 when the file is visited again in a new Emacs session.
7975 @table @kbd
7976 @item #+ARCHIVE: %s_done::
7977 This line sets the archive location for the agenda file.  It applies for
7978 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
7979 of the file.  The first such line also applies to any entries before it.
7980 The corresponding variable is @code{org-archive-location}.
7981 @item #+CATEGORY:
7982 This line sets the category for the agenda file.  The category applies
7983 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
7984 end of the file.  The first such line also applies to any entries before it.
7985 @item #+COLUMNS: %25ITEM .....
7986 Set the default format for columns view.  This format applies when
7987 columns view is invoked in location where no @code{COLUMNS} property
7988 applies.
7989 @item #+CONSTANTS: name1=value1 ...
7990 Set file-local values for constants to be used in table formulas.  This
7991 line set the local variable @code{org-table-formula-constants-local}.
7992 The global version of this variable is
7993 @code{org-table-formula-constants}.
7994 @item #+FILETAGS: :tag1:tag2:tag3:
7995 Set tags that can be inherited by any entry in the file, including the
7996 top-level entries.
7997 @item #+DRAWERS: NAME1 .....
7998 Set the file-local set of drawers.  The corresponding global variable is
7999 @code{org-drawers}.
8000 @item #+LINK:  linkword replace
8001 These lines (several are allowed) specify link abbreviations.
8002 @xref{Link abbreviations}.  The corresponding variable is
8003 @code{org-link-abbrev-alist}.
8004 @item #+PRIORITIES: highest lowest default
8005 This line sets the limits and the default for the priorities.  All three
8006 must be either letters A-Z or numbers 0-9.  The highest priority must
8007 have a lower ASCII number that the lowest priority.
8008 @item #+PROPERTY: Property_Name Value
8009 This line sets a default inheritance value for entries in the current
8010 buffer, most useful for specifying the allowed values of a property.
8011 @item #+SETUPFILE: file
8012 This line defines a file that holds more in-buffer setup.  Normally this is
8013 entirely ignored.  Only when the buffer is parsed for option-setting lines
8014 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
8015 settings line, or when exporting), then the contents of this file are parsed
8016 as if they had been included in the buffer.  In particlar, the file can be
8017 any other Org mode file with internal setup.
8018 @item #+STARTUP:
8019 This line sets options to be used at startup of Org mode, when an
8020 Org file is being visited.  The first set of options deals with the
8021 initial visibility of the outline tree.  The corresponding variable for
8022 global default settings is @code{org-startup-folded}, with a default
8023 value @code{t}, which means @code{overview}.
8024 @cindex @code{overview}, STARTUP keyword
8025 @cindex @code{content}, STARTUP keyword
8026 @cindex @code{showall}, STARTUP keyword
8027 @example
8028 overview   @r{top-level headlines only}
8029 content    @r{all headlines}
8030 showall    @r{no folding at all, show everything}
8031 @end example
8032 Then there are options for aligning tables upon visiting a file.  This
8033 is useful in files containing narrowed table columns.  The corresponding
8034 variable is @code{org-startup-align-all-tables}, with a default value
8035 @code{nil}.
8036 @cindex @code{align}, STARTUP keyword
8037 @cindex @code{noalign}, STARTUP keyword
8038 @example
8039 align      @r{align all tables}
8040 noalign    @r{don't align tables on startup}
8041 @end example
8042 Logging closing and reinstating TODO items, and clock intervals
8043 (variables @code{org-log-done}, @code{org-log-note-clock-out}, and
8044 @code{org-log-repeat}) can be configured using these options.
8045 @cindex @code{logdone}, STARTUP keyword
8046 @cindex @code{lognotedone}, STARTUP keyword
8047 @cindex @code{nologdone}, STARTUP keyword
8048 @cindex @code{lognoteclock-out}, STARTUP keyword
8049 @cindex @code{nolognoteclock-out}, STARTUP keyword
8050 @cindex @code{logrepeat}, STARTUP keyword
8051 @cindex @code{lognoterepeat}, STARTUP keyword
8052 @cindex @code{nologrepeat}, STARTUP keyword
8053 @example
8054 logdone            @r{record a timestamp when an item is marked DONE}
8055 lognotedone        @r{record timestamp and a note when DONE}
8056 nologdone          @r{don't record when items are marked DONE}
8057 logrepeat          @r{record a time when reinstating a repeating item}
8058 lognoterepeat      @r{record a note when reinstating a repeating item}
8059 nologrepeat        @r{do not record when reinstating repeating item}
8060 lognoteclock-out   @r{record a note when clocking out}
8061 nolognoteclock-out @r{don't record a note when clocking out}
8062 @end example
8063 Here are the options for hiding leading stars in outline headings, and for
8064 indenting outlines.  The corresponding variables are
8065 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
8066 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
8067 @cindex @code{hidestars}, STARTUP keyword
8068 @cindex @code{showstars}, STARTUP keyword
8069 @cindex @code{odd}, STARTUP keyword
8070 @cindex @code{even}, STARTUP keyword
8071 @example
8072 hidestars  @r{make all but one of the stars starting a headline invisible.}
8073 showstars  @r{show all stars starting a headline}
8074 indent     @r{virtual indentation according to outline level}
8075 noindent   @r{no virtual indentation according to outline level}
8076 odd        @r{allow only odd outline levels (1,3,...)}
8077 oddeven    @r{allow all outline levels}
8078 @end example
8079 To turn on custom format overlays over time stamps (variables
8080 @code{org-put-time-stamp-overlays} and
8081 @code{org-time-stamp-overlay-formats}), use
8082 @cindex @code{customtime}, STARTUP keyword
8083 @example
8084 customtime @r{overlay custom time format}
8085 @end example
8086 The following options influence the table spreadsheet (variable
8087 @code{constants-unit-system}).
8088 @cindex @code{constcgs}, STARTUP keyword
8089 @cindex @code{constSI}, STARTUP keyword
8090 @example
8091 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
8092 constSI    @r{@file{constants.el} should use the SI unit system}
8093 @end example
8094 @item #+TAGS:  TAG1(c1) TAG2(c2)
8095 These lines (several such lines are allowed) specify the valid tags in
8096 this file, and (potentially) the corresponding @emph{fast tag selection}
8097 keys.  The corresponding variable is @code{org-tag-alist}.
8098 @item #+TBLFM:
8099 This line contains the formulas for the table directly above the line.
8100 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
8101 These lines provide settings for exporting files.  For more details see
8102 @ref{Export options}.
8103 @item #+SEQ_TODO:   #+TYP_TODO:
8104 These lines set the TODO keywords and their interpretation in the
8105 current file.  The corresponding variables are @code{org-todo-keywords}
8106 and @code{org-todo-interpretation}.
8107 @end table
8109 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
8110 @section The very busy C-c C-c key
8111 @kindex C-c C-c
8112 @cindex C-c C-c, overview
8114 The key @kbd{C-c C-c} has many purposes in Org, which are all
8115 mentioned scattered throughout this manual.  One specific function of
8116 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
8117 other circumstances it means something like @emph{Hey Org, look
8118 here and update according to what you see here}.  Here is a summary of
8119 what this means in different contexts.
8121 @itemize @minus
8122 @item
8123 If there are highlights in the buffer from the creation of a sparse
8124 tree, or from clock display, remove these highlights.
8125 @item
8126 If the cursor is in one of the special @code{#+KEYWORD} lines, this
8127 triggers scanning the buffer for these lines and updating the
8128 information.
8129 @item
8130 If the cursor is inside a table, realign the table.  This command
8131 works even if the automatic table editor has been turned off.
8132 @item
8133 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
8134 the entire table.
8135 @item
8136 If the cursor is inside a table created by the @file{table.el} package,
8137 activate that table.
8138 @item
8139 If the current buffer is a remember buffer, close the note and file it.
8140 With a prefix argument, file it, without further interaction, to the
8141 default location.
8142 @item
8143 If the cursor is on a @code{<<<target>>>}, update radio targets and
8144 corresponding links in this buffer.
8145 @item
8146 If the cursor is in a property line or at the start or end of a property
8147 drawer, offer property commands.
8148 @item
8149 If the cursor is in a plain list item with a checkbox, toggle the status
8150 of the checkbox.
8151 @item
8152 If the cursor is on a numbered item in a plain list, renumber the
8153 ordered list.
8154 @item
8155 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
8156 block is updated.
8157 @end itemize
8159 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
8160 @section A cleaner outline view
8161 @cindex hiding leading stars
8162 @cindex dynamic indentation
8163 @cindex odd-levels-only outlines
8164 @cindex clean outline view
8166 Some people find it noisy and distracting that the Org headlines are starting
8167 with a potentially large number of stars, and that text below the headlines
8168 is not indented.  This is not really a problem when you are writing a book
8169 where the outline headings are really section headlines.  However, in a more
8170 list-oriented outline, it is clear that an indented structure is a lot
8171 cleaner, as can be seen by comparing the two columns in the following
8172 example: 
8174 @example
8175 @group
8176 * Top level headline             |    * Top level headline
8177 ** Second level                  |      * Second level
8178 *** 3rd level                    |        * 3rd level
8179 some text                        |          some text
8180 *** 3rd level                    |        * 3rd level
8181 more text                        |          more text
8182 * Another top level headline     |    * Another top level headline
8183 @end group
8184 @end example
8186 @noindent
8187 It is non-trivial to make such a look work in Emacs, but Org contains three
8188 separate features that, combined, achieve just that.
8190 @enumerate
8191 @item 
8192 @emph{Indentation of text below headlines}@*
8193 You may indent text below each headline to make the left boundary line up
8194 with the headline, like
8196 @example
8197 *** 3rd level
8198     more text, now indented
8199 @end example
8201 A good way to get this indentation is by hand, and Org supports this with
8202 paragraph filling, line wrapping, and structure editing@footnote{See also the
8203 variable @code{org-adapt-indentation}.} preserving or adapting the
8204 indentation appropriate.  A different approach would be to have a way to
8205 automatically indent lines according to outline structure by adding overlays
8206 or text properties.  But I have not yet found a robust and efficient way to
8207 do this in large files.
8209 @item
8210 @emph{Hiding leading stars}@* You can modify the display in such a way that
8211 all leading stars become invisible.  To do this in a global way, configure
8212 the variable @code{org-hide-leading-stars} or change this on a per-file basis
8213 with
8215 @example
8216 #+STARTUP: showstars
8217 #+STARTUP: hidestars
8218 @end example
8220 With hidden stars, the tree becomes:
8222 @example
8223 @group
8224 * Top level headline
8225  * Second level
8226   * 3rd level
8227   ...
8228 @end group
8229 @end example
8231 @noindent
8232 Note that the leading stars are not truly replaced by whitespace, they
8233 are only fontified with the face @code{org-hide} that uses the
8234 background color as font color.  If you are not using either white or
8235 black background, you may have to customize this face to get the wanted
8236 effect.  Another possibility is to set this font such that the extra
8237 stars are @i{almost} invisible, for example using the color
8238 @code{grey90} on a white background.
8240 @item
8241 Things become cleaner still if you skip all the even levels and use only odd
8242 levels 1, 3, 5..., effectively adding two stars to go from one outline level
8243 to the next.  In this way we get the outline view shown at the beginning of
8244 this section.  In order to make the structure editing and export commands
8245 handle this convention correctly, configure the variable
8246 @code{org-odd-levels-only}, or set this on a per-file basis with one of the
8247 following lines:
8249 @example
8250 #+STARTUP: odd
8251 #+STARTUP: oddeven
8252 @end example
8254 You can convert an Org file from single-star-per-level to the
8255 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
8256 RET} in that file.  The reverse operation is @kbd{M-x
8257 org-convert-to-oddeven-levels}.
8258 @end enumerate
8260 @node TTY keys, Interaction, Clean view, Miscellaneous
8261 @section Using Org on a tty
8262 @cindex tty key bindings
8264 Because Org contains a large number of commands, by default much of
8265 Org's core commands are bound to keys that are generally not
8266 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
8267 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
8268 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
8269 these commands on a tty when special keys are unavailable, the following
8270 alternative bindings can be used.  The tty bindings below will likely be
8271 more cumbersome; you may find for some of the bindings below that a
8272 customized work-around suits you better.  For example, changing a time
8273 stamp is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
8274 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
8276 @multitable @columnfractions 0.15 0.2 0.2
8277 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
8278 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
8279 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
8280 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
8281 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
8282 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
8283 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
8284 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
8285 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
8286 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
8287 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
8288 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
8289 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
8290 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
8291 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
8292 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
8293 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
8294 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
8295 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
8296 @end multitable
8298 @node Interaction, Bugs, TTY keys, Miscellaneous
8299 @section Interaction with other packages
8300 @cindex packages, interaction with other
8301 Org lives in the world of GNU Emacs and interacts in various ways
8302 with other code out there.
8304 @menu
8305 * Cooperation::                 Packages Org cooperates with
8306 * Conflicts::                   Packages that lead to conflicts
8307 @end menu
8309 @node Cooperation, Conflicts, Interaction, Interaction
8310 @subsection Packages that Org cooperates with
8312 @table @asis
8313 @cindex @file{calc.el}
8314 @item @file{calc.el} by Dave Gillespie
8315 Org uses the Calc package for implementing spreadsheet
8316 functionality in its tables (@pxref{The spreadsheet}).  Org
8317 checks for the availability of Calc by looking for the function
8318 @code{calc-eval} which should be autoloaded in your setup if Calc has
8319 been installed properly.  As of Emacs 22, Calc is part of the Emacs
8320 distribution.  Another possibility for interaction between the two
8321 packages is using Calc for embedded calculations. @xref{Embedded Mode,
8322 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
8323 @cindex @file{constants.el}
8324 @item @file{constants.el} by Carsten Dominik
8325 In a table formula (@pxref{The spreadsheet}), it is possible to use
8326 names for natural constants or units.  Instead of defining your own
8327 constants in the variable @code{org-table-formula-constants}, install
8328 the @file{constants} package which defines a large number of constants
8329 and units, and lets you use unit prefixes like @samp{M} for
8330 @samp{Mega} etc.  You will need version 2.0 of this package, available
8331 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
8332 the function @code{constants-get}, which has to be autoloaded in your
8333 setup.  See the installation instructions in the file
8334 @file{constants.el}.
8335 @item @file{cdlatex.el} by Carsten Dominik
8336 @cindex @file{cdlatex.el}
8337 Org mode can make use of the CDLaTeX package to efficiently enter
8338 La@TeX{} fragments into Org files. See @ref{CDLaTeX mode}.
8339 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
8340 @cindex @file{imenu.el}
8341 Imenu allows menu access to an index of items in a file.  Org mode
8342 supports Imenu - all you need to do to get the index is the following:
8343 @lisp
8344 (add-hook 'org-mode-hook
8345           (lambda () (imenu-add-to-menubar "Imenu")))
8346 @end lisp
8347 By default the index is two levels deep - you can modify the depth using
8348 the option @code{org-imenu-depth}.
8349 @item @file{remember.el} by John Wiegley
8350 @cindex @file{remember.el}
8351 Org cooperates with remember, see @ref{Remember}.
8352 @file{Remember.el} is not part of Emacs, find it on the web.
8353 @item @file{speedbar.el} by Eric M. Ludlam
8354 @cindex @file{speedbar.el}
8355 Speedbar is a package that creates a special frame displaying files and
8356 index items in files.  Org mode supports Speedbar and allows you to
8357 drill into Org files directly from the Speedbar.  It also allows to
8358 restrict the scope of agenda commands to a file or a subtree by using
8359 the command @kbd{<} in the Speedbar frame.
8360 @cindex @file{table.el}
8361 @item @file{table.el} by Takaaki Ota
8362 @kindex C-c C-c
8363 @cindex table editor, @file{table.el}
8364 @cindex @file{table.el}
8366 Complex ASCII tables with automatic line wrapping, column- and
8367 row-spanning, and alignment can be created using the Emacs table
8368 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
8369 and also part of Emacs 22).
8370 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org mode
8371 will call @command{table-recognize-table} and move the cursor into the
8372 table.  Inside a table, the keymap of Org mode is inactive.  In order
8373 to execute Org mode-related commands, leave the table.
8375 @table @kbd
8376 @kindex C-c C-c
8377 @item C-c C-c
8378 Recognize @file{table.el} table.  Works when the cursor is in a
8379 table.el table.
8381 @kindex C-c ~
8382 @item C-c ~
8383 Insert a table.el table.  If there is already a table at point, this
8384 command converts it between the table.el format and the Org mode
8385 format.  See the documentation string of the command
8386 @code{org-convert-table} for the restrictions under which this is
8387 possible.
8388 @end table
8389 @file{table.el} is part of Emacs 22.
8390 @cindex @file{footnote.el}
8391 @item @file{footnote.el} by Steven L. Baur
8392 Org mode recognizes numerical footnotes as provided by this package
8393 (@pxref{Footnotes}).
8394 @end table
8396 @node Conflicts,  , Cooperation, Interaction
8397 @subsection Packages that lead to conflicts with Org mode
8399 @table @asis
8401 @cindex @file{allout.el}
8402 @item @file{allout.el} by Ken Manheimer
8403 Startup of Org may fail with the error message
8404 @code{(wrong-type-argument keymapp nil)} when there is an outdated
8405 version @file{allout.el} on the load path, for example the version
8406 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
8407 disappear.  If for some reason you cannot do this, make sure that org.el
8408 is loaded @emph{before} @file{allout.el}, for example by putting
8409 @code{(require 'org)} early enough into your @file{.emacs} file.
8411 @cindex @file{CUA.el}
8412 @item @file{CUA.el} by Kim. F. Storm
8413 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by
8414 CUA mode (as well as pc-select-mode and s-region-mode) to select and
8415 extend the region.  If you want to use one of these packages along with
8416 Org, configure the variable @code{org-replace-disputed-keys}.  When
8417 set, Org will move the following key bindings in Org files, and
8418 in the agenda buffer (but not during date selection).
8420 @example
8421 S-UP    -> M-p             S-DOWN  -> M-n
8422 S-LEFT  -> M--             S-RIGHT -> M-+
8423 @end example
8425 Yes, these are unfortunately more difficult to remember.  If you want
8426 to have other replacement keys, look at the variable
8427 @code{org-disputed-keys}.
8428 @item @file{windmove.el} by Hovav Shacham
8429 @cindex @file{windmove.el}
8430 Also this package uses the @kbd{S-<cursor>} keys, so everything written
8431 in the paragraph above about CUA mode also applies here.
8433 @cindex @file{footnote.el}
8434 @item @file{footnote.el} by Steven L. Baur
8435 Org supports the syntax of the footnote package, but only the
8436 numerical footnote markers.  Also, the default key for footnote
8437 commands, @kbd{C-c !} is already used by Org.  You could use the
8438 variable @code{footnote-prefix} to switch footnotes commands to another
8439 key.  Or, you could use @code{org-replace-disputed-keys} and
8440 @code{org-disputed-keys} to change the settings in Org.
8442 @end table
8445 @node Bugs,  , Interaction, Miscellaneous
8446 @section Bugs
8447 @cindex bugs
8449 Here is a list of things that should work differently, but which I
8450 have found too hard to fix.
8452 @itemize @bullet
8453 @item
8454 If a table field starts with a link, and if the corresponding table
8455 column is narrowed (@pxref{Narrow columns}) to a width too small to
8456 display the link, the field would look entirely empty even though it is
8457 not.  To prevent this, Org throws an error.  The work-around is to
8458 make the column wide enough to fit the link, or to add some text (at
8459 least 2 characters) before the link in the same field.
8460 @item
8461 Narrowing table columns does not work on XEmacs, because the
8462 @code{format} function does not transport text properties.
8463 @item
8464 Text in an entry protected with the @samp{QUOTE} keyword should not
8465 autowrap.
8466 @item
8467 When the application called by @kbd{C-c C-o} to open a file link fails
8468 (for example because the application does not exist or refuses to open
8469 the file), it does so silently.  No error message is displayed.
8470 @item
8471 Recalculating a table line applies the formulas from left to right.
8472 If a formula uses @emph{calculated} fields further down the row,
8473 multiple recalculation may be needed to get all fields consistent.  You
8474 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
8475 recalculate until convergence.
8476 @item
8477 The exporters work well, but could be made more efficient.
8478 @end itemize
8481 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
8482 @appendix Extensions, Hooks and Hacking
8484 This appendix lists extensions for Org written by other authors.
8485 It also covers some aspects where users can extend the functionality of
8486 Org.
8488 @menu
8489 * Extensions::                  Existing 3rd-party extensions
8490 * Adding hyperlink types::      New custom link types
8491 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
8492 * Dynamic blocks::              Automatically filled blocks
8493 * Special agenda views::        Customized views
8494 * Using the property API::      Writing programs that use entry properties
8495 @end menu
8497 @node Extensions, Adding hyperlink types, Extensions and Hacking, Extensions and Hacking
8498 @section Third-party extensions for Org
8499 @cindex extension, third-party
8501 There are lots of extensions that have been written by other people.  Most of
8502 them have either been integrated into Org by now, or they can be found in the
8503 Org distribution, in the @file{contrib} directory.  The list has gotten too
8504 long to cover in any detail here, but there is a seaparate manual for these
8505 extensions.
8507 @node Adding hyperlink types, Tables in arbitrary syntax, Extensions, Extensions and Hacking
8508 @section Adding hyperlink types
8509 @cindex hyperlinks, adding new types
8511 Org has a large number of hyperlink types built-in
8512 (@pxref{Hyperlinks}).  If you would like to add new link types, it
8513 provides an interface for doing so.  Lets look at an example file
8514 @file{org-man.el} that will add support for creating links like
8515 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
8516 emacs:
8518 @lisp
8519 ;;; org-man.el - Support for links to manpages in Org
8521 (require 'org)
8523 (org-add-link-type "man" 'org-man-open)
8524 (add-hook 'org-store-link-functions 'org-man-store-link)
8526 (defcustom org-man-command 'man
8527   "The Emacs command to be used to display a man page."
8528   :group 'org-link
8529   :type '(choice (const man) (const woman)))
8531 (defun org-man-open (path)
8532   "Visit the manpage on PATH.
8533 PATH should be a topic that can be thrown at the man command."
8534   (funcall org-man-command path))
8536 (defun org-man-store-link ()
8537   "Store a link to a manpage."
8538   (when (memq major-mode '(Man-mode woman-mode))
8539     ;; This is a man page, we do make this link
8540     (let* ((page (org-man-get-page-name))
8541            (link (concat "man:" page))
8542            (description (format "Manpage for %s" page)))
8543       (org-store-link-props
8544        :type "man"
8545        :link link
8546        :description description))))
8548 (defun org-man-get-page-name ()
8549   "Extract the page name from the buffer name."
8550   ;; This works for both `Man-mode' and `woman-mode'.
8551   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
8552       (match-string 1 (buffer-name))
8553     (error "Cannot create link to this man page")))
8555 (provide 'org-man)
8557 ;;; org-man.el ends here
8558 @end lisp
8560 @noindent
8561 You would activate this new link type in @file{.emacs} with
8563 @lisp
8564 (require 'org-man)
8565 @end lisp
8567 @noindent
8568 Lets go through the file and see what it does.
8569 @enumerate
8570 @item
8571 It does @code{(require 'org)} to make sure that @file{org.el} has been
8572 loaded.
8573 @item
8574 The next line calls @code{org-add-link-type} to define a new link type
8575 with prefix @samp{man}.  The call also contains the name of a function
8576 that will be called to follow such a link.
8577 @item
8578 The next line adds a function to @code{org-store-link-functions}, in
8579 order to allow the command @kbd{C-c l} to record a useful link in a
8580 buffer displaying a man page.
8581 @end enumerate
8583 The rest of the file defines the necessary variables and functions.
8584 First there is a customization variable that determines which emacs
8585 command should be used to display man pages.  There are two options,
8586 @code{man} and @code{woman}.  Then the function to follow a link is
8587 defined.  It gets the link path as an argument - in this case the link
8588 path is just a topic for the manual command.  The function calls the
8589 value of @code{org-man-command} to display the man page.
8591 Finally the function @code{org-man-store-link} is defined.  When you try
8592 to store a link with @kbd{C-c l}, also this function will be called to
8593 try to make a link.  The function must first decide if it is supposed to
8594 create the link for this buffer type, we do this by checking the value
8595 of the variable @code{major-mode}.  If not, the function must exit and
8596 return the value @code{nil}.  If yes, the link is created by getting the
8597 manual topic from the buffer name and prefixing it with the string
8598 @samp{man:}.  Then it must call the command @code{org-store-link-props}
8599 and set the @code{:type} and @code{:link} properties.  Optionally you
8600 can also set the @code{:description} property to provide a default for
8601 the link description when the link is later inserted into an Org
8602 buffer with @kbd{C-c C-l}.
8604 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Extensions and Hacking
8605 @section Tables and lists in arbitrary syntax
8606 @cindex tables, in other modes
8607 @cindex lists, in other modes
8608 @cindex Orgtbl mode
8610 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
8611 frequent feature request has been to make it work with native tables in
8612 specific languages, for example La@TeX{}.  However, this is extremely
8613 hard to do in a general way, would lead to a customization nightmare,
8614 and would take away much of the simplicity of the Orgtbl mode table
8615 editor.
8618 This appendix describes a different approach.  We keep the Orgtbl mode
8619 table in its native format (the @i{source table}), and use a custom
8620 function to @i{translate} the table to the correct syntax, and to
8621 @i{install} it in the right location (the @i{target table}).  This puts
8622 the burden of writing conversion functions on the user, but it allows
8623 for a very flexible system.
8625 Bastien added the ability to do the same with lists.  You can use Org's
8626 facilities to edit and structure lists by turning @code{orgstruct-mode}
8627 on, then locally exporting such lists in another format (HTML, La@TeX{}
8628 or Texinfo.)
8631 @menu
8632 * Radio tables::                Sending and receiving
8633 * A LaTeX example::             Step by step, almost a tutorial
8634 * Translator functions::        Copy and modify
8635 * Radio lists::                 Doing the same for lists
8636 @end menu
8638 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
8639 @subsection Radio tables
8640 @cindex radio tables
8642 To define the location of the target table, you first need to create two
8643 lines that are comments in the current mode, but contain magic words for
8644 Orgtbl mode to find.  Orgtbl mode will insert the translated table
8645 between these lines, replacing whatever was there before.  For example:
8647 @example
8648 /* BEGIN RECEIVE ORGTBL table_name */
8649 /* END RECEIVE ORGTBL table_name */
8650 @end example
8652 @noindent
8653 Just above the source table, we put a special line that tells
8654 Orgtbl mode how to translate this table and where to install it.  For
8655 example:
8656 @example
8657 #+ORGTBL: SEND table_name translation_function arguments....
8658 @end example
8660 @noindent
8661 @code{table_name} is the reference name for the table that is also used
8662 in the receiver lines. @code{translation_function} is the Lisp function
8663 that does the translation.  Furthermore, the line can contain a list of
8664 arguments (alternating key and value) at the end.  The arguments will be
8665 passed as a property list to the translation function for
8666 interpretation.  A few standard parameters are already recognized and
8667 acted upon before the translation function is called:
8669 @table @code
8670 @item :skip N
8671 Skip the first N lines of the table.  Hlines do count as separate lines for
8672 this parameter!
8674 @item :skipcols (n1 n2 ...)
8675 List of columns that should be skipped.  If the table has a column with
8676 calculation marks, that column is automatically discarded as well.
8677 Please note that the translator function sees the table @emph{after} the
8678 removal of these columns, the function never knows that there have been
8679 additional columns.
8680 @end table
8682 @noindent
8683 The one problem remaining is how to keep the source table in the buffer
8684 without disturbing the normal workings of the file, for example during
8685 compilation of a C file or processing of a La@TeX{} file.  There are a
8686 number of different solutions:
8688 @itemize @bullet
8689 @item
8690 The table could be placed in a block comment if that is supported by the
8691 language.  For example, in C mode you could wrap the table between
8692 @samp{/*} and @samp{*/} lines.
8693 @item
8694 Sometimes it is possible to put the table after some kind of @i{END}
8695 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
8696 in La@TeX{}.
8697 @item
8698 You can just comment the table line by line whenever you want to process
8699 the file, and uncomment it whenever you need to edit the table.  This
8700 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
8701 make this comment-toggling very easy, in particular if you bind it to a
8702 key.
8703 @end itemize
8705 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
8706 @subsection A LaTeX example of radio tables
8707 @cindex LaTeX, and Orgtbl mode
8709 The best way to wrap the source table in La@TeX{} is to use the
8710 @code{comment} environment provided by @file{comment.sty}.  It has to be
8711 activated by placing @code{\usepackage@{comment@}} into the document
8712 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
8713 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
8714 variable @code{orgtbl-radio-tables} to install templates for other
8715 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
8716 be prompted for a table name, lets say we use @samp{salesfigures}.  You
8717 will then get the following template:
8719 @cindex #+ORGTBL: SEND
8720 @example
8721 % BEGIN RECEIVE ORGTBL salesfigures
8722 % END RECEIVE ORGTBL salesfigures
8723 \begin@{comment@}
8724 #+ORGTBL: SEND salesfigures orgtbl-to-latex
8725 | | |
8726 \end@{comment@}
8727 @end example
8729 @noindent
8730 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
8731 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
8732 into the receiver location with name @code{salesfigures}.  You may now
8733 fill in the table, feel free to use the spreadsheet features@footnote{If
8734 the @samp{#+TBLFM} line contains an odd number of dollar characters,
8735 this may cause problems with font-lock in LaTeX mode.  As shown in the
8736 example you can fix this by adding an extra line inside the
8737 @code{comment} environment that is used to balance the dollar
8738 expressions.  If you are using AUCTeX with the font-latex library, a
8739 much better solution is to add the @code{comment} environment to the
8740 variable @code{LaTeX-verbatim-environments}.}:
8742 @example
8743 % BEGIN RECEIVE ORGTBL salesfigures
8744 % END RECEIVE ORGTBL salesfigures
8745 \begin@{comment@}
8746 #+ORGTBL: SEND salesfigures orgtbl-to-latex
8747 | Month | Days | Nr sold | per day |
8748 |-------+------+---------+---------|
8749 | Jan   |   23 |      55 |     2.4 |
8750 | Feb   |   21 |      16 |     0.8 |
8751 | March |   22 |     278 |    12.6 |
8752 #+TBLFM: $4=$3/$2;%.1f
8753 % $ (optional extra dollar to keep font-lock happy, see footnote)
8754 \end@{comment@}
8755 @end example
8757 @noindent
8758 When you are done, press @kbd{C-c C-c} in the table to get the converted
8759 table inserted between the two marker lines.
8761 Now lets assume you want to make the table header by hand, because you
8762 want to control how columns are aligned etc.  In this case we make sure
8763 that the table translator does skip the first 2 lines of the source
8764 table, and tell the command to work as a @i{splice}, i.e. to not produce
8765 header and footer commands of the target table:
8767 @example
8768 \begin@{tabular@}@{lrrr@}
8769 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
8770 % BEGIN RECEIVE ORGTBL salesfigures
8771 % END RECEIVE ORGTBL salesfigures
8772 \end@{tabular@}
8774 \begin@{comment@}
8775 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
8776 | Month | Days | Nr sold | per day |
8777 |-------+------+---------+---------|
8778 | Jan   |   23 |      55 |     2.4 |
8779 | Feb   |   21 |      16 |     0.8 |
8780 | March |   22 |     278 |    12.6 |
8781 #+TBLFM: $4=$3/$2;%.1f
8782 \end@{comment@}
8783 @end example
8785 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
8786 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
8787 and marks horizontal lines with @code{\hline}.  Furthermore, it
8788 interprets the following parameters (see also @ref{Translator functions}):
8790 @table @code
8791 @item :splice nil/t
8792 When set to t, return only table body lines, don't wrap them into a
8793 tabular environment.  Default is nil.
8795 @item :fmt fmt
8796 A format to be used to wrap each field, should contain @code{%s} for the
8797 original field value.  For example, to wrap each field value in dollars,
8798 you could use @code{:fmt "$%s$"}.  This may also be a property list with
8799 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
8800 A function of one argument can be used in place of the strings; the
8801 function must return a formatted string.
8803 @item :efmt efmt
8804 Use this format to print numbers with exponentials.  The format should
8805 have @code{%s} twice for inserting mantissa and exponent, for example
8806 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
8807 may also be a property list with column numbers and formats, for example
8808 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
8809 @code{efmt} has been applied to a value, @code{fmt} will also be
8810 applied.  Similar to @code{fmt}, functions of two arguments can be
8811 supplied instead of strings.
8812 @end table
8814 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
8815 @subsection Translator functions
8816 @cindex HTML, and Orgtbl mode
8817 @cindex translator function
8819 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
8820 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
8821 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
8822 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
8823 code that produces tables during HTML export.}, these all use a generic
8824 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
8825 itself is a very short function that computes the column definitions for the
8826 @code{tabular} environment, defines a few field and line separators and then
8827 hands over to the generic translator.  Here is the entire code:
8829 @lisp
8830 @group
8831 (defun orgtbl-to-latex (table params)
8832   "Convert the Orgtbl mode TABLE to LaTeX."
8833   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
8834                                org-table-last-alignment ""))
8835          (params2
8836           (list
8837            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
8838            :tend "\\end@{tabular@}"
8839            :lstart "" :lend " \\\\" :sep " & "
8840            :efmt "%s\\,(%s)" :hline "\\hline")))
8841     (orgtbl-to-generic table (org-combine-plists params2 params))))
8842 @end group
8843 @end lisp
8845 As you can see, the properties passed into the function (variable
8846 @var{PARAMS}) are combined with the ones newly defined in the function
8847 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
8848 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
8849 would like to use the La@TeX{} translator, but wanted the line endings to
8850 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
8851 overrule the default with
8853 @example
8854 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
8855 @end example
8857 For a new language, you can either write your own converter function in
8858 analogy with the La@TeX{} translator, or you can use the generic function
8859 directly.  For example, if you have a language where a table is started
8860 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
8861 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
8862 separator is a TAB, you could call the generic translator like this (on
8863 a single line!):
8865 @example
8866 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
8867                               :lstart "!BL! " :lend " !EL!" :sep "\t"
8868 @end example
8870 @noindent
8871 Please check the documentation string of the function
8872 @code{orgtbl-to-generic} for a full list of parameters understood by
8873 that function and remember that you can pass each of them into
8874 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
8875 using the generic function.
8877 Of course you can also write a completely new function doing complicated
8878 things the generic translator cannot do.  A translator function takes
8879 two arguments.  The first argument is the table, a list of lines, each
8880 line either the symbol @code{hline} or a list of fields.  The second
8881 argument is the property list containing all parameters specified in the
8882 @samp{#+ORGTBL: SEND} line.  The function must return a single string
8883 containing the formatted table.  If you write a generally useful
8884 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
8885 others can benefit from your work.
8887 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
8888 @subsection Radio lists
8889 @cindex radio lists
8890 @cindex org-list-insert-radio-list
8892 Sending and receiving radio lists works exactly the same way than
8893 sending and receiving radio tables (@pxref{Radio tables}) @footnote{You
8894 need to load the @code{org-export-latex.el} package to use radio lists
8895 since the relevant code is there for now.}.  As for radio tables, you
8896 can insert radio lists templates in HTML, La@TeX{} and Texinfo modes by
8897 calling @code{org-list-insert-radio-list}.
8899 Here are the differences with radio tables:
8901 @itemize @minus
8902 @item
8903 Use @code{ORGLST} instead of @code{ORGTBL}.
8904 @item
8905 The available translation functions for radio lists don't take
8906 parameters.
8907 @item
8908 `C-c C-c' will work when pressed on the first item of the list.
8909 @end itemize
8911 Here is a La@TeX{} example.  Let's say that you have this in your
8912 La@TeX{} file:
8914 @example
8915 % BEGIN RECEIVE ORGLST to-buy
8916 % END RECEIVE ORGLST to-buy
8917 \begin@{comment@}
8918 #+ORGLIST: SEND to-buy orgtbl-to-latex
8919 - a new house
8920 - a new computer
8921   + a new keyboard
8922   + a new mouse
8923 - a new life
8924 \end@{comment@}
8925 @end example
8927 Pressing `C-c C-c' on @code{a new house} and will insert the converted
8928 La@TeX{} list between the two marker lines.
8930 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Extensions and Hacking
8931 @section Dynamic blocks
8932 @cindex dynamic blocks
8934 Org documents can contain @emph{dynamic blocks}.  These are
8935 specially marked regions that are updated by some user-written function.
8936 A good example for such a block is the clock table inserted by the
8937 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
8939 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
8940 to the block and can also specify parameters for the function producing
8941 the content of the block.
8943 #+BEGIN:dynamic block
8944 @example
8945 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
8947 #+END:
8948 @end example
8950 Dynamic blocks are updated with the following commands
8952 @table @kbd
8953 @kindex C-c C-x C-u
8954 @item C-c C-x C-u
8955 Update dynamic block at point.
8956 @kindex C-u C-c C-x C-u
8957 @item C-u C-c C-x C-u
8958 Update all dynamic blocks in the current file.
8959 @end table
8961 Updating a dynamic block means to remove all the text between BEGIN and
8962 END, parse the BEGIN line for parameters and then call the specific
8963 writer function for this block to insert the new content.  If you want
8964 to use the original content in the writer function, you can use the
8965 extra parameter @code{:content}.
8967 For a block with name @code{myblock}, the writer function is
8968 @code{org-dblock-write:myblock} with as only parameter a property list
8969 with the parameters given in the begin line.  Here is a trivial example
8970 of a block that keeps track of when the block update function was last
8971 run:
8973 @example
8974 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
8976 #+END:
8977 @end example
8979 @noindent
8980 The corresponding block writer function could look like this:
8982 @lisp
8983 (defun org-dblock-write:block-update-time (params)
8984    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
8985      (insert "Last block update at: "
8986              (format-time-string fmt (current-time)))))
8987 @end lisp
8989 If you want to make sure that all dynamic blocks are always up-to-date,
8990 you could add the function @code{org-update-all-dblocks} to a hook, for
8991 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
8992 written in a way that is does nothing in buffers that are not in
8993 @code{org-mode}.
8995 @node Special agenda views, Using the property API, Dynamic blocks, Extensions and Hacking
8996 @section Special agenda views
8997 @cindex agenda views, user-defined
8999 Org provides a special hook that can be used to narrow down the
9000 selection made by any of the agenda views.  You may specify a function
9001 that is used at each match to verify if the match should indeed be part
9002 of the agenda view, and if not, how much should be skipped.
9004 Let's say you want to produce a list of projects that contain a WAITING
9005 tag anywhere in the project tree.  Let's further assume that you have
9006 marked all tree headings that define a project with the TODO keyword
9007 PROJECT.  In this case you would run a TODO search for the keyword
9008 PROJECT, but skip the match unless there is a WAITING tag anywhere in
9009 the subtree belonging to the project line.
9011 To achieve this, you must write a function that searches the subtree for
9012 the tag.  If the tag is found, the function must return @code{nil} to
9013 indicate that this match should not be skipped.  If there is no such
9014 tag, return the location of the end of the subtree, to indicate that
9015 search should continue from there.
9017 @lisp
9018 (defun my-skip-unless-waiting ()
9019   "Skip trees that are not waiting"
9020   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
9021     (if (re-search-forward ":waiting:" subtree-end t)
9022         nil          ; tag found, do not skip
9023       subtree-end))) ; tag not found, continue after end of subtree
9024 @end lisp
9026 Now you may use this function in an agenda custom command, for example
9027 like this:
9029 @lisp
9030 (org-add-agenda-custom-command
9031  '("b" todo "PROJECT"
9032    ((org-agenda-skip-function 'my-org-waiting-projects)
9033     (org-agenda-overriding-header "Projects waiting for something: "))))
9034 @end lisp
9036 Note that this also binds @code{org-agenda-overriding-header} to get a
9037 meaningful header in the agenda view.
9039 A general way to create custom searches is to base them on a search for
9040 entries with a certain level limit.  If you want to study all entries with
9041 your custom search function, simply do a search for @samp{LEVEL>0}, and then
9042 use @code{org-agenda-skip-function} to select the entries you really want to
9043 have.
9045 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
9046 particular, you may use the functions @code{org-agenda-skip-entry-if}
9047 and @code{org-agenda-skip-subtree-if} in this form, for example:
9049 @table @code
9050 @item '(org-agenda-skip-entry-if 'scheduled)
9051 Skip current entry if it has been scheduled.
9052 @item '(org-agenda-skip-entry-if 'notscheduled)
9053 Skip current entry if it has not been scheduled.
9054 @item '(org-agenda-skip-entry-if 'deadline)
9055 Skip current entry if it has a deadline.
9056 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
9057 Skip current entry if it has a deadline, or if it is scheduled.
9058 @item '(org-agenda-skip-entry 'regexp "regular expression")
9059 Skip current entry if the regular expression matches in the entry.
9060 @item '(org-agenda-skip-entry 'notregexp "regular expression")
9061 Skip current entry unless the regular expression matches.
9062 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
9063 Same as above, but check and skip the entire subtree.
9064 @end table
9066 Therefore we could also have written the search for WAITING projects
9067 like this, even without defining a special function:
9069 @lisp
9070 (org-add-agenda-custom-command
9071  '("b" todo "PROJECT"
9072    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
9073                                 'regexp ":waiting:"))
9074     (org-agenda-overriding-header "Projects waiting for something: "))))
9075 @end lisp
9077 @node Using the property API,  , Special agenda views, Extensions and Hacking
9078 @section Using the property API
9079 @cindex API, for properties
9080 @cindex properties, API
9082 Here is a description of the functions that can be used to work with
9083 properties.
9085 @defun org-entry-properties &optional pom which
9086 Get all properties of the entry at point-or-marker POM.
9087 This includes the TODO keyword, the tags, time strings for deadline,
9088 scheduled, and clocking, and any additional properties defined in the
9089 entry.  The return value is an alist, keys may occur multiple times
9090 if the property key was used several times.
9091 POM may also be nil, in which case the current entry is used.
9092 If WHICH is nil or `all', get all properties.  If WHICH is
9093 `special' or `standard', only get that subclass.
9094 @end defun
9095 @defun org-entry-get pom property &optional inherit
9096 Get value of PROPERTY for entry at point-or-marker POM.  By default,
9097 this only looks at properties defined locally in the entry.  If INHERIT
9098 is non-nil and the entry does not have the property, then also check
9099 higher levels of the hierarchy.  If INHERIT is the symbol
9100 @code{selective}, use inheritance if and only if the setting of
9101 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
9102 @end defun
9104 @defun org-entry-delete pom property
9105 Delete the property PROPERTY from entry at point-or-marker POM.
9106 @end defun
9108 @defun org-entry-put pom property value
9109 Set PROPERTY to VALUE for entry at point-or-marker POM.
9110 @end defun
9112 @defun org-buffer-property-keys &optional include-specials
9113 Get all property keys in the current buffer.
9114 @end defun
9116 @defun org-insert-property-drawer
9117 Insert a property drawer at point.
9118 @end defun
9120 @defun org-entry-add-to-multivalued-property pom property value
9121 Treat the value of the property PROPERTY as a whitespace-separated list of
9122 values and make sure that VALUE is in this list.
9123 @end defun
9125 @defun org-entry-remove-from-multivalued-property pom property value
9126 Treat the value of the property PROPERTY as a whitespace-separated list of
9127 values and make sure that VALUE is @emph{not} in this list.
9128 @end defun
9130 @defun org-entry-member-in-multivalued-property pom property value
9131 Treat the value of the property PROPERTY as a whitespace-separated list of
9132 values and check if VALUE is in this list.
9133 @end defun
9135 @node History and Acknowledgments, Main Index, Extensions and Hacking, Top
9136 @appendix History and Acknowledgments
9137 @cindex acknowledgments
9138 @cindex history
9139 @cindex thanks
9141 Org was borne in 2003, out of frustration over the user interface
9142 of the Emacs Outline mode.  I was trying to organize my notes and
9143 projects, and using Emacs seemed to be the natural way to go.  However,
9144 having to remember eleven different commands with two or three keys per
9145 command, only to hide and show parts of the outline tree, that seemed
9146 entirely unacceptable to me.  Also, when using outlines to take notes, I
9147 constantly want to restructure the tree, organizing it parallel to my
9148 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
9149 editing} were originally implemented in the package
9150 @file{outline-magic.el}, but quickly moved to the more general
9151 @file{org.el}.  As this environment became comfortable for project
9152 planning, the next step was adding @emph{TODO entries}, basic @emph{time
9153 stamps}, and @emph{table support}.  These areas highlight the two main
9154 goals that Org still has today: To create a new, outline-based,
9155 plain text mode with innovative and intuitive editing features, and to
9156 incorporate project planning functionality directly into a notes file.
9158 A special thanks goes to @i{Bastien Guerry} who has not only writen a large
9159 number of extensions to Org (most of them integrated into the core by now),
9160 but has also helped the development and maintenance of Org so much that he
9161 should be considered co-author of this package.
9163 Since the first release, literally thousands of emails to me or on
9164 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
9165 reports, feedback, new ideas, and sometimes patches and add-on code.
9166 Many thanks to everyone who has helped to improve this package.  I am
9167 trying to keep here a list of the people who had significant influence
9168 in shaping one or more aspects of Org.  The list may not be
9169 complete, if I have forgotten someone, please accept my apologies and
9170 let me know.
9172 @itemize @bullet
9174 @item
9175 @i{Russel Adams} came up with the idea for drawers.
9176 @item
9177 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
9178 @item
9179 @i{Alex Bochannek} provided a patch for rounding time stamps.
9180 @item
9181 @i{Charles Cave}'s suggestion sparked the implementation of templates
9182 for Remember.
9183 @item
9184 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
9185 specified time.
9186 @item
9187 @i{Gregory Chernov} patched support for lisp forms into table
9188 calculations and improved XEmacs compatibility, in particular by porting
9189 @file{nouline.el} to XEmacs.
9190 @item
9191 @i{Sacha Chua} suggested to copy some linking code from Planner.
9192 @item
9193 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
9194 came up with the idea of properties, and that there should be an API for
9195 them.
9196 @item
9197 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
9198 inspired some of the early development, including HTML export.  He also
9199 asked for a way to narrow wide table columns.
9200 @item
9201 @i{Christian Egli} converted the documentation into Texinfo format,
9202 patched CSS formatting into the HTML exporter, and inspired the agenda.
9203 @item
9204 @i{David Emery} provided a patch for custom CSS support in exported
9205 HTML agendas.
9206 @item
9207 @i{Nic Ferrier} contributed mailcap and XOXO support.
9208 @item
9209 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
9210 @item
9211 @i{John Foerch} figured out how to make incremental search show context
9212 around a match in a hidden outline tree.
9213 @item
9214 @i{Niels Giesen} had the idea to automatically archive DONE trees.
9215 @item
9216 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
9217 has been prolific with patches, ideas, and bug reports.
9218 @item
9219 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
9220 @item
9221 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
9222 task state change logging, and the clocktable.  His clear explanations have
9223 been critical when we started to adopt the GIT version control system.
9224 @item
9225 @i{Phil Jackson} wrote @file{org-irc.el}.
9226 @item
9227 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
9228 folded entries, and column view for properties.
9229 @item
9230 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
9231 @item
9232 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
9233 provided frequent feedback and some patches.
9234 @item
9235 @i{Jason F. McBrayer} suggested agenda export to CSV format.
9236 @item
9237 @i{Max Mikhanosha} came up with the idea of refiling.
9238 @item
9239 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
9240 basis.
9241 @item
9242 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
9243 happy.
9244 @item
9245 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file
9246 and to be able to quickly restrict the agenda to a subtree.
9247 @item
9248 @i{Todd Neal} provided patches for links to Info files and elisp forms.
9249 @item
9250 @i{Tim O'Callaghan} suggested in-file links, search options for general
9251 file links, and TAGS.
9252 @item
9253 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
9254 into Japanese.
9255 @item
9256 @i{Oliver Oppitz} suggested multi-state TODO items.
9257 @item
9258 @i{Scott Otterson} sparked the introduction of descriptive text for
9259 links, among other things.
9260 @item
9261 @i{Pete Phillips} helped during the development of the TAGS feature, and
9262 provided frequent feedback.
9263 @item
9264 @i{T.V. Raman} reported bugs and suggested improvements.
9265 @item
9266 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
9267 control.
9268 @item
9269 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
9270 @item
9271 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
9272 webpages derived from Org using an Info-like, or a folding interface with
9273 single key navigation.
9274 @item
9275 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
9276 conflict with @file{allout.el}.
9277 @item
9278 @i{Jason Riedy} generalized the send-receive mechanism for orgtbl tables with
9279 extensive patches.
9280 @item
9281 @i{Philip Rooke} created the Org reference card, provided lots
9282 of feedback, developed and applied standards to the Org documentation and
9283 wrote the manual for the contributed packages.
9284 @item
9285 @i{Christian Schlauer} proposed angular brackets around links, among
9286 other things.
9287 @item
9288 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
9289 @file{organizer-mode.el}.
9290 @item
9291 @i{Ilya Shlyakhter} proposed the Archive Sibling.
9292 @item
9293 @i{Daniel Sinder} came up with the idea of internal archiving by locking
9294 subtrees.
9295 @item
9296 @i{Dale Smith} proposed link abbreviations.
9297 @item
9298 @i{Adam Spiers} asked for global linking commands and inspired the link
9299 extension system.  support mairix.
9300 @item
9301 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
9302 chapter about publishing.
9303 @item
9304 @i{J@"urgen Vollmer} contributed code generating the table of contents
9305 in HTML output.
9306 @item
9307 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
9308 keyword.
9309 @item
9310 @i{David Wainberg} suggested archiving, and improvements to the linking
9311 system.
9312 @item
9313 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
9314 @file{muse.el}, which have similar goals as Org.  Initially the development
9315 of Org was fully independent because I was not aware of the existence of
9316 these packages.  But with time I have accasionally looked at John's code and
9317 learned a lot from it.  John has also contributed a number of great ideas and
9318 patches directly to Org, including the file @code{org-mac-message.el}'
9319 @item
9320 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
9321 linking to Gnus.
9322 @item
9323 @i{Roland Winkler} requested additional key bindings to make Org
9324 work on a tty.
9325 @item
9326 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
9327 and contributed various ideas and code snippets.
9328 @end itemize
9331 @node Main Index, Key Index, History and Acknowledgments, Top
9332 @unnumbered The Main Index
9334 @printindex cp
9336 @node Key Index,  , Main Index, Top
9337 @unnumbered Key Index
9339 @printindex ky
9341 @bye
9343 @ignore
9344         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
9345 @end ignore
9347 @c Local variables:
9348 @c ispell-local-dictionary: "en_US-w_accents"
9349 @c ispell-local-pdict: "./.aspell.org.pws"
9350 @c fill-column: 77
9351 @c End: