file protocol in HTML links
[org-mode.git] / doc / org.texi
blob37255fc2ea7e00f7c27eb24dc74e4d3bea46dc60
2 \input texinfo
3 @c %**start of header
4 @setfilename ../../info/org
5 @settitle The Org Manual
7 @set VERSION 6.36trans
8 @set DATE May 2010
10 @c Version and Contact Info
11 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
12 @set AUTHOR Carsten Dominik
13 @set MAINTAINER Carsten Dominik
14 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
15 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
16 @c %**end of header
17 @finalout
19 @c Macro definitions
20 @iftex
21 @c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
22 @end iftex
23 @macro Ie {}
24 I.e.,
25 @end macro
26 @macro ie {}
27 i.e.,
28 @end macro
29 @macro Eg {}
30 E.g.,
31 @end macro
32 @macro eg {}
33 e.g.,
34 @end macro
36 @c Subheadings inside a table.
37 @macro tsubheading{text}
38 @ifinfo
39 @subsubheading \text\
40 @end ifinfo
41 @ifnotinfo
42 @item @b{\text\}
43 @end ifnotinfo
44 @end macro
46 @copying
47 This manual is for Org version @value{VERSION}.
49 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
51 @quotation
52 Permission is granted to copy, distribute and/or modify this document
53 under the terms of the GNU Free Documentation License, Version 1.3 or
54 any later version published by the Free Software Foundation; with no
55 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
56 and with the Back-Cover Texts as in (a) below.  A copy of the license
57 is included in the section entitled ``GNU Free Documentation License.''
59 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
60 modify this GNU manual.  Buying copies from the FSF supports it in
61 developing GNU and promoting software freedom.''
63 This document is part of a collection distributed under the GNU Free
64 Documentation License.  If you want to distribute this document
65 separately from the collection, you can do so by adding a copy of the
66 license to the document, as described in section 6 of the license.
67 @end quotation
68 @end copying
70 @dircategory Emacs
71 @direntry
72 * Org Mode: (org).      Outline-based notes management and organizer
73 @end direntry
75 @titlepage
76 @title The Org Manual
78 @subtitle Release @value{VERSION}
79 @author by Carsten Dominik
81 @c The following two commands start the copyright page.
82 @page
83 @vskip 0pt plus 1filll
84 @insertcopying
85 @end titlepage
87 @c Output the table of contents at the beginning.
88 @contents
90 @ifnottex
91 @node Top, Introduction, (dir), (dir)
92 @top Org Mode Manual
94 @insertcopying
95 @end ifnottex
97 @menu
98 * Introduction::                Getting started
99 * Document Structure::          A tree works like your brain
100 * Tables::                      Pure magic for quick formatting
101 * Hyperlinks::                  Notes in context
102 * TODO Items::                  Every tree branch can be a TODO item
103 * Tags::                        Tagging headlines and matching sets of tags
104 * Properties and Columns::      Storing information about an entry
105 * Dates and Times::             Making items useful for planning
106 * Capture - Refile - Archive::  The ins and outs for projects
107 * Agenda Views::                Collecting information into views
108 * Markup::                      Prepare text for rich export
109 * Exporting::                   Sharing and publishing of notes
110 * Publishing::                  Create a web site of linked Org files
111 * Miscellaneous::               All the rest which did not fit elsewhere
112 * Hacking::                     How to hack your way around
113 * MobileOrg::                   Viewing and capture on a mobile device
114 * History and Acknowledgments::  How Org came into being
115 * Main Index::                  An index of Org's concepts and features
116 * Key Index::                   Key bindings and where they are described
117 * Variable Index::              Variables mentioned in the manual
119 @detailmenu
120  --- The Detailed Node Listing ---
122 Introduction
124 * Summary::                     Brief summary of what Org does
125 * Installation::                How to install a downloaded version of Org
126 * Activation::                  How to activate Org for certain buffers
127 * Feedback::                    Bug reports, ideas, patches etc.
128 * Conventions::                 Type-setting conventions in the manual
130 Document Structure
132 * Outlines::                    Org is based on Outline mode
133 * Headlines::                   How to typeset Org tree headlines
134 * Visibility cycling::          Show and hide, much simplified
135 * Motion::                      Jumping to other headlines
136 * Structure editing::           Changing sequence and level of headlines
137 * Sparse trees::                Matches embedded in context
138 * Plain lists::                 Additional structure within an entry
139 * Drawers::                     Tucking stuff away
140 * Blocks::                      Folding blocks
141 * Footnotes::                   How footnotes are defined in Org's syntax
142 * Orgstruct mode::              Structure editing outside Org
144 Tables
146 * Built-in table editor::       Simple tables
147 * Column width and alignment::  Overrule the automatic settings
148 * Column groups::               Grouping to trigger vertical lines
149 * Orgtbl mode::                 The table editor as minor mode
150 * The spreadsheet::             The table editor has spreadsheet capabilities
151 * Org-Plot::                    Plotting from org tables
153 The spreadsheet
155 * References::                  How to refer to another field or range
156 * Formula syntax for Calc::     Using Calc to compute stuff
157 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
158 * Field formulas::              Formulas valid for a single field
159 * Column formulas::             Formulas valid for an entire column
160 * Editing and debugging formulas::  Fixing formulas
161 * Updating the table::          Recomputing all dependent fields
162 * Advanced features::           Field names, parameters and automatic recalc
164 Hyperlinks
166 * Link format::                 How links in Org are formatted
167 * Internal links::              Links to other places in the current file
168 * External links::              URL-like links to the world
169 * Handling links::              Creating, inserting and following
170 * Using links outside Org::     Linking from my C source code?
171 * Link abbreviations::          Shortcuts for writing complex links
172 * Search options::              Linking to a specific location
173 * Custom searches::             When the default search is not enough
175 Internal links
177 * Radio targets::               Make targets trigger links in plain text
179 TODO Items
181 * TODO basics::                 Marking and displaying TODO entries
182 * TODO extensions::             Workflow and assignments
183 * Progress logging::            Dates and notes for progress
184 * Priorities::                  Some things are more important than others
185 * Breaking down tasks::         Splitting a task into manageable pieces
186 * Checkboxes::                  Tick-off lists
188 Extended use of TODO keywords
190 * Workflow states::             From TODO to DONE in steps
191 * TODO types::                  I do this, Fred does the rest
192 * Multiple sets in one file::   Mixing it all, and still finding your way
193 * Fast access to TODO states::  Single letter selection of a state
194 * Per-file keywords::           Different files, different requirements
195 * Faces for TODO keywords::     Highlighting states
196 * TODO dependencies::           When one task needs to wait for others
198 Progress logging
200 * Closing items::               When was this entry marked DONE?
201 * Tracking TODO state changes::  When did the status change?
202 * Tracking your habits::        How consistent have you been?
204 Tags
206 * Tag inheritance::             Tags use the tree structure of the outline
207 * Setting tags::                How to assign tags to a headline
208 * Tag searches::                Searching for combinations of tags
210 Properties and Columns
212 * Property syntax::             How properties are spelled out
213 * Special properties::          Access to other Org mode features
214 * Property searches::           Matching property values
215 * Property inheritance::        Passing values down the tree
216 * Column view::                 Tabular viewing and editing
217 * Property API::                Properties for Lisp programmers
219 Column view
221 * Defining columns::            The COLUMNS format property
222 * Using column view::           How to create and use column view
223 * Capturing column view::       A dynamic block for column view
225 Defining columns
227 * Scope of column definitions::  Where defined, where valid?
228 * Column attributes::           Appearance and content of a column
230 Dates and Times
232 * Timestamps::                  Assigning a time to a tree entry
233 * Creating timestamps::         Commands which insert timestamps
234 * Deadlines and scheduling::    Planning your work
235 * Clocking work time::          Tracking how long you spend on a task
236 * Resolving idle time::         Resolving time if you've been idle
237 * Effort estimates::            Planning work effort in advance
238 * Relative timer::              Notes with a running timer
240 Creating timestamps
242 * The date/time prompt::        How Org mode helps you entering date and time
243 * Custom time format::          Making dates look different
245 Deadlines and scheduling
247 * Inserting deadline/schedule::  Planning items
248 * Repeated tasks::              Items that show up again and again
250 Capture - Refile - Archive
252 * Remember::                    Capture new tasks/ideas with little interruption
253 * Attachments::                 Add files to tasks.
254 * RSS Feeds::                   Getting input from RSS feeds
255 * Protocols::                   External (e.g. Browser) access to Emacs and Org
256 * Refiling notes::              Moving a tree from one place to another
257 * Archiving::                   What to do with finished projects
259 Remember
261 * Setting up Remember for Org::  Some code for .emacs to get things going
262 * Remember templates::          Define the outline of different note types
263 * Storing notes::               Directly get the note to where it belongs
265 Archiving
267 * Moving subtrees::             Moving a tree to an archive file
268 * Internal archiving::          Switch off a tree but keep i in the file
270 Agenda Views
272 * Agenda files::                Files being searched for agenda information
273 * Agenda dispatcher::           Keyboard access to agenda views
274 * Built-in agenda views::       What is available out of the box?
275 * Presentation and sorting::    How agenda items are prepared for display
276 * Agenda commands::             Remote editing of Org trees
277 * Custom agenda views::         Defining special searches and views
278 * Exporting Agenda Views::      Writing a view to a file
279 * Agenda column view::          Using column view for collected entries
281 The built-in agenda views
283 * Weekly/daily agenda::         The calendar page with current tasks
284 * Global TODO list::            All unfinished action items
285 * Matching tags and properties::  Structured information with fine-tuned search
286 * Timeline::                    Time-sorted view for single file
287 * Search view::                 Find entries by searching for text
288 * Stuck projects::              Find projects you need to review
290 Presentation and sorting
292 * Categories::                  Not all tasks are equal
293 * Time-of-day specifications::  How the agenda knows the time
294 * Sorting of agenda items::     The order of things
296 Custom agenda views
298 * Storing searches::            Type once, use often
299 * Block agenda::                All the stuff you need in a single buffer
300 * Setting Options::             Changing the rules
302 Markup for rich export
304 * Structural markup elements::  The basic structure as seen by the exporter
305 * Images and tables::           Tables and Images will be included
306 * Literal examples::            Source code examples with special formatting
307 * Include files::               Include additional files into a document
308 * Index entries::               
309 * Macro replacement::           Use macros to create complex output
310 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
312 Structural markup elements
314 * Document title::              Where the title is taken from
315 * Headings and sections::       The document structure as seen by the exporter
316 * Table of contents::           The if and where of the table of contents
317 * Initial text::                Text before the first heading?
318 * Lists::                       Lists
319 * Paragraphs::                  Paragraphs
320 * Footnote markup::             Footnotes
321 * Emphasis and monospace::      Bold, italic, etc.
322 * Horizontal rules::            Make a line
323 * Comment lines::               What will *not* be exported
325 Embedded La@TeX{}
327 * Special symbols::             Greek letters and other symbols
328 * Subscripts and superscripts::  Simple syntax for raising/lowering text
329 * LaTeX fragments::             Complex formulas made easy
330 * Previewing LaTeX fragments::  What will this snippet look like?
331 * CDLaTeX mode::                Speed up entering of formulas
333 Exporting
335 * Selective export::            Using tags to select and exclude trees
336 * Export options::              Per-file export settings
337 * The export dispatcher::       How to access exporter commands
338 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
339 * HTML export::                 Exporting to HTML
340 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
341 * DocBook export::              Exporting to DocBook
342 * Freemind export::             Exporting to Freemind mind maps
343 * XOXO export::                 Exporting to XOXO
344 * iCalendar export::            Exporting in iCalendar format
346 HTML export
348 * HTML Export commands::        How to invoke HTML export
349 * Quoting HTML tags::           Using direct HTML in Org mode
350 * Links in HTML export::        How links will be interpreted and formatted
351 * Tables in HTML export::       How to modify the formatting of tables
352 * Images in HTML export::       How to insert figures into HTML output
353 * Text areas in HTML export::   An alternative way to show an example
354 * CSS support::                 Changing the appearance of the output
355 * Javascript support::          Info and Folding in a web browser
357 La@TeX{} and PDF export
359 * LaTeX/PDF export commands::   Which key invokes which commands
360 * Header and sectioning::       Setting up the export file structure
361 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
362 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
363 * Images in LaTeX export::      How to insert figures into La@TeX{} output
364 * Beamer class export::         Turning the file into a presentation
366 DocBook export
368 * DocBook export commands::     How to invoke DocBook export
369 * Quoting DocBook code::        Incorporating DocBook code in Org files
370 * Recursive sections::          Recursive sections in DocBook
371 * Tables in DocBook export::    Tables are exported as HTML tables
372 * Images in DocBook export::    How to insert figures into DocBook output
373 * Special characters::          How to handle special characters
375 Publishing
377 * Configuration::               Defining projects
378 * Uploading files::             How to get files up on the server
379 * Sample configuration::        Example projects
380 * Triggering publication::      Publication commands
382 Configuration
384 * Project alist::               The central configuration variable
385 * Sources and destinations::    From here to there
386 * Selecting files::             What files are part of the project?
387 * Publishing action::           Setting the function doing the publishing
388 * Publishing options::          Tweaking HTML export
389 * Publishing links::            Which links keep working after publishing?
390 * Sitemap::                     Generating a list of all pages
391 * Generating an index::         An index that reaches across pages
393 Sample configuration
395 * Simple example::              One-component publishing
396 * Complex example::             A multi-component publishing example
398 Miscellaneous
400 * Completion::                  M-TAB knows what you need
401 * Speed keys::                  Electic commands at the beginning of a headline
402 * Customization::               Adapting Org to your taste
403 * In-buffer settings::          Overview of the #+KEYWORDS
404 * The very busy C-c C-c key::   When in doubt, press C-c C-c
405 * Clean view::                  Getting rid of leading stars in the outline
406 * TTY keys::                    Using Org on a tty
407 * Interaction::                 Other Emacs packages
409 Interaction with other packages
411 * Cooperation::                 Packages Org cooperates with
412 * Conflicts::                   Packages that lead to conflicts
414 Hacking
416 * Hooks::                       Who to reach into Org's internals
417 * Add-on packages::             Available extensions
418 * Adding hyperlink types::      New custom link types
419 * Context-sensitive commands::  How to add functionality to such commands
420 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
421 * Dynamic blocks::              Automatically filled blocks
422 * Special agenda views::        Customized views
423 * Extracting agenda information::  Postprocessing of agenda information
424 * Using the property API::      Writing programs that use entry properties
425 * Using the mapping API::       Mapping over all or selected entries
427 Tables and lists in arbitrary syntax
429 * Radio tables::                Sending and receiving radio tables
430 * A LaTeX example::             Step by step, almost a tutorial
431 * Translator functions::        Copy and modify
432 * Radio lists::                 Doing the same for lists
434 MobileOrg
436 * Setting up the staging area::  Where to interact with the mobile device
437 * Pushing to MobileOrg::        Uploading Org files and agendas
438 * Pulling from MobileOrg::      Integrating captured and flagged items
440 @end detailmenu
441 @end menu
443 @node Introduction, Document Structure, Top, Top
444 @chapter Introduction
445 @cindex introduction
447 @menu
448 * Summary::                     Brief summary of what Org does
449 * Installation::                How to install a downloaded version of Org
450 * Activation::                  How to activate Org for certain buffers
451 * Feedback::                    Bug reports, ideas, patches etc.
452 * Conventions::                 Type-setting conventions in the manual
453 @end menu
455 @node Summary, Installation, Introduction, Introduction
456 @section Summary
457 @cindex summary
459 Org is a mode for keeping notes, maintaining TODO lists, and doing
460 project planning with a fast and effective plain-text system.
462 Org develops organizational tasks around NOTES files that contain
463 lists or information about projects as plain text.  Org is
464 implemented on top of Outline mode, which makes it possible to keep the
465 content of large files well structured.  Visibility cycling and
466 structure editing help to work with the tree.  Tables are easily created
467 with a built-in table editor.  Org supports TODO items, deadlines,
468 timestamps, and scheduling.  It dynamically compiles entries into an
469 agenda that utilizes and smoothly integrates much of the Emacs calendar
470 and diary.  Plain text URL-like links connect to websites, emails,
471 Usenet messages, BBDB entries, and any files related to the projects.
472 For printing and sharing of notes, an Org file can be exported as a
473 structured ASCII file, as HTML, or (TODO and agenda items only) as an
474 iCalendar file.  It can also serve as a publishing tool for a set of
475 linked web pages.
477 An important design aspect that distinguishes Org from, for example,
478 Planner/Muse is that it encourages you to store every piece of information
479 only once.  In Planner, you have project pages, day pages and possibly
480 other files, duplicating some information such as tasks.  In Org,
481 you only have notes files.  In your notes you mark entries as tasks, and
482 label them with tags and timestamps.  All necessary lists, like a
483 schedule for the day, the agenda for a meeting, tasks lists selected by
484 tags, etc., are created dynamically when you need them.
486 Org keeps simple things simple.  When first fired up, it should
487 feel like a straightforward, easy to use outliner.  Complexity is not
488 imposed, but a large amount of functionality is available when you need
489 it.  Org is a toolbox and can be used in different ways, for
490 example as:
492 @example
493 @r{@bullet{} an outline extension with visibility cycling and structure editing}
494 @r{@bullet{} an ASCII system and table editor for taking structured notes}
495 @r{@bullet{} an ASCII table editor with spreadsheet-like capabilities}
496 @r{@bullet{} a TODO list editor}
497 @r{@bullet{} a full agenda and planner with deadlines and work scheduling}
498 @pindex GTD, Getting Things Done
499 @r{@bullet{} an environment in which to implement David Allen's GTD system}
500 @r{@bullet{} a basic database application}
501 @r{@bullet{} a simple hypertext system, with HTML and La@TeX{} export}
502 @r{@bullet{} a publishing tool to create a set of interlinked webpages}
503 @end example
505 Org's automatic, context-sensitive table editor with spreadsheet
506 capabilities can be integrated into any major mode by activating the
507 minor Orgtbl mode.  Using a translation step, it can be used to maintain
508 tables in arbitrary file types, for example in La@TeX{}.  The structure
509 editing and list creation capabilities can be used outside Org with
510 the minor Orgstruct mode.
512 @cindex FAQ
513 There is a website for Org which provides links to the newest
514 version of Org, as well as additional information, frequently asked
515 questions (FAQ), links to tutorials, etc@.  This page is located at
516 @uref{http://orgmode.org}.
518 @page
521 @node Installation, Activation, Summary, Introduction
522 @section Installation
523 @cindex installation
524 @cindex XEmacs
526 @b{Important:} @i{If you are using a version of Org that is part of the Emacs
527 distribution or an XEmacs package, please skip this section and go directly
528 to @ref{Activation}.}
530 If you have downloaded Org from the Web, either as a distribution @file{.zip}
531 or @file{.tar} file, or as a Git archive, you must take the following steps
532 to install it: go into the unpacked Org distribution directory and edit the
533 top section of the file @file{Makefile}.  You must set the name of the Emacs
534 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
535 directories where local Lisp and Info files are kept.  If you don't have
536 access to the system-wide directories, you can simply run Org directly from
537 the distribution directory by adding the @file{lisp} subdirectory to the
538 Emacs load path.  To do this, add the following line to @file{.emacs}:
540 @example
541 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
542 @end example
544 @noindent
545 If you plan to use code from the @file{contrib} subdirectory, do a similar
546 step for this directory:
548 @example
549 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
550 @end example
552 @sp 2
553 @cartouche
554 XEmacs users now need to install the file @file{noutline.el} from
555 the @file{xemacs} sub-directory of the Org distribution.  Use the
556 command:
558 @example
559      make install-noutline
560 @end example
561 @end cartouche
562 @sp 2
564 @noindent Now byte-compile the Lisp files with the shell command:
566 @example
567 make
568 @end example
570 @noindent If you are running Org from the distribution directory, this is
571 all.  If you want to install Org into the system directories, use (as
572 administrator)
574 @example
575 make install
576 @end example
578 Installing Info files is system dependent, because of differences in the
579 @file{install-info} program.  In Debian it copies the info files into the
580 correct directory and modifies the info directory file.  In many other
581 systems, the files need to be copied to the correct directory separately, and
582 @file{install-info} then only modifies the directory file.  Check your system
583 documentation to find out which of the following commands you need:
585 @example
586 make install-info
587 make install-info-debian
588 @end example
590 Then add the following line to @file{.emacs}.  It is needed so that
591 Emacs can autoload functions that are located in files not immediately loaded
592 when Org-mode starts.
593 @lisp
594 (require 'org-install)
595 @end lisp
597 Do not forget to activate Org as described in the following section.
598 @page
600 @node Activation, Feedback, Installation, Introduction
601 @section Activation
602 @cindex activation
603 @cindex autoload
604 @cindex global key bindings
605 @cindex key bindings, global
607 @iftex
608 @b{Important:} @i{If you use copy-and-paste to copy Lisp code from the
609 PDF documentation as viewed by some PDF viewers to your @file{.emacs} file, the
610 single-quote character comes out incorrectly and the code will not work.
611 You need to fix the single-quotes by hand, or copy from Info
612 documentation.}
613 @end iftex
615 Add the following lines to your @file{.emacs} file.  The last three lines
616 define @emph{global} keys for the commands @command{org-store-link},
617 @command{org-agenda}, and @command{org-iswitchb}---please choose suitable
618 keys yourself.
620 @lisp
621 ;; The following lines are always needed.  Choose your own keys.
622 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
623 (global-set-key "\C-cl" 'org-store-link)
624 (global-set-key "\C-ca" 'org-agenda)
625 (global-set-key "\C-cb" 'org-iswitchb)
626 @end lisp
628 Furthermore, you must activate @code{font-lock-mode} in Org
629 buffers, because significant functionality depends on font-locking being
630 active.  You can do this with either one of the following two lines
631 (XEmacs users must use the second option):
632 @lisp
633 (global-font-lock-mode 1)                     ; for all buffers
634 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
635 @end lisp
637 @cindex Org mode, turning on
638 With this setup, all files with extension @samp{.org} will be put
639 into Org mode.  As an alternative, make the first line of a file look
640 like this:
642 @example
643 MY PROJECTS    -*- mode: org; -*-
644 @end example
646 @vindex org-insert-mode-line-in-empty-file
647 @noindent which will select Org mode for this buffer no matter what
648 the file's name is.  See also the variable
649 @code{org-insert-mode-line-in-empty-file}.
651 Many commands in Org work on the region if the region is @i{active}.  To make
652 use of this, you need to have @code{transient-mark-mode}
653 (@code{zmacs-regions} in XEmacs) turned on.  In Emacs 23 this is the default,
654 in Emacs 22 you need to do this yourself with
655 @lisp
656 (transient-mark-mode 1)
657 @end lisp
658 @noindent If you do not like @code{transient-mark-mode}, you can create an
659 active region by using the mouse to select a region, or pressing
660 @kbd{C-@key{SPC}} twice before moving the cursor.
662 @node Feedback, Conventions, Activation, Introduction
663 @section Feedback
664 @cindex feedback
665 @cindex bug reports
666 @cindex maintainer
667 @cindex author
669 If you find problems with Org, or if you have questions, remarks, or ideas
670 about it, please mail to the Org mailing list @email{emacs-orgmode@@gnu.org}.
671 If you are not a member of the mailing list, your mail will be passed to the
672 list after a moderator has approved it.
674 For bug reports, please provide as much information as possible, including
675 the version information of Emacs (@kbd{M-x emacs-version @key{RET}}) and Org
676 (@kbd{M-x org-version @key{RET}}), as well as the Org related setup in
677 @file{.emacs}.  The easiest way to do this is to use the command
678 @example
679 @kbd{M-x org-submit-bug-report}
680 @end example
681 @noindent which will put all this information into an Emacs mail buffer so
682 that you only need to add your description.  If you re not sending the Email
683 from within Emacs, please copy and paste the content into your Email program.
685 If an error occurs, a backtrace can be very useful (see below on how to
686 create one).  Often a small example file helps, along with clear information
687 about:
689 @enumerate
690 @item What exactly did you do?
691 @item What did you expect to happen?
692 @item What happened instead?
693 @end enumerate
694 @noindent Thank you for helping to improve this mode.
696 @subsubheading How to create a useful backtrace
698 @cindex backtrace of an error
699 If working with Org produces an error with a message you don't
700 understand, you may have hit a bug.  The best way to report this is by
701 providing, in addition to what was mentioned above, a @emph{backtrace}.
702 This is information from the built-in debugger about where and how the
703 error occurred.  Here is how to produce a useful backtrace:
705 @enumerate
706 @item
707 Reload uncompiled versions of all Org-mode Lisp files.  The backtrace
708 contains much more information if it is produced with uncompiled code.
709 To do this, use
710 @example
711 C-u M-x org-reload RET
712 @end example
713 @noindent
714 or select @code{Org -> Refresh/Reload -> Reload Org uncompiled} from the
715 menu.
716 @item
717 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
718 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
719 @item
720 Do whatever you have to do to hit the error.  Don't forget to
721 document the steps you take.
722 @item
723 When you hit the error, a @file{*Backtrace*} buffer will appear on the
724 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
725 attach it to your bug report.
726 @end enumerate
728 @node Conventions,  , Feedback, Introduction
729 @section Typesetting conventions used in this manual
731 Org uses three types of keywords: TODO keywords, tags, and property
732 names.  In this manual we use the following conventions:
734 @table @code
735 @item TODO
736 @itemx WAITING
737 TODO keywords are written with all capitals, even if they are
738 user-defined.
739 @item boss
740 @itemx ARCHIVE
741 User-defined tags are written in lowercase; built-in tags with special
742 meaning are written with all capitals.
743 @item Release
744 @itemx PRIORITY
745 User-defined properties are capitalized; built-in properties with
746 special meaning are written with all capitals.
747 @end table
749 @node Document Structure, Tables, Introduction, Top
750 @chapter Document Structure
751 @cindex document structure
752 @cindex structure of document
754 Org is based on Outline mode and provides flexible commands to
755 edit the structure of the document.
757 @menu
758 * Outlines::                    Org is based on Outline mode
759 * Headlines::                   How to typeset Org tree headlines
760 * Visibility cycling::          Show and hide, much simplified
761 * Motion::                      Jumping to other headlines
762 * Structure editing::           Changing sequence and level of headlines
763 * Sparse trees::                Matches embedded in context
764 * Plain lists::                 Additional structure within an entry
765 * Drawers::                     Tucking stuff away
766 * Blocks::                      Folding blocks
767 * Footnotes::                   How footnotes are defined in Org's syntax
768 * Orgstruct mode::              Structure editing outside Org
769 @end menu
771 @node Outlines, Headlines, Document Structure, Document Structure
772 @section Outlines
773 @cindex outlines
774 @cindex Outline mode
776 Org is implemented on top of Outline mode.  Outlines allow a
777 document to be organized in a hierarchical structure, which (at least
778 for me) is the best representation of notes and thoughts.  An overview
779 of this structure is achieved by folding (hiding) large parts of the
780 document to show only the general document structure and the parts
781 currently being worked on.  Org greatly simplifies the use of
782 outlines by compressing the entire show/hide functionality into a single
783 command, @command{org-cycle}, which is bound to the @key{TAB} key.
785 @node Headlines, Visibility cycling, Outlines, Document Structure
786 @section Headlines
787 @cindex headlines
788 @cindex outline tree
789 @vindex org-special-ctrl-a/e
791 Headlines define the structure of an outline tree.  The headlines in
792 Org start with one or more stars, on the left margin@footnote{See
793 the variable @code{org-special-ctrl-a/e} to configure special behavior
794 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
796 @example
797 * Top level headline
798 ** Second level
799 *** 3rd level
800     some text
801 *** 3rd level
802     more text
804 * Another top level headline
805 @end example
807 @noindent Some people find the many stars too noisy and would prefer an
808 outline that has whitespace followed by a single star as headline
809 starters.  @ref{Clean view}, describes a setup to realize this.
811 @vindex org-cycle-separator-lines
812 An empty line after the end of a subtree is considered part of it and
813 will be hidden when the subtree is folded.  However, if you leave at
814 least two empty lines, one empty line will remain visible after folding
815 the subtree, in order to structure the collapsed view.  See the
816 variable @code{org-cycle-separator-lines} to modify this behavior.
818 @node Visibility cycling, Motion, Headlines, Document Structure
819 @section Visibility cycling
820 @cindex cycling, visibility
821 @cindex visibility cycling
822 @cindex trees, visibility
823 @cindex show hidden text
824 @cindex hide text
826 Outlines make it possible to hide parts of the text in the buffer.
827 Org uses just two commands, bound to @key{TAB} and
828 @kbd{S-@key{TAB}} to change the visibility in the buffer.
830 @cindex subtree visibility states
831 @cindex subtree cycling
832 @cindex folded, subtree visibility state
833 @cindex children, subtree visibility state
834 @cindex subtree, subtree visibility state
835 @table @kbd
836 @kindex @key{TAB}
837 @item @key{TAB}
838 @emph{Subtree cycling}: Rotate current subtree among the states
840 @example
841 ,-> FOLDED -> CHILDREN -> SUBTREE --.
842 '-----------------------------------'
843 @end example
845 @vindex org-cycle-emulate-tab
846 @vindex org-cycle-global-at-bob
847 The cursor must be on a headline for this to work@footnote{see, however,
848 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
849 beginning of the buffer and the first line is not a headline, then
850 @key{TAB} actually runs global cycling (see below)@footnote{see the
851 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
852 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
854 @cindex global visibility states
855 @cindex global cycling
856 @cindex overview, global visibility state
857 @cindex contents, global visibility state
858 @cindex show all, global visibility state
859 @kindex S-@key{TAB}
860 @item S-@key{TAB}
861 @itemx C-u @key{TAB}
862 @emph{Global cycling}: Rotate the entire buffer among the states
864 @example
865 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
866 '--------------------------------------'
867 @end example
869 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
870 CONTENTS view up to headlines of level N will be shown.  Note that inside
871 tables, @kbd{S-@key{TAB}} jumps to the previous field.
873 @cindex show all, command
874 @kindex C-u C-u C-u @key{TAB}
875 @item C-u C-u C-u @key{TAB}
876 Show all, including drawers.
877 @kindex C-c C-r
878 @item C-c C-r
879 Reveal context around point, showing the current entry, the following heading
880 and the hierarchy above.  Useful for working near a location that has been
881 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
882 (@pxref{Agenda commands}).  With a prefix argument show, on each
883 level, all sibling headings.  With double prefix arg, also show the entire
884 subtree of the parent.
885 @kindex C-c C-k
886 @item C-c C-k
887 Expose all the headings of the subtree, CONTENT view for just one subtree.
888 @kindex C-c C-x b
889 @item C-c C-x b
890 Show the current subtree in an indirect buffer@footnote{The indirect
891 buffer
892 @ifinfo
893 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
894 @end ifinfo
895 @ifnotinfo
896 (see the Emacs manual for more information about indirect buffers)
897 @end ifnotinfo
898 will contain the entire buffer, but will be narrowed to the current
899 tree.  Editing the indirect buffer will also change the original buffer,
900 but without affecting visibility in that buffer.}.  With a numeric
901 prefix argument N, go up to level N and then take that tree.  If N is
902 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
903 the previously used indirect buffer.
904 @end table
906 @vindex org-startup-folded
907 @cindex @code{overview}, STARTUP keyword
908 @cindex @code{content}, STARTUP keyword
909 @cindex @code{showall}, STARTUP keyword
910 @cindex @code{showeverything}, STARTUP keyword
912 When Emacs first visits an Org file, the global state is set to
913 OVERVIEW, i.e. only the top level headlines are visible.  This can be
914 configured through the variable @code{org-startup-folded}, or on a
915 per-file basis by adding one of the following lines anywhere in the
916 buffer:
918 @example
919 #+STARTUP: overview
920 #+STARTUP: content
921 #+STARTUP: showall
922 #+STARTUP: showeverything
923 @end example
925 @cindex property, VISIBILITY
926 @noindent
927 Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
928 and Columns}) will get their visibility adapted accordingly.  Allowed values
929 for this property are @code{folded}, @code{children}, @code{content}, and
930 @code{all}.
931 @table @kbd
932 @kindex C-u C-u @key{TAB}
933 @item C-u C-u @key{TAB}
934 Switch back to the startup visibility of the buffer, i.e. whatever is
935 requested by startup options and @samp{VISIBILITY} properties in individual
936 entries.
937 @end table
939 @node Motion, Structure editing, Visibility cycling, Document Structure
940 @section Motion
941 @cindex motion, between headlines
942 @cindex jumping, to headlines
943 @cindex headline navigation
944 The following commands jump to other headlines in the buffer.
946 @table @kbd
947 @kindex C-c C-n
948 @item C-c C-n
949 Next heading.
950 @kindex C-c C-p
951 @item C-c C-p
952 Previous heading.
953 @kindex C-c C-f
954 @item C-c C-f
955 Next heading same level.
956 @kindex C-c C-b
957 @item C-c C-b
958 Previous heading same level.
959 @kindex C-c C-u
960 @item C-c C-u
961 Backward to higher level heading.
962 @kindex C-c C-j
963 @item C-c C-j
964 Jump to a different place without changing the current outline
965 visibility.  Shows the document structure in a temporary buffer, where
966 you can use the following keys to find your destination:
967 @vindex org-goto-auto-isearch
968 @example
969 @key{TAB}         @r{Cycle visibility.}
970 @key{down} / @key{up}   @r{Next/previous visible headline.}
971 @key{RET}         @r{Select this location.}
972 @kbd{/}           @r{Do a Sparse-tree search}
973 @r{The following keys work if you turn off @code{org-goto-auto-isearch}}
974 n / p        @r{Next/previous visible headline.}
975 f / b        @r{Next/previous headline same level.}
976 u            @r{One level up.}
977 0-9          @r{Digit argument.}
978 q            @r{Quit}
979 @end example
980 @vindex org-goto-interface
981 @noindent
982 See also the variable @code{org-goto-interface}.
983 @end table
985 @node Structure editing, Sparse trees, Motion, Document Structure
986 @section Structure editing
987 @cindex structure editing
988 @cindex headline, promotion and demotion
989 @cindex promotion, of subtrees
990 @cindex demotion, of subtrees
991 @cindex subtree, cut and paste
992 @cindex pasting, of subtrees
993 @cindex cutting, of subtrees
994 @cindex copying, of subtrees
995 @cindex sorting, of subtrees
996 @cindex subtrees, cut and paste
998 @table @kbd
999 @kindex M-@key{RET}
1000 @item M-@key{RET}
1001 @vindex org-M-RET-may-split-line
1002 Insert new heading with same level as current.  If the cursor is in a
1003 plain list item, a new item is created (@pxref{Plain lists}).  To force
1004 creation of a new headline, use a prefix argument, or first press @key{RET}
1005 to get to the beginning of the next line.  When this command is used in
1006 the middle of a line, the line is split and the rest of the line becomes
1007 the new headline@footnote{If you do not want the line to be split,
1008 customize the variable @code{org-M-RET-may-split-line}.}.  If the
1009 command is used at the beginning of a headline, the new headline is
1010 created before the current line.  If at the beginning of any other line,
1011 the content of that line is made the new heading.  If the command is
1012 used at the end of a folded subtree (i.e. behind the ellipses at the end
1013 of a headline), then a headline like the current one will be inserted
1014 after the end of the subtree.
1015 @kindex C-@key{RET}
1016 @item C-@key{RET}
1017 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
1018 current heading, the new heading is placed after the body instead of before
1019 it.  This command works from anywhere in the entry.
1020 @kindex M-S-@key{RET}
1021 @item M-S-@key{RET}
1022 @vindex org-treat-insert-todo-heading-as-state-change
1023 Insert new TODO entry with same level as current heading.  See also the
1024 variable @code{org-treat-insert-todo-heading-as-state-change}.
1025 @kindex C-S-@key{RET}
1026 @item C-S-@key{RET}
1027 Insert new TODO entry with same level as current heading.  Like
1028 @kbd{C-@key{RET}}, the new headline will be inserted after the current
1029 subtree.
1030 @kindex @key{TAB}
1031 @item @key{TAB} @r{in new, empty entry}
1032 In a new entry with no text yet, the first @key{TAB} demotes the entry to
1033 become a child of the previous one.  The next @key{TAB} makes it a parent,
1034 and so on, all the way to top level.  Yet another @key{TAB}, and you are back
1035 to the initial level.
1036 @kindex M-@key{left}
1037 @item M-@key{left}
1038 Promote current heading by one level.
1039 @kindex M-@key{right}
1040 @item M-@key{right}
1041 Demote current heading by one level.
1042 @kindex M-S-@key{left}
1043 @item M-S-@key{left}
1044 Promote the current subtree by one level.
1045 @kindex M-S-@key{right}
1046 @item M-S-@key{right}
1047 Demote the current subtree by one level.
1048 @kindex M-S-@key{up}
1049 @item M-S-@key{up}
1050 Move subtree up (swap with previous subtree of same
1051 level).
1052 @kindex M-S-@key{down}
1053 @item M-S-@key{down}
1054 Move subtree down (swap with next subtree of same level).
1055 @kindex C-c C-x C-w
1056 @item C-c C-x C-w
1057 Kill subtree, i.e. remove it from buffer but save in kill ring.
1058 With a numeric prefix argument N, kill N sequential subtrees.
1059 @kindex C-c C-x M-w
1060 @item C-c C-x M-w
1061 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
1062 sequential subtrees.
1063 @kindex C-c C-x C-y
1064 @item C-c C-x C-y
1065 Yank subtree from kill ring.  This does modify the level of the subtree to
1066 make sure the tree fits in nicely at the yank position.  The yank level can
1067 also be specified with a numeric prefix argument, or by yanking after a
1068 headline marker like @samp{****}.
1069 @kindex C-y
1070 @item C-y
1071 @vindex org-yank-adjusted-subtrees
1072 @vindex org-yank-folded-subtrees
1073 Depending on the variables @code{org-yank-adjusted-subtrees} and
1074 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
1075 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
1076 C-x C-y}.  With the default settings, no level adjustment will take place,
1077 but the yanked tree will be folded unless doing so would swallow text
1078 previously visible.  Any prefix argument to this command will force a normal
1079 @code{yank} to be executed, with the prefix passed along.  A good way to
1080 force a normal yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a
1081 yank, it will yank previous kill items plainly, without adjustment and
1082 folding.
1083 @kindex C-c C-x c
1084 @item C-c C-x c
1085 Clone a subtree by making a number of sibling copies of it.  You will be
1086 prompted for the number of copies to make, and you can also specify if any
1087 timestamps in the entry should be shifted.  This can be useful, for example,
1088 to create a number of tasks related to a series of lectures to prepare.  For
1089 more details, see the docstring of the command
1090 @code{org-clone-subtree-with-time-shift}.
1091 @kindex C-c C-w
1092 @item C-c C-w
1093 Refile entry or region to a different location.  @xref{Refiling notes}.
1094 @kindex C-c ^
1095 @item C-c ^
1096 Sort same-level entries.  When there is an active region, all entries in the
1097 region will be sorted.  Otherwise the children of the current headline are
1098 sorted.  The command prompts for the sorting method, which can be
1099 alphabetically, numerically, by time (first timestamp with active preferred,
1100 creation time, scheduled time, deadline time), by priority, by TODO keyword
1101 (in the sequence the keywords have been defined in the setup) or by the value
1102 of a property.  Reverse sorting is possible as well.  You can also supply
1103 your own function to extract the sorting key.  With a @kbd{C-u} prefix,
1104 sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes, duplicate
1105 entries will also be removed.
1106 @kindex C-x n s
1107 @item C-x n s
1108 Narrow buffer to current subtree.
1109 @kindex C-x n w
1110 @item C-x n w
1111 Widen buffer to remove narrowing.
1112 @kindex C-c *
1113 @item C-c *
1114 Turn a normal line or plain list item into a headline (so that it becomes a
1115 subheading at its location).  Also turn a headline into a normal line by
1116 removing the stars.  If there is an active region, turn all lines in the
1117 region into headlines.  If the first line in the region was an item, turn
1118 only the item lines into headlines.  Finally, if the first line is a
1119 headline, remove the stars from all headlines in the region.
1120 @end table
1122 @cindex region, active
1123 @cindex active region
1124 @cindex transient mark mode
1125 When there is an active region (Transient Mark mode), promotion and
1126 demotion work on all headlines in the region.  To select a region of
1127 headlines, it is best to place both point and mark at the beginning of a
1128 line, mark at the beginning of the first headline, and point at the line
1129 just after the last headline to change.  Note that when the cursor is
1130 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
1131 functionality.
1134 @node Sparse trees, Plain lists, Structure editing, Document Structure
1135 @section Sparse trees
1136 @cindex sparse trees
1137 @cindex trees, sparse
1138 @cindex folding, sparse trees
1139 @cindex occur, command
1141 @vindex org-show-hierarchy-above
1142 @vindex org-show-following-heading
1143 @vindex org-show-siblings
1144 @vindex org-show-entry-below
1145 An important feature of Org mode is the ability to construct @emph{sparse
1146 trees} for selected information in an outline tree, so that the entire
1147 document is folded as much as possible, but the selected information is made
1148 visible along with the headline structure above it@footnote{See also the
1149 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
1150 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
1151 control on how much context is shown around each match.}.  Just try it out
1152 and you will see immediately how it works.
1154 Org mode contains several commands creating such trees, all these
1155 commands can be accessed through a dispatcher:
1157 @table @kbd
1158 @kindex C-c /
1159 @item C-c /
1160 This prompts for an extra key to select a sparse-tree creating command.
1161 @kindex C-c / r
1162 @item C-c / r
1163 @vindex org-remove-highlights-with-change
1164 Occur.  Prompts for a regexp and shows a sparse tree with all matches.  If
1165 the match is in a headline, the headline is made visible.  If the match is in
1166 the body of an entry, headline and body are made visible.  In order to
1167 provide minimal context, also the full hierarchy of headlines above the match
1168 is shown, as well as the headline following the match.  Each match is also
1169 highlighted; the highlights disappear when the buffer is changed by an
1170 editing command@footnote{This depends on the option
1171 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1172 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1173 so several calls to this command can be stacked.
1174 @end table
1176 @noindent
1177 @vindex org-agenda-custom-commands
1178 For frequently used sparse trees of specific search strings, you can
1179 use the variable @code{org-agenda-custom-commands} to define fast
1180 keyboard access to specific sparse trees.  These commands will then be
1181 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1182 For example:
1184 @lisp
1185 (setq org-agenda-custom-commands
1186       '(("f" occur-tree "FIXME")))
1187 @end lisp
1189 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1190 a sparse tree matching the string @samp{FIXME}.
1192 The other sparse tree commands select headings based on TODO keywords,
1193 tags, or properties and will be discussed later in this manual.
1195 @kindex C-c C-e v
1196 @cindex printing sparse trees
1197 @cindex visible text, printing
1198 To print a sparse tree, you can use the Emacs command
1199 @code{ps-print-buffer-with-faces} which does not print invisible parts
1200 of the document @footnote{This does not work under XEmacs, because
1201 XEmacs uses selective display for outlining, not text properties.}.
1202 Or you can use the command @kbd{C-c C-e v} to export only the visible
1203 part of the document and print the resulting file.
1205 @node Plain lists, Drawers, Sparse trees, Document Structure
1206 @section Plain lists
1207 @cindex plain lists
1208 @cindex lists, plain
1209 @cindex lists, ordered
1210 @cindex ordered lists
1212 Within an entry of the outline tree, hand-formatted lists can provide
1213 additional structure.  They also provide a way to create lists of
1214 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1215 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1217 Org knows ordered lists, unordered lists, and description lists.
1218 @itemize @bullet
1219 @item
1220 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1221 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1222 they will be seen as top-level headlines.  Also, when you are hiding leading
1223 stars to get a clean outline view, plain list items starting with a star are
1224 visually indistinguishable from true headlines.  In short: even though
1225 @samp{*} is supported, it may be better to not use it for plain list items.}
1226 as bullets.
1227 @item
1228 @emph{Ordered} list items start with a numeral followed by either a period or
1229 a right parenthesis, such as @samp{1.} or @samp{1)}.  If you want a list to
1230 start a different value (e.g. 20), start the text of the item with
1231 @code{[@@start:20]}. 
1232 @item
1233 @emph{Description} list items are unordered list items, and contain the
1234 separator @samp{ :: } to separate the description @emph{term} from the
1235 description.
1236 @end itemize
1238 @vindex org-empty-line-terminates-plain-lists
1239 Items belonging to the same list must have the same indentation on the first
1240 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1241 2--digit numbers must be written left-aligned with the other numbers in the
1242 list.  Indentation also determines the end of a list item.  It ends before
1243 the next line that is indented like the bullet/number, or less.  Empty lines
1244 are part of the previous item, so you can have several paragraphs in one
1245 item.  If you would like an empty line to terminate all currently open plain
1246 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1247 Here is an example:
1249 @example
1250 @group
1251 ** Lord of the Rings
1252    My favorite scenes are (in this order)
1253    1. The attack of the Rohirrim
1254    2. Eowyn's fight with the witch king
1255       + this was already my favorite scene in the book
1256       + I really like Miranda Otto.
1257    3. Peter Jackson being shot by Legolas
1258        - on DVD only
1259       He makes a really funny face when it happens.
1260    But in the end, no individual scenes matter but the film as a whole.
1261    Important actors in this film are:
1262    - @b{Elijah Wood} :: He plays Frodo
1263    - @b{Sean Austin} :: He plays Sam, Frodo's friend.  I still remember
1264      him very well from his role as Mikey Walsh in @i{The Goonies}.
1265 @end group
1266 @end example
1268 Org supports these lists by tuning filling and wrapping commands to deal with
1269 them correctly@footnote{Org only changes the filling settings for Emacs.  For
1270 XEmacs, you should use Kyle E. Jones' @file{filladapt.el}.  To turn this on,
1271 put into @file{.emacs}: @code{(require 'filladapt)}}, and by exporting them
1272 properly (@pxref{Exporting}).  Since indentation is what governs the
1273 structure of these lists, many structural constructs like @code{#+BEGIN_...}
1274 blocks can be indented to signal that they should be part of a list item.
1276 @vindex org-list-demote-modify-bullet
1277 If you find that using a different bullet for a sub-list (than that used for
1278 the current list-level) improves readability, customize the variable
1279 @code{org-list-demote-modify-bullet}.
1281 The following commands act on items when the cursor is in the first line
1282 of an item (the line with the bullet or number).
1284 @table @kbd
1285 @kindex @key{TAB}
1286 @item @key{TAB}
1287 @vindex org-cycle-include-plain-lists
1288 Items can be folded just like headline levels.  Normally this works only if
1289 the cursor is on a plain list item.  For more details, see the variable
1290 @code{org-cycle-include-plain-lists}. to @code{integrate}, plain list items
1291 will be treated like low-level.  The level of an item is then given by the
1292 indentation of the bullet/number.  Items are always subordinate to real
1293 headlines, however; the hierarchies remain completely separated.
1295 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1296 fixes the indentation of the current line in a heuristic way.
1297 @kindex M-@key{RET}
1298 @item M-@key{RET}
1299 @vindex org-M-RET-may-split-line
1300 Insert new item at current level.  With a prefix argument, force a new
1301 heading (@pxref{Structure editing}).  If this command is used in the middle
1302 of a line, the line is @emph{split} and the rest of the line becomes the new
1303 item@footnote{If you do not want the line to be split, customize the variable
1304 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1305 @emph{whitespace before a bullet or number}, the new item is created
1306 @emph{before} the current item.  If the command is executed in the white
1307 space before the text that is part of an item but does not contain the
1308 bullet, a bullet is added to the current line.
1309 @kindex M-S-@key{RET}
1310 @item M-S-@key{RET}
1311 Insert a new item with a checkbox (@pxref{Checkboxes}).
1312 @kindex @key{TAB}
1313 @item @key{TAB} @r{in new, empty item}
1314 In a new item with no text yet, the first @key{TAB} demotes the item to
1315 become a child of the previous one.  The next @key{TAB} makes it a parent,
1316 and so on, all the way to the left margin.  Yet another @key{TAB}, and you
1317 are back to the initial level.
1318 @kindex S-@key{up}
1319 @kindex S-@key{down}
1320 @item S-@key{up}
1321 @itemx S-@key{down}
1322 @cindex shift-selection-mode
1323 @vindex org-support-shift-select
1324 Jump to the previous/next item in the current list, but only if
1325 @code{org-support-shift-select} is off.  If not, you can still use paragraph
1326 jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
1327 similar effect.
1328 @kindex M-S-@key{up}
1329 @kindex M-S-@key{down}
1330 @item M-S-@key{up}
1331 @itemx M-S-@key{down}
1332 Move the item including subitems up/down (swap with previous/next item
1333 of same indentation).  If the list is ordered, renumbering is
1334 automatic.
1335 @kindex M-@key{left}
1336 @kindex M-@key{right}
1337 @item M-@key{left}
1338 @itemx M-@key{right}
1339 Decrease/increase the indentation of an item, leaving children alone.
1340 @kindex M-S-@key{left}
1341 @kindex M-S-@key{right}
1342 @item M-S-@key{left}
1343 @itemx M-S-@key{right}
1344 Decrease/increase the indentation of the item, including subitems.
1345 Initially, the item tree is selected based on current indentation.
1346 When these commands are executed several times in direct succession,
1347 the initially selected region is used, even if the new indentation
1348 would imply a different hierarchy.  To use the new hierarchy, break
1349 the command chain with a cursor motion or so.
1350 @kindex C-c C-c
1351 @item C-c C-c
1352 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1353 state of the checkbox.  If not, this command makes sure that all the
1354 items on this list level use the same bullet.  Furthermore, if this is
1355 an ordered list, make sure the numbering is OK.
1356 @kindex C-c -
1357 @item C-c -
1358 Cycle the entire list level through the different itemize/enumerate bullets
1359 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1360 argument N, select the Nth bullet from this list.  If there is an active
1361 region when calling this, all lines will be converted to list items.  If the
1362 first line already was a list item, any item markers will be removed from the
1363 list.  Finally, even without an active region, a normal line will be
1364 converted into a list item.
1365 @kindex C-c *
1366 @item C-c *
1367 Turn a plain list item into a headline (so that it becomes a subheading at
1368 its location). @xref{Structure editing}, for a detailed explanation.
1369 @kindex S-@key{left}
1370 @kindex S-@key{right}
1371 @item S-@key{left}/@key{right}
1372 @vindex org-support-shift-select
1373 This command also cycles bullet styles when the cursor in on the bullet or
1374 anywhere in an item line, details depending on
1375 @code{org-support-shift-select}.
1376 @kindex C-c ^
1377 @item C-c ^
1378 Sort the plain list.  You will be prompted for the sorting method:
1379 numerically, alphabetically, by time, or by custom function.
1380 @end table
1382 @node Drawers, Blocks, Plain lists, Document Structure
1383 @section Drawers
1384 @cindex drawers
1385 @cindex #+DRAWERS
1386 @cindex visibility cycling, drawers
1388 @vindex org-drawers
1389 Sometimes you want to keep information associated with an entry, but you
1390 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1391 Drawers need to be configured with the variable
1392 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1393 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1394 look like this:
1396 @example
1397 ** This is a headline
1398    Still outside the drawer
1399    :DRAWERNAME:
1400       This is inside the drawer.
1401    :END:
1402    After the drawer.
1403 @end example
1405 Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and
1406 show the entry, but keep the drawer collapsed to a single line.  In order to
1407 look inside the drawer, you need to move the cursor to the drawer line and
1408 press @key{TAB} there.  Org mode uses the @code{PROPERTIES} drawer for
1409 storing properties (@pxref{Properties and Columns}), and you can also arrange
1410 for state change notes (@pxref{Tracking TODO state changes}) and clock times
1411 (@pxref{Clocking work time}) to be stored in a drawer @code{LOGBOOK}.  If you
1412 want to store a quick note in the LOGBOOK drawer, in a similar way as this is
1413 done by state changes, use
1415 @table @kbd
1416 @kindex C-c C-z
1417 @item C-c C-z
1418 Add a time-stamped note to the LOGBOOK drawer.
1419 @end table
1421 @node Blocks, Footnotes, Drawers, Document Structure
1422 @section Blocks
1424 @vindex org-hide-block-startup
1425 @cindex blocks, folding
1426 Org-mode uses begin...end blocks for various purposes from including source
1427 code examples (@pxref{Literal examples}) to capturing time logging
1428 information (@pxref{Clocking work time}).  These blocks can be folded and
1429 unfolded by pressing TAB in the begin line.  You can also get all blocks
1430 folded at startup by configuring the variable @code{org-hide-block-startup}
1431 or on a per-file basis by using
1433 @cindex @code{hideblocks}, STARTUP keyword
1434 @cindex @code{nohideblocks}, STARTUP keyword
1435 @example
1436 #+STARTUP: hideblocks
1437 #+STARTUP: nohideblocks
1438 @end example
1440 @node Footnotes, Orgstruct mode, Blocks, Document Structure
1441 @section Footnotes
1442 @cindex footnotes
1444 Org mode supports the creation of footnotes.  In contrast to the
1445 @file{footnote.el} package, Org mode's footnotes are designed for work on a
1446 larger document, not only for one-off documents like emails.  The basic
1447 syntax is similar to the one used by @file{footnote.el}, i.e. a footnote is
1448 defined in a paragraph that is started by a footnote marker in square
1449 brackets in column 0, no indentation allowed.  If you need a paragraph break
1450 inside a footnote, use the La@TeX{} idiom @samp{\par}.  The footnote reference
1451 is simply the marker in square brackets, inside text.  For example:
1453 @example
1454 The Org homepage[fn:1] now looks a lot better than it used to.
1456 [fn:1] The link is: http://orgmode.org
1457 @end example
1459 Org mode extends the number-based syntax to @emph{named} footnotes and
1460 optional inline definition.  Using plain numbers as markers (as
1461 @file{footnote.el} does) is supported for backward compatibility, but not
1462 encouraged because of possible conflicts with La@TeX{} snippets (@pxref{Embedded
1463 LaTeX}).  Here are the valid references:
1465 @table @code
1466 @item [1]
1467 A plain numeric footnote marker.  Compatible with @file{footnote.el}, but not
1468 recommended because somthing like @samp{[1]} could easily be part of a code
1469 snippet.
1470 @item [fn:name]
1471 A named footnote reference, where @code{name} is a unique label word, or, for
1472 simplicity of automatic creation, a number.
1473 @item [fn:: This is the inline definition of this footnote]
1474 A La@TeX{}-like anonymous footnote where the definition is given directly at the
1475 reference point.
1476 @item [fn:name: a definition]
1477 An inline definition of a footnote, which also specifies a name for the note.
1478 Since Org allows multiple references to the same note, you can then use
1479 @code{[fn:name]} to create additional references.
1480 @end table
1482 @vindex org-footnote-auto-label
1483 Footnote labels can be created automatically, or you can create names yourself.
1484 This is handled by the variable @code{org-footnote-auto-label} and its
1485 corresponding @code{#+STARTUP} keywords, see the docstring of that variable
1486 for details.
1488 @noindent The following command handles footnotes:
1490 @table @kbd
1491 @kindex C-c C-x f
1492 @item C-c C-x f
1493 The footnote action command.
1495 When the cursor is on a footnote reference, jump to the definition.  When it
1496 is at a definition, jump to the (first) reference.
1498 @vindex org-footnote-define-inline
1499 @vindex org-footnote-section
1500 @vindex org-footnote-auto-adjust
1501 Otherwise, create a new footnote.  Depending on the variable
1502 @code{org-footnote-define-inline}@footnote{The corresponding in-buffer
1503 setting is: @code{#+STARTUP: fninline} or @code{#+STARTUP: nofninline}}, the
1504 definition will be placed right into the text as part of the reference, or
1505 separately into the location determined by the variable
1506 @code{org-footnote-section}.
1508 When this command is called with a prefix argument, a menu of additional
1509 options is offered:
1510 @example
1511 s   @r{Sort the footnote definitions by reference sequence.  During editing,}
1512     @r{Org makes no effort to sort footnote definitions into a particular}
1513     @r{sequence.  If you want them sorted, use this command, which will}
1514     @r{also move entries according to @code{org-footnote-section}.  Automatic}
1515     @r{sorting after each insertion/deletion can be configured using the}
1516     @r{variable @code{org-footnote-auto-adjust}.}
1517 r   @r{Renumber the simple @code{fn:N} footnotes.  Automatic renumbering}
1518     @r{after each insertion/deletion can be configured using the variable}
1519     @r{@code{org-footnote-auto-adjust}.}
1520 S   @r{Short for first @code{r}, then @code{s} action.}
1521 n   @r{Normalize the footnotes by collecting all definitions (including}
1522     @r{inline definitions) into a special section, and then numbering them}
1523     @r{in sequence.  The references will then also be numbers.  This is}
1524     @r{meant to be the final step before finishing a document (e.g. sending}
1525     @r{off an email).  The exporters do this automatically, and so could}
1526     @r{something like @code{message-send-hook}.}
1527 d   @r{Delete the footnote at point, and all definitions of and references}
1528     @r{to it.}
1529 @end example
1530 Depending on the variable @code{org-footnote-auto-adjust}@footnote{the
1531 corresponding in-buffer options are @code{fnadjust} and @code{nofnadjust}.},
1532 renumbering and sorting footnotes can be automatic after each insertion or
1533 deletion.
1535 @kindex C-c C-c
1536 @item C-c C-c
1537 If the cursor is on a footnote reference, jump to the definition.  If it is a
1538 the definition, jump back to the reference.  When called at a footnote
1539 location with a prefix argument, offer the same menu as @kbd{C-c C-x f}.
1540 @kindex C-c C-o
1541 @kindex mouse-1
1542 @kindex mouse-2
1543 @item C-c C-o  @r{or} mouse-1/2
1544 Footnote labels are also links to the corresponding definition/reference, and
1545 you can use the usual commands to follow these links.
1546 @end table
1548 @node Orgstruct mode,  , Footnotes, Document Structure
1549 @section The Orgstruct minor mode
1550 @cindex Orgstruct mode
1551 @cindex minor mode for structure editing
1553 If you like the intuitive way the Org mode structure editing and list
1554 formatting works, you might want to use these commands in other modes like
1555 Text mode or Mail mode as well.  The minor mode @code{orgstruct-mode} makes
1556 this possible.   Toggle the mode with @kbd{M-x orgstruct-mode}, or
1557 turn it on by default, for example in Mail mode, with one of:
1559 @lisp
1560 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1561 (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
1562 @end lisp
1564 When this mode is active and the cursor is on a line that looks to Org like a
1565 headline or the first line of a list item, most structure editing commands
1566 will work, even if the same keys normally have different functionality in the
1567 major mode you are using.  If the cursor is not in one of those special
1568 lines, Orgstruct mode lurks silently in the shadow.  When you use
1569 @code{orgstruct++-mode}, Org will also export indentation and autofill
1570 settings into that mode, and detect item context after the first line of an
1571 item.
1573 @node Tables, Hyperlinks, Document Structure, Top
1574 @chapter Tables
1575 @cindex tables
1576 @cindex editing tables
1578 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1579 calculations are supported in connection with the Emacs @file{calc}
1580 package
1581 @ifinfo
1582 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1583 @end ifinfo
1584 @ifnotinfo
1585 (see the Emacs Calculator manual for more information about the Emacs
1586 calculator).
1587 @end ifnotinfo
1589 @menu
1590 * Built-in table editor::       Simple tables
1591 * Column width and alignment::  Overrule the automatic settings
1592 * Column groups::               Grouping to trigger vertical lines
1593 * Orgtbl mode::                 The table editor as minor mode
1594 * The spreadsheet::             The table editor has spreadsheet capabilities
1595 * Org-Plot::                    Plotting from org tables
1596 @end menu
1598 @node Built-in table editor, Column width and alignment, Tables, Tables
1599 @section The built-in table editor
1600 @cindex table editor, built-in
1602 Org makes it easy to format tables in plain ASCII.  Any line with
1603 @samp{|} as the first non-whitespace character is considered part of a
1604 table.  @samp{|} is also the column separator.  A table might look like
1605 this:
1607 @example
1608 | Name  | Phone | Age |
1609 |-------+-------+-----|
1610 | Peter |  1234 |  17 |
1611 | Anna  |  4321 |  25 |
1612 @end example
1614 A table is re-aligned automatically each time you press @key{TAB} or
1615 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1616 the next field (@key{RET} to the next row) and creates new table rows
1617 at the end of the table or before horizontal lines.  The indentation
1618 of the table is set by the first line.  Any line starting with
1619 @samp{|-} is considered as a horizontal separator line and will be
1620 expanded on the next re-align to span the whole table width.  So, to
1621 create the above table, you would only type
1623 @example
1624 |Name|Phone|Age|
1626 @end example
1628 @noindent and then press @key{TAB} to align the table and start filling in
1629 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
1630 @kbd{C-c @key{RET}}.
1632 @vindex org-enable-table-editor
1633 @vindex org-table-auto-blank-field
1634 When typing text into a field, Org treats @key{DEL},
1635 @key{Backspace}, and all character keys in a special way, so that
1636 inserting and deleting avoids shifting other fields.  Also, when
1637 typing @emph{immediately after the cursor was moved into a new field
1638 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1639 field is automatically made blank.  If this behavior is too
1640 unpredictable for you, configure the variables
1641 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1643 @table @kbd
1644 @tsubheading{Creation and conversion}
1645 @kindex C-c |
1646 @item C-c |
1647 Convert the active region to table. If every line contains at least one
1648 TAB character, the function assumes that the material is tab separated.
1649 If every line contains a comma, comma-separated values (CSV) are assumed.
1650 If not, lines are split at whitespace into fields.  You can use a prefix
1651 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1652 C-u} forces TAB, and a numeric argument N indicates that at least N
1653 consecutive spaces, or alternatively a TAB will be the separator.
1655 If there is no active region, this command creates an empty Org
1656 table.  But it's easier just to start typing, like
1657 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1659 @tsubheading{Re-aligning and field motion}
1660 @kindex C-c C-c
1661 @item C-c C-c
1662 Re-align the table without moving the cursor.
1664 @kindex @key{TAB}
1665 @item @key{TAB}
1666 Re-align the table, move to the next field.  Creates a new row if
1667 necessary.
1669 @kindex S-@key{TAB}
1670 @item S-@key{TAB}
1671 Re-align, move to previous field.
1673 @kindex @key{RET}
1674 @item @key{RET}
1675 Re-align the table and move down to next row.  Creates a new row if
1676 necessary.  At the beginning or end of a line, @key{RET} still does
1677 NEWLINE, so it can be used to split a table.
1679 @kindex M-a
1680 @item M-a
1681 Move to beginning of the current table field, or on to the previous field.
1682 @kindex M-e
1683 @item M-e
1684 Move to end of the current table field, or on to the next field.
1686 @tsubheading{Column and row editing}
1687 @kindex M-@key{left}
1688 @kindex M-@key{right}
1689 @item M-@key{left}
1690 @itemx M-@key{right}
1691 Move the current column left/right.
1693 @kindex M-S-@key{left}
1694 @item M-S-@key{left}
1695 Kill the current column.
1697 @kindex M-S-@key{right}
1698 @item M-S-@key{right}
1699 Insert a new column to the left of the cursor position.
1701 @kindex M-@key{up}
1702 @kindex M-@key{down}
1703 @item M-@key{up}
1704 @itemx M-@key{down}
1705 Move the current row up/down.
1707 @kindex M-S-@key{up}
1708 @item M-S-@key{up}
1709 Kill the current row or horizontal line.
1711 @kindex M-S-@key{down}
1712 @item M-S-@key{down}
1713 Insert a new row above the current row.  With a prefix argument, the line is
1714 created below the current one.
1716 @kindex C-c -
1717 @item C-c -
1718 Insert a horizontal line below current row.  With a prefix argument, the line
1719 is created above the current line.
1721 @kindex C-c @key{RET}
1722 @item C-c @key{RET}
1723 Insert a horizontal line below current row, and move the cursor into the row
1724 below that line.
1726 @kindex C-c ^
1727 @item C-c ^
1728 Sort the table lines in the region.  The position of point indicates the
1729 column to be used for sorting, and the range of lines is the range
1730 between the nearest horizontal separator lines, or the entire table.  If
1731 point is before the first column, you will be prompted for the sorting
1732 column.  If there is an active region, the mark specifies the first line
1733 and the sorting column, while point should be in the last line to be
1734 included into the sorting.  The command prompts for the sorting type
1735 (alphabetically, numerically, or by time).  When called with a prefix
1736 argument, alphabetic sorting will be case-sensitive.
1738 @tsubheading{Regions}
1739 @kindex C-c C-x M-w
1740 @item C-c C-x M-w
1741 Copy a rectangular region from a table to a special clipboard.  Point and
1742 mark determine edge fields of the rectangle.  If there is no active region,
1743 copy just the current field.  The process ignores horizontal separator lines.
1745 @kindex C-c C-x C-w
1746 @item C-c C-x C-w
1747 Copy a rectangular region from a table to a special clipboard, and
1748 blank all fields in the rectangle.  So this is the ``cut'' operation.
1750 @kindex C-c C-x C-y
1751 @item C-c C-x C-y
1752 Paste a rectangular region into a table.
1753 The upper left corner ends up in the current field.  All involved fields
1754 will be overwritten.  If the rectangle does not fit into the present table,
1755 the table is enlarged as needed.  The process ignores horizontal separator
1756 lines.
1758 @kindex M-@key{RET}
1759 @itemx M-@kbd{RET}
1760 Wrap several fields in a column like a paragraph.  If there is an active
1761 region, and both point and mark are in the same column, the text in the
1762 column is wrapped to minimum width for the given number of lines.  A numeric
1763 prefix argument may be used to change the number of desired lines.  If there
1764 is no region, the current field is split at the cursor position and the text
1765 fragment to the right of the cursor is prepended to the field one line
1766 down. If there is no region, but you specify a prefix argument, the current
1767 field is made blank, and the content is appended to the field above.
1769 @tsubheading{Calculations}
1770 @cindex formula, in tables
1771 @cindex calculations, in tables
1772 @cindex region, active
1773 @cindex active region
1774 @cindex transient mark mode
1775 @kindex C-c +
1776 @item C-c +
1777 Sum the numbers in the current column, or in the rectangle defined by
1778 the active region.  The result is shown in the echo area and can
1779 be inserted with @kbd{C-y}.
1781 @kindex S-@key{RET}
1782 @item S-@key{RET}
1783 @vindex org-table-copy-increment
1784 When current field is empty, copy from first non-empty field above.  When not
1785 empty, copy current field down to next row and move cursor along with it.
1786 Depending on the variable @code{org-table-copy-increment}, integer field
1787 values will be incremented during copy.  Integers that are too large will not
1788 be incremented.  Also, a @code{0} prefix argument temporarily disables the
1789 increment.  This key is also used by shift-selection and related modes
1790 (@pxref{Conflicts}).
1792 @tsubheading{Miscellaneous}
1793 @kindex C-c `
1794 @item C-c `
1795 Edit the current field in a separate window.  This is useful for fields that
1796 are not fully visible (@pxref{Column width and alignment}).  When called with
1797 a @kbd{C-u} prefix, just make the full field visible, so that it can be
1798 edited in place.
1800 @item M-x org-table-import
1801 Import a file as a table.  The table should be TAB or whitespace
1802 separated.  Use, for example, to import a spreadsheet table or data
1803 from a database, because these programs generally can write
1804 TAB-separated text files.  This command works by inserting the file into
1805 the buffer and then converting the region to a table.  Any prefix
1806 argument is passed on to the converter, which uses it to determine the
1807 separator.
1808 @item C-c |
1809 Tables can also be imported by pasting tabular text into the Org
1810 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1811 @kbd{C-c |} command (see above under @i{Creation and conversion}).
1813 @item M-x org-table-export
1814 @vindex org-table-export-default-format
1815 Export the table, by default as a TAB-separated file.  Use for data
1816 exchange with, for example, spreadsheet or database programs.  The format
1817 used to export the file can be configured in the variable
1818 @code{org-table-export-default-format}.  You may also use properties
1819 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1820 name and the format for table export in a subtree.  Org supports quite
1821 general formats for exported tables.  The exporter format is the same as the
1822 format used by Orgtbl radio tables, see @ref{Translator functions}, for a
1823 detailed description.
1824 @end table
1826 If you don't like the automatic table editor because it gets in your
1827 way on lines which you would like to start with @samp{|}, you can turn
1828 it off with
1830 @lisp
1831 (setq org-enable-table-editor nil)
1832 @end lisp
1834 @noindent Then the only table command that still works is
1835 @kbd{C-c C-c} to do a manual re-align.
1837 @node Column width and alignment, Column groups, Built-in table editor, Tables
1838 @section Column width and alignment
1839 @cindex narrow columns in tables
1840 @cindex alignment in tables
1842 The width of columns is automatically determined by the table editor.  And
1843 also the alignment of a column is determined automatically from the fraction
1844 of number-like versus non-number fields in the column.
1846 Sometimes a single field or a few fields need to carry more text, leading to
1847 inconveniently wide columns.  Or maybe you want to make a table with several
1848 columns having a fixed width, regardless of content.  To set@footnote{This
1849 feature does not work on XEmacs.} the width of a column, one field anywhere
1850 in the column may contain just the string @samp{<N>} where @samp{N} is an
1851 integer specifying the width of the column in characters.  The next re-align
1852 will then set the width of this column to this value.
1854 @example
1855 @group
1856 |---+------------------------------|               |---+--------|
1857 |   |                              |               |   | <6>    |
1858 | 1 | one                          |               | 1 | one    |
1859 | 2 | two                          |     ----\     | 2 | two    |
1860 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1861 | 4 | four                         |               | 4 | four   |
1862 |---+------------------------------|               |---+--------|
1863 @end group
1864 @end example
1866 @noindent
1867 Fields that are wider become clipped and end in the string @samp{=>}.
1868 Note that the full text is still in the buffer, it is only invisible.
1869 To see the full text, hold the mouse over the field---a tool-tip window
1870 will show the full content.  To edit such a field, use the command
1871 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1872 open a new window with the full field.  Edit it and finish with @kbd{C-c
1873 C-c}.
1875 @vindex org-startup-align-all-tables
1876 When visiting a file containing a table with narrowed columns, the
1877 necessary character hiding has not yet happened, and the table needs to
1878 be aligned before it looks nice.  Setting the option
1879 @code{org-startup-align-all-tables} will realign all tables in a file
1880 upon visiting, but also slow down startup.  You can also set this option
1881 on a per-file basis with:
1883 @example
1884 #+STARTUP: align
1885 #+STARTUP: noalign
1886 @end example
1888 If you would like to overrule the automatic alignment of number-rich columns
1889 to the right and of string-rich column to the left, you and use @samp{<r>} or
1890 @samp{<l>} in a similar fashion.  You may also combine alignment and field
1891 width like this: @samp{<l10>}.
1893 Lines which only contain these formatting cookies will be removed
1894 automatically when exporting the document.
1896 @node Column groups, Orgtbl mode, Column width and alignment, Tables
1897 @section Column groups
1898 @cindex grouping columns in tables
1900 When Org exports tables, it does so by default without vertical
1901 lines because that is visually more satisfying in general.  Occasionally
1902 however, vertical lines can be useful to structure a table into groups
1903 of columns, much like horizontal lines can do for groups of rows.  In
1904 order to specify column groups, you can use a special row where the
1905 first field contains only @samp{/}.  The further fields can either
1906 contain @samp{<} to indicate that this column should start a group,
1907 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1908 a group of its own.  Boundaries between column groups will upon export be
1909 marked with vertical lines.  Here is an example:
1911 @example
1912 | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1913 |---+-----+-----+-----+---------+------------|
1914 | / |   < |     |   > |       < |          > |
1915 | 1 |   1 |   1 |   1 |       1 |          1 |
1916 | 2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1917 | 3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1918 |---+-----+-----+-----+---------+------------|
1919 #+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1)))
1920 @end example
1922 It is also sufficient to just insert the column group starters after
1923 every vertical line you would like to have:
1925 @example
1926 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1927 |----+-----+-----+-----+---------+------------|
1928 | /  | <   |     |     | <       |            |
1929 @end example
1931 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1932 @section The Orgtbl minor mode
1933 @cindex Orgtbl mode
1934 @cindex minor mode for tables
1936 If you like the intuitive way the Org table editor works, you
1937 might also want to use it in other modes like Text mode or Mail mode.
1938 The minor mode Orgtbl mode makes this possible.  You can always toggle
1939 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1940 example in mail mode, use
1942 @lisp
1943 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1944 @end lisp
1946 Furthermore, with some special setup, it is possible to maintain tables
1947 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1948 construct La@TeX{} tables with the underlying ease and power of
1949 Orgtbl mode, including spreadsheet capabilities.  For details, see
1950 @ref{Tables in arbitrary syntax}.
1952 @node The spreadsheet, Org-Plot, Orgtbl mode, Tables
1953 @section The spreadsheet
1954 @cindex calculations, in tables
1955 @cindex spreadsheet capabilities
1956 @cindex @file{calc} package
1958 The table editor makes use of the Emacs @file{calc} package to implement
1959 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1960 derive fields from other fields.  While fully featured, Org's implementation
1961 is not identical to other spreadsheets.  For example, Org knows the concept
1962 of a @emph{column formula} that will be applied to all non-header fields in a
1963 column without having to copy the formula to each relevant field.  There is
1964 also a formula debugger, and a formula editor with features for highlighting
1965 fields in the table corresponding to the references at the point in the
1966 formula, moving these references by arrow keys
1968 @menu
1969 * References::                  How to refer to another field or range
1970 * Formula syntax for Calc::     Using Calc to compute stuff
1971 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1972 * Field formulas::              Formulas valid for a single field
1973 * Column formulas::             Formulas valid for an entire column
1974 * Editing and debugging formulas::  Fixing formulas
1975 * Updating the table::          Recomputing all dependent fields
1976 * Advanced features::           Field names, parameters and automatic recalc
1977 @end menu
1979 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1980 @subsection References
1981 @cindex references
1983 To compute fields in the table from other fields, formulas must
1984 reference other fields or ranges.  In Org, fields can be referenced
1985 by name, by absolute coordinates, and by relative coordinates.  To find
1986 out what the coordinates of a field are, press @kbd{C-c ?} in that
1987 field, or press @kbd{C-c @}} to toggle the display of a grid.
1989 @subsubheading Field references
1990 @cindex field references
1991 @cindex references, to fields
1993 Formulas can reference the value of another field in two ways.  Like in
1994 any other spreadsheet, you may reference fields with a letter/number
1995 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1996 @c Such references are always fixed to that field, they don't change
1997 @c when you copy and paste a formula to a different field.  So
1998 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
2000 @noindent
2001 Org also uses another, more general operator that looks like this:
2002 @example
2003 @@@var{row}$@var{column}
2004 @end example
2006 @noindent
2007 Column references can be absolute like @samp{1}, @samp{2},...@samp{@var{N}},
2008 or relative to the current column like @samp{+1} or @samp{-2}.
2010 The row specification only counts data lines and ignores horizontal
2011 separator lines (hlines).  You can use absolute row numbers
2012 @samp{1}...@samp{@var{N}}, and row numbers relative to the current row like
2013 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
2014 hlines: @samp{I} refers to the first hline@footnote{Note that only
2015 hlines are counted that @emph{separate} table lines.  If the table
2016 starts with a hline above the header, it does not count.}, @samp{II} to
2017 the second, etc@.  @samp{-I} refers to the first such line above the
2018 current line, @samp{+I} to the first such line below the current line.
2019 You can also write @samp{III+2} which is the second data line after the
2020 third hline in the table.
2022 @samp{0} refers to the current row and column.  Also, if you omit
2023 either the column or the row part of the reference, the current
2024 row/column is implied.
2026 Org's references with @emph{unsigned} numbers are fixed references
2027 in the sense that if you use the same reference in the formula for two
2028 different fields, the same field will be referenced each time.
2029 Org's references with @emph{signed} numbers are floating
2030 references because the same reference operator can reference different
2031 fields depending on the field being calculated by the formula.
2033 As a special case, references like @samp{$LR5} and @samp{$LR12} can be used
2034 to refer in a stable way to the 5th and 12th field in the last row of the
2035 table.
2037 Here are a few examples:
2039 @example
2040 @@2$3      @r{2nd row, 3rd column}
2041 C2        @r{same as previous}
2042 $5        @r{column 5 in the current row}
2043 E&        @r{same as previous}
2044 @@2        @r{current column, row 2}
2045 @@-1$-3    @r{the field one row up, three columns to the left}
2046 @@-I$2     @r{field just under hline above current row, column 2}
2047 @end example
2049 @subsubheading Range references
2050 @cindex range references
2051 @cindex references, to ranges
2053 You may reference a rectangular range of fields by specifying two field
2054 references connected by two dots @samp{..}.  If both fields are in the
2055 current row, you may simply use @samp{$2..$7}, but if at least one field
2056 is in a different row, you need to use the general @code{@@row$column}
2057 format at least for the first field (i.e the reference must start with
2058 @samp{@@} in order to be interpreted correctly).  Examples:
2060 @example
2061 $1..$3        @r{First three fields in the current row.}
2062 $P..$Q        @r{Range, using column names (see under Advanced)}
2063 @@2$1..@@4$3    @r{6 fields between these two fields.}
2064 A2..C4        @r{Same as above.}
2065 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
2066 @end example
2068 @noindent Range references return a vector of values that can be fed
2069 into Calc vector functions.  Empty fields in ranges are normally
2070 suppressed, so that the vector contains only the non-empty fields (but
2071 see the @samp{E} mode switch below).  If there are no non-empty fields,
2072 @samp{[0]} is returned to avoid syntax errors in formulas.
2074 @subsubheading Field coordinates in formulas
2075 @cindex field coordinates
2076 @cindex coordinates, of field
2077 @cindex row, of field coordinates
2078 @cindex column, of field coordinates
2080 For Calc formulas and Lisp formulas @code{@@#} and @code{$#} can be used to
2081 get the row or column number of the field where the formula result goes.
2082 The traditional Lisp formula equivalents are @code{org-table-current-dline}
2083 and @code{org-table-current-column}.  Examples:
2085 @example
2086 if(@@# % 2, $#, string(""))   @r{column number on odd lines only}
2087 $3 = remote(FOO, @@@@#$2)      @r{copy column 2 from table FOO into}
2088                              @r{column 3 of the current table}
2089 @end example
2091 @noindent For the second example, table FOO must have at least as many rows
2092 as the current table.  Inefficient@footnote{The computation time scales as
2093 O(N^2) because table FOO is parsed for each field to be copied.} for large
2094 number of rows.
2096 @subsubheading Named references
2097 @cindex named references
2098 @cindex references, named
2099 @cindex name, of column or field
2100 @cindex constants, in calculations
2101 @cindex #+CONSTANTS
2103 @vindex org-table-formula-constants
2104 @samp{$name} is interpreted as the name of a column, parameter or
2105 constant.  Constants are defined globally through the variable
2106 @code{org-table-formula-constants}, and locally (for the file) through a
2107 line like
2109 @example
2110 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
2111 @end example
2113 @noindent
2114 @vindex constants-unit-system
2115 @pindex constants.el
2116 Also properties (@pxref{Properties and Columns}) can be used as
2117 constants in table formulas: for a property @samp{:Xyz:} use the name
2118 @samp{$PROP_Xyz}, and the property will be searched in the current
2119 outline entry and in the hierarchy above it.  If you have the
2120 @file{constants.el} package, it will also be used to resolve constants,
2121 including natural constants like @samp{$h} for Planck's constant, and
2122 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
2123 supply the values of constants in two different unit systems, @code{SI}
2124 and @code{cgs}.  Which one is used depends on the value of the variable
2125 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
2126 @code{constSI} and @code{constcgs} to set this value for the current
2127 buffer.}.  Column names and parameters can be specified in special table
2128 lines.  These are described below, see @ref{Advanced features}.  All
2129 names must start with a letter, and further consist of letters and
2130 numbers.
2132 @subsubheading Remote references
2133 @cindex remote references
2134 @cindex references, remote
2135 @cindex references, to a different table
2136 @cindex name, of column or field
2137 @cindex constants, in calculations
2138 @cindex #+TBLNAME
2140 You may also reference constants, fields and ranges from a different table,
2141 either in the current file or even in a different file.  The syntax is
2143 @example
2144 remote(NAME-OR-ID,REF)
2145 @end example
2147 @noindent
2148 where NAME can be the name of a table in the current file as set by a
2149 @code{#+TBLNAME: NAME} line before the table.  It can also be the ID of an
2150 entry, even in a different file, and the reference then refers to the first
2151 table in that entry.  REF is an absolute field or range reference as
2152 described above for example @code{@@3$3} or @code{$somename}, valid in the
2153 referenced table.
2155 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
2156 @subsection Formula syntax for Calc
2157 @cindex formula syntax, Calc
2158 @cindex syntax, of formulas
2160 A formula can be any algebraic expression understood by the Emacs
2161 @file{Calc} package.  @b{Note that @file{calc} has the
2162 non-standard convention that @samp{/} has lower precedence than
2163 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
2164 evaluation by @code{calc-eval} (@pxref{Calling Calc from
2165 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
2166 Emacs Calc Manual}),
2167 @c FIXME:  The link to the Calc manual in HTML does not work.
2168 variable substitution takes place according to the rules described above.
2169 @cindex vectors, in table calculations
2170 The range vectors can be directly fed into the Calc vector functions
2171 like @samp{vmean} and @samp{vsum}.
2173 @cindex format specifier
2174 @cindex mode, for @file{calc}
2175 @vindex org-calc-default-modes
2176 A formula can contain an optional mode string after a semicolon.  This
2177 string consists of flags to influence Calc and other modes during
2178 execution.  By default, Org uses the standard Calc modes (precision
2179 12, angular units degrees, fraction and symbolic modes off).  The display
2180 format, however, has been changed to @code{(float 8)} to keep tables
2181 compact.  The default settings can be configured using the variable
2182 @code{org-calc-default-modes}.
2184 @example
2185 p20           @r{set the internal Calc calculation precision to 20 digits}
2186 n3 s3 e2 f4   @r{Normal, scientific, engineering, or fixed}
2187               @r{format of the result of Calc passed back to Org.}
2188               @r{Calc formatting is unlimited in precision as}
2189               @r{long as the Calc calculation precision is greater.}
2190 D R           @r{angle modes: degrees, radians}
2191 F S           @r{fraction and symbolic modes}
2192 N             @r{interpret all fields as numbers, use 0 for non-numbers}
2193 T             @r{force text interpretation}
2194 E             @r{keep empty fields in ranges}
2195 L             @r{literal}
2196 @end example
2198 @noindent
2199 Unless you use large integer numbers or high-precision-calculation
2200 and -display for floating point numbers you may alternatively provide a
2201 @code{printf} format specifier to reformat the Calc result after it has been
2202 passed back to Org instead of letting Calc already do the
2203 formatting@footnote{The @code{printf} reformatting is limited in precision
2204 because the value passed to it is converted into an @code{integer} or
2205 @code{double}.  The @code{integer} is limited in size by truncating the
2206 signed value to 32 bits.  The @code{double} is limited in precision to 64
2207 bits overall which leaves approximately 16 significant decimal digits.}.
2208 A few examples:
2210 @example
2211 $1+$2                @r{Sum of first and second field}
2212 $1+$2;%.2f           @r{Same, format result to two decimals}
2213 exp($2)+exp($1)      @r{Math functions can be used}
2214 $0;%.1f              @r{Reformat current cell to 1 decimal}
2215 ($3-32)*5/9          @r{Degrees F -> C conversion}
2216 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
2217 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
2218 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
2219 vmean($2..$7)        @r{Compute column range mean, using vector function}
2220 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
2221 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
2222 @end example
2224 Calc also contains a complete set of logical operations.  For example
2226 @example
2227 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
2228 @end example
2230 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
2231 @subsection Emacs Lisp forms as formulas
2232 @cindex Lisp forms, as table formulas
2234 It is also possible to write a formula in Emacs Lisp; this can be useful
2235 for string manipulation and control structures, if Calc's
2236 functionality is not enough.  If a formula starts with a single-quote
2237 followed by an opening parenthesis, then it is evaluated as a Lisp form.
2238 The evaluation should return either a string or a number.  Just as with
2239 @file{calc} formulas, you can specify modes and a printf format after a
2240 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
2241 field references are interpolated into the form.  By default, a
2242 reference will be interpolated as a Lisp string (in double-quotes)
2243 containing the field.  If you provide the @samp{N} mode switch, all
2244 referenced elements will be numbers (non-number fields will be zero) and
2245 interpolated as Lisp numbers, without quotes.  If you provide the
2246 @samp{L} flag, all fields will be interpolated literally, without quotes.
2247 I.e., if you want a reference to be interpreted as a string by the Lisp
2248 form, enclose the reference operator itself in double-quotes, like
2249 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
2250 embed them in list or vector syntax.  A few examples, note how the
2251 @samp{N} mode is used when we do computations in Lisp.
2253 @example
2254 @r{Swap the first two characters of the content of column 1}
2255   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
2256 @r{Add columns 1 and 2, equivalent to Calc's @code{$1+$2}}
2257   '(+ $1 $2);N
2258 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
2259   '(apply '+ '($1..$4));N
2260 @end example
2262 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
2263 @subsection Field formulas
2264 @cindex field formula
2265 @cindex formula, for individual table field
2267 To assign a formula to a particular field, type it directly into the
2268 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
2269 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
2270 the field, the formula will be stored as the formula for this field,
2271 evaluated, and the current field replaced with the result.
2273 @cindex #+TBLFM
2274 Formulas are stored in a special line starting with @samp{#+TBLFM:}
2275 directly below the table.  If you typed the equation in the 4th field of
2276 the 3rd data line in the table, the formula will look like
2277 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
2278 with the appropriate commands, @i{absolute references} (but not relative
2279 ones) in stored formulas are modified in order to still reference the
2280 same field.  Of course this is not true if you edit the table structure
2281 with normal editing commands---then you must fix the equations yourself.
2282 The left-hand side of a formula may also be a named field (@pxref{Advanced
2283 features}), or a last-row reference like @samp{$LR3}.
2285 Instead of typing an equation into the field, you may also use the
2286 following command
2288 @table @kbd
2289 @kindex C-u C-c =
2290 @item C-u C-c =
2291 Install a new formula for the current field.  The command prompts for a
2292 formula with default taken from the @samp{#+TBLFM:} line, applies
2293 it to the current field, and stores it.
2294 @end table
2296 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
2297 @subsection Column formulas
2298 @cindex column formula
2299 @cindex formula, for table column
2301 Often in a table, the same formula should be used for all fields in a
2302 particular column.  Instead of having to copy the formula to all fields
2303 in that column, Org allows you to assign a single formula to an entire
2304 column.  If the table contains horizontal separator hlines, everything
2305 before the first such line is considered part of the table @emph{header}
2306 and will not be modified by column formulas.
2308 To assign a formula to a column, type it directly into any field in the
2309 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2310 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2311 the formula will be stored as the formula for the current column, evaluated
2312 and the current field replaced with the result.  If the field contains only
2313 @samp{=}, the previously stored formula for this column is used.  For each
2314 column, Org will only remember the most recently used formula.  In the
2315 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}.  The left-hand
2316 side of a column formula cannot currently be the name of column, it
2317 must be the numeric column reference.
2319 Instead of typing an equation into the field, you may also use the
2320 following command:
2322 @table @kbd
2323 @kindex C-c =
2324 @item C-c =
2325 Install a new formula for the current column and replace current field with
2326 the result of the formula.  The command prompts for a formula, with default
2327 taken from the @samp{#+TBLFM} line, applies it to the current field and
2328 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2329 will apply it to that many consecutive fields in the current column.
2330 @end table
2332 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2333 @subsection Editing and debugging formulas
2334 @cindex formula editing
2335 @cindex editing, of table formulas
2337 @vindex org-table-use-standard-references
2338 You can edit individual formulas in the minibuffer or directly in the
2339 field.  Org can also prepare a special buffer with all active
2340 formulas of a table.  When offering a formula for editing, Org
2341 converts references to the standard format (like @code{B3} or @code{D&})
2342 if possible.  If you prefer to only work with the internal format (like
2343 @code{@@3$2} or @code{$4}), configure the variable
2344 @code{org-table-use-standard-references}.
2346 @table @kbd
2347 @kindex C-c =
2348 @kindex C-u C-c =
2349 @item C-c =
2350 @itemx C-u C-c =
2351 Edit the formula associated with the current column/field in the
2352 minibuffer.  See @ref{Column formulas}, and @ref{Field formulas}.
2353 @kindex C-u C-u C-c =
2354 @item C-u C-u C-c =
2355 Re-insert the active formula (either a
2356 field formula, or a column formula) into the current field, so that you
2357 can edit it directly in the field.  The advantage over editing in the
2358 minibuffer is that you can use the command @kbd{C-c ?}.
2359 @kindex C-c ?
2360 @item C-c ?
2361 While editing a formula in a table field, highlight the field(s)
2362 referenced by the reference at the cursor position in the formula.
2363 @kindex C-c @}
2364 @item C-c @}
2365 Toggle the display of row and column numbers for a table, using
2366 overlays.  These are updated each time the table is aligned; you can
2367 force it with @kbd{C-c C-c}.
2368 @kindex C-c @{
2369 @item C-c @{
2370 Toggle the formula debugger on and off.  See below.
2371 @kindex C-c '
2372 @item C-c '
2373 Edit all formulas for the current table in a special buffer, where the
2374 formulas will be displayed one per line.  If the current field has an
2375 active formula, the cursor in the formula editor will mark it.
2376 While inside the special buffer, Org will automatically highlight
2377 any field or range reference at the cursor position.  You may edit,
2378 remove and add formulas, and use the following commands:
2379 @table @kbd
2380 @kindex C-c C-c
2381 @kindex C-x C-s
2382 @item C-c C-c
2383 @itemx C-x C-s
2384 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2385 prefix, also apply the new formulas to the entire table.
2386 @kindex C-c C-q
2387 @item C-c C-q
2388 Exit the formula editor without installing changes.
2389 @kindex C-c C-r
2390 @item C-c C-r
2391 Toggle all references in the formula editor between standard (like
2392 @code{B3}) and internal (like @code{@@3$2}).
2393 @kindex @key{TAB}
2394 @item @key{TAB}
2395 Pretty-print or indent Lisp formula at point.  When in a line containing
2396 a Lisp formula, format the formula according to Emacs Lisp rules.
2397 Another @key{TAB} collapses the formula back again.  In the open
2398 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
2399 @kindex M-@key{TAB}
2400 @item M-@key{TAB}
2401 Complete Lisp symbols, just like in Emacs Lisp mode.
2402 @kindex S-@key{up}
2403 @kindex S-@key{down}
2404 @kindex S-@key{left}
2405 @kindex S-@key{right}
2406 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2407 Shift the reference at point.  For example, if the reference is
2408 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2409 This also works for relative references and for hline references.
2410 @kindex M-S-@key{up}
2411 @kindex M-S-@key{down}
2412 @item M-S-@key{up}/@key{down}
2413 Move the test line for column formulas in the Org buffer up and
2414 down.
2415 @kindex M-@key{up}
2416 @kindex M-@key{down}
2417 @item M-@key{up}/@key{down}
2418 Scroll the window displaying the table.
2419 @kindex C-c @}
2420 @item C-c @}
2421 Turn the coordinate grid in the table on and off.
2422 @end table
2423 @end table
2425 Making a table field blank does not remove the formula associated with
2426 the field, because that is stored in a different line (the @samp{#+TBLFM}
2427 line)---during the next recalculation the field will be filled again.
2428 To remove a formula from a field, you have to give an empty reply when
2429 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2431 @kindex C-c C-c
2432 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2433 equations with @kbd{C-c C-c} in that line or with the normal
2434 recalculation commands in the table.
2436 @subsubheading Debugging formulas
2437 @cindex formula debugging
2438 @cindex debugging, of table formulas
2439 When the evaluation of a formula leads to an error, the field content
2440 becomes the string @samp{#ERROR}.  If you would like see what is going
2441 on during variable substitution and calculation in order to find a bug,
2442 turn on formula debugging in the @code{Tbl} menu and repeat the
2443 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2444 field.  Detailed information will be displayed.
2446 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2447 @subsection Updating the table
2448 @cindex recomputing table fields
2449 @cindex updating, table
2451 Recalculation of a table is normally not automatic, but needs to be
2452 triggered by a command.  See @ref{Advanced features}, for a way to make
2453 recalculation at least semi-automatic.
2455 In order to recalculate a line of a table or the entire table, use the
2456 following commands:
2458 @table @kbd
2459 @kindex C-c *
2460 @item C-c *
2461 Recalculate the current row by first applying the stored column formulas
2462 from left to right, and all field formulas in the current row.
2464 @kindex C-u C-c *
2465 @item C-u C-c *
2466 @kindex C-u C-c C-c
2467 @itemx C-u C-c C-c
2468 Recompute the entire table, line by line.  Any lines before the first
2469 hline are left alone, assuming that these are part of the table header.
2471 @kindex C-u C-u C-c *
2472 @kindex C-u C-u C-c C-c
2473 @item C-u C-u C-c *
2474 @itemx C-u C-u C-c C-c
2475 Iterate the table by recomputing it until no further changes occur.
2476 This may be necessary if some computed fields use the value of other
2477 fields that are computed @i{later} in the calculation sequence.
2478 @item M-x org-table-recalculate-buffer-tables
2479 Recompute all tables in the current buffer.
2480 @item M-x org-table-iterate-buffer-tables
2481 Iterate all tables in the current buffer, in order to converge table-to-table
2482 dependencies.
2483 @end table
2485 @node Advanced features,  , Updating the table, The spreadsheet
2486 @subsection Advanced features
2488 If you want the recalculation of fields to happen automatically, or if
2489 you want to be able to assign @i{names} to fields and columns, you need
2490 to reserve the first column of the table for special marking characters.
2491 @table @kbd
2492 @kindex C-#
2493 @item C-#
2494 Rotate the calculation mark in first column through the states @samp{ },
2495 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
2496 change all marks in the region.
2497 @end table
2499 Here is an example of a table that collects exam results of students and
2500 makes use of these features:
2502 @example
2503 @group
2504 |---+---------+--------+--------+--------+-------+------|
2505 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2506 |---+---------+--------+--------+--------+-------+------|
2507 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2508 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2509 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2510 |---+---------+--------+--------+--------+-------+------|
2511 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2512 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2513 |---+---------+--------+--------+--------+-------+------|
2514 |   | Average |        |        |        |  29.7 |      |
2515 | ^ |         |        |        |        |    at |      |
2516 | $ | max=50  |        |        |        |       |      |
2517 |---+---------+--------+--------+--------+-------+------|
2518 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2519 @end group
2520 @end example
2522 @noindent @b{Important}: please note that for these special tables,
2523 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2524 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2525 to the field itself.  The column formulas are not applied in rows with
2526 empty first field.
2528 @cindex marking characters, tables
2529 The marking characters have the following meaning:
2530 @table @samp
2531 @item !
2532 The fields in this line define names for the columns, so that you may
2533 refer to a column as @samp{$Tot} instead of @samp{$6}.
2534 @item ^
2535 This row defines names for the fields @emph{above} the row.  With such
2536 a definition, any formula in the table may use @samp{$m1} to refer to
2537 the value @samp{10}.  Also, if you assign a formula to a names field, it
2538 will be stored as @samp{$name=...}.
2539 @item _
2540 Similar to @samp{^}, but defines names for the fields in the row
2541 @emph{below}.
2542 @item $
2543 Fields in this row can define @emph{parameters} for formulas.  For
2544 example, if a field in a @samp{$} row contains @samp{max=50}, then
2545 formulas in this table can refer to the value 50 using @samp{$max}.
2546 Parameters work exactly like constants, only that they can be defined on
2547 a per-table basis.
2548 @item #
2549 Fields in this row are automatically recalculated when pressing
2550 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2551 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2552 lines will be left alone by this command.
2553 @item *
2554 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2555 not for automatic recalculation.  Use this when automatic
2556 recalculation slows down editing too much.
2557 @item
2558 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2559 All lines that should be recalculated should be marked with @samp{#}
2560 or @samp{*}.
2561 @item /
2562 Do not export this line.  Useful for lines that contain the narrowing
2563 @samp{<N>} markers or column group markers.
2564 @end table
2566 Finally, just to whet your appetite for what can be done with the
2567 fantastic @file{calc.el} package, here is a table that computes the Taylor
2568 series of degree @code{n} at location @code{x} for a couple of
2569 functions.
2571 @example
2572 @group
2573 |---+-------------+---+-----+--------------------------------------|
2574 |   | Func        | n | x   | Result                               |
2575 |---+-------------+---+-----+--------------------------------------|
2576 | # | exp(x)      | 1 | x   | 1 + x                                |
2577 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2578 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2579 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2580 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2581 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2582 |---+-------------+---+-----+--------------------------------------|
2583 #+TBLFM: $5=taylor($2,$4,$3);n3
2584 @end group
2585 @end example
2587 @node Org-Plot,  , The spreadsheet, Tables
2588 @section Org-Plot
2589 @cindex graph, in tables
2590 @cindex plot tables using gnuplot
2591 @cindex #+PLOT
2593 Org-Plot can produce 2D and 3D graphs of information stored in org tables
2594 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
2595 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}.  To see
2596 this in action, ensure that you have both Gnuplot and Gnuplot mode installed
2597 on your system, then call @code{org-plot/gnuplot} on the following table.
2599 @example
2600 @group
2601 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
2602 | Sede      | Max cites | H-index |
2603 |-----------+-----------+---------|
2604 | Chile     |    257.72 |   21.39 |
2605 | Leeds     |    165.77 |   19.68 |
2606 | Sao Paolo |     71.00 |   11.50 |
2607 | Stockholm |    134.19 |   14.33 |
2608 | Morelia   |    257.56 |   17.67 |
2609 @end group
2610 @end example
2612 Notice that Org Plot is smart enough to apply the table's headers as labels.
2613 Further control over the labels, type, content, and appearance of plots can
2614 be exercised through the @code{#+PLOT:} lines preceding a table.  See below
2615 for a complete list of Org-plot options.  For more information and examples
2616 see the Org-plot tutorial at
2617 @uref{http://orgmode.org/worg/org-tutorials/org-plot.php}.
2619 @subsubheading Plot Options
2621 @table @code
2622 @item set
2623 Specify any @command{gnuplot} option to be set when graphing.
2625 @item title
2626 Specify the title of the plot.
2628 @item ind
2629 Specify which column of the table to use as the @code{x} axis.
2631 @item deps
2632 Specify the columns to graph as a Lisp style list, surrounded by parentheses
2633 and separated by spaces for example @code{dep:(3 4)} to graph the third and
2634 fourth columns (defaults to graphing all other columns aside from the @code{ind}
2635 column).
2637 @item type
2638 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2640 @item with
2641 Specify a @code{with} option to be inserted for every col being plotted
2642 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2643 Defaults to @code{lines}.
2645 @item file
2646 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
2648 @item labels
2649 List of labels to be used for the deps (defaults to the column headers if
2650 they exist).
2652 @item line
2653 Specify an entire line to be inserted in the Gnuplot script.
2655 @item map
2656 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2657 flat mapping rather than a @code{3d} slope.
2659 @item timefmt
2660 Specify format of Org-mode timestamps as they will be parsed by Gnuplot.
2661 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2663 @item script
2664 If you want total control, you can specify a script file (place the file name
2665 between double-quotes) which will be used to plot.  Before plotting, every
2666 instance of @code{$datafile} in the specified script will be replaced with
2667 the path to the generated data file.  Note: even if you set this option, you
2668 may still want to specify the plot type, as that can impact the content of
2669 the data file.
2670 @end table
2672 @node Hyperlinks, TODO Items, Tables, Top
2673 @chapter Hyperlinks
2674 @cindex hyperlinks
2676 Like HTML, Org provides links inside a file, external links to
2677 other files, Usenet articles, emails, and much more.
2679 @menu
2680 * Link format::                 How links in Org are formatted
2681 * Internal links::              Links to other places in the current file
2682 * External links::              URL-like links to the world
2683 * Handling links::              Creating, inserting and following
2684 * Using links outside Org::     Linking from my C source code?
2685 * Link abbreviations::          Shortcuts for writing complex links
2686 * Search options::              Linking to a specific location
2687 * Custom searches::             When the default search is not enough
2688 @end menu
2690 @node Link format, Internal links, Hyperlinks, Hyperlinks
2691 @section Link format
2692 @cindex link format
2693 @cindex format, of links
2695 Org will recognize plain URL-like links and activate them as
2696 clickable links.  The general link format, however, looks like this:
2698 @example
2699 [[link][description]]       @r{or alternatively}           [[link]]
2700 @end example
2702 @noindent
2703 Once a link in the buffer is complete (all brackets present), Org
2704 will change the display so that @samp{description} is displayed instead
2705 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2706 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2707 which by default is an underlined face.  You can directly edit the
2708 visible part of a link.  Note that this can be either the @samp{link}
2709 part (if there is no description) or the @samp{description} part.  To
2710 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2711 cursor on the link.
2713 If you place the cursor at the beginning or just behind the end of the
2714 displayed text and press @key{BACKSPACE}, you will remove the
2715 (invisible) bracket at that location.  This makes the link incomplete
2716 and the internals are again displayed as plain text.  Inserting the
2717 missing bracket hides the link internals again.  To show the
2718 internal structure of all links, use the menu entry
2719 @code{Org->Hyperlinks->Literal links}.
2721 @node Internal links, External links, Link format, Hyperlinks
2722 @section Internal links
2723 @cindex internal links
2724 @cindex links, internal
2725 @cindex targets, for links
2727 @cindex property, CUSTOM_ID
2728 If the link does not look like a URL, it is considered to be internal in the
2729 current file.  The most important case is a link like
2730 @samp{[[#my-custom-id]]} which will link to the entry with the
2731 @code{CUSTOM_ID} property @samp{my-custom-id}.  Such custom IDs are very good
2732 for HTML export (@pxref{HTML export}) where they produce pretty section
2733 links.  You are responsible yourself to make sure these custom IDs are unique
2734 in a file.
2736 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
2737 lead to a text search in the current file.
2739 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
2740 or with a mouse click (@pxref{Handling links}).  Links to custom IDs will
2741 point to the corresponding headline.  The preferred match for a text link is
2742 a @i{dedicated target}: the same string in double angular brackets.  Targets
2743 may be located anywhere; sometimes it is convenient to put them into a
2744 comment line. For example
2746 @example
2747 # <<My Target>>
2748 @end example
2750 @noindent In HTML export (@pxref{HTML export}), such targets will become
2751 named anchors for direct access through @samp{http} links@footnote{Note that
2752 text before the first headline is usually not exported, so the first such
2753 target should be after the first headline, or in the line directly before the
2754 first headline.}.
2756 If no dedicated target exists, Org will search for the words in the link.  In
2757 the above example the search would be for @samp{my target}.  Links starting
2758 with a star like @samp{*My Target} restrict the search to
2759 headlines@footnote{To insert a link targeting a headline, in-buffer
2760 completion can be used.  Just type a star followed by a few optional letters
2761 into the buffer and press @kbd{M-@key{TAB}}.  All headlines in the current
2762 buffer will be offered as completions.  @xref{Handling links}, for more
2763 commands creating links.}.  When searching, Org mode will first try an
2764 exact match, but then move on to more and more lenient searches.  For
2765 example, the link @samp{[[*My Targets]]} will find any of the following:
2767 @example
2768 ** My targets
2769 ** TODO my targets are bright
2770 ** my 20 targets are
2771 @end example
2774 Following a link pushes a mark onto Org's own mark ring.  You can
2775 return to the previous position with @kbd{C-c &}.  Using this command
2776 several times in direct succession goes back to positions recorded
2777 earlier.
2779 @menu
2780 * Radio targets::               Make targets trigger links in plain text
2781 @end menu
2783 @node Radio targets,  , Internal links, Internal links
2784 @subsection Radio targets
2785 @cindex radio targets
2786 @cindex targets, radio
2787 @cindex links, radio targets
2789 Org can automatically turn any occurrences of certain target names
2790 in normal text into a link.  So without explicitly creating a link, the
2791 text connects to the target radioing its position.  Radio targets are
2792 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2793 Target>>>} causes each occurrence of @samp{my target} in normal text to
2794 become activated as a link.  The Org file is scanned automatically
2795 for radio targets only when the file is first loaded into Emacs.  To
2796 update the target list during editing, press @kbd{C-c C-c} with the
2797 cursor on or at a target.
2799 @node External links, Handling links, Internal links, Hyperlinks
2800 @section External links
2801 @cindex links, external
2802 @cindex external links
2803 @cindex links, external
2804 @cindex Gnus links
2805 @cindex BBDB links
2806 @cindex IRC links
2807 @cindex URL links
2808 @cindex file links
2809 @cindex VM links
2810 @cindex RMAIL links
2811 @cindex WANDERLUST links
2812 @cindex MH-E links
2813 @cindex USENET links
2814 @cindex SHELL links
2815 @cindex Info links
2816 @cindex Elisp links
2818 Org supports links to files, websites, Usenet and email messages,
2819 BBDB database entries and links to both IRC conversations and their
2820 logs.  External links are URL-like locators.  They start with a short
2821 identifying string followed by a colon.  There can be no space after
2822 the colon.  The following list shows examples for each link type.
2824 @example
2825 http://www.astro.uva.nl/~dominik          @r{on the web}
2826 doi:10.1000/182                           @r{DOI for an electronic resource}
2827 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2828 /home/dominik/images/jupiter.jpg          @r{same as above}
2829 file:papers/last.pdf                      @r{file, relative path}
2830 ./papers/last.pdf                         @r{same as above}
2831 file:/myself@@some.where:papers/last.pdf   @r{file, path on remote machine}
2832 /myself@@some.where:papers/last.pdf        @r{same as above}
2833 file:sometextfile::NNN                    @r{file with line number to jump to}
2834 file:projects.org                         @r{another Org file}
2835 file:projects.org::some words             @r{text search in Org file}
2836 file:projects.org::*task title            @r{heading search in Org file}
2837 docview:papers/last.pdf::NNN              @r{open file in doc-view mode at page NNN}
2838 id:B7423F4D-2E8A-471B-8810-C40F074717E9   @r{Link to heading by ID}
2839 news:comp.emacs                           @r{Usenet link}
2840 mailto:adent@@galaxy.net                   @r{Mail link}
2841 vm:folder                                 @r{VM folder link}
2842 vm:folder#id                              @r{VM message link}
2843 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2844 wl:folder                                 @r{WANDERLUST folder link}
2845 wl:folder#id                              @r{WANDERLUST message link}
2846 mhe:folder                                @r{MH-E folder link}
2847 mhe:folder#id                             @r{MH-E message link}
2848 rmail:folder                              @r{RMAIL folder link}
2849 rmail:folder#id                           @r{RMAIL message link}
2850 gnus:group                                @r{Gnus group link}
2851 gnus:group#id                             @r{Gnus article link}
2852 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
2853 irc:/irc.com/#emacs/bob                   @r{IRC link}
2854 info:org:External%20links                 @r{Info node link (with encoded space)}
2855 shell:ls *.org                            @r{A shell command}
2856 elisp:org-agenda                          @r{Interactive Elisp command}
2857 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
2858 @end example
2860 A link should be enclosed in double brackets and may contain a
2861 descriptive text to be displayed instead of the URL (@pxref{Link
2862 format}), for example:
2864 @example
2865 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2866 @end example
2868 @noindent
2869 If the description is a file name or URL that points to an image, HTML
2870 export (@pxref{HTML export}) will inline the image as a clickable
2871 button.  If there is no description at all and the link points to an
2872 image,
2873 that image will be inlined into the exported HTML file.
2875 @cindex square brackets, around links
2876 @cindex plain text external links
2877 Org also finds external links in the normal text and activates them
2878 as links.  If spaces must be part of the link (for example in
2879 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2880 about the end of the link, enclose them in square brackets.
2882 @node Handling links, Using links outside Org, External links, Hyperlinks
2883 @section Handling links
2884 @cindex links, handling
2886 Org provides methods to create a link in the correct syntax, to
2887 insert it into an Org file, and to follow the link.
2889 @table @kbd
2890 @kindex C-c l
2891 @cindex storing links
2892 @item C-c l
2893 Store a link to the current location.  This is a @emph{global} command (you
2894 must create the key binding yourself) which can be used in any buffer to
2895 create a link.  The link will be stored for later insertion into an Org
2896 buffer (see below).  What kind of link will be created depends on the current
2897 buffer:
2899 @b{Org-mode buffers}@*
2900 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
2901 to the target.  Otherwise it points to the current headline, which will also
2902 be the description.
2904 @vindex org-link-to-org-use-id
2905 @cindex property, CUSTOM_ID
2906 @cindex property, ID
2907 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
2908 will be stored.  In addition or alternatively (depending on the value of
2909 @code{org-link-to-org-use-id}), a globally unique @code{ID} property will be
2910 created and/or used to construct a link.  So using this command in Org
2911 buffers will potentially create two links: a human-readable from the custom
2912 ID, and one that is globally unique and works even if the entry is moved from
2913 file to file.  Later, when inserting the link, you need to decide which one
2914 to use.
2916 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
2917 Pretty much all Emacs mail clients are supported.  The link will point to the
2918 current article, or, in some GNUS buffers, to the group.  The description is
2919 constructed from the author and the subject.
2921 @b{Web browsers: W3 and W3M}@*
2922 Here the link will be the current URL, with the page title as description.
2924 @b{Contacts: BBDB}@*
2925 Links created in a BBDB buffer will point to the current entry.
2927 @b{Chat: IRC}@*
2928 @vindex org-irc-link-to-logs
2929 For IRC links, if you set the variable @code{org-irc-link-to-logs} to
2930 @code{t}, a @samp{file:/} style link to the relevant point in the logs for
2931 the current conversation is created.  Otherwise an @samp{irc:/} style link to
2932 the user/channel/server under the point will be stored.
2934 @b{Other files}@*
2935 For any other files, the link will point to the file, with a search string
2936 (@pxref{Search options}) pointing to the contents of the current line.  If
2937 there is an active region, the selected words will form the basis of the
2938 search string.  If the automatically created link is not working correctly or
2939 accurately enough, you can write custom functions to select the search string
2940 and to do the search for particular file types---see @ref{Custom searches}.
2941 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
2943 @b{Agenda view}@*
2944 When the cursor is in an agenda view, the created link points to the
2945 entry referenced by the current line.
2948 @kindex C-c C-l
2949 @cindex link completion
2950 @cindex completion, of links
2951 @cindex inserting links
2952 @item C-c C-l
2953 @vindex org-keep-stored-link-after-insertion
2954 Insert a link@footnote{ Note that you don't have to use this command to
2955 insert a link.  Links in Org are plain text, and you can type or paste them
2956 straight into the buffer.  By using this command, the links are automatically
2957 enclosed in double brackets, and you will be asked for the optional
2958 descriptive text.}.  This prompts for a link to be inserted into the buffer.
2959 You can just type a link, using text for an internal link, or one of the link
2960 type prefixes mentioned in the examples above.  The link will be inserted
2961 into the buffer@footnote{After insertion of a stored link, the link will be
2962 removed from the list of stored links.  To keep it in the list later use, use
2963 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2964 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2965 If some text was selected when this command is called, the selected text
2966 becomes the default description.
2968 @b{Inserting stored links}@*
2969 All links stored during the
2970 current session are part of the history for this prompt, so you can access
2971 them with @key{up} and @key{down} (or @kbd{M-p/n}).
2973 @b{Completion support}@* Completion with @key{TAB} will help you to insert
2974 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2975 defined through link abbreviations (@pxref{Link abbreviations}).  If you
2976 press @key{RET} after inserting only the @var{prefix}, Org will offer
2977 specific completion support for some link types@footnote{This works by
2978 calling a special function @code{org-PREFIX-complete-link}.}  For
2979 example, if you type @kbd{file @key{RET}}, file name completion (alternative
2980 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
2981 @key{RET}} you can complete contact names.
2982 @kindex C-u C-c C-l
2983 @cindex file name completion
2984 @cindex completion, of file names
2985 @item C-u C-c C-l
2986 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2987 a file will be inserted and you may use file name completion to select
2988 the name of the file.  The path to the file is inserted relative to the
2989 directory of the current Org file, if the linked file is in the current
2990 directory or in a sub-directory of it, or if the path is written relative
2991 to the current directory using @samp{../}.  Otherwise an absolute path
2992 is used, if possible with @samp{~/} for your home directory.  You can
2993 force an absolute path with two @kbd{C-u} prefixes.
2995 @item C-c C-l @ @r{(with cursor on existing link)}
2996 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2997 link and description parts of the link.
2999 @cindex following links
3000 @kindex C-c C-o
3001 @kindex @key{RET}
3002 @item C-c C-o @ @r{(or, if @code{org-return-follows-link} is set, also} @key{RET}
3003 @vindex org-file-apps
3004 Open link at point.  This will launch a web browser for URLs (using
3005 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
3006 the corresponding links, and execute the command in a shell link.  When the
3007 cursor is on an internal link, this commands runs the corresponding search.
3008 When the cursor is on a TAG list in a headline, it creates the corresponding
3009 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
3010 date.  Furthermore, it will visit text and remote files in @samp{file:} links
3011 with Emacs and select a suitable application for local non-text files.
3012 Classification of files is based on file extension only.  See option
3013 @code{org-file-apps}.  If you want to override the default application and
3014 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
3015 opening in Emacs, use a @kbd{C-u C-u} prefix.@*
3016 If the cursor is on a headline, but not on a link, offer all links in the
3017 headline and entry text.
3019 @kindex mouse-2
3020 @kindex mouse-1
3021 @item mouse-2
3022 @itemx mouse-1
3023 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
3024 would.  Under Emacs 22, @kbd{mouse-1} will also follow a link.
3026 @kindex mouse-3
3027 @item mouse-3
3028 @vindex org-display-internal-link-with-indirect-buffer
3029 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
3030 internal links to be displayed in another window@footnote{See the
3031 variable @code{org-display-internal-link-with-indirect-buffer}}.
3033 @cindex inlining images
3034 @cindex images, inlining
3035 @kindex C-c C-x C-v
3036 @item C-c C-x C-v
3037 Toggle the inline display of linked images.  Normally this will only inline
3038 images that have no description part in the link, i.e. images that will also
3039 be inlined during export.  When called with a prefix argument, also display
3040 images that do have a link description.
3041 @cindex mark ring
3042 @kindex C-c %
3043 @item C-c %
3044 Push the current position onto the mark ring, to be able to return
3045 easily. Commands following an internal link do this automatically.
3047 @cindex links, returning to
3048 @kindex C-c &
3049 @item C-c &
3050 Jump back to a recorded position.  A position is recorded by the
3051 commands following internal links, and by @kbd{C-c %}.  Using this
3052 command several times in direct succession moves through a ring of
3053 previously recorded positions.
3055 @kindex C-c C-x C-n
3056 @kindex C-c C-x C-p
3057 @cindex links, finding next/previous
3058 @item C-c C-x C-n
3059 @itemx C-c C-x C-p
3060 Move forward/backward to the next link in the buffer.  At the limit of
3061 the buffer, the search fails once, and then wraps around.  The key
3062 bindings for this are really too long, you might want to bind this also
3063 to @kbd{C-n} and @kbd{C-p}
3064 @lisp
3065 (add-hook 'org-load-hook
3066   (lambda ()
3067     (define-key 'org-mode-map "\C-n" 'org-next-link)
3068     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
3069 @end lisp
3070 @end table
3072 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
3073 @section Using links outside Org
3075 You can insert and follow links that have Org syntax not only in
3076 Org, but in any Emacs buffer.  For this, you should create two
3077 global commands, like this (please select suitable global keys
3078 yourself):
3080 @lisp
3081 (global-set-key "\C-c L" 'org-insert-link-global)
3082 (global-set-key "\C-c o" 'org-open-at-point-global)
3083 @end lisp
3085 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
3086 @section Link abbreviations
3087 @cindex link abbreviations
3088 @cindex abbreviation, links
3090 Long URLs can be cumbersome to type, and often many similar links are
3091 needed in a document.  For this you can use link abbreviations.  An
3092 abbreviated link looks like this
3094 @example
3095 [[linkword:tag][description]]
3096 @end example
3098 @noindent
3099 @vindex org-link-abbrev-alist
3100 where the tag is optional.
3101 The @i{linkword} must be a word, starting with a letter, followed by
3102 letters, numbers, @samp{-}, and @samp{_}.  Abbreviations are resolved
3103 according to the information in the variable @code{org-link-abbrev-alist}
3104 that relates the linkwords to replacement text.  Here is an example:
3106 @lisp
3107 @group
3108 (setq org-link-abbrev-alist
3109   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3110     ("google"   . "http://www.google.com/search?q=")
3111     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
3112                    nph-abs_connect?author=%s&db_key=AST")))
3113 @end group
3114 @end lisp
3116 If the replacement text contains the string @samp{%s}, it will be
3117 replaced with the tag.  Otherwise the tag will be appended to the string
3118 in order to create the link.  You may also specify a function that will
3119 be called with the tag as the only argument to create the link.
3121 With the above setting, you could link to a specific bug with
3122 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
3123 @code{[[google:OrgMode]]} and find out what the Org author is
3124 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
3126 If you need special abbreviations just for a single Org buffer, you
3127 can define them in the file with
3129 @cindex #+LINK
3130 @example
3131 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
3132 #+LINK: google    http://www.google.com/search?q=%s
3133 @end example
3135 @noindent
3136 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
3137 complete link abbreviations.  You may also define a function
3138 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
3139 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
3140 not accept any arguments, and return the full link with prefix.
3142 @node Search options, Custom searches, Link abbreviations, Hyperlinks
3143 @section Search options in file links
3144 @cindex search option in file links
3145 @cindex file links, searching
3147 File links can contain additional information to make Emacs jump to a
3148 particular location in the file when following a link.  This can be a
3149 line number or a search option after a double@footnote{For backward
3150 compatibility, line numbers can also follow a single colon.} colon. For
3151 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
3152 links}) to a file, it encodes the words in the current line as a search
3153 string that can be used to find this line back later when following the
3154 link with @kbd{C-c C-o}.
3156 Here is the syntax of the different ways to attach a search to a file
3157 link, together with an explanation:
3159 @example
3160 [[file:~/code/main.c::255]]
3161 [[file:~/xx.org::My Target]]
3162 [[file:~/xx.org::*My Target]]
3163 [[file:~/xx.org::#my-custom-id]]
3164 [[file:~/xx.org::/regexp/]]
3165 @end example
3167 @table @code
3168 @item 255
3169 Jump to line 255.
3170 @item My Target
3171 Search for a link target @samp{<<My Target>>}, or do a text search for
3172 @samp{my target}, similar to the search in internal links, see
3173 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
3174 link will become an HTML reference to the corresponding named anchor in
3175 the linked file.
3176 @item *My Target
3177 In an Org file, restrict search to headlines.
3178 @item #my-custom-id
3179 Link to a heading with a @code{CUSTOM_ID} property
3180 @item /regexp/
3181 Do a regular expression search for @code{regexp}.  This uses the Emacs
3182 command @code{occur} to list all matches in a separate window.  If the
3183 target file is in Org mode, @code{org-occur} is used to create a
3184 sparse tree with the matches.
3185 @c If the target file is a directory,
3186 @c @code{grep} will be used to search all files in the directory.
3187 @end table
3189 As a degenerate case, a file link with an empty file name can be used
3190 to search the current file.  For example, @code{[[file:::find me]]} does
3191 a search for @samp{find me} in the current file, just as
3192 @samp{[[find me]]} would.
3194 @node Custom searches,  , Search options, Hyperlinks
3195 @section Custom Searches
3196 @cindex custom search strings
3197 @cindex search strings, custom
3199 The default mechanism for creating search strings and for doing the
3200 actual search related to a file link may not work correctly in all
3201 cases.  For example, Bib@TeX{} database files have many entries like
3202 @samp{year="1993"} which would not result in good search strings,
3203 because the only unique identification for a Bib@TeX{} entry is the
3204 citation key.
3206 @vindex org-create-file-search-functions
3207 @vindex org-execute-file-search-functions
3208 If you come across such a problem, you can write custom functions to set
3209 the right search string for a particular file type, and to do the search
3210 for the string in the file.  Using @code{add-hook}, these functions need
3211 to be added to the hook variables
3212 @code{org-create-file-search-functions} and
3213 @code{org-execute-file-search-functions}.  See the docstring for these
3214 variables for more information.  Org actually uses this mechanism
3215 for Bib@TeX{} database files, and you can use the corresponding code as
3216 an implementation example.  See the file @file{org-bibtex.el}.
3218 @node TODO Items, Tags, Hyperlinks, Top
3219 @chapter TODO Items
3220 @cindex TODO items
3222 Org mode does not maintain TODO lists as separate documents@footnote{Of
3223 course, you can make a document that contains only long lists of TODO items,
3224 but this is not required.}.  Instead, TODO items are an integral part of the
3225 notes file, because TODO items usually come up while taking notes!  With Org
3226 mode, simply mark any entry in a tree as being a TODO item.  In this way,
3227 information is not duplicated, and the entire context from which the TODO
3228 item emerged is always present.
3230 Of course, this technique for managing TODO items scatters them
3231 throughout your notes file.  Org mode compensates for this by providing
3232 methods to give you an overview of all the things that you have to do.
3234 @menu
3235 * TODO basics::                 Marking and displaying TODO entries
3236 * TODO extensions::             Workflow and assignments
3237 * Progress logging::            Dates and notes for progress
3238 * Priorities::                  Some things are more important than others
3239 * Breaking down tasks::         Splitting a task into manageable pieces
3240 * Checkboxes::                  Tick-off lists
3241 @end menu
3243 @node TODO basics, TODO extensions, TODO Items, TODO Items
3244 @section Basic TODO functionality
3246 Any headline becomes a TODO item when it starts with the word
3247 @samp{TODO}, for example:
3249 @example
3250 *** TODO Write letter to Sam Fortune
3251 @end example
3253 @noindent
3254 The most important commands to work with TODO entries are:
3256 @table @kbd
3257 @kindex C-c C-t
3258 @cindex cycling, of TODO states
3259 @item C-c C-t
3260 Rotate the TODO state of the current item among
3262 @example
3263 ,-> (unmarked) -> TODO -> DONE --.
3264 '--------------------------------'
3265 @end example
3267 The same rotation can also be done ``remotely'' from the timeline and
3268 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3270 @kindex C-u C-c C-t
3271 @item C-u C-c C-t
3272 Select a specific keyword using completion or (if it has been set up)
3273 the fast selection interface.  For the latter, you need to assign keys
3274 to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for
3275 more information.
3277 @kindex S-@key{right}
3278 @kindex S-@key{left}
3279 @vindex org-treat-S-cursor-todo-selection-as-state-change
3280 @item S-@key{right}
3281 @itemx S-@key{left}
3282 Select the following/preceding TODO state, similar to cycling.  Useful
3283 mostly if more than two TODO states are possible (@pxref{TODO
3284 extensions}).  See also @ref{Conflicts}, for a discussion of the interaction
3285 with @code{shift-selection-mode}.  See also the variable
3286 @code{org-treat-S-cursor-todo-selection-as-state-change}.
3287 @kindex C-c / t
3288 @cindex sparse tree, for TODO
3289 @itemx C-c / t
3290 @vindex org-todo-keywords
3291 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds the
3292 entire buffer, but shows all TODO items and the headings hierarchy above
3293 them.  With a prefix argument (or by using @kbd{C-c / T}), search for a
3294 specific TODO.  You will be prompted for the keyword, and you can also give a
3295 list of keywords like @code{KWD1|KWD2|...} to list entries that match any one
3296 of these keywords.  With numeric prefix argument N, show the tree for the Nth
3297 keyword in the variable @code{org-todo-keywords}.  With two prefix arguments,
3298 find all TODO and DONE entries.
3299 @kindex C-c a t
3300 @item C-c a t
3301 Show the global TODO list.  Collects the TODO items from all agenda
3302 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
3303 be in @code{agenda-mode}, which provides commands to examine and
3304 manipulate the TODO entries from the new buffer (@pxref{Agenda
3305 commands}).  @xref{Global TODO list}, for more information.
3306 @kindex S-M-@key{RET}
3307 @item S-M-@key{RET}
3308 Insert a new TODO entry below the current one.
3309 @end table
3311 @noindent
3312 @vindex org-todo-state-tags-triggers
3313 Changing a TODO state can also trigger tag changes.  See the docstring of the
3314 option @code{org-todo-state-tags-triggers} for details.
3316 @node TODO extensions, Progress logging, TODO basics, TODO Items
3317 @section Extended use of TODO keywords
3318 @cindex extended TODO keywords
3320 @vindex org-todo-keywords
3321 By default, marked TODO entries have one of only two states: TODO and
3322 DONE.  Org mode allows you to classify TODO items in more complex ways
3323 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
3324 special setup, the TODO keyword system can work differently in different
3325 files.
3327 Note that @i{tags} are another way to classify headlines in general and
3328 TODO items in particular (@pxref{Tags}).
3330 @menu
3331 * Workflow states::             From TODO to DONE in steps
3332 * TODO types::                  I do this, Fred does the rest
3333 * Multiple sets in one file::   Mixing it all, and still finding your way
3334 * Fast access to TODO states::  Single letter selection of a state
3335 * Per-file keywords::           Different files, different requirements
3336 * Faces for TODO keywords::     Highlighting states
3337 * TODO dependencies::           When one task needs to wait for others
3338 @end menu
3340 @node Workflow states, TODO types, TODO extensions, TODO extensions
3341 @subsection TODO keywords as workflow states
3342 @cindex TODO workflow
3343 @cindex workflow states as TODO keywords
3345 You can use TODO keywords to indicate different @emph{sequential} states
3346 in the process of working on an item, for example@footnote{Changing
3347 this variable only becomes effective after restarting Org mode in a
3348 buffer.}:
3350 @lisp
3351 (setq org-todo-keywords
3352   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
3353 @end lisp
3355 The vertical bar separates the TODO keywords (states that @emph{need
3356 action}) from the DONE states (which need @emph{no further action}).  If
3357 you don't provide the separator bar, the last state is used as the DONE
3358 state.
3359 @cindex completion, of TODO keywords
3360 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
3361 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
3362 also use a numeric prefix argument to quickly select a specific state.  For
3363 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
3364 Or you can use @kbd{S-@key{left}} to go backward through the sequence.  If you
3365 define many keywords, you can use in-buffer completion
3366 (@pxref{Completion}) or even a special one-key selection scheme
3367 (@pxref{Fast access to TODO states}) to insert these words into the
3368 buffer.  Changing a TODO state can be logged with a timestamp, see
3369 @ref{Tracking TODO state changes}, for more information.
3371 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
3372 @subsection TODO keywords as types
3373 @cindex TODO types
3374 @cindex names as TODO keywords
3375 @cindex types as TODO keywords
3377 The second possibility is to use TODO keywords to indicate different
3378 @emph{types} of action items.  For example, you might want to indicate
3379 that items are for ``work'' or ``home''.  Or, when you work with several
3380 people on a single project, you might want to assign action items
3381 directly to persons, by using their names as TODO keywords.  This would
3382 be set up like this:
3384 @lisp
3385 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
3386 @end lisp
3388 In this case, different keywords do not indicate a sequence, but rather
3389 different types.  So the normal work flow would be to assign a task to a
3390 person, and later to mark it DONE.  Org mode supports this style by adapting
3391 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
3392 @kbd{t} command in the timeline and agenda buffers.}.  When used several
3393 times in succession, it will still cycle through all names, in order to first
3394 select the right type for a task.  But when you return to the item after some
3395 time and execute @kbd{C-c C-t} again, it will switch from any name directly
3396 to DONE.  Use prefix arguments or completion to quickly select a specific
3397 name.  You can also review the items of a specific TODO type in a sparse tree
3398 by using a numeric prefix to @kbd{C-c / t}.  For example, to see all things
3399 Lucy has to do, you would use @kbd{C-3 C-c / t}.  To collect Lucy's items
3400 from all agenda files into a single buffer, you would use the numeric prefix
3401 argument as well when creating the global TODO list: @kbd{C-3 C-c a t}.
3403 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
3404 @subsection Multiple keyword sets in one file
3405 @cindex TODO keyword sets
3407 Sometimes you may want to use different sets of TODO keywords in
3408 parallel.  For example, you may want to have the basic
3409 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
3410 separate state indicating that an item has been canceled (so it is not
3411 DONE, but also does not require action).  Your setup would then look
3412 like this:
3414 @lisp
3415 (setq org-todo-keywords
3416       '((sequence "TODO" "|" "DONE")
3417         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
3418         (sequence "|" "CANCELED")))
3419 @end lisp
3421 The keywords should all be different, this helps Org mode to keep track
3422 of which subsequence should be used for a given entry.  In this setup,
3423 @kbd{C-c C-t} only operates within a subsequence, so it switches from
3424 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
3425 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
3426 select the correct sequence.  Besides the obvious ways like typing a
3427 keyword or using completion, you may also apply the following commands:
3429 @table @kbd
3430 @kindex C-S-@key{right}
3431 @kindex C-S-@key{left}
3432 @kindex C-u C-u C-c C-t
3433 @item C-u C-u C-c C-t
3434 @itemx C-S-@key{right}
3435 @itemx C-S-@key{left}
3436 These keys jump from one TODO subset to the next.  In the above example,
3437 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
3438 @code{DONE} to @code{REPORT}, and any of the words in the second row to
3439 @code{CANCELED}.  Note that the @kbd{C-S-} key binding conflict with
3440 @code{shift-selection-mode} (@pxref{Conflicts}).
3441 @kindex S-@key{right}
3442 @kindex S-@key{left}
3443 @item S-@key{right}
3444 @itemx S-@key{left}
3445 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
3446 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
3447 from @code{DONE} to @code{REPORT} in the example above.  See also
3448 @ref{Conflicts}, for a discussion of the interaction with
3449 @code{shift-selection-mode}.
3450 @end table
3452 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
3453 @subsection Fast access to TODO states
3455 If you would like to quickly change an entry to an arbitrary TODO state
3456 instead of cycling through the states, you can set up keys for
3457 single-letter access to the states.  This is done by adding the section
3458 key after each keyword, in parentheses.  For example:
3460 @lisp
3461 (setq org-todo-keywords
3462       '((sequence "TODO(t)" "|" "DONE(d)")
3463         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
3464         (sequence "|" "CANCELED(c)")))
3465 @end lisp
3467 @vindex org-fast-tag-selection-include-todo
3468 If you then press @code{C-c C-t} followed by the selection key, the entry
3469 will be switched to this state.  @key{SPC} can be used to remove any TODO
3470 keyword from an entry.@footnote{Check also the variable
3471 @code{org-fast-tag-selection-include-todo}, it allows you to change the TODO
3472 state through the tags interface (@pxref{Setting tags}), in case you like to
3473 mingle the two concepts.  Note that this means you need to come up with
3474 unique keys across both sets of keywords.}
3476 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
3477 @subsection Setting up keywords for individual files
3478 @cindex keyword options
3479 @cindex per-file keywords
3480 @cindex #+TODO
3481 @cindex #+TYP_TODO
3482 @cindex #+SEQ_TODO
3484 It can be very useful to use different aspects of the TODO mechanism in
3485 different files.  For file-local settings, you need to add special lines
3486 to the file which set the keywords and interpretation for that file
3487 only.  For example, to set one of the two examples discussed above, you
3488 need one of the following lines, starting in column zero anywhere in the
3489 file:
3491 @example
3492 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
3493 @end example
3494 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
3495 interpretation, but it means the same as @code{#+TODO}), or
3496 @example
3497 #+TYP_TODO: Fred Sara Lucy Mike | DONE
3498 @end example
3500 A setup for using several sets in parallel would be:
3502 @example
3503 #+TODO: TODO | DONE
3504 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
3505 #+TODO: | CANCELED
3506 @end example
3508 @cindex completion, of option keywords
3509 @kindex M-@key{TAB}
3510 @noindent To make sure you are using the correct keyword, type
3511 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
3513 @cindex DONE, final TODO keyword
3514 Remember that the keywords after the vertical bar (or the last keyword
3515 if no bar is there) must always mean that the item is DONE (although you
3516 may use a different word).  After changing one of these lines, use
3517 @kbd{C-c C-c} with the cursor still in the line to make the changes
3518 known to Org mode@footnote{Org mode parses these lines only when
3519 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
3520 cursor in a line starting with @samp{#+} is simply restarting Org mode
3521 for the current buffer.}.
3523 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
3524 @subsection Faces for TODO keywords
3525 @cindex faces, for TODO keywords
3527 @vindex org-todo @r{(face)}
3528 @vindex org-done @r{(face)}
3529 @vindex org-todo-keyword-faces
3530 Org mode highlights TODO keywords with special faces: @code{org-todo}
3531 for keywords indicating that an item still has to be acted upon, and
3532 @code{org-done} for keywords indicating that an item is finished.  If
3533 you are using more than 2 different states, you might want to use
3534 special faces for some of them.  This can be done using the variable
3535 @code{org-todo-keyword-faces}.  For example:
3537 @lisp
3538 @group
3539 (setq org-todo-keyword-faces
3540       '(("TODO" . org-warning) ("STARTED" . "yellow")
3541         ("CANCELED" . (:foreground "blue" :weight bold))))
3542 @end group
3543 @end lisp
3545 While using a list with face properties as shown for CANCELED @emph{should}
3546 work, this does not aways seem to be the case.  If necessary, define a
3547 special face and use that.  A string is interpreted as a color.  The variable
3548 @code{org-faces-easy-properties} determines if that color is interpreted as a
3549 foreground or a background color.
3551 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
3552 @subsection TODO dependencies
3553 @cindex TODO dependencies
3554 @cindex dependencies, of TODO states
3556 @vindex org-enforce-todo-dependencies
3557 @cindex property, ORDERED
3558 The structure of Org files (hierarchy and lists) makes it easy to define TODO
3559 dependencies.  Usually, a parent TODO task should not be marked DONE until
3560 all subtasks (defined as children tasks) are marked as DONE.  And sometimes
3561 there is a logical sequence to a number of (sub)tasks, so that one task
3562 cannot be acted upon before all siblings above it are done.  If you customize
3563 the variable @code{org-enforce-todo-dependencies}, Org will block entries
3564 from changing state to DONE while they have children that are not DONE.
3565 Furthermore, if an entry has a property @code{ORDERED}, each of its children
3566 will be blocked until all earlier siblings are marked DONE.  Here is an
3567 example:
3569 @example
3570 * TODO Blocked until (two) is done
3571 ** DONE one
3572 ** TODO two
3574 * Parent
3575   :PROPERTIES:
3576     :ORDERED: t
3577   :END:
3578 ** TODO a
3579 ** TODO b, needs to wait for (a)
3580 ** TODO c, needs to wait for (a) and (b)
3581 @end example
3583 @table @kbd
3584 @kindex C-c C-x o
3585 @item C-c C-x o
3586 @vindex org-track-ordered-property-with-tag
3587 @cindex property, ORDERED
3588 Toggle the @code{ORDERED} property of the current entry.  A property is used
3589 for this behavior because this should be local to the current entry, not
3590 inherited like a tag.  However, if you would like to @i{track} the value of
3591 this property with a tag for better visibility, customize the variable
3592 @code{org-track-ordered-property-with-tag}.
3593 @kindex C-u C-u C-u C-c C-t
3594 @item C-u C-u C-u C-c C-t
3595 Change TODO state, circumventing any state blocking.
3596 @end table
3598 @vindex org-agenda-dim-blocked-tasks
3599 If you set the variable @code{org-agenda-dim-blocked-tasks}, TODO entries
3600 that cannot be closed because of such dependencies will be shown in a dimmed
3601 font or even made invisible in agenda views (@pxref{Agenda Views}).
3603 @cindex checkboxes and TODO dependencies
3604 @vindex org-enforce-todo-dependencies
3605 You can also block changes of TODO states by looking at checkboxes
3606 (@pxref{Checkboxes}).  If you set the variable
3607 @code{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
3608 checkboxes will be blocked from switching to DONE.
3610 If you need more complex dependency structures, for example dependencies
3611 between entries in different trees or files, check out the contributed
3612 module @file{org-depend.el}.
3614 @page
3615 @node Progress logging, Priorities, TODO extensions, TODO Items
3616 @section Progress logging
3617 @cindex progress logging
3618 @cindex logging, of progress
3620 Org mode can automatically record a timestamp and possibly a note when
3621 you mark a TODO item as DONE, or even each time you change the state of
3622 a TODO item.  This system is highly configurable, settings can be on a
3623 per-keyword basis and can be localized to a file or even a subtree.  For
3624 information on how to clock working time for a task, see @ref{Clocking
3625 work time}.
3627 @menu
3628 * Closing items::               When was this entry marked DONE?
3629 * Tracking TODO state changes::  When did the status change?
3630 * Tracking your habits::        How consistent have you been?
3631 @end menu
3633 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3634 @subsection Closing items
3636 The most basic logging is to keep track of @emph{when} a certain TODO
3637 item was finished.  This is achieved with@footnote{The corresponding
3638 in-buffer setting is: @code{#+STARTUP: logdone}}.
3640 @lisp
3641 (setq org-log-done 'time)
3642 @end lisp
3644 @noindent
3645 Then each time you turn an entry from a TODO (not-done) state into any
3646 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3647 just after the headline.  If you turn the entry back into a TODO item
3648 through further state cycling, that line will be removed again.  If you
3649 want to record a note along with the timestamp, use@footnote{The
3650 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3652 @lisp
3653 (setq org-log-done 'note)
3654 @end lisp
3656 @noindent
3657 You will then be prompted for a note, and that note will be stored below
3658 the entry with a @samp{Closing Note} heading.
3660 In the timeline (@pxref{Timeline}) and in the agenda
3661 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3662 display the TODO items with a @samp{CLOSED} timestamp on each day,
3663 giving you an overview of what has been done.
3665 @node Tracking TODO state changes, Tracking your habits, Closing items, Progress logging
3666 @subsection Tracking TODO state changes
3667 @cindex drawer, for state change recording
3669 @vindex org-log-states-order-reversed
3670 @vindex org-log-into-drawer
3671 @cindex property, LOG_INTO_DRAWER
3672 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
3673 might want to keep track of when a state change occurred and maybe take a
3674 note about this change.  You can either record just a timestamp, or a
3675 time-stamped note for a change.  These records will be inserted after the
3676 headline as an itemized list, newest first@footnote{See the variable
3677 @code{org-log-states-order-reversed}}.  When taking a lot of notes, you might
3678 want to get the notes out of the way into a drawer (@pxref{Drawers}).
3679 Customize the variable @code{org-log-into-drawer} to get this
3680 behavior---the recommended drawer for this is called @code{LOGBOOK}.  You can
3681 also overrule the setting of this variable for a subtree by setting a
3682 @code{LOG_INTO_DRAWER} property.
3684 Since it is normally too much to record a note for every state, Org mode
3685 expects configuration on a per-keyword basis for this.  This is achieved by
3686 adding special markers @samp{!} (for a timestamp) and @samp{@@} (for a note)
3687 in parentheses after each keyword.  For example, with the setting
3689 @lisp
3690 (setq org-todo-keywords
3691   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3692 @end lisp
3694 @noindent
3695 @vindex org-log-done
3696 you not only define global TODO keywords and fast access keys, but also
3697 request that a time is recorded when the entry is set to
3698 DONE@footnote{It is possible that Org mode will record two timestamps
3699 when you are using both @code{org-log-done} and state change logging.
3700 However, it will never prompt for two notes---if you have configured
3701 both, the state change recording note will take precedence and cancel
3702 the @samp{Closing Note}.}, and that a note is recorded when switching to
3703 WAIT or CANCELED.  The setting for WAIT is even more special: the
3704 @samp{!} after the slash means that in addition to the note taken when
3705 entering the state, a timestamp should be recorded when @i{leaving} the
3706 WAIT state, if and only if the @i{target} state does not configure
3707 logging for entering it.  So it has no effect when switching from WAIT
3708 to DONE, because DONE is configured to record a timestamp only.  But
3709 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3710 setting now triggers a timestamp even though TODO has no logging
3711 configured.
3713 You can use the exact same syntax for setting logging preferences local
3714 to a buffer:
3715 @example
3716 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3717 @end example
3719 @cindex property, LOGGING
3720 In order to define logging settings that are local to a subtree or a
3721 single item, define a LOGGING property in this entry.  Any non-empty
3722 LOGGING property resets all logging settings to nil.  You may then turn
3723 on logging for this specific tree using STARTUP keywords like
3724 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3725 settings like @code{TODO(!)}.  For example
3727 @example
3728 * TODO Log each state with only a time
3729   :PROPERTIES:
3730   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3731   :END:
3732 * TODO Only log when switching to WAIT, and when repeating
3733   :PROPERTIES:
3734   :LOGGING: WAIT(@@) logrepeat
3735   :END:
3736 * TODO No logging at all
3737   :PROPERTIES:
3738   :LOGGING: nil
3739   :END:
3740 @end example
3742 @node Tracking your habits,  , Tracking TODO state changes, Progress logging
3743 @subsection Tracking your habits
3744 @cindex habits
3746 Org has the ability to track the consistency of a special category of TODOs,
3747 called ``habits''.  A habit has the following properties:
3749 @enumerate
3750 @item
3751 You have enabled the @code{habits} module by customizing the variable
3752 @code{org-modules}.
3753 @item
3754 The habit is a TODO, with a TODO keyword representing an open state.
3755 @item
3756 The property @code{STYLE} is set to the value @code{habit}.
3757 @item
3758 The TODO has a scheduled date, with a @code{.+} style repeat interval.
3759 @item
3760 The TODO may also have minimum and maximum ranges specified by using the
3761 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
3762 three days, but at most every two days.
3763 @item
3764 You must also have state logging for the @code{DONE} state enabled, in order
3765 for historical data to be represented in the consistency graph.  If it's not
3766 enabled it's not an error, but the consistency graphs will be largely
3767 meaningless.
3768 @end enumerate
3770 To give you an idea of what the above rules look like in action, here's an
3771 actual habit with some history:
3773 @example
3774 ** TODO Shave
3775    SCHEDULED: <2009-10-17 Sat .+2d/4d>
3776    - State "DONE"       from "TODO"       [2009-10-15 Thu]
3777    - State "DONE"       from "TODO"       [2009-10-12 Mon]
3778    - State "DONE"       from "TODO"       [2009-10-10 Sat]
3779    - State "DONE"       from "TODO"       [2009-10-04 Sun]
3780    - State "DONE"       from "TODO"       [2009-10-02 Fri]
3781    - State "DONE"       from "TODO"       [2009-09-29 Tue]
3782    - State "DONE"       from "TODO"       [2009-09-25 Fri]
3783    - State "DONE"       from "TODO"       [2009-09-19 Sat]
3784    - State "DONE"       from "TODO"       [2009-09-16 Wed]
3785    - State "DONE"       from "TODO"       [2009-09-12 Sat]
3786    :PROPERTIES:
3787    :STYLE:    habit
3788    :LAST_REPEAT: [2009-10-19 Mon 00:36]
3789    :END:
3790 @end example
3792 What this habit says is: I want to shave at most every 2 days (given by the
3793 @code{SCHEDULED} date and repeat interval) and at least every 4 days.  If
3794 today is the 15th, then the habit first appears in the agenda on Oct 17,
3795 after the minimum of 2 days has elapsed, and will appear overdue on Oct 19,
3796 after four days have elapsed.
3798 What's really useful about habits is that they are displayed along with a
3799 consistency graph, to show how consistent you've been at getting that task
3800 done in the past.  This graph shows every day that the task was done over the
3801 past three weeks, with colors for each day.  The colors used are:
3803 @table @code
3804 @item Blue
3805 If the task wasn't to be done yet on that day.
3806 @item Green
3807 If the task could have been done on that day.
3808 @item Yellow
3809 If the task was going to be overdue the next day.
3810 @item Red
3811 If the task was overdue on that day.
3812 @end table
3814 In addition to coloring each day, the day is also marked with an asterix if
3815 the task was actually done that day, and an exclamation mark to show where
3816 the current day falls in the graph.
3818 There are several configuration variables that can be used to change the way
3819 habits are displayed in the agenda.
3821 @table @code
3822 @item org-habit-graph-column
3823 The buffer column at which the consistency graph should be drawn.  This will
3824 overwrite any text in that column, so it's a good idea to keep your habits'
3825 titles brief and to the point.
3826 @item org-habit-preceding-days
3827 The amount of history, in days before today, to appear in consistency graphs.
3828 @item org-habit-following-days
3829 The number of days after today that will appear in consistency graphs.
3830 @item org-habit-show-habits-only-for-today
3831 If non-nil, only show habits in today's agenda view.  This is set to true by
3832 default.
3833 @end table
3835 Lastly, pressing @kbd{K} in the agenda buffer will cause habits to
3836 temporarily be disabled and they won't appear at all.  Press @kbd{K} again to
3837 bring them back.  They are also subject to tag filtering, if you have habits
3838 which should only be done in certain contexts, for example.
3840 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3841 @section Priorities
3842 @cindex priorities
3844 If you use Org mode extensively, you may end up with enough TODO items that
3845 it starts to make sense to prioritize them.  Prioritizing can be done by
3846 placing a @emph{priority cookie} into the headline of a TODO item, like this
3848 @example
3849 *** TODO [#A] Write letter to Sam Fortune
3850 @end example
3852 @noindent
3853 @vindex org-priority-faces
3854 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3855 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie is
3856 treated as priority @samp{B}.  Priorities make a difference only in the
3857 agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have no
3858 inherent meaning to Org mode.  The cookies can be highlighted with special
3859 faces by customizing the variable @code{org-priority-faces}.
3861 Priorities can be attached to any outline tree entries; they do not need
3862 to be TODO items.
3864 @table @kbd
3865 @kindex @kbd{C-c ,}
3866 @item @kbd{C-c ,}
3867 Set the priority of the current headline.  The command prompts for a
3868 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3869 @key{SPC} instead, the priority cookie is removed from the headline.
3870 The priorities can also be changed ``remotely'' from the timeline and
3871 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3873 @kindex S-@key{up}
3874 @kindex S-@key{down}
3875 @item S-@key{up}
3876 @itemx S-@key{down}
3877 @vindex org-priority-start-cycle-with-default
3878 Increase/decrease priority of current headline@footnote{See also the option
3879 @code{org-priority-start-cycle-with-default}.}.  Note that these keys are
3880 also used to modify timestamps (@pxref{Creating timestamps}).  See also
3881 @ref{Conflicts}, for a discussion of the interaction with
3882 @code{shift-selection-mode}.
3883 @end table
3885 @vindex org-highest-priority
3886 @vindex org-lowest-priority
3887 @vindex org-default-priority
3888 You can change the range of allowed priorities by setting the variables
3889 @code{org-highest-priority}, @code{org-lowest-priority}, and
3890 @code{org-default-priority}.  For an individual buffer, you may set
3891 these values (highest, lowest, default) like this (please make sure that
3892 the highest priority is earlier in the alphabet than the lowest
3893 priority):
3895 @cindex #+PRIORITIES
3896 @example
3897 #+PRIORITIES: A C B
3898 @end example
3900 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3901 @section Breaking tasks down into subtasks
3902 @cindex tasks, breaking down
3903 @cindex statistics, for TODO items
3905 @vindex org-agenda-todo-list-sublevels
3906 It is often advisable to break down large tasks into smaller, manageable
3907 subtasks.  You can do this by creating an outline tree below a TODO item,
3908 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3909 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3910 the overview over the fraction of subtasks that are already completed, insert
3911 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3912 be updated each time the TODO status of a child changes, or when pressing
3913 @kbd{C-c C-c} on the cookie.  For example:
3915 @example
3916 * Organize Party [33%]
3917 ** TODO Call people [1/2]
3918 *** TODO Peter
3919 *** DONE Sarah
3920 ** TODO Buy food
3921 ** DONE Talk to neighbor
3922 @end example
3924 @cindex property, COOKIE_DATA
3925 If a heading has both checkboxes and TODO children below it, the meaning of
3926 the statistics cookie become ambiguous.  Set the property
3927 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
3928 this issue.
3930 @vindex org-hierarchical-todo-statistics
3931 If you would like to have the statistics cookie count any TODO entries in the
3932 subtree (not just direct children), configure the variable
3933 @code{org-hierarchical-todo-statistics}.  To do this for a single subtree,
3934 include the word @samp{recursive} into the value of the @code{COOKIE_DATA}
3935 property.
3937 @example
3938 * Parent capturing statistics [2/20]
3939   :PROPERTIES:
3940   :COOKIE_DATA: todo recursive
3941   :END:
3942 @end example
3944 If you would like a TODO entry to automatically change to DONE
3945 when all children are done, you can use the following setup:
3947 @example
3948 (defun org-summary-todo (n-done n-not-done)
3949   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3950   (let (org-log-done org-log-states)   ; turn off logging
3951     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3953 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3954 @end example
3957 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3958 large number of subtasks (@pxref{Checkboxes}).
3961 @node Checkboxes,  , Breaking down tasks, TODO Items
3962 @section Checkboxes
3963 @cindex checkboxes
3965 Every item in a plain list (@pxref{Plain lists}) can be made into a
3966 checkbox by starting it with the string @samp{[ ]}.  This feature is
3967 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3968 Checkboxes are not included into the global TODO list, so they are often
3969 great to split a task into a number of simple steps.  Or you can use
3970 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3971 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3973 Here is an example of a checkbox list.
3975 @example
3976 * TODO Organize party [2/4]
3977   - [-] call people [1/3]
3978     - [ ] Peter
3979     - [X] Sarah
3980     - [ ] Sam
3981   - [X] order food
3982   - [ ] think about what music to play
3983   - [X] talk to the neighbors
3984 @end example
3986 Checkboxes work hierarchically, so if a checkbox item has children that
3987 are checkboxes, toggling one of the children checkboxes will make the
3988 parent checkbox reflect if none, some, or all of the children are
3989 checked.
3991 @cindex statistics, for checkboxes
3992 @cindex checkbox statistics
3993 @cindex property, COOKIE_DATA
3994 @vindex org-hierarchical-checkbox-statistics
3995 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
3996 indicating how many checkboxes present in this entry have been checked off,
3997 and the total number of checkboxes present.  This can give you an idea on how
3998 many checkboxes remain, even without opening a folded entry.  The cookies can
3999 be placed into a headline or into (the first line of) a plain list item.
4000 Each cookie covers checkboxes of direct children structurally below the
4001 headline/item on which the cookie appears@footnote{Set the variable
4002 @code{org-hierarchical-checkbox-statistics} if you want such cookies to
4003 represent the all checkboxes below the cookie, not just the direct
4004 children.}.  You have to insert the cookie yourself by typing either
4005 @samp{[/]} or @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m}
4006 result, as in the examples above.  With @samp{[%]} you get information about
4007 the percentage of checkboxes checked (in the above example, this would be
4008 @samp{[50%]} and @samp{[33%]}, respectively).  In a headline, a cookie can
4009 count either checkboxes below the heading or TODO states of children, and it
4010 will display whatever was changed last.  Set the property @code{COOKIE_DATA}
4011 to either @samp{checkbox} or @samp{todo} to resolve this issue.
4013 @cindex blocking, of checkboxes
4014 @cindex checkbox blocking
4015 @cindex property, ORDERED
4016 If the current outline node has an @code{ORDERED} property, checkboxes must
4017 be checked off in sequence, and an error will be thrown if you try to check
4018 off a box while there are unchecked boxes above it.
4020 @noindent The following commands work with checkboxes:
4022 @table @kbd
4023 @kindex C-c C-c
4024 @item C-c C-c
4025 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
4026 double prefix argument, set it to @samp{[-]}, which is considered to be an
4027 intermediate state.
4028 @kindex C-c C-x C-b
4029 @item C-c C-x C-b
4030 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
4031 double prefix argument, set it to @samp{[-]}, which is considered to be an
4032 intermediate state.
4033 @itemize @minus
4034 @item
4035 If there is an active region, toggle the first checkbox in the region
4036 and set all remaining boxes to the same status as the first.  With a prefix
4037 arg, add or remove the checkbox for all items in the region.
4038 @item
4039 If the cursor is in a headline, toggle checkboxes in the region between
4040 this headline and the next (so @emph{not} the entire subtree).
4041 @item
4042 If there is no active region, just toggle the checkbox at point.
4043 @end itemize
4044 @kindex M-S-@key{RET}
4045 @item M-S-@key{RET}
4046 Insert a new item with a checkbox.
4047 This works only if the cursor is already in a plain list item
4048 (@pxref{Plain lists}).
4049 @kindex C-c C-x o
4050 @item C-c C-x o
4051 @vindex org-track-ordered-property-with-tag
4052 @cindex property, ORDERED
4053 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
4054 be checked off in sequence.  A property is used for this behavior because
4055 this should be local to the current entry, not inherited like a tag.
4056 However, if you would like to @i{track} the value of this property with a tag
4057 for better visibility, customize the variable
4058 @code{org-track-ordered-property-with-tag}.
4059 @kindex C-c #
4060 @item C-c #
4061 Update the statistics cookie in the current outline entry.  When called with
4062 a @kbd{C-u} prefix, update the entire file.  Checkbox statistic cookies are
4063 updated automatically if you toggle checkboxes with @kbd{C-c C-c} and make
4064 new ones with @kbd{M-S-@key{RET}}.  TODO statistics cookies update when
4065 changing TODO states.  If you delete boxes/entries or add/change them by
4066 hand, use this command to get things back into sync.  Or simply toggle any
4067 entry twice (checkboxes with @kbd{C-c C-c}).
4068 @end table
4070 @node Tags, Properties and Columns, TODO Items, Top
4071 @chapter Tags
4072 @cindex tags
4073 @cindex headline tagging
4074 @cindex matching, tags
4075 @cindex sparse tree, tag based
4077 An excellent way to implement labels and contexts for cross-correlating
4078 information is to assign @i{tags} to headlines.  Org mode has extensive
4079 support for tags.
4081 @vindex org-tag-faces
4082 Every headline can contain a list of tags; they occur at the end of the
4083 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
4084 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
4085 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
4086 Tags will by default be in bold face with the same color as the headline.
4087 You may specify special faces for specific tags using the variable
4088 @code{org-tag-faces}, in much the same way as you can for TODO keywords
4089 (@pxref{Faces for TODO keywords}).
4091 @menu
4092 * Tag inheritance::             Tags use the tree structure of the outline
4093 * Setting tags::                How to assign tags to a headline
4094 * Tag searches::                Searching for combinations of tags
4095 @end menu
4097 @node Tag inheritance, Setting tags, Tags, Tags
4098 @section Tag inheritance
4099 @cindex tag inheritance
4100 @cindex inheritance, of tags
4101 @cindex sublevels, inclusion into tags match
4103 @i{Tags} make use of the hierarchical structure of outline trees.  If a
4104 heading has a certain tag, all subheadings will inherit the tag as
4105 well.  For example, in the list
4107 @example
4108 * Meeting with the French group      :work:
4109 ** Summary by Frank                  :boss:notes:
4110 *** TODO Prepare slides for him      :action:
4111 @end example
4113 @noindent
4114 the final heading will have the tags @samp{:work:}, @samp{:boss:},
4115 @samp{:notes:}, and @samp{:action:} even though the final heading is not
4116 explicitly marked with those tags.  You can also set tags that all entries in
4117 a file should inherit just as if these tags were defined in a hypothetical
4118 level zero that surrounds the entire file.  Use a line like this@footnote{As
4119 with all these in-buffer settings, pressing @kbd{C-c C-c} activates any
4120 changes in the line.}:
4122 @cindex #+FILETAGS
4123 @example
4124 #+FILETAGS: :Peter:Boss:Secret:
4125 @end example
4127 @noindent
4128 @vindex org-use-tag-inheritance
4129 @vindex org-tags-exclude-from-inheritance
4130 To limit tag inheritance to specific tags, or to turn it off entirely, use
4131 the variables @code{org-use-tag-inheritance} and
4132 @code{org-tags-exclude-from-inheritance}.
4134 @vindex org-tags-match-list-sublevels
4135 When a headline matches during a tags search while tag inheritance is turned
4136 on, all the sublevels in the same tree will (for a simple match form) match
4137 as well@footnote{This is only true if the search does not involve more
4138 complex tests including properties (@pxref{Property searches}).}.  The list
4139 of matches may then become very long.  If you only want to see the first tags
4140 match in a subtree, configure the variable
4141 @code{org-tags-match-list-sublevels} (not recommended).
4143 @node Setting tags, Tag searches, Tag inheritance, Tags
4144 @section Setting tags
4145 @cindex setting tags
4146 @cindex tags, setting
4148 @kindex M-@key{TAB}
4149 Tags can simply be typed into the buffer at the end of a headline.
4150 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
4151 also a special command for inserting tags:
4153 @table @kbd
4154 @kindex C-c C-q
4155 @item C-c C-q
4156 @cindex completion, of tags
4157 @vindex org-tags-column
4158 Enter new tags for the current headline.  Org mode will either offer
4159 completion or a special single-key interface for setting tags, see
4160 below.  After pressing @key{RET}, the tags will be inserted and aligned
4161 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
4162 tags in the current buffer will be aligned to that column, just to make
4163 things look nice.  TAGS are automatically realigned after promotion,
4164 demotion, and TODO state changes (@pxref{TODO basics}).
4165 @kindex C-c C-c
4166 @item C-c C-c
4167 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
4168 @end table
4170 @vindex org-tag-alist
4171 Org will support tag insertion based on a @emph{list of tags}.  By
4172 default this list is constructed dynamically, containing all tags
4173 currently used in the buffer.  You may also globally specify a hard list
4174 of tags with the variable @code{org-tag-alist}.  Finally you can set
4175 the default tags for a given file with lines like
4177 @cindex #+TAGS
4178 @example
4179 #+TAGS: @@work @@home @@tennisclub
4180 #+TAGS: laptop car pc sailboat
4181 @end example
4183 If you have globally defined your preferred set of tags using the
4184 variable @code{org-tag-alist}, but would like to use a dynamic tag list
4185 in a specific file, add an empty TAGS option line to that file:
4187 @example
4188 #+TAGS:
4189 @end example
4191 @vindex org-tag-persistent-alist
4192 If you have a preferred set of tags that you would like to use in every file,
4193 in addition to those defined on a per-file basis by TAGS option lines, then
4194 you may specify a list of tags with the variable
4195 @code{org-tag-persistent-alist}.  You may turn this off on a per-file basis
4196 by adding a STARTUP option line to that file:
4198 @example
4199 #+STARTUP: noptag
4200 @end example
4202 By default Org mode uses the standard minibuffer completion facilities for
4203 entering tags.  However, it also implements another, quicker, tag selection
4204 method called @emph{fast tag selection}.  This allows you to select and
4205 deselect tags with just a single key press.  For this to work well you should
4206 assign unique letters to most of your commonly used tags.  You can do this
4207 globally by configuring the variable @code{org-tag-alist} in your
4208 @file{.emacs} file.  For example, you may find the need to tag many items in
4209 different files with @samp{:@@home:}.  In this case you can set something
4210 like:
4212 @lisp
4213 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
4214 @end lisp
4216 @noindent If the tag is only relevant to the file you are working on, then you
4217 can instead set the TAGS option line as:
4219 @example
4220 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
4221 @end example
4223 @noindent The tags interface will show the available tags in a splash
4224 window.  If you want to start a new line after a specific tag, insert
4225 @samp{\n} into the tag list
4227 @example
4228 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t) \n laptop(l)  pc(p)
4229 @end example
4231 @noindent or write them in two lines:
4233 @example
4234 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)
4235 #+TAGS: laptop(l)  pc(p)
4236 @end example
4238 @noindent
4239 You can also group together tags that are mutually exclusive by using
4240 braces, as in:
4242 @example
4243 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
4244 @end example
4246 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
4247 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
4249 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
4250 these lines to activate any changes.
4252 @noindent
4253 To set these mutually exclusive groups in the variable @code{org-tags-alist},
4254 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
4255 of the braces.  Similarly, you can use @code{:newline} to indicate a line
4256 break.  The previous example would be set globally by the following
4257 configuration:
4259 @lisp
4260 (setq org-tag-alist '((:startgroup . nil)
4261                       ("@@work" . ?w) ("@@home" . ?h)
4262                       ("@@tennisclub" . ?t)
4263                       (:endgroup . nil)
4264                       ("laptop" . ?l) ("pc" . ?p)))
4265 @end lisp
4267 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
4268 automatically present you with a special interface, listing inherited tags,
4269 the tags of the current headline, and a list of all valid tags with
4270 corresponding keys@footnote{Keys will automatically be assigned to tags which
4271 have no configured keys.}.  In this interface, you can use the following
4272 keys:
4274 @table @kbd
4275 @item a-z...
4276 Pressing keys assigned to tags will add or remove them from the list of
4277 tags in the current line.  Selecting a tag in a group of mutually
4278 exclusive tags will turn off any other tags from that group.
4279 @kindex @key{TAB}
4280 @item @key{TAB}
4281 Enter a tag in the minibuffer, even if the tag is not in the predefined
4282 list.  You will be able to complete on all tags present in the buffer.
4283 @kindex @key{SPC}
4284 @item @key{SPC}
4285 Clear all tags for this line.
4286 @kindex @key{RET}
4287 @item @key{RET}
4288 Accept the modified set.
4289 @item C-g
4290 Abort without installing changes.
4291 @item q
4292 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
4293 @item !
4294 Turn off groups of mutually exclusive tags.  Use this to (as an
4295 exception) assign several tags from such a group.
4296 @item C-c
4297 Toggle auto-exit after the next change (see below).
4298 If you are using expert mode, the first @kbd{C-c} will display the
4299 selection window.
4300 @end table
4302 @noindent
4303 This method lets you assign tags to a headline with very few keys.  With
4304 the above setup, you could clear the current tags and set @samp{@@home},
4305 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
4306 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
4307 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
4308 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
4309 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
4310 @key{RET} @key{RET}}.
4312 @vindex org-fast-tag-selection-single-key
4313 If you find that most of the time you need only a single key press to
4314 modify your list of tags, set the variable
4315 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
4316 press @key{RET} to exit fast tag selection---it will immediately exit
4317 after the first change.  If you then occasionally need more keys, press
4318 @kbd{C-c} to turn off auto-exit for the current tag selection process
4319 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
4320 C-c}).  If you set the variable to the value @code{expert}, the special
4321 window is not even shown for single-key tag selection, it comes up only
4322 when you press an extra @kbd{C-c}.
4324 @vindex org-complete-tags-always-offer-all-agenda-tags
4325 As said before, when setting tags and @code{org-tag-alist} is nil, then the
4326 list of tags in the current buffer is used.  Normally, this behavior is very
4327 convenient, except in org remember buffers (@pxref{Remember}), because there
4328 are no tags that can be calculated dynamically.  Here, you most probably want
4329 to have completion for all tags in all agenda files.  This can be done by
4330 setting @code{org-complete-tags-always-offer-all-agenda-tags} to non-nil in
4331 those buffers.
4333 @lisp
4334 (add-hook 'org-remember-mode-hook
4335           (lambda ()
4336             (set (make-local-variable
4337                   'org-complete-tags-always-offer-all-agenda-tags)
4338                  t)))
4339 @end lisp
4341 Of course, you can also set it to @code{t} globally if you always want to
4342 have completion of all tags in all agenda files.
4344 @node Tag searches,  , Setting tags, Tags
4345 @section Tag searches
4346 @cindex tag searches
4347 @cindex searching for tags
4349 Once a system of tags has been set up, it can be used to collect related
4350 information into special lists.
4352 @table @kbd
4353 @kindex C-c \
4354 @kindex C-c / m
4355 @item C-c \
4356 @itemx C-c / m
4357 Create a sparse tree with all headlines matching a tags search.  With a
4358 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4359 @kindex C-c a m
4360 @item C-c a m
4361 Create a global list of tag matches from all agenda files.
4362 @xref{Matching tags and properties}.
4363 @kindex C-c a M
4364 @item C-c a M
4365 @vindex org-tags-match-list-sublevels
4366 Create a global list of tag matches from all agenda files, but check
4367 only TODO items and force checking subitems (see variable
4368 @code{org-tags-match-list-sublevels}).
4369 @end table
4371 These commands all prompt for a match string which allows basic Boolean logic
4372 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
4373 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
4374 which are tagged, like @samp{Kathy} or @samp{Sally}.  The full syntax of the search
4375 string is rich and allows also matching against TODO keywords, entry levels
4376 and properties.  For a complete description with many examples, see
4377 @ref{Matching tags and properties}.
4380 @node Properties and Columns, Dates and Times, Tags, Top
4381 @chapter Properties and Columns
4382 @cindex properties
4384 Properties are a set of key-value pairs associated with an entry.  There
4385 are two main applications for properties in Org mode.  First, properties
4386 are like tags, but with a value.  Second, you can use properties to
4387 implement (very basic) database capabilities in an Org buffer.  For
4388 an example of the first application, imagine maintaining a file where
4389 you document bugs and plan releases for a piece of software.  Instead of
4390 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
4391 property, say @code{:Release:}, that in different subtrees has different
4392 values, such as @code{1.0} or @code{2.0}.  For an example of the second
4393 application of properties, imagine keeping track of your music CDs,
4394 where properties could be things such as the album, artist, date of
4395 release, number of tracks, and so on.
4397 Properties can be conveniently edited and viewed in column view
4398 (@pxref{Column view}).
4400 @menu
4401 * Property syntax::             How properties are spelled out
4402 * Special properties::          Access to other Org mode features
4403 * Property searches::           Matching property values
4404 * Property inheritance::        Passing values down the tree
4405 * Column view::                 Tabular viewing and editing
4406 * Property API::                Properties for Lisp programmers
4407 @end menu
4409 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
4410 @section Property syntax
4411 @cindex property syntax
4412 @cindex drawer, for properties
4414 Properties are key-value pairs.  They need to be inserted into a special
4415 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
4416 is specified on a single line, with the key (surrounded by colons)
4417 first, and the value after it.  Here is an example:
4419 @example
4420 * CD collection
4421 ** Classic
4422 *** Goldberg Variations
4423     :PROPERTIES:
4424     :Title:     Goldberg Variations
4425     :Composer:  J.S. Bach
4426     :Artist:    Glen Gould
4427     :Publisher: Deutsche Grammophon
4428     :NDisks:    1
4429     :END:
4430 @end example
4432 You may define the allowed values for a particular property @samp{:Xyz:}
4433 by setting a property @samp{:Xyz_ALL:}.  This special property is
4434 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
4435 the entire tree.  When allowed values are defined, setting the
4436 corresponding property becomes easier and is less prone to typing
4437 errors.  For the example with the CD collection, we can predefine
4438 publishers and the number of disks in a box like this:
4440 @example
4441 * CD collection
4442   :PROPERTIES:
4443   :NDisks_ALL:  1 2 3 4
4444   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
4445   :END:
4446 @end example
4448 If you want to set properties that can be inherited by any entry in a
4449 file, use a line like
4450 @cindex property, _ALL
4451 @cindex #+PROPERTY
4452 @example
4453 #+PROPERTY: NDisks_ALL 1 2 3 4
4454 @end example
4456 @vindex org-global-properties
4457 Property values set with the global variable
4458 @code{org-global-properties} can be inherited by all entries in all
4459 Org files.
4461 @noindent
4462 The following commands help to work with properties:
4464 @table @kbd
4465 @kindex M-@key{TAB}
4466 @item M-@key{TAB}
4467 After an initial colon in a line, complete property keys.  All keys used
4468 in the current file will be offered as possible completions.
4469 @kindex C-c C-x p
4470 @item C-c C-x p
4471 Set a property.  This prompts for a property name and a value.  If
4472 necessary, the property drawer is created as well.
4473 @item M-x org-insert-property-drawer
4474 Insert a property drawer into the current entry.  The drawer will be
4475 inserted early in the entry, but after the lines with planning
4476 information like deadlines.
4477 @kindex C-c C-c
4478 @item C-c C-c
4479 With the cursor in a property drawer, this executes property commands.
4480 @item C-c C-c s
4481 Set a property in the current entry.  Both the property and the value
4482 can be inserted using completion.
4483 @kindex S-@key{right}
4484 @kindex S-@key{left}
4485 @item S-@key{left}/@key{right}
4486 Switch property at point to the next/previous allowed value.
4487 @item C-c C-c d
4488 Remove a property from the current entry.
4489 @item C-c C-c D
4490 Globally remove a property, from all entries in the current file.
4491 @item C-c C-c c
4492 Compute the property at point, using the operator and scope from the
4493 nearest column format definition.
4494 @end table
4496 @node Special properties, Property searches, Property syntax, Properties and Columns
4497 @section Special properties
4498 @cindex properties, special
4500 Special properties provide an alternative access method to Org mode
4501 features, like the TODO state or the priority of an entry, discussed in the
4502 previous chapters.  This interface exists so that you can include
4503 these states in a column view (@pxref{Column view}), or to use them in
4504 queries.  The following property names are special and should not be
4505 used as keys in the properties drawer:
4507 @cindex property, special, TODO
4508 @cindex property, special, TAGS
4509 @cindex property, special, ALLTAGS
4510 @cindex property, special, CATEGORY
4511 @cindex property, special, PRIORITY
4512 @cindex property, special, DEADLINE
4513 @cindex property, special, SCHEDULED
4514 @cindex property, special, CLOSED
4515 @cindex property, special, TIMESTAMP
4516 @cindex property, special, TIMESTAMP_IA
4517 @cindex property, special, CLOCKSUM
4518 @cindex property, special, BLOCKED
4519 @c guessing that ITEM is needed in this area; also, should this list be sorted?
4520 @cindex property, special, ITEM
4521 @example
4522 TODO         @r{The TODO keyword of the entry.}
4523 TAGS         @r{The tags defined directly in the headline.}
4524 ALLTAGS      @r{All tags, including inherited ones.}
4525 CATEGORY     @r{The category of an entry.}
4526 PRIORITY     @r{The priority of the entry, a string with a single letter.}
4527 DEADLINE     @r{The deadline time string, without the angular brackets.}
4528 SCHEDULED    @r{The scheduling timestamp, without the angular brackets.}
4529 CLOSED       @r{When was this entry closed?}
4530 TIMESTAMP    @r{The first keyword-less timestamp in the entry.}
4531 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
4532 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
4533              @r{must be run first to compute the values.}
4534 BLOCKED      @r{"t" if task is currently blocked by children or siblings}
4535 ITEM         @r{The content of the entry.}
4536 @end example
4538 @node Property searches, Property inheritance, Special properties, Properties and Columns
4539 @section Property searches
4540 @cindex properties, searching
4541 @cindex searching, of properties
4543 To create sparse trees and special lists with selection based on properties,
4544 the same commands are used as for tag searches (@pxref{Tag searches}).
4545 @table @kbd
4546 @kindex C-c \
4547 @kindex C-c / m
4548 @item C-c \
4549 @itemx C-c / m
4550 Create a sparse tree with all matching entries.  With a
4551 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
4552 @kindex C-c a m
4553 @item C-c a m
4554 Create a global list of tag/property  matches from all agenda files.
4555 @xref{Matching tags and properties}.
4556 @kindex C-c a M
4557 @item C-c a M
4558 @vindex org-tags-match-list-sublevels
4559 Create a global list of tag matches from all agenda files, but check
4560 only TODO items and force checking of subitems (see variable
4561 @code{org-tags-match-list-sublevels}).
4562 @end table
4564 The syntax for the search string is described in @ref{Matching tags and
4565 properties}.
4567 There is also a special command for creating sparse trees based on a
4568 single property:
4570 @table @kbd
4571 @kindex C-c / p
4572 @item C-c / p
4573 Create a sparse tree based on the value of a property.  This first
4574 prompts for the name of a property, and then for a value.  A sparse tree
4575 is created with all entries that define this property with the given
4576 value.  If you enclose the value into curly braces, it is interpreted as
4577 a regular expression and matched against the property values.
4578 @end table
4580 @node Property inheritance, Column view, Property searches, Properties and Columns
4581 @section Property Inheritance
4582 @cindex properties, inheritance
4583 @cindex inheritance, of properties
4585 @vindex org-use-property-inheritance
4586 The outline structure of Org-mode documents lends itself for an
4587 inheritance model of properties: if the parent in a tree has a certain
4588 property, the children can inherit this property.  Org mode does not
4589 turn this on by default, because it can slow down property searches
4590 significantly and is often not needed.  However, if you find inheritance
4591 useful, you can turn it on by setting the variable
4592 @code{org-use-property-inheritance}.  It may be set to @code{t} to make
4593 all properties inherited from the parent, to a list of properties
4594 that should be inherited, or to a regular expression that matches
4595 inherited properties.
4597 Org mode has a few properties for which inheritance is hard-coded, at
4598 least for the special applications for which they are used:
4600 @cindex property, COLUMNS
4601 @table @code
4602 @item COLUMNS
4603 The @code{:COLUMNS:} property defines the format of column view
4604 (@pxref{Column view}).  It is inherited in the sense that the level
4605 where a @code{:COLUMNS:} property is defined is used as the starting
4606 point for a column view table, independently of the location in the
4607 subtree from where columns view is turned on.
4608 @item CATEGORY
4609 @cindex property, CATEGORY
4610 For agenda view, a category set through a @code{:CATEGORY:} property
4611 applies to the entire subtree.
4612 @item ARCHIVE
4613 @cindex property, ARCHIVE
4614 For archiving, the @code{:ARCHIVE:} property may define the archive
4615 location for the entire subtree (@pxref{Moving subtrees}).
4616 @item LOGGING
4617 @cindex property, LOGGING
4618 The LOGGING property may define logging settings for an entry or a
4619 subtree (@pxref{Tracking TODO state changes}).
4620 @end table
4622 @node Column view, Property API, Property inheritance, Properties and Columns
4623 @section Column view
4625 A great way to view and edit properties in an outline tree is
4626 @emph{column view}.  In column view, each outline node is turned into a
4627 table row.  Columns in this table provide access to properties of the
4628 entries.  Org mode implements columns by overlaying a tabular structure
4629 over the headline of each item.  While the headlines have been turned
4630 into a table row, you can still change the visibility of the outline
4631 tree.  For example, you get a compact table by switching to CONTENTS
4632 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
4633 is active), but you can still open, read, and edit the entry below each
4634 headline.  Or, you can switch to column view after executing a sparse
4635 tree command and in this way get a table only for the selected items.
4636 Column view also works in agenda buffers (@pxref{Agenda Views}) where
4637 queries have collected selected items, possibly from a number of files.
4639 @menu
4640 * Defining columns::            The COLUMNS format property
4641 * Using column view::           How to create and use column view
4642 * Capturing column view::       A dynamic block for column view
4643 @end menu
4645 @node Defining columns, Using column view, Column view, Column view
4646 @subsection Defining columns
4647 @cindex column view, for properties
4648 @cindex properties, column view
4650 Setting up a column view first requires defining the columns.  This is
4651 done by defining a column format line.
4653 @menu
4654 * Scope of column definitions::  Where defined, where valid?
4655 * Column attributes::           Appearance and content of a column
4656 @end menu
4658 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
4659 @subsubsection Scope of column definitions
4661 To define a column format for an entire file, use a line like
4663 @cindex #+COLUMNS
4664 @example
4665 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4666 @end example
4668 To specify a format that only applies to a specific tree, add a
4669 @code{:COLUMNS:} property to the top node of that tree, for example:
4671 @example
4672 ** Top node for columns view
4673    :PROPERTIES:
4674    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4675    :END:
4676 @end example
4678 If a @code{:COLUMNS:} property is present in an entry, it defines columns
4679 for the entry itself, and for the entire subtree below it.  Since the
4680 column definition is part of the hierarchical structure of the document,
4681 you can define columns on level 1 that are general enough for all
4682 sublevels, and more specific columns further down, when you edit a
4683 deeper part of the tree.
4685 @node Column attributes,  , Scope of column definitions, Defining columns
4686 @subsubsection Column attributes
4687 A column definition sets the attributes of a column.  The general
4688 definition looks like this:
4690 @example
4691  %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
4692 @end example
4694 @noindent
4695 Except for the percent sign and the property name, all items are
4696 optional.  The individual parts have the following meaning:
4698 @example
4699 @var{width}           @r{An integer specifying the width of the column in characters.}
4700                 @r{If omitted, the width will be determined automatically.}
4701 @var{property}        @r{The property that should be edited in this column.}
4702                 @r{Special properties representing meta data are allowed here}
4703                 @r{as well (@pxref{Special properties})}
4704 (title)         @r{The header text for the column. If omitted, the}
4705                 @r{property name is used.}
4706 @{@var{summary-type}@}  @r{The summary type.  If specified, the column values for}
4707                 @r{parent nodes are computed from the children.}
4708                 @r{Supported summary types are:}
4709                 @{+@}       @r{Sum numbers in this column.}
4710                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
4711                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
4712                 @{:@}       @r{Sum times, HH:MM, plain numbers are hours.}
4713                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
4714                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
4715                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}
4716                 @{min@}     @r{Smallest number in column.}
4717                 @{max@}     @r{Largest number.}
4718                 @{mean@}    @r{Arithmetic mean of numbers.}
4719                 @{:min@}    @r{Smallest time value in column.}
4720                 @{:max@}    @r{Largest time value.}
4721                 @{:mean@}   @r{Arithmetic mean of time values.}
4722                 @{@@min@}   @r{Minimum age (in days/hours/mins/seconds).}
4723                 @{@@max@}   @r{Maximum age (in days/hours/mins/seconds).}
4724                 @{@@mean@}  @r{Arithmetic mean of ages (in days/hours/mins/seconds).}
4725 @end example
4727 @noindent
4728 Be aware that you can only have one summary type for any property you
4729 include. Subsequent columns referencing the same property will all display the
4730 same summary information.
4732 Here is an example for a complete columns definition, along with allowed
4733 values.
4735 @example
4736 :COLUMNS:  %25ITEM %9Approved(Approved?)@{X@} %Owner %11Status \@footnote{Please note that the COLUMNS definition must be on a single line---it is wrapped here only because of formatting constraints.}
4737                    %10Time_Estimate@{:@} %CLOCKSUM
4738 :Owner_ALL:    Tammy Mark Karl Lisa Don
4739 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
4740 :Approved_ALL: "[ ]" "[X]"
4741 @end example
4743 @noindent
4744 The first column, @samp{%25ITEM}, means the first 25 characters of the
4745 item itself, i.e. of the headline.  You probably always should start the
4746 column definition with the @samp{ITEM} specifier.  The other specifiers
4747 create columns @samp{Owner} with a list of names as allowed values, for
4748 @samp{Status} with four different possible values, and for a checkbox
4749 field @samp{Approved}.  When no width is given after the @samp{%}
4750 character, the column will be exactly as wide as it needs to be in order
4751 to fully display all values.  The @samp{Approved} column does have a
4752 modified title (@samp{Approved?}, with a question mark).  Summaries will
4753 be created for the @samp{Time_Estimate} column by adding time duration
4754 expressions like HH:MM, and for the @samp{Approved} column, by providing
4755 an @samp{[X]} status if all children have been checked.  The
4756 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
4757 in the subtree.
4759 @node Using column view, Capturing column view, Defining columns, Column view
4760 @subsection Using column view
4762 @table @kbd
4763 @tsubheading{Turning column view on and off}
4764 @kindex C-c C-x C-c
4765 @item C-c C-x C-c
4766 @vindex org-columns-default-format
4767 Turn on column view.  If the cursor is before the first headline in the file,
4768 column view is turned on for the entire file, using the @code{#+COLUMNS}
4769 definition.  If the cursor is somewhere inside the outline, this command
4770 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
4771 defines a format.  When one is found, the column view table is established
4772 for the tree starting at the entry that contains the @code{:COLUMNS:}
4773 property.  If no such property is found, the format is taken from the
4774 @code{#+COLUMNS} line or from the variable @code{org-columns-default-format},
4775 and column view is established for the current entry and its subtree.
4776 @kindex r
4777 @item r
4778 Recreate the column view, to include recent changes made in the buffer.
4779 @kindex g
4780 @item g
4781 Same as @kbd{r}.
4782 @kindex q
4783 @item q
4784 Exit column view.
4785 @tsubheading{Editing values}
4786 @item @key{left} @key{right} @key{up} @key{down}
4787 Move through the column view from field to field.
4788 @kindex S-@key{left}
4789 @kindex S-@key{right}
4790 @item  S-@key{left}/@key{right}
4791 Switch to the next/previous allowed value of the field.  For this, you
4792 have to have specified allowed values for a property.
4793 @item 1..9,0
4794 Directly select the nth allowed value, @kbd{0} selects the 10th value.
4795 @kindex n
4796 @kindex p
4797 @itemx  n / p
4798 Same as @kbd{S-@key{left}/@key{right}}
4799 @kindex e
4800 @item e
4801 Edit the property at point.  For the special properties, this will
4802 invoke the same interface that you normally use to change that
4803 property.  For example, when editing a TAGS property, the tag completion
4804 or fast selection interface will pop up.
4805 @kindex C-c C-c
4806 @item C-c C-c
4807 When there is a checkbox at point, toggle it.
4808 @kindex v
4809 @item v
4810 View the full value of this property.  This is useful if the width of
4811 the column is smaller than that of the value.
4812 @kindex a
4813 @item a
4814 Edit the list of allowed values for this property.  If the list is found
4815 in the hierarchy, the modified values is stored there.  If no list is
4816 found, the new value is stored in the first entry that is part of the
4817 current column view.
4818 @tsubheading{Modifying the table structure}
4819 @kindex <
4820 @kindex >
4821 @item < / >
4822 Make the column narrower/wider by one character.
4823 @kindex S-M-@key{right}
4824 @item S-M-@key{right}
4825 Insert a new column, to the left of the current column.
4826 @kindex S-M-@key{left}
4827 @item S-M-@key{left}
4828 Delete the current column.
4829 @end table
4831 @node Capturing column view,  , Using column view, Column view
4832 @subsection Capturing column view
4834 Since column view is just an overlay over a buffer, it cannot be
4835 exported or printed directly.  If you want to capture a column view, use
4836 a @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4837 of this block looks like this:
4839 @cindex #+BEGIN, columnview
4840 @example
4841 * The column view
4842 #+BEGIN: columnview :hlines 1 :id "label"
4844 #+END:
4845 @end example
4847 @noindent This dynamic block has the following parameters:
4849 @table @code
4850 @item :id
4851 This is the most important parameter.  Column view is a feature that is
4852 often localized to a certain (sub)tree, and the capture block might be
4853 at a different location in the file.  To identify the tree whose view to
4854 capture, you can use 4 values:
4855 @cindex property, ID
4856 @example
4857 local     @r{use the tree in which the capture block is located}
4858 global    @r{make a global view, including all headings in the file}
4859 "file:@var{path-to-file}"
4860           @r{run column view at the top of this file}
4861 "@var{ID}"      @r{call column view in the tree that has an @code{:ID:}}
4862           @r{property with the value @i{label}.  You can use}
4863           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4864           @r{the current entry and copy it to the kill-ring.}
4865 @end example
4866 @item :hlines
4867 When @code{t}, insert an hline after every line.  When a number @var{N}, insert
4868 an hline before each headline with level @code{<= @var{N}}.
4869 @item :vlines
4870 When set to @code{t}, force column groups to get vertical lines.
4871 @item :maxlevel
4872 When set to a number, don't capture entries below this level.
4873 @item :skip-empty-rows
4874 When set to @code{t}, skip rows where the only non-empty specifier of the
4875 column view is @code{ITEM}.
4877 @end table
4879 @noindent
4880 The following commands insert or update the dynamic block:
4882 @table @kbd
4883 @kindex C-c C-x i
4884 @item C-c C-x i
4885 Insert a dynamic block capturing a column view.  You will be prompted
4886 for the scope or ID of the view.
4887 @kindex C-c C-c
4888 @item C-c C-c
4889 @kindex C-c C-x C-u
4890 @itemx C-c C-x C-u
4891 Update dynamic block at point.  The cursor needs to be in the
4892 @code{#+BEGIN} line of the dynamic block.
4893 @kindex C-u C-c C-x C-u
4894 @item C-u C-c C-x C-u
4895 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4896 you have several clock table blocks in a buffer.
4897 @end table
4899 You can add formulas to the column view table and you may add plotting
4900 instructions in front of the table---these will survive an update of the
4901 block.  If there is a @code{#+TBLFM:} after the table, the table will
4902 actually be recalculated automatically after an update.
4904 An alternative way to capture and process property values into a table is
4905 provided by Eric Schulte's @file{org-collector.el} which is a contributed
4906 package@footnote{Contributed packages are not part of Emacs, but are
4907 distributed with the main distribution of Org (visit
4908 @uref{http://orgmode.org}).}.  It provides a general API to collect
4909 properties from entries in a certain scope, and arbitrary Lisp expressions to
4910 process these values before inserting them into a table or a dynamic block.
4912 @node Property API,  , Column view, Properties and Columns
4913 @section The Property API
4914 @cindex properties, API
4915 @cindex API, for properties
4917 There is a full API for accessing and changing properties.  This API can
4918 be used by Emacs Lisp programs to work with properties and to implement
4919 features based on them.  For more information see @ref{Using the
4920 property API}.
4922 @node Dates and Times, Capture - Refile - Archive, Properties and Columns, Top
4923 @chapter Dates and Times
4924 @cindex dates
4925 @cindex times
4926 @cindex timestamp
4927 @cindex date stamp
4929 To assist project planning, TODO items can be labeled with a date and/or
4930 a time.  The specially formatted string carrying the date and time
4931 information is called a @emph{timestamp} in Org mode.  This may be a
4932 little confusing because timestamp is often used as indicating when
4933 something was created or last changed.  However, in Org mode this term
4934 is used in a much wider sense.
4936 @menu
4937 * Timestamps::                  Assigning a time to a tree entry
4938 * Creating timestamps::         Commands which insert timestamps
4939 * Deadlines and scheduling::    Planning your work
4940 * Clocking work time::          Tracking how long you spend on a task
4941 * Resolving idle time::         Resolving time if you've been idle
4942 * Effort estimates::            Planning work effort in advance
4943 * Relative timer::              Notes with a running timer
4944 @end menu
4947 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4948 @section Timestamps, deadlines, and scheduling
4949 @cindex timestamps
4950 @cindex ranges, time
4951 @cindex date stamps
4952 @cindex deadlines
4953 @cindex scheduling
4955 A timestamp is a specification of a date (possibly with a time or a range of
4956 times) in a special format, either @samp{<2003-09-16 Tue>} or
4957 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4958 12:00-12:30>}@footnote{This is inspired by the standard ISO 8601 date/time
4959 format.  To use an alternative format, see @ref{Custom time format}.}.  A
4960 timestamp can appear anywhere in the headline or body of an Org tree entry.
4961 Its presence causes entries to be shown on specific dates in the agenda
4962 (@pxref{Weekly/daily agenda}).  We distinguish:
4964 @table @var
4965 @item Plain timestamp; Event; Appointment
4966 @cindex timestamp
4967 A simple timestamp just assigns a date/time to an item.  This is just
4968 like writing down an appointment or event in a paper agenda.  In the
4969 timeline and agenda displays, the headline of an entry associated with a
4970 plain timestamp will be shown exactly on that date.
4972 @example
4973 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4974 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4975 @end example
4977 @item Timestamp with repeater interval
4978 @cindex timestamp, with repeater interval
4979 A timestamp may contain a @emph{repeater interval}, indicating that it
4980 applies not only on the given date, but again and again after a certain
4981 interval of N days (d), weeks (w), months (m), or years (y).  The
4982 following will show up in the agenda every Wednesday:
4984 @example
4985 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4986 @end example
4988 @item Diary-style sexp entries
4989 For more complex date specifications, Org mode supports using the
4990 special sexp diary entries implemented in the Emacs calendar/diary
4991 package.  For example
4993 @example
4994 * The nerd meeting on every 2nd Thursday of the month
4995   <%%(diary-float t 4 2)>
4996 @end example
4998 @item Time/Date range
4999 @cindex timerange
5000 @cindex date range
5001 Two timestamps connected by @samp{--} denote a range.  The headline
5002 will be shown on the first and last day of the range, and on any dates
5003 that are displayed and fall in the range.  Here is an example:
5005 @example
5006 ** Meeting in Amsterdam
5007    <2004-08-23 Mon>--<2004-08-26 Thu>
5008 @end example
5010 @item Inactive timestamp
5011 @cindex timestamp, inactive
5012 @cindex inactive timestamp
5013 Just like a plain timestamp, but with square brackets instead of
5014 angular ones.  These timestamps are inactive in the sense that they do
5015 @emph{not} trigger an entry to show up in the agenda.
5017 @example
5018 * Gillian comes late for the fifth time [2006-11-01 Wed]
5019 @end example
5021 @end table
5023 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
5024 @section Creating timestamps
5025 @cindex creating timestamps
5026 @cindex timestamps, creating
5028 For Org mode to recognize timestamps, they need to be in the specific
5029 format.  All commands listed below produce timestamps in the correct
5030 format.
5032 @table @kbd
5033 @kindex C-c .
5034 @item C-c .
5035 Prompt for a date and insert a corresponding timestamp.  When the cursor is
5036 at an existing timestamp in the buffer, the command is used to modify this
5037 timestamp instead of inserting a new one.  When this command is used twice in
5038 succession, a time range is inserted.
5040 @kindex C-c !
5041 @item C-c !
5042 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
5043 an agenda entry.
5045 @kindex C-u C-c .
5046 @kindex C-u C-c !
5047 @item C-u C-c .
5048 @itemx C-u C-c !
5049 @vindex org-time-stamp-rounding-minutes
5050 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
5051 contains date and time.  The default time can be rounded to multiples of 5
5052 minutes, see the option @code{org-time-stamp-rounding-minutes}.
5054 @kindex C-c <
5055 @item C-c <
5056 Insert a timestamp corresponding to the cursor date in the Calendar.
5058 @kindex C-c >
5059 @item C-c >
5060 Access the Emacs calendar for the current date.  If there is a
5061 timestamp in the current line, go to the corresponding date
5062 instead.
5064 @kindex C-c C-o
5065 @item C-c C-o
5066 Access the agenda for the date given by the timestamp or -range at
5067 point (@pxref{Weekly/daily agenda}).
5069 @kindex S-@key{left}
5070 @kindex S-@key{right}
5071 @item S-@key{left}
5072 @itemx S-@key{right}
5073 Change date at cursor by one day.  These key bindings conflict with
5074 shift-selection and related modes (@pxref{Conflicts}).
5076 @kindex S-@key{up}
5077 @kindex S-@key{down}
5078 @item S-@key{up}
5079 @itemx S-@key{down}
5080 Change the item under the cursor in a timestamp.  The cursor can be on a
5081 year, month, day, hour or minute.  When the timestamp contains a time range
5082 like @samp{15:30-16:30}, modifying the first time will also shift the second,
5083 shifting the time block with constant length.  To change the length, modify
5084 the second time.  Note that if the cursor is in a headline and not at a
5085 timestamp, these same keys modify the priority of an item.
5086 (@pxref{Priorities}). The key bindings also conflict with shift-selection and
5087 related modes (@pxref{Conflicts}).
5089 @kindex C-c C-y
5090 @cindex evaluate time range
5091 @item C-c C-y
5092 Evaluate a time range by computing the difference between start and end.
5093 With a prefix argument, insert result after the time range (in a table: into
5094 the following column).
5095 @end table
5098 @menu
5099 * The date/time prompt::        How Org mode helps you entering date and time
5100 * Custom time format::          Making dates look different
5101 @end menu
5103 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
5104 @subsection The date/time prompt
5105 @cindex date, reading in minibuffer
5106 @cindex time, reading in minibuffer
5108 @vindex org-read-date-prefer-future
5109 When Org mode prompts for a date/time, the default is shown in default
5110 date/time format, and the prompt therefore seems to ask for a specific
5111 format.  But it will in fact accept any string containing some date and/or
5112 time information, and it is really smart about interpreting your input.  You
5113 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
5114 copied from an email message.  Org mode will find whatever information is in
5115 there and derive anything you have not specified from the @emph{default date
5116 and time}.  The default is usually the current date and time, but when
5117 modifying an existing timestamp, or when entering the second stamp of a
5118 range, it is taken from the stamp in the buffer.  When filling in
5119 information, Org mode assumes that most of the time you will want to enter a
5120 date in the future: if you omit the month/year and the given day/month is
5121 @i{before} today, it will assume that you mean a future date@footnote{See the
5122 variable @code{org-read-date-prefer-future}.  You may set that variable to
5123 the symbol @code{time} to even make a time before now shift the date to
5124 tomorrow.}.  If the date has been automatically shifted into the future, the
5125 time prompt will show this with @samp{(=>F).}
5127 For example, let's assume that today is @b{June 13, 2006}.  Here is how
5128 various inputs will be interpreted, the items filled in by Org mode are
5129 in @b{bold}.
5131 @example
5132 3-2-5         --> 2003-02-05
5133 2/5/3         --> 2003-02-05
5134 14            --> @b{2006}-@b{06}-14
5135 12            --> @b{2006}-@b{07}-12
5136 2/5           --> @b{2003}-02-05
5137 Fri           --> nearest Friday (defaultdate or later)
5138 sep 15        --> @b{2006}-09-15
5139 feb 15        --> @b{2007}-02-15
5140 sep 12 9      --> 2009-09-12
5141 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
5142 22 sept 0:34  --> @b{2006}-09-22 0:34
5143 w4            --> ISO week for of the current year @b{2006}
5144 2012 w4 fri   --> Friday of ISO week 4 in 2012
5145 2012-w04-5    --> Same as above
5146 @end example
5148 Furthermore you can specify a relative date by giving, as the
5149 @emph{first} thing in the input: a plus/minus sign, a number and a
5150 letter ([dwmy]) to indicate change in days, weeks, months, or years.  With a
5151 single plus or minus, the date is always relative to today.  With a
5152 double plus or minus, it is relative to the default date.  If instead of
5153 a single letter, you use the abbreviation of day name, the date will be
5154 the nth such day.  E.g.
5156 @example
5157 +0            --> today
5158 .             --> today
5159 +4d           --> four days from today
5160 +4            --> same as above
5161 +2w           --> two weeks from today
5162 ++5           --> five days from default date
5163 +2tue         --> second Tuesday from now.
5164 @end example
5166 @vindex parse-time-months
5167 @vindex parse-time-weekdays
5168 The function understands English month and weekday abbreviations.  If
5169 you want to use unabbreviated names and/or other languages, configure
5170 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
5172 @cindex calendar, for selecting date
5173 @vindex org-popup-calendar-for-date-prompt
5174 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
5175 you don't need/want the calendar, configure the variable
5176 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
5177 prompt, either by clicking on a date in the calendar, or by pressing
5178 @key{RET}, the date selected in the calendar will be combined with the
5179 information entered at the prompt.  You can control the calendar fully
5180 from the minibuffer:
5182 @kindex <
5183 @kindex >
5184 @kindex M-v
5185 @kindex C-v
5186 @kindex mouse-1
5187 @kindex S-@key{right}
5188 @kindex S-@key{left}
5189 @kindex S-@key{down}
5190 @kindex S-@key{up}
5191 @kindex M-S-@key{right}
5192 @kindex M-S-@key{left}
5193 @kindex @key{RET}
5194 @example
5195 @key{RET}           @r{Choose date at cursor in calendar.}
5196 mouse-1        @r{Select date by clicking on it.}
5197 S-@key{right}/@key{left}     @r{One day forward/backward.}
5198 S-@key{down}/@key{up}     @r{One week forward/backward.}
5199 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
5200 > / <          @r{Scroll calendar forward/backward by one month.}
5201 M-v / C-v      @r{Scroll calendar forward/backward by 3 months.}
5202 @end example
5204 @vindex org-read-date-display-live
5205 The actions of the date/time prompt may seem complex, but I assure you they
5206 will grow on you, and you will start getting annoyed by pretty much any other
5207 way of entering a date/time out there.  To help you understand what is going
5208 on, the current interpretation of your input will be displayed live in the
5209 minibuffer@footnote{If you find this distracting, turn the display of with
5210 @code{org-read-date-display-live}.}.
5212 @node Custom time format,  , The date/time prompt, Creating timestamps
5213 @subsection Custom time format
5214 @cindex custom date/time format
5215 @cindex time format, custom
5216 @cindex date format, custom
5218 @vindex org-display-custom-times
5219 @vindex org-time-stamp-custom-formats
5220 Org mode uses the standard ISO notation for dates and times as it is
5221 defined in ISO 8601.  If you cannot get used to this and require another
5222 representation of date and time to keep you happy, you can get it by
5223 customizing the variables @code{org-display-custom-times} and
5224 @code{org-time-stamp-custom-formats}.
5226 @table @kbd
5227 @kindex C-c C-x C-t
5228 @item C-c C-x C-t
5229 Toggle the display of custom formats for dates and times.
5230 @end table
5232 @noindent
5233 Org mode needs the default format for scanning, so the custom date/time
5234 format does not @emph{replace} the default format---instead it is put
5235 @emph{over} the default format using text properties.  This has the
5236 following consequences:
5237 @itemize @bullet
5238 @item
5239 You cannot place the cursor onto a timestamp anymore, only before or
5240 after.
5241 @item
5242 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
5243 each component of a timestamp.  If the cursor is at the beginning of
5244 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
5245 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
5246 time will be changed by one minute.
5247 @item
5248 If the timestamp contains a range of clock times or a repeater, these
5249 will not be overlayed, but remain in the buffer as they were.
5250 @item
5251 When you delete a timestamp character-by-character, it will only
5252 disappear from the buffer after @emph{all} (invisible) characters
5253 belonging to the ISO timestamp have been removed.
5254 @item
5255 If the custom timestamp format is longer than the default and you are
5256 using dates in tables, table alignment will be messed up.  If the custom
5257 format is shorter, things do work as expected.
5258 @end itemize
5261 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
5262 @section Deadlines and scheduling
5264 A timestamp may be preceded by special keywords to facilitate planning:
5266 @table @var
5267 @item DEADLINE
5268 @cindex DEADLINE keyword
5270 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
5271 to be finished on that date.
5273 @vindex org-deadline-warning-days
5274 On the deadline date, the task will be listed in the agenda.  In
5275 addition, the agenda for @emph{today} will carry a warning about the
5276 approaching or missed deadline, starting
5277 @code{org-deadline-warning-days} before the due date, and continuing
5278 until the entry is marked DONE.  An example:
5280 @example
5281 *** TODO write article about the Earth for the Guide
5282     The editor in charge is [[bbdb:Ford Prefect]]
5283     DEADLINE: <2004-02-29 Sun>
5284 @end example
5286 You can specify a different lead time for warnings for a specific
5287 deadlines using the following syntax.  Here is an example with a warning
5288 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
5290 @item SCHEDULED
5291 @cindex SCHEDULED keyword
5293 Meaning: you are planning to start working on that task on the given
5294 date.
5296 @vindex org-agenda-skip-scheduled-if-done
5297 The headline will be listed under the given date@footnote{It will still
5298 be listed on that date after it has been marked DONE.  If you don't like
5299 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
5300 addition, a reminder that the scheduled date has passed will be present
5301 in the compilation for @emph{today}, until the entry is marked DONE.
5302 I.e. the task will automatically be forwarded until completed.
5304 @example
5305 *** TODO Call Trillian for a date on New Years Eve.
5306     SCHEDULED: <2004-12-25 Sat>
5307 @end example
5309 @noindent
5310 @b{Important:} Scheduling an item in Org mode should @i{not} be
5311 understood in the same way that we understand @i{scheduling a meeting}.
5312 Setting a date for a meeting is just a simple appointment, you should
5313 mark this entry with a simple plain timestamp, to get this item shown
5314 on the date where it applies.  This is a frequent misunderstanding by
5315 Org users.  In Org mode, @i{scheduling} means setting a date when you
5316 want to start working on an action item.
5317 @end table
5319 You may use timestamps with repeaters in scheduling and deadline
5320 entries.  Org mode will issue early and late warnings based on the
5321 assumption that the timestamp represents the @i{nearest instance} of
5322 the repeater.  However, the use of diary sexp entries like
5324 @code{<%%(diary-float t 42)>}
5326 in scheduling and deadline timestamps is limited.  Org mode does not
5327 know enough about the internals of each sexp function to issue early and
5328 late warnings.  However, it will show the item on each day where the
5329 sexp entry matches.
5331 @menu
5332 * Inserting deadline/schedule::  Planning items
5333 * Repeated tasks::              Items that show up again and again
5334 @end menu
5336 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
5337 @subsection Inserting deadlines or schedules
5339 The following commands allow you to quickly insert a deadline or to schedule
5340 an item:
5342 @table @kbd
5344 @kindex C-c C-d
5345 @item C-c C-d
5346 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will happen
5347 in the line directly following the headline.  When called with a prefix arg,
5348 an existing deadline will be removed from the entry.  Depending on the
5349 variable @code{org-log-redeadline}@footnote{with corresponding
5350 @code{#+STARTUP} keywords @code{logredeadline}, @code{lognoteredeadline},
5351 and @code{nologredeadline}}, a note will be taken when changing an existing
5352 deadline.
5353 @c FIXME Any CLOSED timestamp will be removed.????????
5355 @kindex C-c C-s
5356 @item C-c C-s
5357 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
5358 happen in the line directly following the headline.  Any CLOSED timestamp
5359 will be removed.  When called with a prefix argument, remove the scheduling
5360 date from the entry.  Depending on the variable
5361 @code{org-log-reschedule}@footnote{with corresponding @code{#+STARTUP}
5362 keywords @code{logredeadline}, @code{lognoteredeadline}, and
5363 @code{nologredeadline}}, a note will be taken when changing an existing
5364 scheduling time.
5366 @kindex C-c C-x C-k
5367 @kindex k a
5368 @kindex k s
5369 @item C-c C-x C-k
5370 Mark the current entry for agenda action.  After you have marked the entry
5371 like this, you can open the agenda or the calendar to find an appropriate
5372 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
5373 schedule the marked item.
5375 @kindex C-c / d
5376 @cindex sparse tree, for deadlines
5377 @item C-c / d
5378 @vindex org-deadline-warning-days
5379 Create a sparse tree with all deadlines that are either past-due, or
5380 which will become due within @code{org-deadline-warning-days}.
5381 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
5382 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
5383 all deadlines due tomorrow.
5385 @kindex C-c / b
5386 @item C-c / b
5387 Sparse tree for deadlines and scheduled items before a given date.
5389 @kindex C-c / a
5390 @item C-c / a
5391 Sparse tree for deadlines and scheduled items after a given date.
5392 @end table
5394 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
5395 @subsection Repeated tasks
5396 @cindex tasks, repeated
5397 @cindex repeated tasks
5399 Some tasks need to be repeated again and again.  Org mode helps to
5400 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
5401 or plain timestamp.  In the following example
5402 @example
5403 ** TODO Pay the rent
5404    DEADLINE: <2005-10-01 Sat +1m>
5405 @end example
5406 @noindent
5407 the @code{+1m} is a repeater; the intended interpretation is that the task
5408 has a deadline on <2005-10-01> and repeats itself every (one) month starting
5409 from that time.  If you need both a repeater and a special warning period in
5410 a deadline entry, the repeater should come first and the warning period last:
5411 @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
5413 @vindex org-todo-repeat-to-state
5414 Deadlines and scheduled items produce entries in the agenda when they are
5415 over-due, so it is important to be able to mark such an entry as completed
5416 once you have done so.  When you mark a DEADLINE or a SCHEDULE with the TODO
5417 keyword DONE, it will no longer produce entries in the agenda.  The problem
5418 with this is, however, that then also the @emph{next} instance of the
5419 repeated entry will not be active.  Org mode deals with this in the following
5420 way: When you try to mark such an entry DONE (using @kbd{C-c C-t}), it will
5421 shift the base date of the repeating timestamp by the repeater interval, and
5422 immediately set the entry state back to TODO@footnote{In fact, the target
5423 state is taken from, in this sequence, the @code{REPEAT_TO_STATE} property or
5424 the variable @code{org-todo-repeat-to-state}.  If neither of these is
5425 specified, the target state defaults to the first state of the TODO state
5426 sequence.}.  In the example above, setting the state to DONE would actually
5427 switch the date like this:
5429 @example
5430 ** TODO Pay the rent
5431    DEADLINE: <2005-11-01 Tue +1m>
5432 @end example
5434 @vindex org-log-repeat
5435 A timestamp@footnote{You can change this using the option
5436 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
5437 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
5438 will also be prompted for a note.} will be added under the deadline, to keep
5439 a record that you actually acted on the previous instance of this deadline.
5441 As a consequence of shifting the base date, this entry will no longer be
5442 visible in the agenda when checking past dates, but all future instances
5443 will be visible.
5445 With the @samp{+1m} cookie, the date shift will always be exactly one
5446 month.  So if you have not paid the rent for three months, marking this
5447 entry DONE will still keep it as an overdue deadline.  Depending on the
5448 task, this may not be the best way to handle it.  For example, if you
5449 forgot to call you father for 3 weeks, it does not make sense to call
5450 him 3 times in a single day to make up for it.  Finally, there are tasks
5451 like changing batteries which should always repeat a certain time
5452 @i{after} the last time you did it.  For these tasks, Org mode has
5453 special repeaters markers with @samp{++} and @samp{.+}.  For example:
5455 @example
5456 ** TODO Call Father
5457    DEADLINE: <2008-02-10 Sun ++1w>
5458    Marking this DONE will shift the date by at least one week,
5459    but also by as many weeks as it takes to get this date into
5460    the future.  However, it stays on a Sunday, even if you called
5461    and marked it done on Saturday.
5462 ** TODO Check the batteries in the smoke detectors
5463    DEADLINE: <2005-11-01 Tue .+1m>
5464    Marking this DONE will shift the date to one month after
5465    today.
5466 @end example
5468 You may have both scheduling and deadline information for a specific
5469 task---just make sure that the repeater intervals on both are the same.
5471 An alternative to using a repeater is to create a number of copies of a task
5472 subtree, with dates shifted in each copy.  The command @kbd{C-c C-x c} was
5473 created for this purpose, it is described in @ref{Structure editing}.
5476 @node Clocking work time, Resolving idle time, Deadlines and scheduling, Dates and Times
5477 @section Clocking work time
5479 Org mode allows you to clock the time you spend on specific tasks in a
5480 project.  When you start working on an item, you can start the clock.
5481 When you stop working on that task, or when you mark the task done, the
5482 clock is stopped and the corresponding time interval is recorded.  It
5483 also computes the total time spent on each subtree of a project.  And it
5484 remembers a history or tasks recently clocked, to that you can jump quickly
5485 between a number of tasks absorbing your time.
5487 To save the clock history across Emacs sessions, use
5488 @lisp
5489 (setq org-clock-persist 'history)
5490 (org-clock-persistence-insinuate)
5491 @end lisp
5492 When you clock into a new task after resuming Emacs, the incomplete
5493 clock@footnote{To resume the clock under the assumption that you have worked
5494 on this task while outside Emacs, use @code{(setq org-clock-persist t)}.}
5495 will be found (@pxref{Resolving idle time}) and you will be prompted about
5496 what to do with it.
5498 @table @kbd
5499 @kindex C-c C-x C-i
5500 @item C-c C-x C-i
5501 @vindex org-clock-into-drawer
5502 Start the clock on the current item (clock-in).  This inserts the CLOCK
5503 keyword together with a timestamp.  If this is not the first clocking of
5504 this item, the multiple CLOCK lines will be wrapped into a
5505 @code{:LOGBOOK:} drawer (see also the variable
5506 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
5507 select the task from a list of recently clocked tasks.  With two @kbd{C-u
5508 C-u} prefixes, clock into the task at point and mark it as the default task.
5509 The default task will always be available when selecting a clocking task,
5510 with letter @kbd{d}.@*
5511 @cindex property: CLOCK_MODELINE_TOTAL
5512 @cindex property: LAST_REPEAT
5513 @vindex org-clock-modeline-total
5514 While the clock is running, the current clocking time is shown in the mode
5515 line, along with the title of the task.  The clock time shown will be all
5516 time ever clocked for this task and its children.  If the task has an effort
5517 estimate (@pxref{Effort estimates}), the mode line displays the current
5518 clocking time against it@footnote{To add an effort estimate ``on the fly'',
5519 hook a function doing this to @code{org-clock-in-prepare-hook}.}  If the task
5520 is a repeating one (@pxref{Repeated tasks}), only the time since the last
5521 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
5522 will be shown.  More control over what time is shown can be exercised with
5523 the @code{CLOCK_MODELINE_TOTAL} property.  It may have the values
5524 @code{current} to show only the current clocking instance, @code{today} to
5525 show all time clocked on this tasks today (see also the variable
5526 @code{org-extend-today-until}), @code{all} to include all time, or
5527 @code{auto} which is the default@footnote{See also the variable
5528 @code{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
5529 mode line entry will pop up a menu with clocking options.
5530 @kindex C-c C-x C-o
5531 @item C-c C-x C-o
5532 @vindex org-log-note-clock-out
5533 Stop the clock (clock-out).  This inserts another timestamp at the same
5534 location where the clock was last started.  It also directly computes
5535 the resulting time in inserts it after the time range as @samp{=>
5536 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
5537 possibility to record an additional note together with the clock-out
5538 timestamp@footnote{The corresponding in-buffer setting is:
5539 @code{#+STARTUP: lognoteclock-out}}.
5540 @kindex C-c C-x C-e
5541 @item C-c C-x C-e
5542 Update the effort estimate for the current clock task.
5543 @kindex C-c C-y
5544 @kindex C-c C-c
5545 @item C-c C-y @ @ @r{or}@ @ C-c C-c
5546 Recompute the time interval after changing one of the timestamps.  This
5547 is only necessary if you edit the timestamps directly.  If you change
5548 them with @kbd{S-@key{cursor}} keys, the update is automatic.
5549 @kindex C-c C-t
5550 @item C-c C-t
5551 Changing the TODO state of an item to DONE automatically stops the clock
5552 if it is running in this same item.
5553 @kindex C-c C-x C-x
5554 @item C-c C-x C-x
5555 Cancel the current clock.  This is useful if a clock was started by
5556 mistake, or if you ended up working on something else.
5557 @kindex C-c C-x C-j
5558 @item C-c C-x C-j
5559 Jump to the entry that contains the currently running clock.  With a
5560 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
5561 tasks.
5562 @kindex C-c C-x C-d
5563 @item C-c C-x C-d
5564 @vindex org-remove-highlights-with-change
5565 Display time summaries for each subtree in the current buffer.  This
5566 puts overlays at the end of each headline, showing the total time
5567 recorded under that heading, including the time of any subheadings. You
5568 can use visibility cycling to study the tree, but the overlays disappear
5569 when you change the buffer (see variable
5570 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
5571 @kindex C-c C-x C-r
5572 @item C-c C-x C-r
5573 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
5574 report as an Org-mode table into the current file.  When the cursor is
5575 at an existing clock table, just update it.  When called with a prefix
5576 argument, jump to the first clock report in the current document and
5577 update it.
5578 @cindex #+BEGIN, clocktable
5579 @example
5580 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
5581 #+END: clocktable
5582 @end example
5583 @noindent
5584 If such a block already exists at point, its content is replaced by the
5585 new table.  The @samp{BEGIN} line can specify options:
5586 @example
5587 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
5588 :emphasize   @r{When @code{t}, emphasize level one and level two items.}
5589 :scope       @r{The scope to consider.  This can be any of the following:}
5590              nil        @r{the current buffer or narrowed region}
5591              file       @r{the full current buffer}
5592              subtree    @r{the subtree where the clocktable is located}
5593              tree@var{N}      @r{the surrounding level @var{N} tree, for example @code{tree3}}
5594              tree       @r{the surrounding level 1 tree}
5595              agenda     @r{all agenda files}
5596              ("file"..) @r{scan these files}
5597              file-with-archives    @r{current file and its archives}
5598              agenda-with-archives  @r{all agenda files, including archives}
5599 :block       @r{The time block to consider.  This block is specified either}
5600              @r{absolute, or relative to the current time and may be any of}
5601              @r{these formats:}
5602              2007-12-31    @r{New year eve 2007}
5603              2007-12       @r{December 2007}
5604              2007-W50      @r{ISO-week 50 in 2007}
5605              2007          @r{the year 2007}
5606              today, yesterday, today-@var{N}          @r{a relative day}
5607              thisweek, lastweek, thisweek-@var{N}     @r{a relative week}
5608              thismonth, lastmonth, thismonth-@var{N}  @r{a relative month}
5609              thisyear, lastyear, thisyear-@var{N}     @r{a relative year}
5610              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
5611 :tstart      @r{A time string specifying when to start considering times.}
5612 :tend        @r{A time string specifying when to stop considering times.}
5613 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
5614              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
5615 :stepskip0   @r{Don't show steps that have zero time}
5616 :tags        @r{A tags match to select entries that should contribute}
5617 :link        @r{Link the item headlines in the table to their origins.}
5618 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
5619              @r{As a special case, @samp{:formula %} adds a column with % time.}
5620              @r{If you do not specify a formula here, any existing formula.}
5621              @r{below the clock table will survive updates and be evaluated.}
5622 :timestamp   @r{A timestamp for the entry, when available.  Look for SCHEDULED,}
5623              @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
5624 @end example
5625 To get a clock summary of the current level 1 tree, for the current
5626 day, you could write
5627 @example
5628 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
5629 #+END: clocktable
5630 @end example
5631 @noindent
5632 and to use a specific time range you could write@footnote{Note that all
5633 parameters must be specified in a single line---the line is broken here
5634 only to fit it into the manual.}
5635 @example
5636 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
5637                     :tend "<2006-08-10 Thu 12:00>"
5638 #+END: clocktable
5639 @end example
5640 A summary of the current subtree with % times would be
5641 @example
5642 #+BEGIN: clocktable :scope subtree :link t :formula %
5643 #+END: clocktable
5644 @end example
5645 @kindex C-c C-c
5646 @item C-c C-c
5647 @kindex C-c C-x C-u
5648 @itemx C-c C-x C-u
5649 Update dynamic block at point.  The cursor needs to be in the
5650 @code{#+BEGIN} line of the dynamic block.
5651 @kindex C-u C-c C-x C-u
5652 @item C-u C-c C-x C-u
5653 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
5654 you have several clock table blocks in a buffer.
5655 @kindex S-@key{left}
5656 @kindex S-@key{right}
5657 @item S-@key{left}
5658 @itemx S-@key{right}
5659 Shift the current @code{:block} interval and update the table.  The cursor
5660 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
5661 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
5662 @end table
5664 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
5665 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
5666 worked on or closed during a day.
5668 @node Resolving idle time, Effort estimates, Clocking work time, Dates and Times
5669 @section Resolving idle time
5670 @cindex resolve idle time
5672 @cindex idle, resolve, dangling
5673 If you clock in on a work item, and then walk away from your
5674 computer---perhaps to take a phone call---you often need to ``resolve'' the
5675 time you were away by either subtracting it from the current clock, or
5676 applying it to another one.
5678 @vindex org-clock-idle-time
5679 By customizing the variable @code{org-clock-idle-time} to some integer, such
5680 as 10 or 15, Emacs can alert you when you get back to your computer after
5681 being idle for that many minutes@footnote{On computers using Mac OS X,
5682 idleness is based on actual user idleness, not just Emacs' idle time.  For
5683 X11, you can install a utility program @file{x11idle.c}, available in the
5684 UTILITIES directory of the Org git distribution, to get the same general
5685 treatment of idleness.  On other systems, idle time refers to Emacs idle time
5686 only.}, and ask what you want to do with the idle time.  There will be a
5687 question waiting for you when you get back, indicating how much idle time has
5688 passed (constantly updated with the current amount), as well as a set of
5689 choices to correct the discrepancy:
5691 @table @kbd
5692 @item k
5693 To keep some or all of the minutes and stay clocked in, press @kbd{k}.  Org
5694 will ask how many of the minutes to keep.  Press @key{RET} to keep them all,
5695 effectively changing nothing, or enter a number to keep that many minutes.
5696 @item K
5697 If you use the shift key and press @kbd{K}, it will keep however many minutes
5698 you request and then immediately clock out of that task.  If you keep all of
5699 the minutes, this is the same as just clocking out of the current task.
5700 @item s
5701 To keep none of the minutes, use @kbd{s} to subtract all the away time from
5702 the clock, and then check back in from the moment you returned.
5703 @item S
5704 To keep none of the minutes and just clock out at the start of the away time,
5705 use the shift key and press @kbd{S}.  Remember that using shift will always
5706 leave you clocked out, no matter which option you choose.
5707 @item C
5708 To cancel the clock altogether, use @kbd{C}.  Note that if instead of
5709 cancelling you subtract the away time, and the resulting clock amount is less
5710 than a minute, the clock will still be cancelled rather than clutter up the
5711 log with an empty entry.
5712 @end table
5714 What if you subtracted those away minutes from the current clock, and now
5715 want to apply them to a new clock?  Simply clock in to any task immediately
5716 after the subtraction.  Org will notice that you have subtracted time ``on
5717 the books'', so to speak, and will ask if you want to apply those minutes to
5718 the next task you clock in on.
5720 There is one other instance when this clock resolution magic occurs.  Say you
5721 were clocked in and hacking away, and suddenly your cat chased a mouse who
5722 scared a hamster that crashed into your UPS's power button!  You suddenly
5723 lose all your buffers, but thanks to auto-save you still have your recent Org
5724 mode changes, including your last clock in.
5726 If you restart Emacs and clock into any task, Org will notice that you have a
5727 dangling clock which was never clocked out from your last session.  Using
5728 that clock's starting time as the beginning of the unaccounted-for period,
5729 Org will ask how you want to resolve that time.  The logic and behavior is
5730 identical to dealing with away time due to idleness, it's just happening due
5731 to a recovery event rather than a set amount of idle time.
5733 You can also check all the files visited by your Org agenda for dangling
5734 clocks at any time using @kbd{M-x org-resolve-clocks}.
5736 @node Effort estimates, Relative timer, Resolving idle time, Dates and Times
5737 @section Effort estimates
5738 @cindex effort estimates
5740 @cindex property, Effort
5741 @vindex org-effort-property
5742 If you want to plan your work in a very detailed way, or if you need to
5743 produce offers with quotations of the estimated work effort, you may want to
5744 assign effort estimates to entries.  If you are also clocking your work, you
5745 may later want to compare the planned effort with the actual working time, a
5746 great way to improve planning estimates.  Effort estimates are stored in a
5747 special property @samp{Effort}@footnote{You may change the property being
5748 used with the variable @code{org-effort-property}.}.  You can set the effort
5749 for an entry with the following commands:
5751 @table @kbd
5752 @kindex C-c C-x e
5753 @item C-c C-x e
5754 Set the effort estimate for the current entry.  With a numeric prefix
5755 argument, set it to the NTH allowed value (see below).  This command is also
5756 accessible from the agenda with the @kbd{e} key.
5757 @kindex C-c C-x C-e
5758 @item C-c C-x C-e
5759 Modify the effort estimate of the item currently being clocked.
5760 @end table
5762 Clearly the best way to work with effort estimates is through column view
5763 (@pxref{Column view}).  You should start by setting up discrete values for
5764 effort estimates, and a @code{COLUMNS} format that displays these values
5765 together with clock sums (if you want to clock your time).  For a specific
5766 buffer you can use
5768 @example
5769 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
5770 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
5771 @end example
5773 @noindent
5774 @vindex org-global-properties
5775 @vindex org-columns-default-format
5776 or, even better, you can set up these values globally by customizing the
5777 variables @code{org-global-properties} and @code{org-columns-default-format}.
5778 In particular if you want to use this setup also in the agenda, a global
5779 setup may be advised.
5781 The way to assign estimates to individual items is then to switch to column
5782 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
5783 value.  The values you enter will immediately be summed up in the hierarchy.
5784 In the column next to it, any clocked time will be displayed.
5786 @vindex org-agenda-columns-add-appointments-to-effort-sum
5787 If you switch to column view in the daily/weekly agenda, the effort column
5788 will summarize the estimated work effort for each day@footnote{Please note
5789 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
5790 column view}).}, and you can use this to find space in your schedule.  To get
5791 an overview of the entire part of the day that is committed, you can set the
5792 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
5793 appointments on a day that take place over a specified time interval will
5794 then also be added to the load estimate of the day.
5796 Effort estimates can be used in secondary agenda filtering that is triggered
5797 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
5798 these estimates defined consistently, two or three key presses will narrow
5799 down the list to stuff that fits into an available time slot.
5801 @node Relative timer,  , Effort estimates, Dates and Times
5802 @section Taking notes with a relative timer
5803 @cindex relative timer
5805 When taking notes during, for example, a meeting or a video viewing, it can
5806 be useful to have access to times relative to a starting time.  Org provides
5807 such a relative timer and make it easy to create timed notes.
5809 @table @kbd
5810 @kindex C-c C-x .
5811 @item C-c C-x .
5812 Insert a relative time into the buffer.  The first time you use this, the
5813 timer will be started.  When called with a prefix argument, the timer is
5814 restarted.
5815 @kindex C-c C-x -
5816 @item C-c C-x -
5817 Insert a description list item with the current relative time.  With a prefix
5818 argument, first reset the timer to 0.
5819 @kindex M-@key{RET}
5820 @item M-@key{RET}
5821 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
5822 new timer items.
5823 @kindex C-c C-x ,
5824 @item C-c C-x ,
5825 Pause the timer, or continue it if it is already paused.
5826 @c removed the sentence because it is redundant to the following item
5827 @kindex C-u C-c C-x ,
5828 @item C-u C-c C-x ,
5829 Stop the timer.  After this, you can only start a new timer, not continue the
5830 old one.  This command also removes the timer from the mode line.
5831 @kindex C-c C-x 0
5832 @item C-c C-x 0
5833 Reset the timer without inserting anything into the buffer.  By default, the
5834 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
5835 specific starting offset.  The user is prompted for the offset, with a
5836 default taken from a timer string at point, if any, So this can be used to
5837 restart taking notes after a break in the process.  When called with a double
5838 prefix argument @kbd{C-u C-u}, change all timer strings in the active region
5839 by a certain amount.  This can be used to fix timer strings if the timer was
5840 not started at exactly the right moment.
5841 @end table
5843 @node Capture - Refile - Archive, Agenda Views, Dates and Times, Top
5844 @chapter Capture - Refile - Archive
5845 @cindex capture
5847 An important part of any organization system is the ability to quickly
5848 capture new ideas and tasks, and to associate reference material with them.
5849 Org uses the @file{remember.el} package to create tasks, and stores files
5850 related to a task (@i{attachments}) in a special directory.  Once in the
5851 system, tasks and projects need to be moved around.  Moving completed project
5852 trees to an archive file keeps the system compact and fast.
5854 @menu
5855 * Remember::                    Capture new tasks/ideas with little interruption
5856 * Attachments::                 Add files to tasks.
5857 * RSS Feeds::                   Getting input from RSS feeds
5858 * Protocols::                   External (e.g. Browser) access to Emacs and Org
5859 * Refiling notes::              Moving a tree from one place to another
5860 * Archiving::                   What to do with finished projects
5861 @end menu
5863 @node Remember, Attachments, Capture - Refile - Archive, Capture - Refile - Archive
5864 @section Remember
5865 @cindex @file{remember.el}
5867 The Remember package by John Wiegley lets you store quick notes with little
5868 interruption of your work flow.  It is an excellent way to add new notes and
5869 tasks to Org files.  The @code{remember.el} package is part of Emacs 23, not
5870 Emacs 22.  See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
5871 more information.
5873 Org significantly expands the possibilities of Remember: you may define
5874 templates for different note types, and associate target files and headlines
5875 with specific templates.  It also allows you to select the location where a
5876 note should be stored interactively, on the fly.
5878 @menu
5879 * Setting up Remember for Org::  Some code for .emacs to get things going
5880 * Remember templates::          Define the outline of different note types
5881 * Storing notes::               Directly get the note to where it belongs
5882 @end menu
5884 @node Setting up Remember for Org, Remember templates, Remember, Remember
5885 @subsection Setting up Remember for Org
5887 The following customization will tell Remember to use Org files as
5888 target, and to create annotations compatible with Org links.
5890 @example
5891 (org-remember-insinuate)
5892 (setq org-directory "~/path/to/my/orgfiles/")
5893 (setq org-default-notes-file (concat org-directory "/notes.org"))
5894 (define-key global-map "\C-cr" 'org-remember)
5895 @end example
5897 @noindent
5898 The last line binds the command @code{org-remember} to a global
5899 key@footnote{Please select your own key, @kbd{C-c r} is only a
5900 suggestion.}.  @code{org-remember} basically just calls Remember,
5901 but it makes a few things easier: if there is an active region, it will
5902 automatically copy the region into the Remember buffer.  It also allows
5903 to jump to the buffer and location where Remember notes are being
5904 stored: just call @code{org-remember} with a prefix argument.  If you
5905 use two prefix arguments, Org jumps to the location where the last
5906 remember note was stored.
5908 The Remember buffer will actually use @code{org-mode} as its major mode, so
5909 that all editing features of Org mode are available.  In addition to this, a
5910 minor mode @code{org-remember-mode} is turned on, for the single purpose that
5911 you can use its keymap @code{org-remember-mode-map} to override some of
5912 Org mode's key bindings.
5914 You can also call @code{org-remember} in a special way from the agenda,
5915 using the @kbd{k r} key combination.  With this access, any timestamps
5916 inserted by the selected Remember template (see below) will default to
5917 the cursor date in the agenda, rather than to the current date.
5919 @node Remember templates, Storing notes, Setting up Remember for Org, Remember
5920 @subsection Remember templates
5921 @cindex templates, for Remember
5923 In combination with Org, you can use templates to generate
5924 different types of Remember notes.  For example, if you would like
5925 to use one template to create general TODO entries, another one for
5926 journal entries, and a third one for collecting random ideas, you could
5927 use:
5929 @example
5930 (setq org-remember-templates
5931  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
5932    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
5933    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5934 @end example
5936 @vindex org-remember-default-headline
5937 @vindex org-directory
5938 @noindent In these entries, the first string is just a name, and the
5939 character specifies how to select the template.  It is useful if the
5940 character is also the first letter of the name.  The next string specifies
5941 the template.  Two more (optional) strings give the file in which, and the
5942 headline under which, the new note should be stored.  The file (if not
5943 present or @code{nil}) defaults to @code{org-default-notes-file}, the heading
5944 to @code{org-remember-default-headline}.  If the file name is not an absolute
5945 path, it will be interpreted relative to @code{org-directory}.
5947 The heading can also be the symbols @code{top} or @code{bottom} to send notes
5948 as level 1 entries to the beginning or end of the file, respectively.  It may
5949 also be the symbol @code{date-tree}.  Then, a tree with year on level 1,
5950 month on level 2 and day on level three will be built in the file, and the
5951 entry will be filed into the tree under the current date@footnote{If the file
5952 contains an entry with a @code{DATE_TREE} property, the entire date tree will
5953 be built under that entry.}
5955 An optional sixth element specifies the contexts in which the user can select
5956 the template.  This element can be a list of major modes or a function.
5957 @code{org-remember} will first check whether the function returns @code{t} or
5958 if we are in any of the listed major modes, and exclude templates for which
5959 this condition is not fulfilled.  Templates that do not specify this element
5960 at all, or that use @code{nil} or @code{t} as a value will always be
5961 selectable.
5963 So for example:
5965 @example
5966 (setq org-remember-templates
5967  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
5968    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
5969    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5970 @end example
5972 @noindent
5973 The first template will only be available when invoking @code{org-remember}
5974 from a buffer in @code{emacs-lisp-mode}.  The second template will only be
5975 available when the function @code{my-check} returns @code{t}.  The third
5976 template will be proposed in any context.
5978 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
5979 something, Org will prompt for a key to select the template (if you have
5980 more than one template) and then prepare the buffer like
5981 @example
5982 * TODO
5983   [[file:@var{link to where you called remember}]]
5984 @end example
5986 @noindent
5987 During expansion of the template, special @kbd{%}-escapes@footnote{If you
5988 need one of these sequences literally, escape the @kbd{%} with a backslash.}
5989 allow dynamic insertion of content:
5990 @example
5991 %^@{@var{prompt}@}  @r{prompt the user for a string and replace this sequence with it.}
5992             @r{You may specify a default value and a completion table with}
5993             @r{%^@{prompt|default|completion2|completion3...@}}
5994             @r{The arrow keys access a prompt-specific history.}
5995 %a          @r{annotation, normally the link created with @code{org-store-link}}
5996 %A          @r{like @code{%a}, but prompt for the description part}
5997 %i          @r{initial content, the region when remember is called with C-u.}
5998             @r{The entire text will be indented like @code{%i} itself.}
5999 %t          @r{timestamp, date only}
6000 %T          @r{timestamp with date and time}
6001 %u, %U      @r{like the above, but inactive timestamps}
6002 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
6003             @r{You may define a prompt like @code{%^@{Birthday@}t}}
6004 %n          @r{user name (taken from @code{user-full-name})}
6005 %c          @r{Current kill ring head.}
6006 %x          @r{Content of the X clipboard.}
6007 %^C         @r{Interactive selection of which kill or clip to use.}
6008 %^L         @r{Like @code{%^C}, but insert as link.}
6009 %k          @r{title of the currently clocked task}
6010 %K          @r{link to the currently clocked task}
6011 %^g         @r{prompt for tags, with completion on tags in target file.}
6012 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
6013 %^@{@var{prop}@}p   @r{Prompt the user for a value for property @var{prop}}
6014 %:keyword   @r{specific information for certain link types, see below}
6015 %[@var{file}]     @r{insert the contents of the file given by @var{file}}
6016 %(@var{sexp})     @r{evaluate Elisp @var{sexp} and replace with the result}
6017 %!          @r{immediately store note after completing the template}
6018             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
6019 %&          @r{jump to target location immediately after storing note}
6020 @end example
6022 @noindent
6023 For specific link types, the following keywords will be
6024 defined@footnote{If you define your own link types (@pxref{Adding
6025 hyperlink types}), any property you store with
6026 @code{org-store-link-props} can be accessed in remember templates in a
6027 similar way.}:
6029 @vindex org-from-is-user-regexp
6030 @example
6031 Link type          |  Available keywords
6032 -------------------+----------------------------------------------
6033 bbdb               |  %:name %:company
6034 bbdb               |  %::server %:port %:nick
6035 vm, wl, mh, rmail  |  %:type %:subject %:message-id
6036                    |  %:from %:fromname %:fromaddress
6037                    |  %:to   %:toname   %:toaddress
6038                    |  %: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}.}}
6039 gnus               |  %:group, @r{for messages also all email fields}
6040 w3, w3m            |  %:url
6041 info               |  %:file %:node
6042 calendar           |  %:date"
6043 @end example
6045 @noindent
6046 To place the cursor after template expansion use:
6048 @example
6049 %?          @r{After completing the template, position cursor here.}
6050 @end example
6052 @noindent
6053 If you change your mind about which template to use, call
6054 @code{org-remember} in the remember buffer.  You may then select a new
6055 template that will be filled with the previous context information.
6057 @node Storing notes,  , Remember templates, Remember
6058 @subsection Storing notes
6060 @vindex org-remember-clock-out-on-exit
6061 When you are finished preparing a note with Remember, you have to press
6062 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
6063 Remember buffer, you will first be asked if you want to clock out
6064 now@footnote{To avoid this query, configure the variable
6065 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
6066 will continue to run after the note was filed away.
6068 The handler will then store the note in the file and under the headline
6069 specified in the template, or it will use the default file and headline.  The
6070 window configuration will be restored, sending you back to the working
6071 context before the call to Remember.  To re-use the location found during the
6072 last call to Remember, exit the Remember buffer with @kbd{C-0 C-c C-c},
6073 i.e. specify a zero prefix argument to @kbd{C-c C-c}.  Another special case
6074 is @kbd{C-2 C-c C-c} which files the note as a child of the currently clocked
6075 item, and @kbd{C-3 C-c C-c} files as a sibling of the currently clocked item.
6077 @vindex org-remember-store-without-prompt
6078 If you want to store the note directly to a different place, use
6079 @kbd{C-1 C-c C-c} instead to exit Remember@footnote{Configure the
6080 variable @code{org-remember-store-without-prompt} to make this behavior
6081 the default.}.  The handler will then first prompt for a target file---if
6082 you press @key{RET}, the value specified for the template is used.
6083 Then the command offers the headings tree of the selected file, with the
6084 cursor position at the default headline (if you specified one in the
6085 template).  You can either immediately press @key{RET} to get the note
6086 placed there.  Or you can use the following keys to find a different
6087 location:
6088 @example
6089 @key{TAB}         @r{Cycle visibility.}
6090 @key{down} / @key{up}   @r{Next/previous visible headline.}
6091 n / p        @r{Next/previous visible headline.}
6092 f / b        @r{Next/previous headline same level.}
6093 u            @r{One level up.}
6094 @c 0-9          @r{Digit argument.}
6095 @end example
6096 @noindent
6097 Pressing @key{RET} or @key{left} or @key{right}
6098 then leads to the following result.
6100 @vindex org-reverse-note-order
6101 @multitable @columnfractions 0.2 0.15 0.65
6102 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
6103 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
6104 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
6105 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
6106 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
6107 @item                 @tab @tab depending on @code{org-reverse-note-order}.
6108 @item not on headline @tab @key{RET}
6109       @tab at cursor position, level taken from context.
6110 @end multitable
6112 Before inserting the text into a tree, the function ensures that the text has
6113 a headline, i.e. a first line that starts with a @samp{*}.  If not, a
6114 headline is constructed from the current date.  If you have indented the text
6115 of the note below the headline, the indentation will be adapted if inserting
6116 the note into the tree requires demotion from level 1.
6119 @node Attachments, RSS Feeds, Remember, Capture - Refile - Archive
6120 @section Attachments
6121 @cindex attachments
6123 @vindex org-attach-directory
6124 It is often useful to associate reference material with an outline node/task.
6125 Small chunks of plain text can simply be stored in the subtree of a project.
6126 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
6127 files that live elsewhere on your computer or in the cloud, like emails or
6128 source code files belonging to a project.  Another method is @i{attachments},
6129 which are files located in a directory belonging to an outline node.  Org
6130 uses directories named by the unique ID of each entry.  These directories are
6131 located in the @file{data} directory which lives in the same directory where
6132 your Org file lives@footnote{If you move entries or Org files from one
6133 directory to another, you may want to configure @code{org-attach-directory}
6134 to contain an absolute path.}.  If you initialize this directory with
6135 @code{git init}, Org will automatically commit changes when it sees them.
6136 The attachment system has been contributed to Org by John Wiegley.
6138 In cases where it seems better to do so, you can also attach a directory of your
6139 choice to an entry.  You can also make children inherit the attachment
6140 directory from a parent, so that an entire subtree uses the same attached
6141 directory.
6143 @noindent The following commands deal with attachments.
6145 @table @kbd
6147 @kindex C-c C-a
6148 @item C-c C-a
6149 The dispatcher for commands related to the attachment system.  After these
6150 keys, a list of commands is displayed and you need to press an additional key
6151 to select a command:
6153 @table @kbd
6154 @kindex C-c C-a a
6155 @item a
6156 @vindex org-attach-method
6157 Select a file and move it into the task's attachment directory.  The file
6158 will be copied, moved, or linked, depending on @code{org-attach-method}.
6159 Note that hard links are not supported on all systems.
6161 @kindex C-c C-a c
6162 @kindex C-c C-a m
6163 @kindex C-c C-a l
6164 @item c/m/l
6165 Attach a file using the copy/move/link method.
6166 Note that hard links are not supported on all systems.
6168 @kindex C-c C-a n
6169 @item n
6170 Create a new attachment as an Emacs buffer.
6172 @kindex C-c C-a z
6173 @item z
6174 Synchronize the current task with its attachment directory, in case you added
6175 attachments yourself.
6177 @kindex C-c C-a o
6178 @item o
6179 @vindex org-file-apps
6180 Open current task's attachment.  If there are more than one, prompt for a
6181 file name first.  Opening will follow the rules set by @code{org-file-apps}.
6182 For more details, see the information on following hyperlinks
6183 (@pxref{Handling links}).
6185 @kindex C-c C-a O
6186 @item O
6187 Also open the attachment, but force opening the file in Emacs.
6189 @kindex C-c C-a f
6190 @item f
6191 Open the current task's attachment directory.
6193 @kindex C-c C-a F
6194 @item F
6195 Also open the directory, but force using @command{dired} in Emacs.
6197 @kindex C-c C-a d
6198 @item d
6199 Select and delete a single attachment.
6201 @kindex C-c C-a D
6202 @item D
6203 Delete all of a task's attachments.  A safer way is to open the directory in
6204 @command{dired} and delete from there.
6206 @kindex C-c C-a s
6207 @item C-c C-a s
6208 @cindex property, ATTACH_DIR
6209 Set a specific directory as the entry's attachment directory.  This works by
6210 putting the directory path into the @code{ATTACH_DIR} property.
6212 @kindex C-c C-a i
6213 @item C-c C-a i
6214 @cindex property, ATTACH_DIR_INHERIT
6215 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
6216 same directory for attachments as the parent does.
6217 @end table
6218 @end table
6220 @node RSS Feeds, Protocols, Attachments, Capture - Refile - Archive
6221 @section RSS feeds
6222 @cindex RSS feeds
6224 Org has the capability to add and change entries based on information found in
6225 RSS feeds.  You could use this to make a task out of each new podcast in a
6226 podcast feed.  Or you could use a phone-based note-creating service on the
6227 web to import tasks into Org.  To access feeds, you need to configure the
6228 variable @code{org-feed-alist}.  The docstring of this variable has detailed
6229 information.  Here is just an example:
6231 @example
6232 (setq org-feed-alist
6233       '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2c3....."
6234          "~/org/feeds.org" "ReQall Entries")
6235 @end example
6236 @noindent
6237 will configure that new items from the feed provided by @file{reqall.com}
6238 will result in new entries in the file @file{~/org/feeds.org} under the
6239 heading @samp{ReQall Entries}, whenever the following command is used:
6241 @table @kbd
6242 @kindex C-c C-x g
6243 @item C-c C-x g
6244 Collect items from the feeds configured in @code{org-feed-alist} and act upon
6245 them.
6246 @kindex C-c C-x G
6247 @item C-c C-x G
6248 Prompt for a feed name and go to the inbox configured for this feed.
6249 @end table
6251 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
6252 it will store information about the status of items in the feed, to avoid
6253 adding the same item several times.  You should add @samp{FEEDSTATUS} to the
6254 list of drawers in that file:
6256 @example
6257 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
6258 @end example
6260 For more information, see @file{org-feed.el} and the docstring of
6261 @code{org-feed-alist}.
6263 @node Protocols, Refiling notes, RSS Feeds, Capture - Refile - Archive
6264 @section Protocols for external access
6265 @cindex protocols, for external access
6266 @cindex emacsserver
6268 You can set up Org for handling protocol calls from outside applications that
6269 are passed to Emacs through the @file{emacsserver}.  For example, you can
6270 configure bookmarks in your web browser to send a link to the current page to
6271 Org and create a note from it using Remember (@pxref{Remember}).  Or you
6272 could create a bookmark that will tell Emacs to open the local source file of
6273 a remote website you are looking at with the browser.  See
6274 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
6275 documentation and setup instructions.
6277 @node Refiling notes, Archiving, Protocols, Capture - Refile - Archive
6278 @section Refiling notes
6279 @cindex refiling notes
6281 When reviewing the captured data, you may want to refile some of the entries
6282 into a different list, for example into a project.  Cutting, finding the
6283 right location, and then pasting the note is cumbersome.  To simplify this
6284 process, you can use the following special command:
6286 @table @kbd
6287 @kindex C-c C-w
6288 @item C-c C-w
6289 @vindex org-reverse-note-order
6290 @vindex org-refile-targets
6291 @vindex org-refile-use-outline-path
6292 @vindex org-outline-path-complete-in-steps
6293 @vindex org-refile-allow-creating-parent-nodes
6294 @vindex org-log-refile
6295 @vindex org-refile-use-cache
6296 Refile the entry or region at point.  This command offers possible locations
6297 for refiling the entry and lets you select one with completion.  The item (or
6298 all items in the region) is filed below the target heading as a subitem.
6299 Depending on @code{org-reverse-note-order}, it will be either the first or
6300 last subitem.@*
6301 By default, all level 1 headlines in the current buffer are considered to be
6302 targets, but you can have more complex definitions across a number of files.
6303 See the variable @code{org-refile-targets} for details.  If you would like to
6304 select a location via a file-path-like completion along the outline path, see
6305 the variables @code{org-refile-use-outline-path} and
6306 @code{org-outline-path-complete-in-steps}.  If you would like to be able to
6307 create new nodes as new parents for refiling on the fly, check the
6308 variable @code{org-refile-allow-creating-parent-nodes}.
6309 When the variable @code{org-log-refile}@footnote{with corresponding
6310 @code{#+STARTUP} keywords @code{logrefile}, @code{lognoterefile},
6311 and @code{nologrefile}} is set, a time stamp or a note will be
6312 recorded when an entry has been refiled.
6313 @kindex C-u C-c C-w
6314 @item C-u C-c C-w
6315 Use the refile interface to jump to a heading.
6316 @kindex C-u C-u C-c C-w
6317 @item C-u C-u C-c C-w
6318 Jump to the location where @code{org-refile} last moved a tree to.
6319 @item C-2 C-c C-w
6320 Refile as the child of the item currently being clocked.
6321 @item C-0 C-c C-w @ @r{or} @ C-u C-u C-u C-c C-w
6322 Clear the target cache.  Caching of refile targets can be turned on by
6323 setting @code{org-refile-use-cache}.  To make the command seen new possible
6324 targets, you have to clear the cache with this command.
6325 @end table
6327 @node Archiving,  , Refiling notes, Capture - Refile - Archive
6328 @section Archiving
6329 @cindex archiving
6331 When a project represented by a (sub)tree is finished, you may want
6332 to move the tree out of the way and to stop it from contributing to the
6333 agenda.  Archiving is important to keep your working files compact and global
6334 searches like the construction of agenda views fast.
6336 @table @kbd
6337 @kindex C-c C-x C-a
6338 @item C-c C-x C-a
6339 @vindex org-archive-default-command
6340 Archive the current entry using the command specified in the variable
6341 @code{org-archive-default-command}.
6342 @end table
6344 @menu
6345 * Moving subtrees::             Moving a tree to an archive file
6346 * Internal archiving::          Switch off a tree but keep i in the file
6347 @end menu
6349 @node Moving subtrees, Internal archiving, Archiving, Archiving
6350 @subsection Moving a tree to the archive file
6351 @cindex external archiving
6353 The most common archiving action is to move a project tree to another file,
6354 the archive file.
6356 @table @kbd
6357 @kindex C-c $
6358 @kindex C-c C-x C-s
6359 @item C-c C-x C-s@ @r{or short} @ C-c $
6360 @vindex org-archive-location
6361 Archive the subtree starting at the cursor position to the location
6362 given by @code{org-archive-location}.
6363 @kindex C-u C-c C-x C-s
6364 @item C-u C-c C-x C-s
6365 Check if any direct children of the current headline could be moved to
6366 the archive.  To do this, each subtree is checked for open TODO entries.
6367 If none are found, the command offers to move it to the archive
6368 location.  If the cursor is @emph{not} on a headline when this command
6369 is invoked, the level 1 trees will be checked.
6370 @end table
6372 @cindex archive locations
6373 The default archive location is a file in the same directory as the
6374 current file, with the name derived by appending @file{_archive} to the
6375 current file name.  For information and examples on how to change this,
6376 see the documentation string of the variable
6377 @code{org-archive-location}.  There is also an in-buffer option for
6378 setting this variable, for example@footnote{For backward compatibility,
6379 the following also works: If there are several such lines in a file,
6380 each specifies the archive location for the text below it.  The first
6381 such line also applies to any text before its definition.  However,
6382 using this method is @emph{strongly} deprecated as it is incompatible
6383 with the outline structure of the document.  The correct method for
6384 setting multiple archive locations in a buffer is using properties.}:
6386 @cindex #+ARCHIVE
6387 @example
6388 #+ARCHIVE: %s_done::
6389 @end example
6391 @cindex property, ARCHIVE
6392 @noindent
6393 If you would like to have a special ARCHIVE location for a single entry
6394 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
6395 location as the value (@pxref{Properties and Columns}).
6397 @vindex org-archive-save-context-info
6398 When a subtree is moved, it receives a number of special properties that
6399 record context information like the file from where the entry came, its
6400 outline path the archiving time etc.  Configure the variable
6401 @code{org-archive-save-context-info} to adjust the amount of information
6402 added.
6405 @node Internal archiving,  , Moving subtrees, Archiving
6406 @subsection Internal archiving
6408 If you want to just switch off (for agenda views) certain subtrees without
6409 moving them to a different file, you can use the @code{ARCHIVE tag}.
6411 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
6412 its location in the outline tree, but behaves in the following way:
6413 @itemize @minus
6414 @item
6415 @vindex org-cycle-open-archived-trees
6416 It does not open when you attempt to do so with a visibility cycling
6417 command (@pxref{Visibility cycling}).  You can force cycling archived
6418 subtrees with @kbd{C-@key{TAB}}, or by setting the option
6419 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
6420 @code{show-all} will open archived subtrees.
6421 @item
6422 @vindex org-sparse-tree-open-archived-trees
6423 During sparse tree construction (@pxref{Sparse trees}), matches in
6424 archived subtrees are not exposed, unless you configure the option
6425 @code{org-sparse-tree-open-archived-trees}.
6426 @item
6427 @vindex org-agenda-skip-archived-trees
6428 During agenda view construction (@pxref{Agenda Views}), the content of
6429 archived trees is ignored unless you configure the option
6430 @code{org-agenda-skip-archived-trees}, in which case these trees will always
6431 be included.  In the agenda you can press @kbd{v a} to get archives
6432 temporarily included.
6433 @item
6434 @vindex org-export-with-archived-trees
6435 Archived trees are not exported (@pxref{Exporting}), only the headline
6436 is.  Configure the details using the variable
6437 @code{org-export-with-archived-trees}.
6438 @item
6439 @vindex org-columns-skip-arrchived-trees
6440 Archived trees are excluded from column view unless the variable
6441 @code{org-columns-skip-arrchived-trees} is configured to @code{nil}.
6442 @end itemize
6444 The following commands help managing the ARCHIVE tag:
6446 @table @kbd
6447 @kindex C-c C-x a
6448 @item C-c C-x a
6449 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
6450 the headline changes to a shadowed face, and the subtree below it is
6451 hidden.
6452 @kindex C-u C-c C-x a
6453 @item C-u C-c C-x a
6454 Check if any direct children of the current headline should be archived.
6455 To do this, each subtree is checked for open TODO entries.  If none are
6456 found, the command offers to set the ARCHIVE tag for the child.  If the
6457 cursor is @emph{not} on a headline when this command is invoked, the
6458 level 1 trees will be checked.
6459 @kindex C-@kbd{TAB}
6460 @item C-@kbd{TAB}
6461 Cycle a tree even if it is tagged with ARCHIVE.
6462 @kindex C-c C-x A
6463 @item C-c C-x A
6464 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
6465 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}.  The
6466 entry becomes a child of that sibling and in this way retains a lot of its
6467 original context, including inherited tags and approximate position in the
6468 outline.
6469 @end table
6472 @node Agenda Views, Markup, Capture - Refile - Archive, Top
6473 @chapter Agenda Views
6474 @cindex agenda views
6476 Due to the way Org works, TODO items, time-stamped items, and
6477 tagged headlines can be scattered throughout a file or even a number of
6478 files.  To get an overview of open action items, or of events that are
6479 important for a particular date, this information must be collected,
6480 sorted and displayed in an organized way.
6482 Org can select items based on various criteria and display them
6483 in a separate buffer.  Seven different view types are provided:
6485 @itemize @bullet
6486 @item
6487 an @emph{agenda} that is like a calendar and shows information
6488 for specific dates,
6489 @item
6490 a @emph{TODO list} that covers all unfinished
6491 action items,
6492 @item
6493 a @emph{match view}, showings headlines based on the tags, properties, and
6494 TODO state associated with them,
6495 @item
6496 a @emph{timeline view} that shows all events in a single Org file,
6497 in time-sorted view,
6498 @item
6499 a @emph{text search view} that shows all entries from multiple files
6500 that contain specified keywords,
6501 @item
6502 a @emph{stuck projects view} showing projects that currently don't move
6503 along, and
6504 @item
6505 @emph{custom views} that are special searches and combinations of different
6506 views.
6507 @end itemize
6509 @noindent
6510 The extracted information is displayed in a special @emph{agenda
6511 buffer}.  This buffer is read-only, but provides commands to visit the
6512 corresponding locations in the original Org files, and even to
6513 edit these files remotely.
6515 @vindex org-agenda-window-setup
6516 @vindex org-agenda-restore-windows-after-quit
6517 Two variables control how the agenda buffer is displayed and whether the
6518 window configuration is restored when the agenda exits:
6519 @code{org-agenda-window-setup} and
6520 @code{org-agenda-restore-windows-after-quit}.
6522 @menu
6523 * Agenda files::                Files being searched for agenda information
6524 * Agenda dispatcher::           Keyboard access to agenda views
6525 * Built-in agenda views::       What is available out of the box?
6526 * Presentation and sorting::    How agenda items are prepared for display
6527 * Agenda commands::             Remote editing of Org trees
6528 * Custom agenda views::         Defining special searches and views
6529 * Exporting Agenda Views::      Writing a view to a file
6530 * Agenda column view::          Using column view for collected entries
6531 @end menu
6533 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
6534 @section Agenda files
6535 @cindex agenda files
6536 @cindex files for agenda
6538 @vindex org-agenda-files
6539 The information to be shown is normally collected from all @emph{agenda
6540 files}, the files listed in the variable
6541 @code{org-agenda-files}@footnote{If the value of that variable is not a
6542 list, but a single file name, then the list of agenda files will be
6543 maintained in that external file.}. If a directory is part of this list,
6544 all files with the extension @file{.org} in this directory will be part
6545 of the list.
6547 Thus, even if you only work with a single Org file, that file should
6548 be put into the list@footnote{When using the dispatcher, pressing
6549 @kbd{<} before selecting a command will actually limit the command to
6550 the current file, and ignore @code{org-agenda-files} until the next
6551 dispatcher command.}.  You can customize @code{org-agenda-files}, but
6552 the easiest way to maintain it is through the following commands
6554 @cindex files, adding to agenda list
6555 @table @kbd
6556 @kindex C-c [
6557 @item C-c [
6558 Add current file to the list of agenda files.  The file is added to
6559 the front of the list.  If it was already in the list, it is moved to
6560 the front.  With a prefix argument, file is added/moved to the end.
6561 @kindex C-c ]
6562 @item C-c ]
6563 Remove current file from the list of agenda files.
6564 @kindex C-,
6565 @kindex C-'
6566 @item C-,
6567 @itemx C-'
6568 Cycle through agenda file list, visiting one file after the other.
6569 @kindex M-x org-iswitchb
6570 @item M-x org-iswitchb
6571 Command to use an @code{iswitchb}-like interface to switch to and between Org
6572 buffers.
6573 @end table
6575 @noindent
6576 The Org menu contains the current list of files and can be used
6577 to visit any of them.
6579 If you would like to focus the agenda temporarily on a file not in
6580 this list, or on just one file in the list, or even on only a subtree in a
6581 file, then this can be done in different ways.  For a single agenda command,
6582 you may press @kbd{<} once or several times in the dispatcher
6583 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
6584 extended period, use the following commands:
6586 @table @kbd
6587 @kindex C-c C-x <
6588 @item C-c C-x <
6589 Permanently restrict the agenda to the current subtree.  When with a
6590 prefix argument, or with the cursor before the first headline in a file,
6591 the agenda scope is set to the entire file.  This restriction remains in
6592 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
6593 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
6594 agenda view, the new restriction takes effect immediately.
6595 @kindex C-c C-x >
6596 @item C-c C-x >
6597 Remove the permanent restriction created by @kbd{C-c C-x <}.
6598 @end table
6600 @noindent
6601 When working with @file{speedbar.el}, you can use the following commands in
6602 the Speedbar frame:
6603 @table @kbd
6604 @kindex <
6605 @item < @r{in the speedbar frame}
6606 Permanently restrict the agenda to the item---either an Org file or a subtree
6607 in such a file---at the cursor in the Speedbar frame.
6608 If there is a window displaying an agenda view, the new restriction takes
6609 effect immediately.
6610 @kindex >
6611 @item > @r{in the speedbar frame}
6612 Lift the restriction.
6613 @end table
6615 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
6616 @section The agenda dispatcher
6617 @cindex agenda dispatcher
6618 @cindex dispatching agenda commands
6619 The views are created through a dispatcher, which should be bound to a
6620 global key---for example @kbd{C-c a} (@pxref{Installation}).  In the
6621 following we will assume that @kbd{C-c a} is indeed how the dispatcher
6622 is accessed and list keyboard access to commands accordingly.  After
6623 pressing @kbd{C-c a}, an additional letter is required to execute a
6624 command.  The dispatcher offers the following default commands:
6625 @table @kbd
6626 @item a
6627 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
6628 @item t @r{/} T
6629 Create a list of all TODO items (@pxref{Global TODO list}).
6630 @item m @r{/} M
6631 Create a list of headlines matching a TAGS expression (@pxref{Matching
6632 tags and properties}).
6633 @item L
6634 Create the timeline view for the current buffer (@pxref{Timeline}).
6635 @item s
6636 Create a list of entries selected by a boolean expression of keywords
6637 and/or regular expressions that must or must not occur in the entry.
6638 @item /
6639 @vindex org-agenda-text-search-extra-files
6640 Search for a regular expression in all agenda files and additionally in
6641 the files listed in @code{org-agenda-text-search-extra-files}.  This
6642 uses the Emacs command @code{multi-occur}.  A prefix argument can be
6643 used to specify the number of context lines for each match, default is
6645 @item # @r{/} !
6646 Create a list of stuck projects (@pxref{Stuck projects}).
6647 @item <
6648 Restrict an agenda command to the current buffer@footnote{For backward
6649 compatibility, you can also press @kbd{1} to restrict to the current
6650 buffer.}.  After pressing @kbd{<}, you still need to press the character
6651 selecting the command.
6652 @item < <
6653 If there is an active region, restrict the following agenda command to
6654 the region.  Otherwise, restrict it to the current subtree@footnote{For
6655 backward compatibility, you can also press @kbd{0} to restrict to the
6656 current region/subtree.}.  After pressing @kbd{< <}, you still need to press the
6657 character selecting the command.
6658 @end table
6660 You can also define custom commands that will be accessible through the
6661 dispatcher, just like the default commands.  This includes the
6662 possibility to create extended agenda buffers that contain several
6663 blocks together, for example the weekly agenda, the global TODO list and
6664 a number of special tags matches.  @xref{Custom agenda views}.
6666 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
6667 @section The built-in agenda views
6669 In this section we describe the built-in views.
6671 @menu
6672 * Weekly/daily agenda::         The calendar page with current tasks
6673 * Global TODO list::            All unfinished action items
6674 * Matching tags and properties::  Structured information with fine-tuned search
6675 * Timeline::                    Time-sorted view for single file
6676 * Search view::                 Find entries by searching for text
6677 * Stuck projects::              Find projects you need to review
6678 @end menu
6680 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
6681 @subsection The weekly/daily agenda
6682 @cindex agenda
6683 @cindex weekly agenda
6684 @cindex daily agenda
6686 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
6687 paper agenda, showing all the tasks for the current week or day.
6689 @table @kbd
6690 @cindex org-agenda, command
6691 @kindex C-c a a
6692 @item C-c a a
6693 @vindex org-agenda-ndays
6694 Compile an agenda for the current week from a list of Org files.  The agenda
6695 shows the entries for each day.  With a numeric prefix@footnote{For backward
6696 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
6697 listed before the agenda.  This feature is deprecated, use the dedicated TODO
6698 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
6699 C-c a a}) you may set the number of days to be displayed (see also the
6700 variable @code{org-agenda-ndays})
6701 @end table
6703 Remote editing from the agenda buffer means, for example, that you can
6704 change the dates of deadlines and appointments from the agenda buffer.
6705 The commands available in the Agenda buffer are listed in @ref{Agenda
6706 commands}.
6708 @subsubheading Calendar/Diary integration
6709 @cindex calendar integration
6710 @cindex diary integration
6712 Emacs contains the calendar and diary by Edward M. Reingold.  The
6713 calendar displays a three-month calendar with holidays from different
6714 countries and cultures.  The diary allows you to keep track of
6715 anniversaries, lunar phases, sunrise/set, recurrent appointments
6716 (weekly, monthly) and more.  In this way, it is quite complementary to
6717 Org.  It can be very useful to combine output from Org with
6718 the diary.
6720 In order to include entries from the Emacs diary into Org mode's
6721 agenda, you only need to customize the variable
6723 @lisp
6724 (setq org-agenda-include-diary t)
6725 @end lisp
6727 @noindent After that, everything will happen automatically.  All diary
6728 entries including holidays, anniversaries, etc., will be included in the
6729 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
6730 @key{RET} can be used from the agenda buffer to jump to the diary
6731 file in order to edit existing diary entries.  The @kbd{i} command to
6732 insert new entries for the current date works in the agenda buffer, as
6733 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
6734 Sunrise/Sunset times, show lunar phases and to convert to other
6735 calendars, respectively.  @kbd{c} can be used to switch back and forth
6736 between calendar and agenda.
6738 If you are using the diary only for sexp entries and holidays, it is
6739 faster to not use the above setting, but instead to copy or even move
6740 the entries into an Org file. Org mode evaluates diary-style sexp
6741 entries, and does it faster because there is no overhead for first
6742 creating the diary display.  Note that the sexp entries must start at
6743 the left margin, no whitespace is allowed before them.  For example,
6744 the following segment of an Org file will be processed and entries
6745 will be made in the agenda:
6747 @example
6748 * Birthdays and similar stuff
6749 #+CATEGORY: Holiday
6750 %%(org-calendar-holiday)   ; special function for holiday names
6751 #+CATEGORY: Ann
6752 %%(diary-anniversary  5 14 1956)@footnote{Note that the order of the arguments (month, day, year) depends on the setting of @code{calendar-date-style}.} Arthur Dent is %d years old
6753 %%(diary-anniversary 10  2 1869) Mahatma Gandhi would be %d years old
6754 @end example
6756 @subsubheading Anniversaries from BBDB
6757 @cindex BBDB, anniversaries
6758 @cindex anniversaries, from BBDB
6760 If you are using the Big Brothers Database to store your contacts, you will
6761 very likely prefer to store anniversaries in BBDB rather than in a
6762 separate Org or diary file.  Org supports this and will show BBDB
6763 anniversaries as part of the agenda.  All you need to do is to add the
6764 following to one your your agenda files:
6766 @example
6767 * Anniversaries
6768   :PROPERTIES:
6769   :CATEGORY: Anniv
6770   :END
6771 %%(org-bbdb-anniversaries)
6772 @end example
6774 You can then go ahead and define anniversaries for a BBDB record.  Basically,
6775 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
6776 record and then add the date in the format @code{YYYY-MM-DD}, followed by a
6777 space and the class of the anniversary (@samp{birthday} or @samp{wedding}, or
6778 a format string).  If you omit the class, it will default to @samp{birthday}.
6779 Here are a few examples, the header for the file @file{org-bbdb.el} contains
6780 more detailed information.
6782 @example
6783 1973-06-22
6784 1955-08-02 wedding
6785 2008-04-14 %s released version 6.01 of org-mode, %d years ago
6786 @end example
6788 After a change to BBDB, or for the first agenda display during an Emacs
6789 session, the agenda display will suffer a short delay as Org updates its
6790 hash with anniversaries.  However, from then on things will be very fast---much
6791 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
6792 in an Org or Diary file.
6794 @subsubheading Appointment reminders
6795 @cindex @file{appt.el}
6796 @cindex appointment reminders
6798 Org can interact with Emacs appointments notification facility.  To add all
6799 the appointments of your agenda files, use the command
6800 @code{org-agenda-to-appt}.  This command also lets you filter through the
6801 list of your appointments and add only those belonging to a specific category
6802 or matching a regular expression. See the docstring for details.
6804 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
6805 @subsection The global TODO list
6806 @cindex global TODO list
6807 @cindex TODO list, global
6809 The global TODO list contains all unfinished TODO items formatted and
6810 collected into a single place.
6812 @table @kbd
6813 @kindex C-c a t
6814 @item C-c a t
6815 Show the global TODO list.  This collects the TODO items from all
6816 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
6817 @code{agenda-mode}, so there are commands to examine and manipulate
6818 the TODO entries directly from that buffer (@pxref{Agenda commands}).
6819 @kindex C-c a T
6820 @item C-c a T
6821 @cindex TODO keyword matching
6822 @vindex org-todo-keywords
6823 Like the above, but allows selection of a specific TODO keyword.  You
6824 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
6825 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
6826 specify several keywords by separating them with @samp{|} as the boolean OR
6827 operator.  With a numeric prefix, the nth keyword in
6828 @code{org-todo-keywords} is selected.
6829 @kindex r
6830 The @kbd{r} key in the agenda buffer regenerates it, and you can give
6831 a prefix argument to this command to change the selected TODO keyword,
6832 for example @kbd{3 r}.  If you often need a search for a specific
6833 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
6834 Matching specific TODO keywords can also be done as part of a tags
6835 search (@pxref{Tag searches}).
6836 @end table
6838 Remote editing of TODO items means that you can change the state of a
6839 TODO entry with a single key press.  The commands available in the
6840 TODO list are described in @ref{Agenda commands}.
6842 @cindex sublevels, inclusion into TODO list
6843 Normally the global TODO list simply shows all headlines with TODO
6844 keywords.  This list can become very long.  There are two ways to keep
6845 it more compact:
6846 @itemize @minus
6847 @item
6848 @vindex org-agenda-todo-ignore-scheduled
6849 @vindex org-agenda-todo-ignore-deadlines
6850 @vindex org-agenda-todo-ignore-with-date
6851 Some people view a TODO item that has been @emph{scheduled} for execution or
6852 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
6853 Configure the variables @code{org-agenda-todo-ignore-scheduled},
6854 @code{org-agenda-todo-ignore-deadlines}, and/or
6855 @code{org-agenda-todo-ignore-with-date} to exclude such items from the
6856 global TODO list.
6857 @item
6858 @vindex org-agenda-todo-list-sublevels
6859 TODO items may have sublevels to break up the task into subtasks.  In
6860 such cases it may be enough to list only the highest level TODO headline
6861 and omit the sublevels from the global list.  Configure the variable
6862 @code{org-agenda-todo-list-sublevels} to get this behavior.
6863 @end itemize
6865 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
6866 @subsection Matching tags and properties
6867 @cindex matching, of tags
6868 @cindex matching, of properties
6869 @cindex tags view
6870 @cindex match view
6872 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
6873 or have properties (@pxref{Properties and Columns}), you can select headlines
6874 based on this metadata and collect them into an agenda buffer.  The match
6875 syntax described here also applies when creating sparse trees with @kbd{C-c /
6878 @table @kbd
6879 @kindex C-c a m
6880 @item C-c a m
6881 Produce a list of all headlines that match a given set of tags.  The
6882 command prompts for a selection criterion, which is a boolean logic
6883 expression with tags, like @samp{+work+urgent-withboss} or
6884 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
6885 define a custom command for it (@pxref{Agenda dispatcher}).
6886 @kindex C-c a M
6887 @item C-c a M
6888 @vindex org-tags-match-list-sublevels
6889 @vindex org-agenda-tags-todo-honor-ignore-options
6890 Like @kbd{C-c a m}, but only select headlines that are also TODO items and
6891 force checking subitems (see variable @code{org-tags-match-list-sublevels}).
6892 To exclude scheduled/deadline items, see the variable
6893 @code{org-agenda-tags-todo-honor-ignore-options}.  Matching specific TODO
6894 keywords together with a tags match is also possible, see @ref{Tag searches}.
6895 @end table
6897 The commands available in the tags list are described in @ref{Agenda
6898 commands}.
6900 @subsubheading Match syntax
6902 @cindex Boolean logic, for tag/property searches
6903 A search string can use Boolean operators @samp{&} for AND and @samp{|} for
6904 OR.  @samp{&} binds more strongly than @samp{|}.  Parentheses are currently
6905 not implemented.  Each element in the search is either a tag, a regular
6906 expression matching tags, or an expression like @code{PROPERTY OPERATOR
6907 VALUE} with a comparison operator, accessing a property value.  Each element
6908 may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
6909 sugar for positive selection.  The AND operator @samp{&} is optional when
6910 @samp{+} or @samp{-} is present.  Here are some examples, using only tags.
6912 @table @samp
6913 @item +work-boss
6914 Select headlines tagged @samp{:work:}, but discard those also tagged
6915 @samp{:boss:}.
6916 @item work|laptop
6917 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
6918 @item work|laptop+night
6919 Like before, but require the @samp{:laptop:} lines to be tagged also
6920 @samp{:night:}.
6921 @end table
6923 @cindex regular expressions, with tags search
6924 Instead of a tag, you may also specify a regular expression enclosed in curly
6925 braces.  For example,
6926 @samp{work+@{^boss.*@}} matches headlines that contain the tag
6927 @samp{:work:} and any tag @i{starting} with @samp{boss}.
6929 @cindex TODO keyword matching, with tags search
6930 @cindex level, require for tags/property match
6931 @cindex category, require for tags/property match
6932 @vindex org-odd-levels-only
6933 You may also test for properties (@pxref{Properties and Columns}) at the same
6934 time as matching tags.  The properties may be real properties, or special
6935 properties that represent other metadata (@pxref{Special properties}).  For
6936 example, the ``property'' @code{TODO} represents the TODO keyword of the
6937 entry.  Or, the ``property'' @code{LEVEL} represents the level of an entry.
6938 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
6939 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
6940 DONE.  In buffers with @code{org-odd-levels-only} set, @samp{LEVEL} does not
6941 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
6943 Here are more examples:
6944 @table @samp
6945 @item work+TODO="WAITING"
6946 Select @samp{:work:}-tagged TODO lines with the specific TODO
6947 keyword @samp{WAITING}.
6948 @item work+TODO="WAITING"|home+TODO="WAITING"
6949 Waiting tasks both at work and at home.
6950 @end table
6952 When matching properties, a number of different operators can be used to test
6953 the value of a property.  Here is a complex example:
6955 @example
6956 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
6957          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
6958 @end example
6960 @noindent
6961 The type of comparison will depend on how the comparison value is written:
6962 @itemize @minus
6963 @item
6964 If the comparison value is a plain number, a numerical comparison is done,
6965 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
6966 @samp{>=}, and @samp{<>}.
6967 @item
6968 If the comparison value is enclosed in double-quotes,
6969 a string comparison is done, and the same operators are allowed.
6970 @item
6971 If the comparison value is enclosed in double-quotes @emph{and} angular
6972 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
6973 assumed to be date/time specifications in the standard Org way, and the
6974 comparison will be done accordingly.  Special values that will be recognized
6975 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
6976 @code{"<tomorrow>"} for these days at 0:00 hours, i.e. without a time
6977 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
6978 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
6979 respectively, can be used.
6980 @item
6981 If the comparison value is enclosed
6982 in curly braces, a regexp match is performed, with @samp{=} meaning that the
6983 regexp matches the property value, and @samp{<>} meaning that it does not
6984 match.
6985 @end itemize
6987 So the search string in the example finds entries tagged @samp{:work:} but
6988 not @samp{:boss:}, which also have a priority value @samp{A}, a
6989 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
6990 property that is numerically smaller than 2, a @samp{:With:} property that is
6991 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
6992 on or after October 11, 2008.
6994 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
6995 other properties will slow down the search.  However, once you have paid the
6996 price by accessing one property, testing additional properties is cheap
6997 again.
6999 You can configure Org mode to use property inheritance during a search, but
7000 beware that this can slow down searches considerably.  See @ref{Property
7001 inheritance}, for details.
7003 For backward compatibility, and also for typing speed, there is also a
7004 different way to test TODO states in a search.  For this, terminate the
7005 tags/property part of the search string (which may include several terms
7006 connected with @samp{|}) with a @samp{/} and then specify a Boolean
7007 expression just for TODO keywords.  The syntax is then similar to that for
7008 tags, but should be applied with care: for example, a positive
7009 selection on several TODO keywords cannot meaningfully be combined with
7010 boolean AND.  However, @emph{negative selection} combined with AND can be
7011 meaningful.  To make sure that only lines are checked that actually have any
7012 TODO keyword (resulting in a speed-up), use @kbd{C-c a M}, or equivalently
7013 start the TODO part after the slash with @samp{!}.  Examples:
7015 @table @samp
7016 @item work/WAITING
7017 Same as @samp{work+TODO="WAITING"}
7018 @item work/!-WAITING-NEXT
7019 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
7020 nor @samp{NEXT}
7021 @item work/!+WAITING|+NEXT
7022 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
7023 @samp{NEXT}.
7024 @end table
7026 @node Timeline, Search view, Matching tags and properties, Built-in agenda views
7027 @subsection Timeline for a single file
7028 @cindex timeline, single file
7029 @cindex time-sorted view
7031 The timeline summarizes all time-stamped items from a single Org mode
7032 file in a @emph{time-sorted view}.  The main purpose of this command is
7033 to give an overview over events in a project.
7035 @table @kbd
7036 @kindex C-c a L
7037 @item C-c a L
7038 Show a time-sorted view of the Org file, with all time-stamped items.
7039 When called with a @kbd{C-u} prefix, all unfinished TODO entries
7040 (scheduled or not) are also listed under the current date.
7041 @end table
7043 @noindent
7044 The commands available in the timeline buffer are listed in
7045 @ref{Agenda commands}.
7047 @node Search view, Stuck projects, Timeline, Built-in agenda views
7048 @subsection Search view
7049 @cindex search view
7050 @cindex text search
7051 @cindex searching, for text
7053 This agenda view is a general text search facility for Org mode entries.
7054 It is particularly useful to find notes.
7056 @table @kbd
7057 @kindex C-c a s
7058 @item C-c a s
7059 This is a special search that lets you select entries by matching a substring
7060 or specific words using a boolean logic.
7061 @end table
7062 For example, the search string @samp{computer equipment} will find entries
7063 that contain @samp{computer equipment} as a substring.  If the two words are
7064 separated by more space or a line break, the search will still match.
7065 Search view can also search for specific keywords in the entry, using Boolean
7066 logic.  The search string @samp{+computer +wifi -ethernet -@{8\.11[bg]@}}
7067 will search for note entries that contain the keywords @code{computer}
7068 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
7069 not matched by the regular expression @code{8\.11[bg]}, meaning to
7070 exclude both 8.11b and 8.11g.  The first @samp{+} is necessary to turn on
7071 word search, other @samp{+} characters are optional.  For more details, see
7072 the docstring of the command @code{org-search-view}.
7074 @vindex org-agenda-text-search-extra-files
7075 Note that in addition to the agenda files, this command will also search
7076 the files listed in @code{org-agenda-text-search-extra-files}.
7078 @node Stuck projects,  , Search view, Built-in agenda views
7079 @subsection Stuck projects
7081 If you are following a system like David Allen's GTD to organize your
7082 work, one of the ``duties'' you have is a regular review to make sure
7083 that all projects move along.  A @emph{stuck} project is a project that
7084 has no defined next actions, so it will never show up in the TODO lists
7085 Org mode produces.  During the review, you need to identify such
7086 projects and define next actions for them.
7088 @table @kbd
7089 @kindex C-c a #
7090 @item C-c a #
7091 List projects that are stuck.
7092 @kindex C-c a !
7093 @item C-c a !
7094 @vindex org-stuck-projects
7095 Customize the variable @code{org-stuck-projects} to define what a stuck
7096 project is and how to find it.
7097 @end table
7099 You almost certainly will have to configure this view before it will
7100 work for you.  The built-in default assumes that all your projects are
7101 level-2 headlines, and that a project is not stuck if it has at least
7102 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
7104 Let's assume that you, in your own way of using Org mode, identify
7105 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
7106 indicate a project that should not be considered yet.  Let's further
7107 assume that the TODO keyword DONE marks finished projects, and that NEXT
7108 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
7109 is a next action even without the NEXT tag.  Finally, if the project
7110 contains the special word IGNORE anywhere, it should not be listed
7111 either.  In this case you would start by identifying eligible projects
7112 with a tags/todo match@footnote{@xref{Tag searches}.}
7113 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
7114 IGNORE in the subtree to identify projects that are not stuck.  The
7115 correct customization for this is
7117 @lisp
7118 (setq org-stuck-projects
7119       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
7120                                "\\<IGNORE\\>"))
7121 @end lisp
7123 Note that if a project is identified as non-stuck, the subtree of this entry
7124 will still be searched for stuck projects.
7126 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
7127 @section Presentation and sorting
7128 @cindex presentation, of agenda items
7130 @vindex org-agenda-prefix-format
7131 Before displaying items in an agenda view, Org mode visually prepares
7132 the items and sorts them.  Each item occupies a single line.  The line
7133 starts with a @emph{prefix} that contains the @emph{category}
7134 (@pxref{Categories}) of the item and other important information.  You can
7135 customize the prefix using the option @code{org-agenda-prefix-format}.
7136 The prefix is followed by a cleaned-up version of the outline headline
7137 associated with the item.
7139 @menu
7140 * Categories::                  Not all tasks are equal
7141 * Time-of-day specifications::  How the agenda knows the time
7142 * Sorting of agenda items::     The order of things
7143 @end menu
7145 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
7146 @subsection Categories
7148 @cindex category
7149 The category is a broad label assigned to each agenda item.  By default,
7150 the category is simply derived from the file name, but you can also
7151 specify it with a special line in the buffer, like this@footnote{For
7152 backward compatibility, the following also works: if there are several
7153 such lines in a file, each specifies the category for the text below it.
7154 The first category also applies to any text before the first CATEGORY
7155 line.  However, using this method is @emph{strongly} deprecated as it is
7156 incompatible with the outline structure of the document.  The correct
7157 method for setting multiple categories in a buffer is using a
7158 property.}:
7160 @example
7161 #+CATEGORY: Thesis
7162 @end example
7164 @noindent
7165 @cindex property, CATEGORY
7166 If you would like to have a special CATEGORY for a single entry or a
7167 (sub)tree, give the entry a @code{:CATEGORY:} property with the
7168 special category you want to apply as the value.
7170 @noindent
7171 The display in the agenda buffer looks best if the category is not
7172 longer than 10 characters.
7174 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
7175 @subsection Time-of-day specifications
7176 @cindex time-of-day specification
7178 Org mode checks each agenda item for a time-of-day specification.  The
7179 time can be part of the timestamp that triggered inclusion into the
7180 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
7181 ranges can be specified with two timestamps, like
7183 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
7185 In the headline of the entry itself, a time(range) may also appear as
7186 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
7187 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
7188 specifications in diary entries are recognized as well.
7190 For agenda display, Org mode extracts the time and displays it in a
7191 standard 24 hour format as part of the prefix.  The example times in
7192 the previous paragraphs would end up in the agenda like this:
7194 @example
7195     8:30-13:00 Arthur Dent lies in front of the bulldozer
7196    12:45...... Ford Prefect arrives and takes Arthur to the pub
7197    19:00...... The Vogon reads his poem
7198    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7199 @end example
7201 @cindex time grid
7202 If the agenda is in single-day mode, or for the display of today, the
7203 timed entries are embedded in a time grid, like
7205 @example
7206     8:00...... ------------------
7207     8:30-13:00 Arthur Dent lies in front of the bulldozer
7208    10:00...... ------------------
7209    12:00...... ------------------
7210    12:45...... Ford Prefect arrives and takes Arthur to the pub
7211    14:00...... ------------------
7212    16:00...... ------------------
7213    18:00...... ------------------
7214    19:00...... The Vogon reads his poem
7215    20:00...... ------------------
7216    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
7217 @end example
7219 @vindex org-agenda-use-time-grid
7220 @vindex org-agenda-time-grid
7221 The time grid can be turned on and off with the variable
7222 @code{org-agenda-use-time-grid}, and can be configured with
7223 @code{org-agenda-time-grid}.
7225 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
7226 @subsection Sorting of agenda items
7227 @cindex sorting, of agenda items
7228 @cindex priorities, of agenda items
7229 Before being inserted into a view, the items are sorted.  How this is
7230 done depends on the type of view.
7231 @itemize @bullet
7232 @item
7233 @vindex org-agenda-files
7234 For the daily/weekly agenda, the items for each day are sorted.  The
7235 default order is to first collect all items containing an explicit
7236 time-of-day specification.  These entries will be shown at the beginning
7237 of the list, as a @emph{schedule} for the day.  After that, items remain
7238 grouped in categories, in the sequence given by @code{org-agenda-files}.
7239 Within each category, items are sorted by priority (@pxref{Priorities}),
7240 which is composed of the base priority (2000 for priority @samp{A}, 1000
7241 for @samp{B}, and 0 for @samp{C}), plus additional increments for
7242 overdue scheduled or deadline items.
7243 @item
7244 For the TODO list, items remain in the order of categories, but within
7245 each category, sorting takes place according to priority
7246 (@pxref{Priorities}).  The priority used for sorting derives from the
7247 priority cookie, with additions depending on how close an item is to its due
7248 or scheduled date.
7249 @item
7250 For tags matches, items are not sorted at all, but just appear in the
7251 sequence in which they are found in the agenda files.
7252 @end itemize
7254 @vindex org-agenda-sorting-strategy
7255 Sorting can be customized using the variable
7256 @code{org-agenda-sorting-strategy}, and may also include criteria based on
7257 the estimated effort of an entry (@pxref{Effort estimates}).
7259 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
7260 @section Commands in the agenda buffer
7261 @cindex commands, in agenda buffer
7263 Entries in the agenda buffer are linked back to the Org file or diary
7264 file where they originate.  You are not allowed to edit the agenda
7265 buffer itself, but commands are provided to show and jump to the
7266 original entry location, and to edit the Org files ``remotely'' from
7267 the agenda buffer.  In this way, all information is stored only once,
7268 removing the risk that your agenda and note files may diverge.
7270 Some commands can be executed with mouse clicks on agenda lines.  For
7271 the other commands, the cursor needs to be in the desired line.
7273 @table @kbd
7274 @tsubheading{Motion}
7275 @cindex motion commands in agenda
7276 @kindex n
7277 @item n
7278 Next line (same as @key{up} and @kbd{C-p}).
7279 @kindex p
7280 @item p
7281 Previous line (same as @key{down} and @kbd{C-n}).
7282 @tsubheading{View/Go to Org file}
7283 @kindex mouse-3
7284 @kindex @key{SPC}
7285 @item mouse-3
7286 @itemx @key{SPC}
7287 Display the original location of the item in another window.
7288 With prefix arg, make sure that the entire entry is made visible in the
7289 outline, not only the heading.
7291 @kindex L
7292 @item L
7293 Display original location and recenter that window.
7295 @kindex mouse-2
7296 @kindex mouse-1
7297 @kindex @key{TAB}
7298 @item mouse-2
7299 @itemx mouse-1
7300 @itemx @key{TAB}
7301 Go to the original location of the item in another window.  Under Emacs
7302 22, @kbd{mouse-1} will also works for this.
7304 @kindex @key{RET}
7305 @itemx @key{RET}
7306 Go to the original location of the item and delete other windows.
7308 @kindex F
7309 @item F
7310 @vindex org-agenda-start-with-follow-mode
7311 Toggle Follow mode.  In Follow mode, as you move the cursor through
7312 the agenda buffer, the other window always shows the corresponding
7313 location in the Org file.  The initial setting for this mode in new
7314 agenda buffers can be set with the variable
7315 @code{org-agenda-start-with-follow-mode}.
7317 @kindex C-c C-x b
7318 @item C-c C-x b
7319 Display the entire subtree of the current item in an indirect buffer.  With a
7320 numeric prefix argument N, go up to level N and then take that tree.  If N is
7321 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
7322 previously used indirect buffer.
7324 @kindex C-c C-o
7325 @item C-c C-o
7326 Follow a link in the entry.  This will offer a selection of any links in the
7327 text belonging to the referenced Org node.  If there is only one link, it
7328 will be followed without a selection prompt.
7330 @tsubheading{Change display}
7331 @cindex display changing, in agenda
7332 @kindex o
7333 @item o
7334 Delete other windows.
7336 @kindex v d
7337 @kindex d
7338 @kindex v w
7339 @kindex w
7340 @kindex v m
7341 @kindex v y
7342 @item v d @ @r{or short} @ d
7343 @itemx v w @ @r{or short} @ w
7344 @itemx v m
7345 @itemx v y
7346 Switch to day/week/month/year view.  When switching to day or week view,
7347 this setting becomes the default for subsequent agenda commands.  Since
7348 month and year views are slow to create, they do not become the default.
7349 A numeric prefix argument may be used to jump directly to a specific day
7350 of the year, ISO week, month, or year, respectively.  For example,
7351 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
7352 setting day, week, or month view, a year may be encoded in the prefix
7353 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
7354 2007.  If such a year specification has only one or two digits, it will
7355 be mapped to the interval 1938-2037.
7357 @kindex f
7358 @item f
7359 @vindex org-agenda-ndays
7360 Go forward in time to display the following @code{org-agenda-ndays} days.
7361 For example, if the display covers a week, switch to the following week.
7362 With prefix arg, go forward that many times @code{org-agenda-ndays} days.
7364 @kindex b
7365 @item b
7366 Go backward in time to display earlier dates.
7368 @kindex .
7369 @item .
7370 Go to today.
7372 @kindex j
7373 @item j
7374 Prompt for a date and go there.
7376 @kindex D
7377 @item D
7378 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
7380 @kindex v l
7381 @kindex v L
7382 @kindex l
7383 @item v l @ @r{or short} @ l
7384 @vindex org-log-done
7385 @vindex org-agenda-log-mode-items
7386 Toggle Logbook mode.  In Logbook mode, entries that were marked DONE while
7387 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
7388 entries that have been clocked on that day.  You can configure the entry
7389 types that should be included in log mode using the variable
7390 @code{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
7391 all possible logbook entries, including state changes.  When called with two
7392 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
7393 @kbd{v L} is equivalent to @kbd{C-u v l}.
7395 @kindex v [
7396 @kindex [
7397 @item v [ @ @r{or short} @ [
7398 Include inactive timestamps into the current view.  Only for weekly/daily
7399 agenda and timeline views.
7401 @kindex v a
7402 @kindex v A
7403 @item v a
7404 @itemx v A
7405 Toggle Archives mode.  In Archives mode, trees that are marked
7406 @code{ARCHIVED} are also scanned when producing the agenda.  When you use the
7407 capital @kbd{A}, even all archive files are included.  To exit archives mode,
7408 press @kbd{v a} again.
7410 @kindex v R
7411 @kindex R
7412 @item v R @ @r{or short} @ R
7413 @vindex org-agenda-start-with-clockreport-mode
7414 Toggle Clockreport mode.  In Clockreport mode, the daily/weekly agenda will
7415 always show a table with the clocked times for the timespan and file scope
7416 covered by the current agenda view.  The initial setting for this mode in new
7417 agenda buffers can be set with the variable
7418 @code{org-agenda-start-with-clockreport-mode}.
7420 @kindex v E
7421 @kindex E
7422 @item v E @ @r{or short} @ E
7423 @vindex org-agenda-start-with-entry-text-mode
7424 @vindex org-agenda-entry-text-maxlines
7425 Toggle entry text mode.  In entry text mode, a number of lines from the Org
7426 outline node referenced by an agenda line will be displayed below the line.
7427 The maximum number of lines is given by the variable
7428 @code{org-agenda-entry-text-maxlines}.  Calling this command with a numeric
7429 prefix argument will temporarily modify that number to the prefix value.
7431 @kindex G
7432 @item G
7433 @vindex org-agenda-use-time-grid
7434 @vindex org-agenda-time-grid
7435 Toggle the time grid on and off.  See also the variables
7436 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
7438 @kindex r
7439 @item r
7440 Recreate the agenda buffer, for example to reflect the changes after
7441 modification of the timestamps of items with @kbd{S-@key{left}} and
7442 @kbd{S-@key{right}}.  When the buffer is the global TODO list, a prefix
7443 argument is interpreted to create a selective list for a specific TODO
7444 keyword.
7445 @kindex g
7446 @item g
7447 Same as @kbd{r}.
7449 @kindex s
7450 @kindex C-x C-s
7451 @item s
7452 @itemx C-x C-s
7453 Save all Org buffers in the current Emacs session, and also the locations of
7454 IDs.
7456 @kindex C-c C-x C-c
7457 @item C-c C-x C-c
7458 @vindex org-columns-default-format
7459 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
7460 view format is taken from the entry at point, or (if there is no entry at
7461 point), from the first entry in the agenda view.  So whatever the format for
7462 that entry would be in the original buffer (taken from a property, from a
7463 @code{#+COLUMNS} line, or from the default variable
7464 @code{org-columns-default-format}), will be used in the agenda.
7466 @kindex C-c C-x >
7467 @item C-c C-x >
7468 Remove the restriction lock on the agenda, if it is currently restricted to a
7469 file or subtree (@pxref{Agenda files}).
7471 @tsubheading{Secondary filtering and query editing}
7472 @cindex filtering, by tag and effort, in agenda
7473 @cindex tag filtering, in agenda
7474 @cindex effort filtering, in agenda
7475 @cindex query editing, in agenda
7477 @kindex /
7478 @item /
7479 @vindex org-agenda-filter-preset
7480 Filter the current agenda view with respect to a tag and/or effort estimates.
7481 The difference between this and a custom agenda command is that filtering is
7482 very fast, so that you can switch quickly between different filters without
7483 having to recreate the agenda@footnote{Custom commands can preset a filter by
7484 binding the variable @code{org-agenda-filter-preset} as an option.  This
7485 filter will then be applied to the view and persist as a basic filter through
7486 refreshes and more secondary filtering.}
7488 You will be prompted for a tag selection letter, SPC will mean any tag at
7489 all.  Pressing @key{TAB} at that prompt will offer use completion to select a
7490 tag (including any tags that do not have a selection character).  The command
7491 then hides all entries that do not contain or inherit this tag.  When called
7492 with prefix arg, remove the entries that @emph{do} have the tag.  A second
7493 @kbd{/} at the prompt will turn off the filter and unhide any hidden entries.
7494 If the first key you press is either @kbd{+} or @kbd{-}, the previous filter
7495 will be narrowed by requiring or forbidding the selected additional tag.
7496 Instead of pressing @kbd{+} or @kbd{-} after @kbd{/}, you can also
7497 immediately use the @kbd{\} command.
7499 @vindex org-sort-agenda-noeffort-is-high
7500 In order to filter for effort estimates, you should set-up allowed
7501 efforts globally, for example
7502 @lisp
7503 (setq org-global-properties
7504     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
7505 @end lisp
7506 You can then filter for an effort by first typing an operator, one of
7507 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
7508 estimate in your array of allowed values, where @kbd{0} means the 10th value.
7509 The filter will then restrict to entries with effort smaller-or-equal, equal,
7510 or larger-or-equal than the selected value.  If the digits 0-9 are not used
7511 as fast access keys to tags, you can also simply press the index digit
7512 directly without an operator.  In this case, @kbd{<} will be assumed.  For
7513 application of the operator, entries without a defined effort will be treated
7514 according to the value of @code{org-sort-agenda-noeffort-is-high}.  To filter
7515 for tasks without effort definition, press @kbd{?} as the operator.
7517 Org also supports automatic, context-aware tag filtering.  If the variable
7518 @code{org-agenda-auto-exclude-function} is set to a user-defined function,
7519 that function can decide which tags should be excluded from the agenda
7520 automatically.  Once this is set, the @kbd{/} command then accepts @kbd{RET}
7521 as a sub-option key and runs the auto exclusion logic.  For example, let's
7522 say you use a @code{Net} tag to identify tasks which need network access, an
7523 @code{Errand} tag for errands in town, and a @code{Call} tag for making phone
7524 calls.  You could auto-exclude these tags based on the availability of the
7525 Internet, and outside of business hours, with something like this:
7527 @lisp
7528 @group
7529 (defun org-my-auto-exclude-function (tag)
7530   (and (cond
7531         ((string= tag "Net")
7532          (/= 0 (call-process "/sbin/ping" nil nil nil
7533                              "-c1" "-q" "-t1" "mail.gnu.org")))
7534         ((or (string= tag "Errand") (string= tag "Call"))
7535          (let ((hour (nth 2 (decode-time))))
7536            (or (< hour 8) (> hour 21)))))
7537        (concat "-" tag)))
7539 (setq org-agenda-auto-exclude-function 'org-my-auto-exclude-function)
7540 @end group
7541 @end lisp
7543 @kindex \
7544 @item \
7545 Narrow the current agenda filter by an additional condition.  When called with
7546 prefix arg, remove the entries that @emph{do} have the tag, or that do match
7547 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
7548 @kbd{-} as the first key after the @kbd{/} command.
7550 @kindex [
7551 @kindex ]
7552 @kindex @{
7553 @kindex @}
7554 @item [ ] @{ @}
7555 @table @i
7556 @item @r{in} search view
7557 add new search words (@kbd{[} and @kbd{]}) or new regular expressions
7558 (@kbd{@{} and @kbd{@}}) to the query string.  The opening bracket/brace will
7559 add a positive search term prefixed by @samp{+}, indicating that this search
7560 term @i{must} occur/match in the entry.  The closing bracket/brace will add a
7561 negative search term which @i{must not} occur/match in the entry for it to be
7562 selected.
7563 @end table
7565 @page
7566 @tsubheading{Remote editing}
7567 @cindex remote editing, from agenda
7569 @item 0-9
7570 Digit argument.
7572 @cindex undoing remote-editing events
7573 @cindex remote editing, undo
7574 @kindex C-_
7575 @item C-_
7576 Undo a change due to a remote editing command.  The change is undone
7577 both in the agenda buffer and in the remote buffer.
7579 @kindex t
7580 @item t
7581 Change the TODO state of the item, both in the agenda and in the
7582 original org file.
7584 @kindex C-S-@key{right}
7585 @kindex C-S-@key{left}
7586 @item C-S-@key{right}@r{/}@key{left}
7587 Switch to the next/previous set of TODO keywords.
7589 @kindex C-k
7590 @item C-k
7591 @vindex org-agenda-confirm-kill
7592 Delete the current agenda item along with the entire subtree belonging
7593 to it in the original Org file.  If the text to be deleted remotely
7594 is longer than one line, the kill needs to be confirmed by the user.  See
7595 variable @code{org-agenda-confirm-kill}.
7597 @kindex C-c C-w
7598 @item C-c C-w
7599 Refile the entry at point.
7601 @kindex C-c C-x C-a
7602 @kindex a
7603 @item C-c C-x C-a @ @r{or short} @ a
7604 @vindex org-archive-default-command
7605 Archive the subtree corresponding to the entry at point using the default
7606 archiving command set in @code{org-archive-default-command}.  When using the
7607 @code{a} key, confirmation will be required.
7609 @kindex C-c C-x a
7610 @item C-c C-x a
7611 Toggle the ARCHIVE tag for the current headline.
7613 @kindex C-c C-x A
7614 @item C-c C-x A
7615 Move the subtree corresponding to the current entry to its @emph{archive
7616 sibling}.
7618 @kindex $
7619 @kindex C-c C-x C-s
7620 @item C-c C-x C-s @ @r{or short} @ $
7621 Archive the subtree corresponding to the current headline.  This means the
7622 entry will be moved to the configured archive location, most likely a
7623 different file.
7625 @kindex T
7626 @item T
7627 @vindex org-agenda-show-inherited-tags
7628 Show all tags associated with the current item.  This is useful if you have
7629 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
7630 tags of a headline occasionally.
7632 @kindex :
7633 @item :
7634 Set tags for the current headline.  If there is an active region in the
7635 agenda, change a tag for all headings in the region.
7637 @kindex ,
7638 @item ,
7639 Set the priority for the current item.  Org mode prompts for the
7640 priority character. If you reply with @key{SPC}, the priority cookie
7641 is removed from the entry.
7643 @kindex P
7644 @item P
7645 Display weighted priority of current item.
7647 @kindex +
7648 @kindex S-@key{up}
7649 @item +
7650 @itemx S-@key{up}
7651 Increase the priority of the current item.  The priority is changed in
7652 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
7653 key for this.
7655 @kindex -
7656 @kindex S-@key{down}
7657 @item -
7658 @itemx S-@key{down}
7659 Decrease the priority of the current item.
7661 @kindex C-c C-z
7662 @kindex z
7663 @item z @ @r{or also} @ C-c C-z
7664 @vindex org-log-into-drawer
7665 Add a note to the entry.  This note will be recorded, and then files to the
7666 same location where state change notes are put.  Depending on
7667 @code{org-log-into-drawer}, this maybe inside a drawer.
7669 @kindex C-c C-a
7670 @item C-c C-a
7671 Dispatcher for all command related to attachments.
7673 @kindex C-c C-s
7674 @item C-c C-s
7675 Schedule this item, with prefix arg remove the scheduling timestamp
7677 @kindex C-c C-d
7678 @item C-c C-d
7679 Set a deadline for this item, with prefix arg remove the deadline.
7681 @kindex k
7682 @item k
7683 Agenda actions, to set dates for selected items to the cursor date.
7684 This command also works in the calendar!  The command prompts for an
7685 additional key:
7686 @example
7687 m   @r{Mark the entry at point for action.  You can also make entries}
7688     @r{in Org files with @kbd{C-c C-x C-k}.}
7689 d   @r{Set the deadline of the marked entry to the date at point.}
7690 s   @r{Schedule the marked entry at the date at point.}
7691 r   @r{Call @code{org-remember} with the cursor date as default date.}
7692 @end example
7693 @noindent
7694 Press @kbd{r} afterward to refresh the agenda and see the effect of the
7695 command.
7697 @kindex S-@key{right}
7698 @item S-@key{right}
7699 Change the timestamp associated with the current line by one day into the
7700 future.  With a numeric prefix argument, change it by that many days.  For
7701 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  With a
7702 @kbd{C-u} prefix, change the time by one hour.  If you immediately repeat the
7703 command, it will continue to change hours even without the prefix arg.  With
7704 a double @kbd{C-u C-u} prefix, do the same for changing minutes.  The stamp
7705 is changed in the original Org file, but the change is not directly reflected
7706 in the agenda buffer.  Use @kbd{r} or @kbd{g} to update the buffer.
7708 @kindex S-@key{left}
7709 @item S-@key{left}
7710 Change the timestamp associated with the current line by one day
7711 into the past.
7713 @kindex >
7714 @item >
7715 Change the timestamp associated with the current line.  The key @kbd{>} has
7716 been chosen, because it is the same as @kbd{S-.}  on my keyboard.
7718 @kindex I
7719 @item I
7720 Start the clock on the current item.  If a clock is running already, it
7721 is stopped first.
7723 @kindex O
7724 @item O
7725 Stop the previously started clock.
7727 @kindex X
7728 @item X
7729 Cancel the currently running clock.
7731 @kindex J
7732 @item J
7733 Jump to the running clock in another window.
7735 @tsubheading{Bulk remote editing selected entries}
7736 @cindex remote editing, bulk, from agenda
7738 @kindex m
7739 @item m
7740 Mark the entry at point for bulk action.
7742 @kindex u
7743 @item u
7744 Unmark entry for bulk action.
7746 @kindex U
7747 @item U
7748 Unmark all marked entries for bulk action.
7750 @kindex B
7751 @item B
7752 Bulk action: act on all marked entries in the agenda.  This will prompt for
7753 another key to select the action to be applied.  The prefix arg to @kbd{B}
7754 will be passed through to the @kbd{s} and @kbd{d} commands, to bulk-remove
7755 these special timestamps.
7756 @example
7757 r  @r{Prompt for a single refile target and move all entries.  The entries}
7758    @r{will no longer be in the agenda, refresh (@kbd{g}) to bring them back.}
7759 $  @r{Archive all selected entries.}
7760 A  @r{Archive entries by moving them to their respective archive siblings.}
7761 t  @r{Change TODO state.  This prompts for a single TODO keyword and}
7762    @r{changes the state of all selected entries, bypassing blocking and}
7763    @r{suppressing logging notes (but not time stamps).}
7764 +  @r{Add a tag to all selected entries.}
7765 -  @r{Remove a tag from all selected entries.}
7766 s  @r{Schedule all items to a new date.  To shift existing schedule dates}
7767    @r{by a fixed number of days, use something starting with double plus}
7768    @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
7769 d  @r{Set deadline to a specific date.}
7770 @end example
7773 @tsubheading{Calendar commands}
7774 @cindex calendar commands, from agenda
7775 @kindex c
7776 @item c
7777 Open the Emacs calendar and move to the date at the agenda cursor.
7779 @item c
7780 When in the calendar, compute and show the Org mode agenda for the
7781 date at the cursor.
7783 @cindex diary entries, creating from agenda
7784 @kindex i
7785 @item i
7786 @vindex org-agenda-diary-file
7787 Insert a new entry into the diary, using the date at the cursor and (for
7788 block entries) the date at the mark.  This will add to the Emacs diary
7789 file@footnote{This file is parsed for the agenda when
7790 @code{org-agenda-include-diary} is set.}, in a way similar to the @kbd{i}
7791 command in the calendar.  The diary file will pop up in another window, where
7792 you can add the entry.
7794 If you configure @code{org-agenda-diary-file} to point to an Org-mode file,
7795 Org will create entries (in org-mode syntax) in that file instead.  Most
7796 entries will be stored in a date-based outline tree that will later make it
7797 easy to archive appointments from previous months/years.  The tree will be
7798 built under an entry with a @code{DATE_TREE} property, or else with years as
7799 top-level entries.  Emacs will prompt you for the entry text - if you specify
7800 it, the entry will be created in @code{org-agenda-diary-file} without further
7801 interaction.  If you directly press @key{RET} at the prompt without typing
7802 text, the target file will be shown in another window for you to finish the
7803 entry there.  See also the @kbd{k r} command.
7805 @kindex M
7806 @item M
7807 Show the phases of the moon for the three months around current date.
7809 @kindex S
7810 @item S
7811 Show sunrise and sunset times.  The geographical location must be set
7812 with calendar variables, see the documentation for the Emacs calendar.
7814 @kindex C
7815 @item C
7816 Convert the date at cursor into many other cultural and historic
7817 calendars.
7819 @kindex H
7820 @item H
7821 Show holidays for three months around the cursor date.
7823 @item M-x org-export-icalendar-combine-agenda-files
7824 Export a single iCalendar file containing entries from all agenda files.
7825 This is a globally available command, and also available in the agenda menu.
7827 @tsubheading{Exporting to a file}
7828 @kindex C-x C-w
7829 @item C-x C-w
7830 @cindex exporting agenda views
7831 @cindex agenda views, exporting
7832 @vindex org-agenda-exporter-settings
7833 Write the agenda view to a file.  Depending on the extension of the selected
7834 file name, the view will be exported as HTML (extension @file{.html} or
7835 @file{.htm}), Postscript (extension @file{.ps}), PDF (extension @file{.pdf}),
7836 and plain text (any other extension).  When called with a @kbd{C-u} prefix
7837 argument, immediately open the newly created file.  Use the variable
7838 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
7839 for @file{htmlize} to be used during export.
7841 @tsubheading{Quit and Exit}
7842 @kindex q
7843 @item q
7844 Quit agenda, remove the agenda buffer.
7846 @kindex x
7847 @cindex agenda files, removing buffers
7848 @item x
7849 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
7850 for the compilation of the agenda.  Buffers created by the user to
7851 visit Org files will not be removed.
7852 @end table
7855 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
7856 @section Custom agenda views
7857 @cindex custom agenda views
7858 @cindex agenda views, custom
7860 Custom agenda commands serve two purposes: to store and quickly access
7861 frequently used TODO and tags searches, and to create special composite
7862 agenda buffers.  Custom agenda commands will be accessible through the
7863 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
7865 @menu
7866 * Storing searches::            Type once, use often
7867 * Block agenda::                All the stuff you need in a single buffer
7868 * Setting Options::             Changing the rules
7869 @end menu
7871 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
7872 @subsection Storing searches
7874 The first application of custom searches is the definition of keyboard
7875 shortcuts for frequently used searches, either creating an agenda
7876 buffer, or a sparse tree (the latter covering of course only the current
7877 buffer).
7878 @kindex C-c a C
7879 @vindex org-agenda-custom-commands
7880 Custom commands are configured in the variable
7881 @code{org-agenda-custom-commands}.  You can customize this variable, for
7882 example by pressing @kbd{C-c a C}.  You can also directly set it with
7883 Emacs Lisp in @file{.emacs}.  The following example contains all valid
7884 search types:
7886 @lisp
7887 @group
7888 (setq org-agenda-custom-commands
7889       '(("w" todo "WAITING")
7890         ("W" todo-tree "WAITING")
7891         ("u" tags "+boss-urgent")
7892         ("v" tags-todo "+boss-urgent")
7893         ("U" tags-tree "+boss-urgent")
7894         ("f" occur-tree "\\<FIXME\\>")
7895         ("h" . "HOME+Name tags searches") ; description for "h" prefix
7896         ("hl" tags "+home+Lisa")
7897         ("hp" tags "+home+Peter")
7898         ("hk" tags "+home+Kim")))
7899 @end group
7900 @end lisp
7902 @noindent
7903 The initial string in each entry defines the keys you have to press
7904 after the dispatcher command @kbd{C-c a} in order to access the command.
7905 Usually this will be just a single character, but if you have many
7906 similar commands, you can also define two-letter combinations where the
7907 first character is the same in several combinations and serves as a
7908 prefix key@footnote{You can provide a description for a prefix key by
7909 inserting a cons cell with the prefix and the description.}.  The second
7910 parameter is the search type, followed by the string or regular
7911 expression to be used for the matching.  The example above will
7912 therefore define:
7914 @table @kbd
7915 @item C-c a w
7916 as a global search for TODO entries with @samp{WAITING} as the TODO
7917 keyword
7918 @item C-c a W
7919 as the same search, but only in the current buffer and displaying the
7920 results as a sparse tree
7921 @item C-c a u
7922 as a global tags search for headlines marked @samp{:boss:} but not
7923 @samp{:urgent:}
7924 @item C-c a v
7925 as the same search as @kbd{C-c a u}, but limiting the search to
7926 headlines that are also TODO items
7927 @item C-c a U
7928 as the same search as @kbd{C-c a u}, but only in the current buffer and
7929 displaying the result as a sparse tree
7930 @item C-c a f
7931 to create a sparse tree (again: current buffer only) with all entries
7932 containing the word @samp{FIXME}
7933 @item C-c a h
7934 as a prefix command for a HOME tags search where you have to press an
7935 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
7936 Peter, or Kim) as additional tag to match.
7937 @end table
7939 @node Block agenda, Setting Options, Storing searches, Custom agenda views
7940 @subsection Block agenda
7941 @cindex block agenda
7942 @cindex agenda, with block views
7944 Another possibility is the construction of agenda views that comprise
7945 the results of @emph{several} commands, each of which creates a block in
7946 the agenda buffer.  The available commands include @code{agenda} for the
7947 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
7948 for the global TODO list (as constructed with @kbd{C-c a t}), and the
7949 matching commands discussed above: @code{todo}, @code{tags}, and
7950 @code{tags-todo}.  Here are two examples:
7952 @lisp
7953 @group
7954 (setq org-agenda-custom-commands
7955       '(("h" "Agenda and Home-related tasks"
7956          ((agenda "")
7957           (tags-todo "home")
7958           (tags "garden")))
7959         ("o" "Agenda and Office-related tasks"
7960          ((agenda "")
7961           (tags-todo "work")
7962           (tags "office")))))
7963 @end group
7964 @end lisp
7966 @noindent
7967 This will define @kbd{C-c a h} to create a multi-block view for stuff
7968 you need to attend to at home.  The resulting agenda buffer will contain
7969 your agenda for the current week, all TODO items that carry the tag
7970 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
7971 command @kbd{C-c a o} provides a similar view for office tasks.
7973 @node Setting Options,  , Block agenda, Custom agenda views
7974 @subsection Setting options for custom commands
7975 @cindex options, for custom agenda views
7977 @vindex org-agenda-custom-commands
7978 Org mode contains a number of variables regulating agenda construction
7979 and display.  The global variables define the behavior for all agenda
7980 commands, including the custom commands.  However, if you want to change
7981 some settings just for a single custom view, you can do so.  Setting
7982 options requires inserting a list of variable names and values at the
7983 right spot in @code{org-agenda-custom-commands}.  For example:
7985 @lisp
7986 @group
7987 (setq org-agenda-custom-commands
7988       '(("w" todo "WAITING"
7989          ((org-agenda-sorting-strategy '(priority-down))
7990           (org-agenda-prefix-format "  Mixed: ")))
7991         ("U" tags-tree "+boss-urgent"
7992          ((org-show-following-heading nil)
7993           (org-show-hierarchy-above nil)))
7994         ("N" search ""
7995          ((org-agenda-files '("~org/notes.org"))
7996           (org-agenda-text-search-extra-files nil)))))
7997 @end group
7998 @end lisp
8000 @noindent
8001 Now the @kbd{C-c a w} command will sort the collected entries only by
8002 priority, and the prefix format is modified to just say @samp{  Mixed: }
8003 instead of giving the category of the entry.  The sparse tags tree of
8004 @kbd{C-c a U} will now turn out ultra-compact, because neither the
8005 headline hierarchy above the match, nor the headline following the match
8006 will be shown.  The command @kbd{C-c a N} will do a text search limited
8007 to only a single file.
8009 @vindex org-agenda-custom-commands
8010 For command sets creating a block agenda,
8011 @code{org-agenda-custom-commands} has two separate spots for setting
8012 options.  You can add options that should be valid for just a single
8013 command in the set, and options that should be valid for all commands in
8014 the set.  The former are just added to the command entry, the latter
8015 must come after the list of command entries.  Going back to the block
8016 agenda example (@pxref{Block agenda}), let's change the sorting strategy
8017 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
8018 the results for GARDEN tags query in the opposite order,
8019 @code{priority-up}.  This would look like this:
8021 @lisp
8022 @group
8023 (setq org-agenda-custom-commands
8024       '(("h" "Agenda and Home-related tasks"
8025          ((agenda)
8026           (tags-todo "home")
8027           (tags "garden"
8028                 ((org-agenda-sorting-strategy '(priority-up)))))
8029          ((org-agenda-sorting-strategy '(priority-down))))
8030         ("o" "Agenda and Office-related tasks"
8031          ((agenda)
8032           (tags-todo "work")
8033           (tags "office")))))
8034 @end group
8035 @end lisp
8037 As you see, the values and parentheses setting is a little complex.
8038 When in doubt, use the customize interface to set this variable---it
8039 fully supports its structure.  Just one caveat: when setting options in
8040 this interface, the @emph{values} are just Lisp expressions.  So if the
8041 value is a string, you need to add the double-quotes around the value
8042 yourself.
8045 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
8046 @section Exporting Agenda Views
8047 @cindex agenda views, exporting
8049 If you are away from your computer, it can be very useful to have a printed
8050 version of some agenda views to carry around.  Org mode can export custom
8051 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
8052 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
8053 ghostscript @file{ps2pdf} utility must be installed on the system.  Selecting
8054 a PDF file with also create the postscript file.}, and iCalendar files.  If
8055 you want to do this only occasionally, use the command
8057 @table @kbd
8058 @kindex C-x C-w
8059 @item C-x C-w
8060 @cindex exporting agenda views
8061 @cindex agenda views, exporting
8062 @vindex org-agenda-exporter-settings
8063 Write the agenda view to a file.  Depending on the extension of the selected
8064 file name, the view will be exported as HTML (extension @file{.html} or
8065 @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension
8066 @file{.ics}), or plain text (any other extension).  Use the variable
8067 @code{org-agenda-exporter-settings} to set options for @file{ps-print} and
8068 for @file{htmlize} to be used during export, for example
8070 @vindex org-agenda-add-entry-text-maxlines
8071 @vindex htmlize-output-type
8072 @vindex ps-number-of-columns
8073 @vindex ps-landscape-mode
8074 @lisp
8075 (setq org-agenda-exporter-settings
8076       '((ps-number-of-columns 2)
8077         (ps-landscape-mode t)
8078         (org-agenda-add-entry-text-maxlines 5)
8079         (htmlize-output-type 'css)))
8080 @end lisp
8081 @end table
8083 If you need to export certain agenda views frequently, you can associate
8084 any custom agenda command with a list of output file names
8085 @footnote{If you want to store standard views like the weekly agenda
8086 or the global TODO list as well, you need to define custom commands for
8087 them in order to be able to specify file names.}.  Here is an example
8088 that first defines custom commands for the agenda and the global
8089 TODO list, together with a number of files to which to export them.
8090 Then we define two block agenda commands and specify file names for them
8091 as well.  File names can be relative to the current working directory,
8092 or absolute.
8094 @lisp
8095 @group
8096 (setq org-agenda-custom-commands
8097       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
8098         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
8099         ("h" "Agenda and Home-related tasks"
8100          ((agenda "")
8101           (tags-todo "home")
8102           (tags "garden"))
8103          nil
8104          ("~/views/home.html"))
8105         ("o" "Agenda and Office-related tasks"
8106          ((agenda)
8107           (tags-todo "work")
8108           (tags "office"))
8109          nil
8110          ("~/views/office.ps" "~/calendars/office.ics"))))
8111 @end group
8112 @end lisp
8114 The extension of the file name determines the type of export.  If it is
8115 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
8116 the buffer to HTML and save it to this file name.  If the extension is
8117 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
8118 Postscript output.  If the extension is @file{.ics}, iCalendar export is
8119 run export over all files that were used to construct the agenda, and
8120 limit the export to entries listed in the agenda.  Any other
8121 extension produces a plain ASCII file.
8123 The export files are @emph{not} created when you use one of those
8124 commands interactively because this might use too much overhead.
8125 Instead, there is a special command to produce @emph{all} specified
8126 files in one step:
8128 @table @kbd
8129 @kindex C-c a e
8130 @item C-c a e
8131 Export all agenda views that have export file names associated with
8132 them.
8133 @end table
8135 You can use the options section of the custom agenda commands to also
8136 set options for the export commands.  For example:
8138 @lisp
8139 (setq org-agenda-custom-commands
8140       '(("X" agenda ""
8141          ((ps-number-of-columns 2)
8142           (ps-landscape-mode t)
8143           (org-agenda-prefix-format " [ ] ")
8144           (org-agenda-with-colors nil)
8145           (org-agenda-remove-tags t))
8146          ("theagenda.ps"))))
8147 @end lisp
8149 @noindent
8150 This command sets two options for the Postscript exporter, to make it
8151 print in two columns in landscape format---the resulting page can be cut
8152 in two and then used in a paper agenda.  The remaining settings modify
8153 the agenda prefix to omit category and scheduling information, and
8154 instead include a checkbox to check off items.  We also remove the tags
8155 to make the lines compact, and we don't want to use colors for the
8156 black-and-white printer.  Settings specified in
8157 @code{org-agenda-exporter-settings} will also apply, but the settings
8158 in @code{org-agenda-custom-commands} take precedence.
8160 @noindent
8161 From the command line you may also use
8162 @example
8163 emacs -f org-batch-store-agenda-views -kill
8164 @end example
8165 @noindent
8166 or, if you need to modify some parameters@footnote{Quoting depends on the
8167 system you use, please check the FAQ for examples.}
8168 @example
8169 emacs -eval '(org-batch-store-agenda-views                      \
8170               org-agenda-ndays 30                               \
8171               org-agenda-start-day "2007-11-01"                 \
8172               org-agenda-include-diary nil                      \
8173               org-agenda-files (quote ("~/org/project.org")))'  \
8174       -kill
8175 @end example
8176 @noindent
8177 which will create the agenda views restricted to the file
8178 @file{~/org/project.org}, without diary entries and with a 30-day
8179 extent.
8181 You can also extract agenda information in a way that allows further
8182 processing by other programs.  See @ref{Extracting agenda information}, for
8183 more information.
8186 @node Agenda column view,  , Exporting Agenda Views, Agenda Views
8187 @section Using column view in the agenda
8188 @cindex column view, in agenda
8189 @cindex agenda, column view
8191 Column view (@pxref{Column view}) is normally used to view and edit
8192 properties embedded in the hierarchical structure of an Org file.  It can be
8193 quite useful to use column view also from the agenda, where entries are
8194 collected by certain criteria.
8196 @table @kbd
8197 @kindex C-c C-x C-c
8198 @item C-c C-x C-c
8199 Turn on column view in the agenda.
8200 @end table
8202 To understand how to use this properly, it is important to realize that the
8203 entries in the agenda are no longer in their proper outline environment.
8204 This causes the following issues:
8206 @enumerate
8207 @item
8208 @vindex org-columns-default-format
8209 @vindex org-overriding-columns-format
8210 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
8211 entries in the agenda are collected from different files, and different files
8212 may have different @code{COLUMNS} formats, this is a non-trivial problem.
8213 Org first checks if the variable @code{org-overriding-columns-format} is
8214 currently set, and if so, takes the format from there.  Otherwise it takes
8215 the format associated with the first item in the agenda, or, if that item
8216 does not have a specific format (defined in a property, or in its file), it
8217 uses @code{org-columns-default-format}.
8218 @item
8219 @cindex property, special, CLOCKSUM
8220 If any of the columns has a summary type defined (@pxref{Column attributes}),
8221 turning on column view in the agenda will visit all relevant agenda files and
8222 make sure that the computations of this property are up to date.  This is
8223 also true for the special @code{CLOCKSUM} property.  Org will then sum the
8224 values displayed in the agenda.  In the daily/weekly agenda, the sums will
8225 cover a single day, in all other views they cover the entire block.  It is
8226 vital to realize that the agenda may show the same entry @emph{twice} (for
8227 example as scheduled and as a deadline), and it may show two entries from the
8228 same hierarchy (for example a @emph{parent} and its @emph{child}).  In these
8229 cases, the summation in the agenda will lead to incorrect results because
8230 some values will count double.
8231 @item
8232 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
8233 the entire clocked time for this item.  So even in the daily/weekly agenda,
8234 the clocksum listed in column view may originate from times outside the
8235 current view.  This has the advantage that you can compare these values with
8236 a column listing the planned total effort for a task---one of the major
8237 applications for column view in the agenda.  If you want information about
8238 clocked time in the displayed period use clock table mode (press @kbd{R} in
8239 the agenda).
8240 @end enumerate
8243 @node Markup, Exporting, Agenda Views, Top
8244 @chapter Markup for rich export
8246 When exporting Org-mode documents, the exporter tries to reflect the
8247 structure of the document as accurately as possible in the backend.  Since
8248 export targets like HTML, La@TeX{}, or DocBook allow much richer formatting,
8249 Org mode has rules on how to prepare text for rich export.  This section
8250 summarizes the markup rules used in an Org-mode buffer.
8252 @menu
8253 * Structural markup elements::  The basic structure as seen by the exporter
8254 * Images and tables::           Tables and Images will be included
8255 * Literal examples::            Source code examples with special formatting
8256 * Include files::               Include additional files into a document
8257 * Index entries::               
8258 * Macro replacement::           Use macros to create complex output
8259 * Embedded LaTeX::              LaTeX can be freely used inside Org documents
8260 @end menu
8262 @node Structural markup elements, Images and tables, Markup, Markup
8263 @section Structural markup elements
8265 @menu
8266 * Document title::              Where the title is taken from
8267 * Headings and sections::       The document structure as seen by the exporter
8268 * Table of contents::           The if and where of the table of contents
8269 * Initial text::                Text before the first heading?
8270 * Lists::                       Lists
8271 * Paragraphs::                  Paragraphs
8272 * Footnote markup::             Footnotes
8273 * Emphasis and monospace::      Bold, italic, etc.
8274 * Horizontal rules::            Make a line
8275 * Comment lines::               What will *not* be exported
8276 @end menu
8278 @node Document title, Headings and sections, Structural markup elements, Structural markup elements
8279 @subheading Document title
8280 @cindex document title, markup rules
8282 @noindent
8283 The title of the exported document is taken from the special line
8285 @cindex #+TITLE
8286 @example
8287 #+TITLE: This is the title of the document
8288 @end example
8290 @noindent
8291 If this line does not exist, the title is derived from the first non-empty,
8292 non-comment line in the buffer.  If no such line exists, or if you have
8293 turned off exporting of the text before the first headline (see below), the
8294 title will be the file name without extension.
8296 @cindex property, EXPORT_TITLE
8297 If you are exporting only a subtree by marking is as the region, the heading
8298 of the subtree will become the title of the document.  If the subtree has a
8299 property @code{EXPORT_TITLE}, that will take precedence.
8301 @node Headings and sections, Table of contents, Document title, Structural markup elements
8302 @subheading Headings and sections
8303 @cindex headings and sections, markup rules
8305 @vindex org-export-headline-levels
8306 The outline structure of the document as described in @ref{Document
8307 Structure}, forms the basis for defining sections of the exported document.
8308 However, since the outline structure is also used for (for example) lists of
8309 tasks, only the first three outline levels will be used as headings.  Deeper
8310 levels will become itemized lists.  You can change the location of this
8311 switch globally by setting the variable @code{org-export-headline-levels}, or on a
8312 per-file basis with a line
8314 @cindex #+OPTIONS
8315 @example
8316 #+OPTIONS: H:4
8317 @end example
8319 @node Table of contents, Initial text, Headings and sections, Structural markup elements
8320 @subheading Table of contents
8321 @cindex table of contents, markup rules
8323 @vindex org-export-with-toc
8324 The table of contents is normally inserted directly before the first headline
8325 of the file.  If you would like to get it to a different location, insert the
8326 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
8327 location.  The depth of the table of contents is by default the same as the
8328 number of headline levels, but you can choose a smaller number, or turn off
8329 the table of contents entirely, by configuring the variable
8330 @code{org-export-with-toc}, or on a per-file basis with a line like
8332 @example
8333 #+OPTIONS: toc:2          (only to two levels in TOC)
8334 #+OPTIONS: toc:nil        (no TOC at all)
8335 @end example
8337 @node Initial text, Lists, Table of contents, Structural markup elements
8338 @subheading Text before the first headline
8339 @cindex text before first headline, markup rules
8340 @cindex #+TEXT
8342 Org mode normally exports the text before the first headline, and even uses
8343 the first line as the document title.  The text will be fully marked up.  If
8344 you need to include literal HTML, La@TeX{}, or DocBook code, use the special
8345 constructs described below in the sections for the individual exporters.
8347 @vindex org-export-skip-text-before-1st-heading
8348 Some people like to use the space before the first headline for setup and
8349 internal links and therefore would like to control the exported text before
8350 the first headline in a different way.  You can do so by setting the variable
8351 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
8352 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
8354 @noindent
8355 If you still want to have some text before the first headline, use the
8356 @code{#+TEXT} construct:
8358 @example
8359 #+OPTIONS: skip:t
8360 #+TEXT: This text will go before the *first* headline.
8361 #+TEXT: [TABLE-OF-CONTENTS]
8362 #+TEXT: This goes between the table of contents and the first headline
8363 @end example
8365 @node Lists, Paragraphs, Initial text, Structural markup elements
8366 @subheading Lists
8367 @cindex lists, markup rules
8369 Plain lists as described in @ref{Plain lists}, are translated to the backend's
8370 syntax for such lists.  Most backends support unordered, ordered, and
8371 description lists.
8373 @node Paragraphs, Footnote markup, Lists, Structural markup elements
8374 @subheading Paragraphs, line breaks, and quoting
8375 @cindex paragraphs, markup rules
8377 Paragraphs are separated by at least one empty line.  If you need to enforce
8378 a line break within a paragraph, use @samp{\\} at the end of a line.
8380 To keep the line breaks in a region, but otherwise use normal formatting, you
8381 can use this construct, which can also be used to format poetry.
8383 @cindex #+BEGIN_VERSE
8384 @example
8385 #+BEGIN_VERSE
8386  Great clouds overhead
8387  Tiny black birds rise and fall
8388  Snow covers Emacs
8390      -- AlexSchroeder
8391 #+END_VERSE
8392 @end example
8394 When quoting a passage from another document, it is customary to format this
8395 as a paragraph that is indented on both the left and the right margin.  You
8396 can include quotations in Org-mode documents like this:
8398 @cindex #+BEGIN_QUOTE
8399 @example
8400 #+BEGIN_QUOTE
8401 Everything should be made as simple as possible,
8402 but not any simpler -- Albert Einstein
8403 #+END_QUOTE
8404 @end example
8406 If you would like to center some text, do it like this:
8407 @cindex #+BEGIN_CENTER
8408 @example
8409 #+BEGIN_CENTER
8410 Everything should be made as simple as possible, \\
8411 but not any simpler
8412 #+END_CENTER
8413 @end example
8416 @node Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements
8417 @subheading Footnote markup
8418 @cindex footnotes, markup rules
8419 @cindex @file{footnote.el}
8421 Footnotes defined in the way described in @ref{Footnotes}, will be exported by
8422 all backends.  Org allows multiple references to the same note, and
8423 different backends support this to varying degrees.
8425 @node Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements
8426 @subheading Emphasis and monospace
8428 @cindex underlined text, markup rules
8429 @cindex bold text, markup rules
8430 @cindex italic text, markup rules
8431 @cindex verbatim text, markup rules
8432 @cindex code text, markup rules
8433 @cindex strike-through text, markup rules
8434 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
8435 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
8436 in the code and verbatim string is not processed for Org-mode specific
8437 syntax, it is exported verbatim.
8439 @node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
8440 @subheading  Horizontal rules
8441 @cindex horizontal rules, markup rules
8442 A line consisting of only dashes, and at least 5 of them, will be
8443 exported as a horizontal line (@samp{<hr/>} in HTML).
8445 @node Comment lines,  , Horizontal rules, Structural markup elements
8446 @subheading Comment lines
8447 @cindex comment lines
8448 @cindex exporting, not
8449 @cindex #+BEGIN_COMMENT
8451 Lines starting with @samp{#} in column zero are treated as comments and will
8452 never be exported. If you want an indented line to be treated as a comment,
8453 start it with @samp{#+ }.  Also entire subtrees starting with the word
8454 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
8455 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
8457 @table @kbd
8458 @kindex C-c ;
8459 @item C-c ;
8460 Toggle the COMMENT keyword at the beginning of an entry.
8461 @end table
8464 @node Images and tables, Literal examples, Structural markup elements, Markup
8465 @section Images and Tables
8467 @cindex tables, markup rules
8468 @cindex #+CAPTION
8469 @cindex #+LABEL
8470 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
8471 the @file{table.el} package will be exported properly.  For Org mode tables,
8472 the lines before the first horizontal separator line will become table header
8473 lines.  You can use the following lines somewhere before the table to assign
8474 a caption and a label for cross references, and in the text you can refer to
8475 the object with @code{\ref@{tab:basic-data@}}:
8477 @example
8478 #+CAPTION: This is the caption for the next table (or link)
8479 #+LABEL:   tbl:basic-data
8480    | ... | ...|
8481    |-----|----|
8482 @end example
8484 @cindex inlined images, markup rules
8485 Some backends (HTML, La@TeX{}, and DocBook) allow you to directly include
8486 images into the exported document.  Org does this, if a link to an image
8487 files does not have a description part, for example @code{[[./img/a.jpg]]}.
8488 If you wish to define a caption for the image and maybe a label for internal
8489 cross references, make sure that the link is on a line by itself and precede
8490 it with @code{#+CAPTION} and @code{#+LABEL} as follows:
8492 @example
8493 #+CAPTION: This is the caption for the next figure link (or table)
8494 #+LABEL:   fig:SED-HR4049
8495 [[./img/a.jpg]]
8496 @end example
8498 You may also define additional attributes for the figure.  As this is
8499 backend-specific, see the sections about the individual backends for more
8500 information.
8503 @node Literal examples, Include files, Images and tables, Markup
8504 @section Literal examples
8505 @cindex literal examples, markup rules
8506 @cindex code line references, markup rules
8508 You can include literal examples that should not be subjected to
8509 markup.  Such examples will be typeset in monospace, so this is well suited
8510 for source code and similar examples.
8511 @cindex #+BEGIN_EXAMPLE
8513 @example
8514 #+BEGIN_EXAMPLE
8515 Some example from a text file.
8516 #+END_EXAMPLE
8517 @end example
8519 Note that such blocks may be @i{indented} in order to align nicely with
8520 indented text and in particular with plain list structure (@pxref{Plain
8521 lists}).  For simplicity when using small examples, you can also start the
8522 example lines with a colon followed by a space.  There may also be additional
8523 whitespace before the colon:
8525 @example
8526 Here is an example
8527    : Some example from a text file.
8528 @end example
8530 @cindex formatting source code, markup rules
8531 If the example is source code from a programming language, or any other text
8532 that can be marked up by font-lock in Emacs, you can ask for the example to
8533 look like the fontified Emacs buffer@footnote{Currently this works for the
8534 HTML backend, and requires the @file{htmlize.el} package version 1.34 or
8535 later.  It also works for LaTeX with the listings package, if you turn on the
8536 option @code{org-export-latex-listings} and make sure that the listings
8537 package is included by the LaTeX header.}.  This is done with the @samp{src}
8538 block, where you also need to specify the name of the major mode that should
8539 be used to fontify the example:
8540 @cindex #+BEGIN_SRC
8542 @example
8543 #+BEGIN_SRC emacs-lisp
8544 (defun org-xor (a b)
8545    "Exclusive or."
8546    (if a (not b) b))
8547 #+END_SRC
8548 @end example
8550 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
8551 switch to the end of the @code{BEGIN} line, to get the lines of the example
8552 numbered.  If you use a @code{+n} switch, the numbering from the previous
8553 numbered snippet will be continued in the current one.  In literal examples,
8554 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
8555 targets for special hyperlinks like @code{[[(name)]]} (i.e. the reference name
8556 enclosed in single parenthesis).  In HTML, hovering the mouse over such a
8557 link will remote-highlight the corresponding code line, which is kind of
8558 cool.
8560 You can also add a @code{-r} switch which @i{removes} the labels from the
8561 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
8562 labels in the source code while using line numbers for the links, which might
8563 be useful to explain those in an org-mode example code.}.  With the @code{-n}
8564 switch, links to these references will be labeled by the line numbers from
8565 the code listing, otherwise links will use the labels with no parentheses.
8566 Here is an example:
8568 @example
8569 #+BEGIN_SRC emacs-lisp -n -r
8570 (save-excursion                  (ref:sc)
8571    (goto-char (point-min))       (ref:jump)
8572 #+END_SRC
8573 In line [[(sc)]] we remember the current position.  [[(jump)][Line (jump)]]
8574 jumps to point-min.
8575 @end example
8577 @vindex org-coderef-label-format
8578 If the syntax for the label format conflicts with the language syntax, use a
8579 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
8580 -n -r -l "((%s))"}.  See also the variable @code{org-coderef-label-format}.
8582 HTML export also allows examples to be published as text areas, @xref{Text
8583 areas in HTML export}.
8585 @table @kbd
8586 @kindex C-c '
8587 @item C-c '
8588 Edit the source code example at point in its native mode.  This works by
8589 switching to a temporary buffer with the source code.  You need to exit by
8590 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}
8591 or @samp{#} will get a comma prepended, to keep them from being interpreted
8592 by Org as outline nodes or special comments.  These commas will be stripped
8593 for editing with @kbd{C-c '}, and also for export.}, the edited version will
8594 then replace the old version in the Org buffer.  Fixed-width regions
8595 (where each line starts with a colon followed by a space) will be edited
8596 using @code{artist-mode}@footnote{You may select a different-mode with the
8597 variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII
8598 drawings easily.  Using this command in an empty line will create a new
8599 fixed-width region.
8600 @kindex C-c l
8601 @item C-c l
8602 Calling @code{org-store-link} while editing a source code example in a
8603 temporary buffer created with @kbd{C-c '} will prompt for a label, make sure
8604 that it is unique in the current buffer, and insert it with the proper
8605 formatting like @samp{(ref:label)} at the end of the current line.  Then the
8606 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
8607 @end table
8610 @node Include files, Index entries, Literal examples, Markup
8611 @section Include files
8612 @cindex include files, markup rules
8614 During export, you can include the content of another file.  For example, to
8615 include your @file{.emacs} file, you could use:
8616 @cindex #+INCLUDE
8618 @example
8619 #+INCLUDE: "~/.emacs" src emacs-lisp
8620 @end example
8621 @noindent
8622 The optional second and third parameter are the markup (e.g. @samp{quote},
8623 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
8624 language for formatting the contents.  The markup is optional, if it is not
8625 given, the text will be assumed to be in Org mode format and will be
8626 processed normally.  The include line will also allow additional keyword
8627 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
8628 first line and for each following line, as well as any options accepted by
8629 the selected markup.  For example, to include a file as an item, use
8631 @example
8632 #+INCLUDE: "~/snippets/xx" :prefix1 "   + " :prefix "     "
8633 @end example
8635 @table @kbd
8636 @kindex C-c '
8637 @item C-c '
8638 Visit the include file at point.
8639 @end table
8641 @node Index entries, Macro replacement, Include files, Markup
8642 @section Index enries
8643 @cindex index entries, for publishing
8645 You can specify entries that will be used for generating an index during
8646 publishing.  This is done by lines starting with @code{#+INDEX}.  An entry
8647 the contains an exclamation mark will create a sub item.  See @ref{Generating
8648 an index} for more information.
8650 @example
8651 * Curriculum Vitae 
8652 #+INDEX: CV
8653 #+INDEX: Application!CV
8654 @end example
8659 @node Macro replacement, Embedded LaTeX, Index entries, Markup
8660 @section Macro replacement
8661 @cindex macro replacement, during export
8662 @cindex #+MACRO
8664 You can define text snippets with
8666 @example
8667 #+MACRO: name   replacement text $1, $2 are arguments
8668 @end example
8670 @noindent which can be referenced anywhere in the document (even in
8671 code examples) with @code{@{@{@{name(arg1,arg2)@}@}@}}.  In addition to
8672 defined macros, @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc.,
8673 will reference information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and
8674 similar lines.  Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
8675 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
8676 and to the modification time of the file being exported, respectively.
8677 @var{FORMAT} should be a format string understood by
8678 @code{format-time-string}.
8680 Macro expansion takes place during export, and some people use it to
8681 construct complex HTML code.
8684 @node Embedded LaTeX,  , Macro replacement, Markup
8685 @section Embedded La@TeX{}
8686 @cindex @TeX{} interpretation
8687 @cindex La@TeX{} interpretation
8689 Plain ASCII is normally sufficient for almost all note taking.  One
8690 exception, however, are scientific notes which need to be able to contain
8691 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
8692 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
8693 features described here as ``La@TeX{}'' are really from @TeX{}, but for
8694 simplicity I am blurring this distinction.}  is widely used to typeset
8695 scientific documents. Org mode supports embedding La@TeX{} code into its
8696 files, because many academics are used to reading La@TeX{} source code, and
8697 because it can be readily processed into images for HTML production.
8699 It is not necessary to mark La@TeX{} macros and code in any special way.
8700 If you observe a few conventions, Org mode knows how to find it and what
8701 to do with it.
8703 @menu
8704 * Special symbols::             Greek letters and other symbols
8705 * Subscripts and superscripts::  Simple syntax for raising/lowering text
8706 * LaTeX fragments::             Complex formulas made easy
8707 * Previewing LaTeX fragments::  What will this snippet look like?
8708 * CDLaTeX mode::                Speed up entering of formulas
8709 @end menu
8711 @node Special symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
8712 @subsection Special symbols
8713 @cindex math symbols
8714 @cindex special symbols
8715 @cindex @TeX{} macros
8716 @cindex La@TeX{} fragments, markup rules
8717 @cindex HTML entities
8718 @cindex La@TeX{} entities
8720 You can use La@TeX{} macros to insert special symbols like @samp{\alpha} to
8721 indicate the Greek letter, or @samp{\to} to indicate an arrow.  Completion
8722 for these macros is available, just type @samp{\} and maybe a few letters,
8723 and press @kbd{M-@key{TAB}} to see possible completions.  Unlike La@TeX{}
8724 code, Org mode allows these macros to be present without surrounding math
8725 delimiters, for example:
8727 @example
8728 Angles are written as Greek letters \alpha, \beta and \gamma.
8729 @end example
8731 @vindex org-entities
8732 During export, these symbols will be transformed into the native format of
8733 the exporter backend.  Strings like @code{\alpha} will be exported as
8734 @code{&alpha;} in the HTML output, and as @code{$\alpha$} in the La@TeX{}
8735 output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in HTML and
8736 @code{~} in La@TeX{}.  If you need such a symbol inside a word, terminate it
8737 like this: @samp{\Aacute@{@}stor}.
8739 A large number of entities is provided, with names taken from both HTML and
8740 La@TeX{}, see the variable @code{org-entities} for the complete list.
8741 @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
8742 @samp{...} are all converted into special commands creating hyphens of
8743 different lengths or a compact set of dots.
8745 If you would like to see entities displayed as utf8 characters, use the
8746 following command@footnote{You can turn this on by default by setting the
8747 variable @code{org-pretty-entities}, or on a per-file base with the
8748 @code{#+STARTUP} option @code{entitiespretty}.}:
8750 @table @kbd
8751 @kindex C-c C-x \
8752 @item C-c C-x \
8753 Toggle display of entities as UTF8 characters.  This does not change the
8754 buffer content which remains plain ASCII, but it overlays the UTF8 character
8755 for display purposes only.
8756 @end table
8758 @node Subscripts and superscripts, LaTeX fragments, Special symbols, Embedded LaTeX
8759 @subsection Subscripts and superscripts
8760 @cindex subscript
8761 @cindex superscript
8763 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
8764 and subscripts.  Again, these can be used without embedding them in
8765 math-mode delimiters.  To increase the readability of ASCII text, it is
8766 not necessary (but OK) to surround multi-character sub- and superscripts
8767 with curly braces.  For example
8769 @example
8770 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
8771 the sun is R_@{sun@} = 6.96 x 10^8 m.
8772 @end example
8774 @vindex org-export-with-sub-superscripts
8775 To avoid interpretation as raised or lowered text, you can quote @samp{^} and
8776 @samp{_} with a backslash: @samp{\^} and @samp{\_}.  If you write a text
8777 where the underscore is often used in a different context, Org's convention
8778 to always interpret these as subscripts can get in your way.  Configure the
8779 variable @code{org-export-with-sub-superscripts} to globally change this
8780 convention, or use, on a per-file basis:
8782 @example
8783 #+OPTIONS: ^:@{@}
8784 @end example
8787 @node LaTeX fragments, Previewing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
8788 @subsection La@TeX{} fragments
8789 @cindex La@TeX{} fragments
8791 @vindex org-format-latex-header
8792 With symbols, sub- and superscripts, HTML is pretty much at its end when
8793 it comes to representing mathematical formulas@footnote{Yes, there is
8794 MathML, but that is not yet fully supported by many browsers, and there
8795 is no decent converter for turning La@TeX{} or ASCII representations of
8796 formulas into MathML. So for the time being, converting formulas into
8797 images seems the way to go.}. More complex expressions need a dedicated
8798 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
8799 fragments. It provides commands to preview the typeset result of these
8800 fragments, and upon export to HTML, all fragments will be converted to
8801 images and inlined into the HTML document@footnote{The La@TeX{} export
8802 will not use images for displaying La@TeX{} fragments but include these
8803 fragments directly into the La@TeX{} code.}. For this to work you
8804 need to be on a system with a working La@TeX{} installation. You also
8805 need the @file{dvipng} program, available at
8806 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
8807 will be used when processing a fragment can be configured with the
8808 variable @code{org-format-latex-header}.
8810 La@TeX{} fragments don't need any special marking at all.  The following
8811 snippets will be identified as La@TeX{} source code:
8812 @itemize @bullet
8813 @item
8814 Environments of any kind.  The only requirement is that the
8815 @code{\begin} statement appears on a new line, preceded by only
8816 whitespace.
8817 @item
8818 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
8819 currency specifications, single @samp{$} characters are only recognized as
8820 math delimiters if the enclosed text contains at most two line breaks, is
8821 directly attached to the @samp{$} characters with no whitespace in between,
8822 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
8823 For the other delimiters, there is no such restriction, so when in doubt, use
8824 @samp{\(...\)} as inline math delimiters.
8825 @end itemize
8827 @noindent For example:
8829 @example
8830 \begin@{equation@}                          % arbitrary environments,
8831 x=\sqrt@{b@}                                % even tables, figures
8832 \end@{equation@}                            % etc
8834 If $a^2=b$ and \( b=2 \), then the solution must be
8835 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
8836 @end example
8838 @noindent
8839 @vindex org-format-latex-options
8840 If you need any of the delimiter ASCII sequences for other purposes, you
8841 can configure the option @code{org-format-latex-options} to deselect the
8842 ones you do not wish to have interpreted by the La@TeX{} converter.
8844 @node Previewing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
8845 @subsection Previewing LaTeX fragments
8846 @cindex LaTeX fragments, preview
8848 La@TeX{} fragments can be processed to produce preview images of the
8849 typeset expressions:
8851 @table @kbd
8852 @kindex C-c C-x C-l
8853 @item C-c C-x C-l
8854 Produce a preview image of the La@TeX{} fragment at point and overlay it
8855 over the source code.  If there is no fragment at point, process all
8856 fragments in the current entry (between two headlines).  When called
8857 with a prefix argument, process the entire subtree.  When called with
8858 two prefix arguments, or when the cursor is before the first headline,
8859 process the entire buffer.
8860 @kindex C-c C-c
8861 @item C-c C-c
8862 Remove the overlay preview images.
8863 @end table
8865 @vindex org-format-latex-options
8866 You can customize the variable @code{org-format-latex-options} to influence
8867 some aspects of the preview. In particular, the @code{:scale} (and for HTML
8868 export, @code{:html-scale}) property can be used to adjust the size of the
8869 preview images.
8871 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
8872 converted into images and inlined into the document if the following
8873 setting is active:
8875 @lisp
8876 (setq org-export-with-LaTeX-fragments t)
8877 @end lisp
8879 @node CDLaTeX mode,  , Previewing LaTeX fragments, Embedded LaTeX
8880 @subsection Using CDLa@TeX{} to enter math
8881 @cindex CDLa@TeX{}
8883 CDLa@TeX{} mode is a minor mode that is normally used in combination with a
8884 major La@TeX{} mode like AUC@TeX{} in order to speed-up insertion of
8885 environments and math templates.  Inside Org mode, you can make use of
8886 some of the features of CDLa@TeX{} mode.  You need to install
8887 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
8888 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
8889 Don't use CDLa@TeX{} mode itself under Org mode, but use the light
8890 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
8891 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
8892 Org files with
8894 @lisp
8895 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
8896 @end lisp
8898 When this mode is enabled, the following features are present (for more
8899 details see the documentation of CDLa@TeX{} mode):
8900 @itemize @bullet
8901 @kindex C-c @{
8902 @item
8903 Environment templates can be inserted with @kbd{C-c @{}.
8904 @item
8905 @kindex @key{TAB}
8906 The @key{TAB} key will do template expansion if the cursor is inside a
8907 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
8908 inside such a fragment, see the documentation of the function
8909 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
8910 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
8911 correctly inside the first brace.  Another @key{TAB} will get you into
8912 the second brace.  Even outside fragments, @key{TAB} will expand
8913 environment abbreviations at the beginning of a line.  For example, if
8914 you write @samp{equ} at the beginning of a line and press @key{TAB},
8915 this abbreviation will be expanded to an @code{equation} environment.
8916 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
8917 @item
8918 @kindex _
8919 @kindex ^
8920 @vindex cdlatex-simplify-sub-super-scripts
8921 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
8922 characters together with a pair of braces.  If you use @key{TAB} to move
8923 out of the braces, and if the braces surround only a single character or
8924 macro, they are removed again (depending on the variable
8925 @code{cdlatex-simplify-sub-super-scripts}).
8926 @item
8927 @kindex `
8928 Pressing the backquote @kbd{`} followed by a character inserts math
8929 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
8930 after the backquote, a help window will pop up.
8931 @item
8932 @kindex '
8933 Pressing the single-quote @kbd{'} followed by another character modifies
8934 the symbol before point with an accent or a font.  If you wait more than
8935 1.5 seconds after the backquote, a help window will pop up.  Character
8936 modification will work only inside La@TeX{} fragments, outside the quote
8937 is normal.
8938 @end itemize
8940 @node Exporting, Publishing, Markup, Top
8941 @chapter Exporting
8942 @cindex exporting
8944 Org-mode documents can be exported into a variety of other formats.  For
8945 printing and sharing of notes, ASCII export produces a readable and simple
8946 version of an Org file.  HTML export allows you to publish a notes file on
8947 the web, while the XOXO format provides a solid base for exchange with a
8948 broad range of other applications. La@TeX{} export lets you use Org mode and
8949 its structured editing functions to easily create La@TeX{} files.  DocBook
8950 export makes it possible to convert Org files to many other formats using
8951 DocBook tools.  To incorporate entries with associated times like deadlines
8952 or appointments into a desktop calendar program like iCal, Org mode can also
8953 produce extracts in the iCalendar format.  Currently Org mode only supports
8954 export, not import of these different formats.
8956 Org supports export of selected regions when @code{transient-mark-mode} is
8957 enabled (default in Emacs 23).
8959 @menu
8960 * Selective export::            Using tags to select and exclude trees
8961 * Export options::              Per-file export settings
8962 * The export dispatcher::       How to access exporter commands
8963 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
8964 * HTML export::                 Exporting to HTML
8965 * LaTeX and PDF export::        Exporting to La@TeX{}, and processing to PDF
8966 * DocBook export::              Exporting to DocBook
8967 * Freemind export::             Exporting to Freemind mind maps
8968 * XOXO export::                 Exporting to XOXO
8969 * iCalendar export::            Exporting in iCalendar format
8970 @end menu
8972 @node Selective export, Export options, Exporting, Exporting
8973 @section Selective export
8974 @cindex export, selective by tags
8976 @vindex org-export-select-tags
8977 @vindex org-export-exclude-tags
8978 You may use tags to select the parts of a document that should be exported,
8979 or to exclude parts from export.  This behavior is governed by two variables:
8980 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
8982 Org first checks if any of the @emph{select} tags is present in the buffer.
8983 If yes, all trees that do not carry one of these tags will be excluded.  If a
8984 selected tree is a subtree, the heading hierarchy above it will also be
8985 selected for export, but not the text below those headings.
8987 @noindent
8988 If none of the select tags is found, the whole buffer will be selected for
8989 export.
8991 @noindent
8992 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
8993 be removed from the export buffer.
8995 @node Export options, The export dispatcher, Selective export, Exporting
8996 @section Export options
8997 @cindex options, for export
8999 @cindex completion, of option keywords
9000 The exporter recognizes special lines in the buffer which provide
9001 additional information.  These lines may be put anywhere in the file.
9002 The whole set of lines can be inserted into the buffer with @kbd{C-c
9003 C-e t}.  For individual lines, a good way to make sure the keyword is
9004 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
9005 (@pxref{Completion}).   For a summary of other in-buffer settings not
9006 specifically related to export, see @ref{In-buffer settings}.
9007 In particular, note that you can place commonly-used (export) options in
9008 a separate file which can be included using @code{#+SETUPFILE}.
9010 @table @kbd
9011 @kindex C-c C-e t
9012 @item C-c C-e t
9013 Insert template with export options, see example below.
9014 @end table
9016 @cindex #+TITLE
9017 @cindex #+AUTHOR
9018 @cindex #+DATE
9019 @cindex #+EMAIL
9020 @cindex #+DESCRIPTION
9021 @cindex #+KEYWORDS
9022 @cindex #+LANGUAGE
9023 @cindex #+TEXT
9024 @cindex #+OPTIONS
9025 @cindex #+BIND
9026 @cindex #+LINK_UP
9027 @cindex #+LINK_HOME
9028 @cindex #+EXPORT_SELECT_TAGS
9029 @cindex #+EXPORT_EXCLUDE_TAGS
9030 @cindex #+XSLT
9031 @cindex #+LATEX_HEADER
9032 @vindex user-full-name
9033 @vindex user-mail-address
9034 @vindex org-export-default-language
9035 @example
9036 #+TITLE:       the title to be shown (default is the buffer name)
9037 #+AUTHOR:      the author (default taken from @code{user-full-name})
9038 #+DATE:        a date, fixed, of a format string for @code{format-time-string}
9039 #+EMAIL:       his/her email address (default from @code{user-mail-address})
9040 #+DESCRIPTION: the page description, e.g. for the XHTML meta tag
9041 #+KEYWORDS:    the page keywords, e.g. for the XHTML meta tag
9042 #+LANGUAGE:    language for HTML, e.g. @samp{en} (@code{org-export-default-language})
9043 #+TEXT:        Some descriptive text to be inserted at the beginning.
9044 #+TEXT:        Several lines may be given.
9045 #+OPTIONS:     H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
9046 #+BIND:        lisp-var lisp-val, e.g.: org-export-latex-low-levels itemize
9047                @r{You need to confirm using these, or configure @code{org-export-allow-BIND}}
9048 #+LINK_UP:     the ``up'' link of an exported page
9049 #+LINK_HOME:   the ``home'' link of an exported page
9050 #+LATEX_HEADER: extra line(s) for the LaTeX header, like \usepackage@{xyz@}
9051 #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
9052 #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
9053 #+XSLT:        the XSLT stylesheet used by DocBook exporter to generate FO file
9054 @end example
9056 @noindent
9057 The OPTIONS line is a compact@footnote{If you want to configure many options
9058 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
9059 you can:
9060 @cindex headline levels
9061 @cindex section-numbers
9062 @cindex table of contents
9063 @cindex line-break preservation
9064 @cindex quoted HTML tags
9065 @cindex fixed-width sections
9066 @cindex tables
9067 @cindex @TeX{}-like syntax for sub- and superscripts
9068 @cindex footnotes
9069 @cindex special strings
9070 @cindex emphasized text
9071 @cindex @TeX{} macros
9072 @cindex La@TeX{} fragments
9073 @cindex author info, in export
9074 @cindex time info, in export
9075 @example
9076 H:         @r{set the number of headline levels for export}
9077 num:       @r{turn on/off section-numbers}
9078 toc:       @r{turn on/off table of contents, or set level limit (integer)}
9079 \n:        @r{turn on/off line-break-preservation (DOES NOT WORK)}
9080 @@:         @r{turn on/off quoted HTML tags}
9081 ::         @r{turn on/off fixed-width sections}
9082 |:         @r{turn on/off tables}
9083 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
9084            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
9085            @r{the simple @code{a_b} will be left as it is.}
9086 -:         @r{turn on/off conversion of special strings.}
9087 f:         @r{turn on/off footnotes like this[1].}
9088 todo:      @r{turn on/off inclusion of TODO keywords into exported text}
9089 pri:       @r{turn on/off priority cookies}
9090 tags:      @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
9091 <:         @r{turn on/off inclusion of any time/date stamps like DEADLINES}
9092 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
9093 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
9094 LaTeX:     @r{turn on/off La@TeX{} fragments}
9095 skip:      @r{turn on/off skipping the text before the first heading}
9096 author:    @r{turn on/off inclusion of author name/email into exported file}
9097 email:     @r{turn on/off inclusion of author email into exported file}
9098 creator:   @r{turn on/off inclusion of creator info into exported file}
9099 timestamp: @r{turn on/off inclusion creation time into exported file}
9100 d:         @r{turn on/off inclusion of drawers}
9101 @end example
9102 @noindent
9103 These options take effect in both the HTML and La@TeX{} export, except
9104 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
9105 @code{nil} for the La@TeX{} export.
9107 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
9108 calling an export command, the subtree can overrule some of the file's export
9109 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
9110 @code{EXPORT_TEXT}, @code{EXPORT_AUTHOR}, @code{EXPORT_DATE}, and
9111 @code{EXPORT_OPTIONS}.
9113 @node The export dispatcher, ASCII/Latin-1/UTF-8 export, Export options, Exporting
9114 @section The export dispatcher
9115 @cindex dispatcher, for export commands
9117 All export commands can be reached using the export dispatcher, which is a
9118 prefix key that prompts for an additional key specifying the command.
9119 Normally the entire file is exported, but if there is an active region that
9120 contains one outline tree, the first heading is used as document title and
9121 the subtrees are exported.
9123 @table @kbd
9124 @kindex C-c C-e
9125 @item C-c C-e
9126 @vindex org-export-run-in-background
9127 Dispatcher for export and publishing commands.  Displays a help-window
9128 listing the additional key(s) needed to launch an export or publishing
9129 command.  The prefix arg is passed through to the exporter.  A double prefix
9130 @kbd{C-u C-u} causes most commands to be executed in the background, in a
9131 separate Emacs process@footnote{To make this behavior the default, customize
9132 the variable @code{org-export-run-in-background}.}.
9133 @kindex C-c C-e v
9134 @item C-c C-e v
9135 Like @kbd{C-c C-e}, but only export the text that is currently visible
9136 (i.e. not hidden by outline visibility).
9137 @kindex C-u C-u C-c C-e
9138 @item C-u C-u C-c C-e
9139 @vindex org-export-run-in-background
9140 Call an the exporter, but reverse the setting of
9141 @code{org-export-run-in-background}, i.e. request background processing if
9142 not set, or force processing in the current Emacs process if set.
9143 @end table
9145 @node ASCII/Latin-1/UTF-8 export, HTML export, The export dispatcher, Exporting
9146 @section ASCII/Latin-1/UTF-8 export
9147 @cindex ASCII export
9148 @cindex Latin-1 export
9149 @cindex UTF-8 export
9151 ASCII export produces a simple and very readable version of an Org-mode
9152 file, containing only plain ASCII.  Latin-1 and UTF-8 export augment the file
9153 with special characters and symbols available in these encodings.
9155 @cindex region, active
9156 @cindex active region
9157 @cindex transient-mark-mode
9158 @table @kbd
9159 @kindex C-c C-e a
9160 @item C-c C-e a
9161 @cindex property, EXPORT_FILE_NAME
9162 Export as ASCII file.  For an Org file, @file{myfile.org}, the ASCII file
9163 will be @file{myfile.txt}.  The file will be overwritten without
9164 warning.  If there is an active region@footnote{This requires
9165 @code{transient-mark-mode} be turned on.}, only the region will be
9166 exported. If the selected region is a single tree@footnote{To select the
9167 current subtree, use @kbd{C-c @@}.}, the tree head will
9168 become the document title.  If the tree head entry has or inherits an
9169 @code{EXPORT_FILE_NAME} property, that name will be used for the
9170 export.
9171 @kindex C-c C-e A
9172 @item C-c C-e A
9173 Export to a temporary buffer, do not create a file.
9174 @kindex C-c C-e n
9175 @kindex C-c C-e N
9176 @item C-c C-e n @ @ @r{and} @ @ C-c C-e N
9177 Like the above commands, but use Latin-1 encoding.
9178 @kindex C-c C-e u
9179 @kindex C-c C-e U
9180 @item C-c C-e u @ @ @r{and} @ @ C-c C-e U
9181 Like the above commands, but use UTF-8 encoding.
9182 @kindex C-c C-e v a
9183 @kindex C-c C-e v n
9184 @kindex C-c C-e v u
9185 @item C-c C-e v a @ @ @r{and} @ @ C-c C-e v n @ @ @r{and} @ @ C-c C-e v u
9186 Export only the visible part of the document.
9187 @end table
9189 @cindex headline levels, for exporting
9190 In the exported version, the first 3 outline levels will become
9191 headlines, defining a general document structure.  Additional levels
9192 will be exported as itemized lists.  If you want that transition to occur
9193 at a different level, specify it with a prefix argument.  For example,
9195 @example
9196 @kbd{C-1 C-c C-e a}
9197 @end example
9199 @noindent
9200 creates only top level headlines and does the rest as items.  When
9201 headlines are converted to items, the indentation of the text following
9202 the headline is changed to fit nicely under the item.  This is done with
9203 the assumption that the first body line indicates the base indentation of
9204 the body text.  Any indentation larger than this is adjusted to preserve
9205 the layout relative to the first line.  Should there be lines with less
9206 indentation than the first, these are left alone.
9208 @vindex org-export-ascii-links-to-notes
9209 Links will be exported in a footnote-like style, with the descriptive part in
9210 the text and the link in a note before the next heading.  See the variable
9211 @code{org-export-ascii-links-to-notes} for details and other options.
9213 @node HTML export, LaTeX and PDF export, ASCII/Latin-1/UTF-8 export, Exporting
9214 @section HTML export
9215 @cindex HTML export
9217 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
9218 HTML formatting, in ways similar to John Gruber's @emph{markdown}
9219 language, but with additional support for tables.
9221 @menu
9222 * HTML Export commands::        How to invoke HTML export
9223 * Quoting HTML tags::           Using direct HTML in Org mode
9224 * Links in HTML export::        How links will be interpreted and formatted
9225 * Tables in HTML export::       How to modify the formatting of tables
9226 * Images in HTML export::       How to insert figures into HTML output
9227 * Text areas in HTML export::   An alternative way to show an example
9228 * CSS support::                 Changing the appearance of the output
9229 * Javascript support::          Info and Folding in a web browser
9230 @end menu
9232 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
9233 @subsection HTML export commands
9235 @cindex region, active
9236 @cindex active region
9237 @cindex transient-mark-mode
9238 @table @kbd
9239 @kindex C-c C-e h
9240 @item C-c C-e h
9241 @cindex property, EXPORT_FILE_NAME
9242 Export as HTML file @file{myfile.html}.  For an Org file @file{myfile.org},
9243 the ASCII file will be @file{myfile.html}.  The file will be overwritten
9244 without warning.  If there is an active region@footnote{This requires
9245 @code{transient-mark-mode} be turned on.}, only the region will be
9246 exported. If the selected region is a single tree@footnote{To select the
9247 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9248 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9249 property, that name will be used for the export.
9250 @kindex C-c C-e b
9251 @item C-c C-e b
9252 Export as HTML file and immediately open it with a browser.
9253 @kindex C-c C-e H
9254 @item C-c C-e H
9255 Export to a temporary buffer, do not create a file.
9256 @kindex C-c C-e R
9257 @item C-c C-e R
9258 Export the active region to a temporary buffer.  With a prefix argument, do
9259 not produce the file header and footer, but just the plain HTML section for
9260 the region.  This is good for cut-and-paste operations.
9261 @kindex C-c C-e v h
9262 @kindex C-c C-e v b
9263 @kindex C-c C-e v H
9264 @kindex C-c C-e v R
9265 @item C-c C-e v h
9266 @item C-c C-e v b
9267 @item C-c C-e v H
9268 @item C-c C-e v R
9269 Export only the visible part of the document.
9270 @item M-x org-export-region-as-html
9271 Convert the region to HTML under the assumption that it was Org-mode
9272 syntax before.  This is a global command that can be invoked in any
9273 buffer.
9274 @item M-x org-replace-region-by-HTML
9275 Replace the active region (assumed to be in Org-mode syntax) by HTML
9276 code.
9277 @end table
9279 @cindex headline levels, for exporting
9280 In the exported version, the first 3 outline levels will become headlines,
9281 defining a general document structure.  Additional levels will be exported as
9282 itemized lists.  If you want that transition to occur at a different level,
9283 specify it with a numeric prefix argument.  For example,
9285 @example
9286 @kbd{C-2 C-c C-e b}
9287 @end example
9289 @noindent
9290 creates two levels of headings and does the rest as items.
9292 @node Quoting HTML tags, Links in HTML export, HTML Export commands, HTML export
9293 @subsection Quoting HTML tags
9295 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
9296 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
9297 which should be interpreted as such, mark them with @samp{@@} as in
9298 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
9299 simple tags.  For more extensive HTML that should be copied verbatim to
9300 the exported file use either
9302 @cindex #+HTML
9303 @cindex #+BEGIN_HTML
9304 @example
9305 #+HTML: Literal HTML code for export
9306 @end example
9308 @noindent or
9309 @cindex #+BEGIN_HTML
9311 @example
9312 #+BEGIN_HTML
9313 All lines between these markers are exported literally
9314 #+END_HTML
9315 @end example
9318 @node Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export
9319 @subsection Links in HTML export
9321 @cindex links, in HTML export
9322 @cindex internal links, in HTML export
9323 @cindex external links, in HTML export
9324 Internal links (@pxref{Internal links}) will continue to work in HTML.  This
9325 includes automatic links created by radio targets (@pxref{Radio
9326 targets}).  Links to external files will still work if the target file is on
9327 the same @i{relative} path as the published Org file.  Links to other
9328 @file{.org} files will be translated into HTML links under the assumption
9329 that an HTML version also exists of the linked file, at the same relative
9330 path.  @samp{id:} links can then be used to jump to specific entries across
9331 files.  For information related to linking files while publishing them to a
9332 publishing directory see @ref{Publishing links}.
9334 If you want to specify attributes for links, you can do so using a special
9335 @code{#+ATTR_HTML} line to define attributes that will be added to the
9336 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{title}
9337 and @code{style} attributes for a link:
9339 @cindex #+ATTR_HTML
9340 @example
9341 #+ATTR_HTML: title="The Org-mode homepage" style="color:red;"
9342 [[http://orgmode.org]]
9343 @end example
9345 @node Tables in HTML export, Images in HTML export, Links in HTML export, HTML export
9346 @subsection Tables
9347 @cindex tables, in HTML
9348 @vindex org-export-html-table-tag
9350 Org-mode tables are exported to HTML using the table tag defined in
9351 @code{org-export-html-table-tag}.  The default setting makes tables without
9352 cell borders and frame.  If you would like to change this for individual
9353 tables, place somthing like the following before the table:
9355 @cindex #+CAPTION
9356 @cindex #+ATTR_HTML
9357 @example
9358 #+CAPTION: This is a table with lines around and between cells
9359 #+ATTR_HTML: border="2" rules="all" frame="all"
9360 @end example
9362 @node Images in HTML export, Text areas in HTML export, Tables in HTML export, HTML export
9363 @subsection Images in HTML export
9365 @cindex images, inline in HTML
9366 @cindex inlining images in HTML
9367 @vindex org-export-html-inline-images
9368 HTML export can inline images given as links in the Org file, and
9369 it can make an image the clickable part of a link.  By
9370 default@footnote{But see the variable
9371 @code{org-export-html-inline-images}.}, images are inlined if a link does
9372 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
9373 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
9374 @samp{the image} that points to the image.  If the description part
9375 itself is a @code{file:} link or a @code{http:} URL pointing to an
9376 image, this image will be inlined and activated so that clicking on the
9377 image will activate the link.  For example, to include a thumbnail that
9378 will link to a high resolution version of the image, you could use:
9380 @example
9381 [[file:highres.jpg][file:thumb.jpg]]
9382 @end example
9384 If you need to add attributes to an inlines image, use a @code{#+ATTR_HTML}.
9385 In the example below we specify the @code{alt} and @code{title} attributes to
9386 support text viewers and accessibility, and align it to the right.
9388 @cindex #+CAPTION
9389 @cindex #+ATTR_HTML
9390 @example
9391 #+CAPTION: A black cat stalking a spider
9392 #+ATTR_HTML: alt="cat/spider image" title="Action!" align="right"
9393 [[./img/a.jpg]]
9394 @end example
9396 @noindent
9397 and you could use @code{http} addresses just as well.
9399 @node Text areas in HTML export, CSS support, Images in HTML export, HTML export
9400 @subsection Text areas in HTML export
9402 @cindex text areas, in HTML
9403 An alternative way to publish literal code examples in HTML is to use text
9404 areas, where the example can even be edited before pasting it into an
9405 application.  It is triggered by a @code{-t} switch at an @code{example} or
9406 @code{src} block.  Using this switch disables any options for syntax and
9407 label highlighting, and line numbering, which may be present.  You may also
9408 use @code{-h} and @code{-w} switches to specify the height and width of the
9409 text area, which default to the number of lines in the example, and 80,
9410 respectively.  For example
9412 @example
9413 #+BEGIN_EXAMPLE -t -w 40
9414 (defun org-xor (a b)
9415    "Exclusive or."
9416    (if a (not b) b))
9417 #+END_EXAMPLE
9418 @end example
9421 @node CSS support, Javascript support, Text areas in HTML export, HTML export
9422 @subsection CSS support
9423 @cindex CSS, for HTML export
9424 @cindex HTML export, CSS
9426 @vindex org-export-html-todo-kwd-class-prefix
9427 @vindex org-export-html-tag-class-prefix
9428 You can also give style information for the exported file.  The HTML exporter
9429 assigns the following special CSS classes@footnote{If the classes on TODO
9430 keywords and tags lead to conflicts, use the variables
9431 @code{org-export-html-todo-kwd-class-prefix} and
9432 @code{org-export-html-tag-class-prefix} to make them unique.} to appropriate
9433 parts of the document---your style specifications may change these, in
9434 addition to any of the standard classes like for headlines, tables, etc.
9435 @example
9436 p.author            @r{author information, including email}
9437 p.date              @r{publishing date}
9438 p.creator           @r{creator info, about org-mode version}
9439 .title              @r{document title}
9440 .todo               @r{TODO keywords, all not-done states}
9441 .done               @r{the DONE keywords, all stated the count as done}
9442 .WAITING            @r{each TODO keyword also uses a class named after itself}
9443 .timestamp          @r{timestamp}
9444 .timestamp-kwd      @r{keyword associated with a timestamp, like SCHEDULED}
9445 .timestamp-wrapper  @r{span around keyword plus timestamp}
9446 .tag                @r{tag in a headline}
9447 ._HOME              @r{each tag uses itself as a class, "@@" replaced by "_"}
9448 .target             @r{target for links}
9449 .linenr             @r{the line number in a code example}
9450 .code-highlighted   @r{for highlighting referenced code lines}
9451 div.outline-N       @r{div for outline level N (headline plus text))}
9452 div.outline-text-N  @r{extra div for text at outline level N}
9453 .section-number-N   @r{section number in headlines, different for each level}
9454 div.figure          @r{how to format an inlined image}
9455 pre.src             @r{formatted source code}
9456 pre.example         @r{normal example}
9457 p.verse             @r{verse paragraph}
9458 div.footnotes       @r{footnote section headline}
9459 p.footnote          @r{footnote definition paragraph, containing a footnote}
9460 .footref            @r{a footnote reference number (always a <sup>)}
9461 .footnum            @r{footnote number in footnote definition (always <sup>)}
9462 @end example
9464 @vindex org-export-html-style-default
9465 @vindex org-export-html-style-include-default
9466 @vindex org-export-html-style
9467 @vindex org-export-html-extra
9468 @vindex org-export-html-style-default
9469 Each exported file contains a compact default style that defines these
9470 classes in a basic way@footnote{This style is defined in the constant
9471 @code{org-export-html-style-default}, which you should not modify.  To turn
9472 inclusion of these defaults off, customize
9473 @code{org-export-html-style-include-default}}.  You may overwrite these
9474 settings, or add to them by using the variables @code{org-export-html-style}
9475 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
9476 granular settings, like file-local settings).  To set the latter variable
9477 individually for each file, you can use
9479 @cindex #+STYLE
9480 @example
9481 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
9482 @end example
9484 @noindent
9485 For longer style definitions, you can use several such lines.  You could also
9486 directly write a @code{<style>} @code{</style>} section in this way, without
9487 referring to an external file.
9489 @c FIXME: More about header and footer styles
9490 @c FIXME: Talk about links and targets.
9492 @node Javascript support,  , CSS support, HTML export
9493 @subsection Javascript supported display of web pages
9495 @cindex Rose, Sebastian
9496 Sebastian Rose has written a JavaScript program especially designed to
9497 enhance the web viewing experience of HTML files created with Org.  This
9498 program allows you to view large files in two different ways.  The first one
9499 is an @emph{Info}-like mode where each section is displayed separately and
9500 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
9501 as well, press @kbd{?} for an overview of the available keys).  The second
9502 view type is a @emph{folding} view much like Org provides inside Emacs.  The
9503 script is available at @url{http://orgmode.org/org-info.js} and you can find
9504 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
9505 We host the script at our site, but if you use it a lot, you might
9506 not want to be dependent on @url{orgmode.org} and prefer to install a local
9507 copy on your own web server.
9509 To use the script, you need to make sure that the @file{org-jsinfo.el} module
9510 gets loaded.  It should be loaded by default, but you can try @kbd{M-x
9511 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
9512 this is indeed the case.  All it then takes to make use of the program is
9513 adding a single line to the Org file:
9515 @cindex #+INFOJS_OPT
9516 @example
9517 #+INFOJS_OPT: view:info toc:nil
9518 @end example
9520 @noindent
9521 If this line is found, the HTML header will automatically contain the code
9522 needed to invoke the script.  Using the line above, you can set the following
9523 viewing options:
9525 @example
9526 path:    @r{The path to the script.  The default is to grab the script from}
9527          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
9528          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
9529 view:    @r{Initial view when website is first shown.  Possible values are:}
9530          info      @r{Info-like interface with one section per page.}
9531          overview  @r{Folding interface, initially showing only top-level.}
9532          content   @r{Folding interface, starting with all headlines visible.}
9533          showall   @r{Folding interface, all headlines and text visible.}
9534 sdepth:  @r{Maximum headline level that will still become an independent}
9535          @r{section for info and folding modes.  The default is taken from}
9536          @r{@code{org-export-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
9537          @r{If this is smaller than in @code{org-export-headline-levels}, each}
9538          @r{info/folding section can still contain child headlines.}
9539 toc:     @r{Should the table of content @emph{initially} be visible?}
9540          @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
9541 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
9542          @r{the variables @code{org-export-headline-levels} and @code{org-export-with-toc}.}
9543 ftoc:    @r{Does the css of the page specify a fixed position for the "toc"?}
9544          @r{If yes, the toc will never be displayed as a section.}
9545 ltoc:    @r{Should there be short contents (children) in each section?}
9546          @r{Make this @code{above} if the section should be above initial text.}
9547 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
9548          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
9549 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
9550          @r{default), only one such button will be present.}
9551 @end example
9552 @noindent
9553 @vindex org-infojs-options
9554 @vindex org-export-html-use-infojs
9555 You can choose default values for these options by customizing the variable
9556 @code{org-infojs-options}.  If you always want to apply the script to your
9557 pages, configure the variable @code{org-export-html-use-infojs}.
9559 @node LaTeX and PDF export, DocBook export, HTML export, Exporting
9560 @section La@TeX{} and PDF export
9561 @cindex La@TeX{} export
9562 @cindex PDF export
9563 @cindex Guerry, Bastien
9565 Org mode contains a La@TeX{} exporter written by Bastien Guerry.  With
9566 further processing@footnote{The default LaTeX output is designed for
9567 processing with pdftex or latex.  It includes packages that are not
9568 compatible with xetex and possibly luatex.  See the variables
9569 @code{org-export-latex-default-packages-alist} and
9570 @code{org-export-latex-packages-alist}.}, this backend is also used to
9571 produce PDF output.  Since the La@TeX{} output uses @file{hyperref} to
9572 implement links and cross references, the PDF output file will be fully
9573 linked.
9575 @menu
9576 * LaTeX/PDF export commands::   Which key invokes which commands
9577 * Header and sectioning::       Setting up the export file structure
9578 * Quoting LaTeX code::          Incorporating literal La@TeX{} code
9579 * Tables in LaTeX export::      Options for exporting tables to La@TeX{}
9580 * Images in LaTeX export::      How to insert figures into La@TeX{} output
9581 * Beamer class export::         Turning the file into a presentation
9582 @end menu
9584 @node LaTeX/PDF export commands, Header and sectioning, LaTeX and PDF export, LaTeX and PDF export
9585 @subsection La@TeX{} export commands
9587 @cindex region, active
9588 @cindex active region
9589 @cindex transient-mark-mode
9590 @table @kbd
9591 @kindex C-c C-e l
9592 @item C-c C-e l
9593 @cindex property EXPORT_FILE_NAME
9594 Export as La@TeX{} file @file{myfile.tex}.  For an Org file
9595 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
9596 be overwritten without warning.  If there is an active region@footnote{This
9597 requires @code{transient-mark-mode} be turned on.}, only the region will be
9598 exported. If the selected region is a single tree@footnote{To select the
9599 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9600 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
9601 property, that name will be used for the export.
9602 @kindex C-c C-e L
9603 @item C-c C-e L
9604 Export to a temporary buffer, do not create a file.
9605 @kindex C-c C-e v l
9606 @kindex C-c C-e v L
9607 @item C-c C-e v l
9608 @item C-c C-e v L
9609 Export only the visible part of the document.
9610 @item M-x org-export-region-as-latex
9611 Convert the region to La@TeX{} under the assumption that it was Org mode
9612 syntax before.  This is a global command that can be invoked in any
9613 buffer.
9614 @item M-x org-replace-region-by-latex
9615 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
9616 code.
9617 @kindex C-c C-e p
9618 @item C-c C-e p
9619 Export as La@TeX{} and then process to PDF.
9620 @kindex C-c C-e d
9621 @item C-c C-e d
9622 Export as La@TeX{} and then process to PDF, then open the resulting PDF file.
9623 @end table
9625 @cindex headline levels, for exporting
9626 @vindex org-latex-low-levels
9627 In the exported version, the first 3 outline levels will become
9628 headlines, defining a general document structure.  Additional levels
9629 will be exported as description lists.  The exporter can ignore them or
9630 convert them to a custom string depending on
9631 @code{org-latex-low-levels}.
9633 If you want that transition to occur at a different level, specify it
9634 with a numeric prefix argument. For example,
9636 @example
9637 @kbd{C-2 C-c C-e l}
9638 @end example
9640 @noindent
9641 creates two levels of headings and does the rest as items.
9643 @node Header and sectioning, Quoting LaTeX code, LaTeX/PDF export commands, LaTeX and PDF export
9644 @subsection Header and sectioning structure
9645 @cindex La@TeX{} class
9646 @cindex La@TeX{} sectioning structure
9647 @cindex La@TeX{} header
9648 @cindex header, for LaTeX files
9649 @cindex sectioning structure, for LaTeX export
9651 By default, the La@TeX{} output uses the class @code{article}.
9653 @vindex org-export-latex-default-class
9654 @vindex org-export-latex-classes
9655 @vindex org-export-latex-default-packages-alist
9656 @vindex org-export-latex-packages-alist
9657 @cindex #+LATEX_HEADER
9658 @cindex #+LATEX_CLASS
9659 @cindex #+LATEX_CLASS_OPTIONS
9660 @cindex property, LATEX_CLASS
9661 @cindex property, LATEX_CLASS_OPTIONS
9662 You can change this globally by setting a different value for
9663 @code{org-export-latex-default-class} or locally by adding an option like
9664 @code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
9665 property that applies when exporting a region containing only this (sub)tree.
9666 The class must be listed in @code{org-export-latex-classes}.  This variable
9667 defines a header template for each class@footnote{Into which the values of
9668 @code{org-export-latex-default-packages-alist} and
9669 @code{org-export-latex-packages-alist} are spliced.}, and allows you to
9670 define the sectioning structure for each class.  You can also define your own
9671 classes there.  @code{#+LaTeX_CLASS_OPTIONS} or a @code{LaTeX_CLASS_OPTIONS}
9672 property can specify the options for the @code{\documentclass} macro.  You
9673 can also use @code{#+LATEX_HEADER: \usepackage@{xyz@}} to add lines to the
9674 header.  See the docstring of @code{org-export-latex-classes} for more
9675 information.
9677 @node Quoting LaTeX code, Tables in LaTeX export, Header and sectioning, LaTeX and PDF export
9678 @subsection Quoting La@TeX{} code
9680 Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
9681 inserted into the La@TeX{} file.  This includes simple macros like
9682 @samp{\ref@{LABEL@}} to create a cross reference to a figure.  Furthermore,
9683 you can add special code that should only be present in La@TeX{} export with
9684 the following constructs:
9686 @cindex #+LaTeX
9687 @cindex #+BEGIN_LaTeX
9688 @example
9689 #+LaTeX: Literal LaTeX code for export
9690 @end example
9692 @noindent or
9693 @cindex #+BEGIN_LaTeX
9695 @example
9696 #+BEGIN_LaTeX
9697 All lines between these markers are exported literally
9698 #+END_LaTeX
9699 @end example
9702 @node Tables in LaTeX export, Images in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
9703 @subsection Tables in La@TeX{} export
9704 @cindex tables, in La@TeX{} export
9706 For La@TeX{} export of a table, you can specify a label and a caption
9707 (@pxref{Images and tables}).  You can also use the @code{ATTR_LaTeX} line to
9708 request a @code{longtable} environment for the table, so that it may span
9709 several pages, or provide the @code{multicolumn} keyword that will make the
9710 table span the page in a multicolumn environment (@code{table*} environment).
9711 Finally, you can set the alignment string:
9713 @cindex #+CAPTION
9714 @cindex #+LABEL
9715 @cindex #+ATTR_LaTeX
9716 @example
9717 #+CAPTION: A long table
9718 #+LABEL: tbl:long
9719 #+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
9720 | ..... | ..... |
9721 | ..... | ..... |
9722 @end example
9725 @node Images in LaTeX export, Beamer class export, Tables in LaTeX export, LaTeX and PDF export
9726 @subsection Images in La@TeX{} export
9727 @cindex images, inline in La@TeX{}
9728 @cindex inlining images in La@TeX{}
9730 Images that are linked to without a description part in the link, like
9731 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
9732 output file resulting from La@TeX{} processing.  Org will use an
9733 @code{\includegraphics} macro to insert the image.  If you have specified a
9734 caption and/or a label as described in @ref{Images and tables}, the figure
9735 will be wrapped into a @code{figure} environment and thus become a floating
9736 element.  You can use an @code{#+ATTR_LaTeX:} line to specify the various
9737 options that can be used in the optional argument of the
9738 @code{\includegraphics} macro.  To modify the placement option of the
9739 @code{figure} environment, add something like @samp{placement=[h!]} to the
9740 Attributes.
9742 If you would like to let text flow around the image, add the word @samp{wrap}
9743 to the @code{#+ATTR_LaTeX:} line, which will make the figure occupy the left
9744 half of the page.  To fine-tune, the @code{placement} field will be the set
9745 of additional arguments needed by the @code{wrapfigure} environment.  Note
9746 that if you change the size of the image, you need to use compatible settings
9747 for @code{\includegraphics} and @code{wrapfigure}.
9749 @cindex #+CAPTION
9750 @cindex #+LABEL
9751 @cindex #+ATTR_LaTeX
9752 @example
9753 #+CAPTION:    The black-body emission of the disk around HR 4049
9754 #+LABEL:      fig:SED-HR4049
9755 #+ATTR_LaTeX: width=5cm,angle=90
9756 [[./img/sed-hr4049.pdf]]
9758 #+ATTR_LaTeX: width=0.38\textwidth wrap placement=@{r@}@{0.4\textwidth@}
9759 [[./img/hst.png]]
9760 @end example
9762 If you need references to a label created in this way, write
9763 @samp{\ref@{fig:SED-HR4049@}} just like in La@TeX{}.
9765 @node Beamer class export,  , Images in LaTeX export, LaTeX and PDF export
9766 @subsection Beamer class export
9768 The LaTeX class @file{beamer} allows production of high quality presentations
9769 using LaTeX and pdf processing.  Org-mode has special support for turning an
9770 Org-mode file or tree into a @file{beamer} presentation.
9772 When the LaTeX class for the current buffer (as set with @code{#+LaTeX_CLASS:
9773 beamer}) or subtree (set with a @code{LaTeX_CLASS} property) is
9774 @code{beamer}, a special export mode will turn the file or tree into a beamer
9775 presentation.  Any tree with not-too-deep level nesting should in principle be
9776 exportable as a beamer presentation.  By default, the top-level entries (or
9777 the first level below the selected subtree heading) will be turned into
9778 frames, and the outline structure below this level will become itemize lists.
9779 You can also configure the variable @code{org-beamer-frame-level} to a
9780 different level - then the hierarchy above frames will produce the sectioning
9781 structure of the presentation.
9783 A template for useful in-buffer settings or properties can be inserted into
9784 the buffer with @kbd{M-x org-beamer-settings-template}.  Among other things,
9785 this will install a column view format which is very handy for editing
9786 special properties used by beamer.
9788 You can influence the structure of the presentation using the following
9789 properties:
9791 @table @code
9792 @item BEAMER_env
9793 The environment that should be used to format this entry.  Valid environments
9794 are defined in the constant @code{org-beamer-environments-default}, and you
9795 can define more in @code{org-beamer-environments-extra}.  If this property is
9796 set, the entry will also get a @code{:B_environment:} tag to make this
9797 visible.  This tag has no semantic meaning, it is only a visual aid.
9798 @item BEAMER_envargs
9799 The beamer-special arguments that should be used for the environment, like
9800 @code{[t]} or @code{[<+->]} of @code{<2-3>}.  If the @code{BEAMER_col}
9801 property is also set, something like @code{C[t]} can be added here as well to
9802 set an options argument for the implied @code{columns} environment.
9803 @code{c[t]} will set an option for the implied @code{column} environment.
9804 @item BEAMER_col
9805 The width of a column that should start with this entry.  If this property is
9806 set, the entry will also get a @code{:BMCOL:} property to make this visible.
9807 Also this tag is only a visual aid.  When this is a plain number, it will be
9808 interpreted as a fraction of @code{\textwidth}.  Otherwise it will be assumed
9809 that you have specified the units, like @samp{3cm}.  The first such property
9810 in a frame will start a @code{columns} environment to surround the columns.
9811 This environment is closed when an entry has a @code{BEAMER_col} property
9812 with value 0 or 1, or automatically at the end of the frame.
9813 @item BEAMER_extra
9814 Additional commands that should be inserted after the environment has been
9815 opened.  For example, when creating a frame, this can be used to specify
9816 transitions.
9817 @end table
9819 Frames will automatically receive a @code{fragile} option if they contain
9820 source code that uses the verbatim environment.  Special @file{beamer}
9821 specific code can be inserted using @code{#+BEAMER:} and
9822 @code{#+BEGIN_beamer...#+end_beamer} constructs, similar to other export
9823 backends, but with the difference that @code{#+LaTeX:} stuff will be included
9824 in the presentation as well.
9826 Outline nodes with @code{BEAMER_env} property value @samp{note} or
9827 @samp{noteNH} will be formatted as beamer notes, i,e, they will be wrapped
9828 into @code{\note@{...@}}.  The former will include the heading as part of the
9829 note text, the latter will ignore the heading of that node.  To simplify note
9830 generation, it is actually enough to mark the note with a @emph{tag} (either
9831 @code{:B_note:} or @code{:B_noteNH:}) instead of creating the
9832 @code{BEAMER_env} property.
9834 You can turn on a special minor mode @code{org-beamer-mode} for editing
9835 support with
9837 @example
9838 #+STARTUP: beamer
9839 @end example
9841 @table @kbd
9842 @kindex C-c C-b
9843 @item C-c C-b
9844 In @code{org-beamer-mode}, this key offers fast selection of a beamer
9845 environment or the @code{BEAMER_col} property.
9846 @end table
9848 Column view provides a great way to set the environment of a node and other
9849 important parameters.  Make sure you are using a COLUMN format that is geared
9850 toward this special purpose.  The command @kbd{M-x
9851 org-beamer-settings-template} defines such a format.
9853 Here is a simple example Org document that is intended for beamer export.
9855 @smallexample
9856 #+LaTeX_CLASS: beamer
9857 #+TITLE: Example Presentation
9858 #+AUTHOR: Carsten Dominik
9859 #+LaTeX_CLASS_OPTIONS: [presentation]
9860 #+BEAMER_FRAME_LEVEL: 2
9861 #+BEAMER_HEADER_EXTRA: \usetheme@{Madrid@}\usecolortheme@{default@}
9862 #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)
9864 * This is the first structural section
9866 ** Frame 1 \\ with a subtitle
9867 *** Thanks to Eric Fraga                                      :BMCOL:B_block:
9868     :PROPERTIES:
9869     :BEAMER_env: block
9870     :BEAMER_envargs: C[t]
9871     :BEAMER_col: 0.5
9872     :END:
9873     for the first viable beamer setup in Org
9874 *** Thanks to everyone else                                   :BMCOL:B_block:
9875     :PROPERTIES:
9876     :BEAMER_col: 0.5
9877     :BEAMER_env: block
9878     :BEAMER_envargs: <2->
9879     :END:
9880     for contributing to the discussion
9881 **** This will be formatted as a beamer note                  :B_note:
9882 ** Frame 2 \\ where we will not use columns
9883 *** Request                                                   :B_block:
9884     Please test this stuff!
9885     :PROPERTIES:
9886     :BEAMER_env: block
9887     :END:
9888 @end smallexample
9890 For more information, see the documentation on Worg.
9892 @node DocBook export, Freemind export, LaTeX and PDF export, Exporting
9893 @section DocBook export
9894 @cindex DocBook export
9895 @cindex PDF export
9896 @cindex Cui, Baoqiu
9898 Org contains a DocBook exporter written by Baoqiu Cui.  Once an Org file is
9899 exported to DocBook format, it can be further processed to produce other
9900 formats, including PDF, HTML, man pages, etc., using many available DocBook
9901 tools and stylesheets.
9903 Currently DocBook exporter only supports DocBook V5.0.
9905 @menu
9906 * DocBook export commands::     How to invoke DocBook export
9907 * Quoting DocBook code::        Incorporating DocBook code in Org files
9908 * Recursive sections::          Recursive sections in DocBook
9909 * Tables in DocBook export::    Tables are exported as HTML tables
9910 * Images in DocBook export::    How to insert figures into DocBook output
9911 * Special characters::          How to handle special characters
9912 @end menu
9914 @node DocBook export commands, Quoting DocBook code, DocBook export, DocBook export
9915 @subsection DocBook export commands
9917 @cindex region, active
9918 @cindex active region
9919 @cindex transient-mark-mode
9920 @table @kbd
9921 @kindex C-c C-e D
9922 @item C-c C-e D
9923 @cindex property EXPORT_FILE_NAME
9924 Export as DocBook file.  For an Org file, @file{myfile.org}, the DocBook XML
9925 file will be @file{myfile.xml}.  The file will be overwritten without
9926 warning.  If there is an active region@footnote{This requires
9927 @code{transient-mark-mode} to be turned on}, only the region will be
9928 exported.  If the selected region is a single tree@footnote{To select the
9929 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
9930 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
9931 property, that name will be used for the export.
9932 @kindex C-c C-e V
9933 @item C-c C-e V
9934 Export as DocBook file, process to PDF, then open the resulting PDF file.
9936 @vindex org-export-docbook-xslt-proc-command
9937 @vindex org-export-docbook-xsl-fo-proc-command
9938 Note that, in order to produce PDF output based on exported DocBook file, you
9939 need to have XSLT processor and XSL-FO processor software installed on your
9940 system.  Check variables @code{org-export-docbook-xslt-proc-command} and
9941 @code{org-export-docbook-xsl-fo-proc-command}.
9943 @vindex org-export-docbook-xslt-stylesheet
9944 The stylesheet argument @code{%s} in variable
9945 @code{org-export-docbook-xslt-proc-command} is replaced by the value of
9946 variable @code{org-export-docbook-xslt-stylesheet}, which needs to be set by
9947 the user.  You can also overrule this global setting on a per-file basis by
9948 adding an in-buffer setting @code{#+XSLT:} to the Org file.
9950 @kindex C-c C-e v D
9951 @item C-c C-e v D
9952 Export only the visible part of the document.
9953 @end table
9955 @node Quoting DocBook code, Recursive sections, DocBook export commands, DocBook export
9956 @subsection Quoting DocBook code
9958 You can quote DocBook code in Org files and copy it verbatim into exported
9959 DocBook file with the following constructs:
9961 @cindex #+DOCBOOK
9962 @cindex #+BEGIN_DOCBOOK
9963 @example
9964 #+DOCBOOK: Literal DocBook code for export
9965 @end example
9967 @noindent or
9968 @cindex #+BEGIN_DOCBOOK
9970 @example
9971 #+BEGIN_DOCBOOK
9972 All lines between these markers are exported by DocBook exporter
9973 literally.
9974 #+END_DOCBOOK
9975 @end example
9977 For example, you can use the following lines to include a DocBook warning
9978 admonition.  As to what this warning says, you should pay attention to the
9979 document context when quoting DocBook code in Org files.  You may make
9980 exported DocBook XML files invalid by not quoting DocBook code correctly.
9982 @example
9983 #+BEGIN_DOCBOOK
9984 <warning>
9985   <para>You should know what you are doing when quoting DocBook XML code
9986   in your Org file.  Invalid DocBook XML file may be generated by
9987   DocBook exporter if you are not careful!</para>
9988 </warning>
9989 #+END_DOCBOOK
9990 @end example
9992 @node Recursive sections, Tables in DocBook export, Quoting DocBook code, DocBook export
9993 @subsection Recursive sections
9994 @cindex DocBook recursive sections
9996 DocBook exporter exports Org files as articles using the @code{article}
9997 element in DocBook.  Recursive sections, i.e. @code{section} elements, are
9998 used in exported articles.  Top level headlines in Org files are exported as
9999 top level sections, and lower level headlines are exported as nested
10000 sections.  The entire structure of Org files will be exported completely, no
10001 matter how many nested levels of headlines there are.
10003 Using recursive sections makes it easy to port and reuse exported DocBook
10004 code in other DocBook document types like @code{book} or @code{set}.
10006 @node Tables in DocBook export, Images in DocBook export, Recursive sections, DocBook export
10007 @subsection Tables in DocBook export
10008 @cindex tables, in DocBook export
10010 Tables in Org files are exported as HTML tables, which have been supported since
10011 DocBook V4.3.
10013 If a table does not have a caption, an informal table is generated using the
10014 @code{informaltable} element; otherwise, a formal table will be generated
10015 using the @code{table} element.
10017 @node Images in DocBook export, Special characters, Tables in DocBook export, DocBook export
10018 @subsection Images in DocBook export
10019 @cindex images, inline in DocBook
10020 @cindex inlining images in DocBook
10022 Images that are linked to without a description part in the link, like
10023 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]}, will be exported to DocBook
10024 using @code{mediaobject} elements.  Each @code{mediaobject} element contains
10025 an @code{imageobject} that wraps an @code{imagedata} element.  If you have
10026 specified a caption for an image as described in @ref{Images and tables}, a
10027 @code{caption} element will be added in @code{mediaobject}.  If a label is
10028 also specified, it will be exported as an @code{xml:id} attribute of the
10029 @code{mediaobject} element.
10031 @vindex org-export-docbook-default-image-attributes
10032 Image attributes supported by the @code{imagedata} element, like @code{align}
10033 or @code{width}, can be specified in two ways: you can either customize
10034 variable @code{org-export-docbook-default-image-attributes} or use the
10035 @code{#+ATTR_DOCBOOK:} line.  Attributes specified in variable
10036 @code{org-export-docbook-default-image-attributes} are applied to all inline
10037 images in the Org file to be exported (unless they are overridden by image
10038 attributes specified in @code{#+ATTR_DOCBOOK:} lines).
10040 The @code{#+ATTR_DOCBOOK:} line can be used to specify additional image
10041 attributes or override default image attributes for individual images.  If
10042 the same attribute appears in both the @code{#+ATTR_DOCBOOK:} line and
10043 variable @code{org-export-docbook-default-image-attributes}, the former
10044 takes precedence.  Here is an example about how image attributes can be
10045 set:
10047 @cindex #+CAPTION
10048 @cindex #+LABEL
10049 @cindex #+ATTR_DOCBOOK
10050 @example
10051 #+CAPTION:    The logo of Org mode
10052 #+LABEL:      unicorn-svg
10053 #+ATTR_DOCBOOK: scalefit="1" width="100%" depth="100%"
10054 [[./img/org-mode-unicorn.svg]]
10055 @end example
10057 @vindex org-export-docbook-inline-image-extensions
10058 By default, DocBook exporter recognizes the following image file types:
10059 @file{jpeg}, @file{jpg}, @file{png}, @file{gif}, and @file{svg}.  You can
10060 customize variable @code{org-export-docbook-inline-image-extensions} to add
10061 more types to this list as long as DocBook supports them.
10063 @node Special characters,  , Images in DocBook export, DocBook export
10064 @subsection Special characters in DocBook export
10065 @cindex Special characters in DocBook export
10067 @vindex org-export-docbook-doctype
10068 @vindex org-entities
10069 Special characters that are written in @TeX{}-like syntax, such as @code{\alpha},
10070 @code{\Gamma}, and @code{\Zeta}, are supported by DocBook exporter.  These
10071 characters are rewritten to XML entities, like @code{&alpha;},
10072 @code{&Gamma;}, and @code{&Zeta;}, based on the list saved in variable
10073 @code{org-entities}.  As long as the generated DocBook file includes the
10074 corresponding entities, these special characters are recognized.
10076 You can customize variable @code{org-export-docbook-doctype} to include the
10077 entities you need.  For example, you can set variable
10078 @code{org-export-docbook-doctype} to the following value to recognize all
10079 special characters included in XHTML entities:
10081 @example
10082 "<!DOCTYPE article [
10083 <!ENTITY % xhtml1-symbol PUBLIC
10084 \"-//W3C//ENTITIES Symbol for HTML//EN//XML\"
10085 \"http://www.w3.org/2003/entities/2007/xhtml1-symbol.ent\"
10087 %xhtml1-symbol;
10090 @end example
10092 @node Freemind export, XOXO export, DocBook export, Exporting
10093 @section Freemind export
10094 @cindex Freemind export
10095 @cindex mind map
10097 The freemind exporter was written by Lennart Borgman.
10099 @table @kbd
10100 @kindex C-c C-e m
10101 @item C-c C-e m
10102 Export as Freemind mind map @file{myfile.mm}.
10103 @end table
10105 @node XOXO export, iCalendar export, Freemind export, Exporting
10106 @section XOXO export
10107 @cindex XOXO export
10109 Org mode contains an exporter that produces XOXO-style output.
10110 Currently, this exporter only handles the general outline structure and
10111 does not interpret any additional Org-mode features.
10113 @table @kbd
10114 @kindex C-c C-e x
10115 @item C-c C-e x
10116 Export as XOXO file @file{myfile.html}.
10117 @kindex C-c C-e v
10118 @item C-c C-e v x
10119 Export only the visible part of the document.
10120 @end table
10122 @node iCalendar export,  , XOXO export, Exporting
10123 @section iCalendar export
10124 @cindex iCalendar export
10126 @vindex org-icalendar-include-todo
10127 @vindex org-icalendar-use-deadline
10128 @vindex org-icalendar-use-scheduled
10129 @vindex org-icalendar-categories
10130 Some people use Org mode for keeping track of projects, but still prefer a
10131 standard calendar application for anniversaries and appointments.  In this
10132 case it can be useful to show deadlines and other time-stamped items in Org
10133 files in the calendar application.  Org mode can export calendar information
10134 in the standard iCalendar format.  If you also want to have TODO entries
10135 included in the export, configure the variable
10136 @code{org-icalendar-include-todo}.  Plain timestamps are exported as VEVENT,
10137 and TODO items as VTODO.  It will also create events from deadlines that are
10138 in non-TODO items.  Deadlines and scheduling dates in TODO items will be used
10139 to set the start and due dates for the TODO entry@footnote{See the variables
10140 @code{org-icalendar-use-deadline} and @code{org-icalendar-use-scheduled}.}.
10141 As categories, it will use the tags locally defined in the heading, and the
10142 file/tree category@footnote{To add inherited tags or the TODO state,
10143 configure the variable @code{org-icalendar-categories}.}.
10145 @vindex org-icalendar-store-UID
10146 @cindex property, ID
10147 The iCalendar standard requires each entry to have a globally unique
10148 identifier (UID).  Org creates these identifiers during export.  If you set
10149 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
10150 @code{:ID:} property of the entry and re-used next time you report this
10151 entry.  Since a single entry can give rise to multiple iCalendar entries (as
10152 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
10153 prefixes to the UID, depending on what triggered the inclusion of the entry.
10154 In this way the UID remains unique, but a synchronization program can still
10155 figure out from which entry all the different instances originate.
10157 @table @kbd
10158 @kindex C-c C-e i
10159 @item C-c C-e i
10160 Create iCalendar entries for the current file and store them in the same
10161 directory, using a file extension @file{.ics}.
10162 @kindex C-c C-e I
10163 @item C-c C-e I
10164 @vindex org-agenda-files
10165 Like @kbd{C-c C-e i}, but do this for all files in
10166 @code{org-agenda-files}.  For each of these files, a separate iCalendar
10167 file will be written.
10168 @kindex C-c C-e c
10169 @item C-c C-e c
10170 @vindex org-combined-agenda-icalendar-file
10171 Create a single large iCalendar file from all files in
10172 @code{org-agenda-files} and write it to the file given by
10173 @code{org-combined-agenda-icalendar-file}.
10174 @end table
10176 @vindex org-use-property-inheritance
10177 @vindex org-icalendar-include-body
10178 @cindex property, SUMMARY
10179 @cindex property, DESCRIPTION
10180 @cindex property, LOCATION
10181 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
10182 property can be inherited from higher in the hierarchy if you configure
10183 @code{org-use-property-inheritance} accordingly.} properties if the selected
10184 entries have them.  If not, the summary will be derived from the headline,
10185 and the description from the body (limited to
10186 @code{org-icalendar-include-body} characters).
10188 How this calendar is best read and updated, depends on the application
10189 you are using.  The FAQ covers this issue.
10191 @node Publishing, Miscellaneous, Exporting, Top
10192 @chapter Publishing
10193 @cindex publishing
10194 @cindex O'Toole, David
10196 Org includes a publishing management system that allows you to configure
10197 automatic HTML conversion of @emph{projects} composed of interlinked org
10198 files.  You can also configure Org to automatically upload your exported HTML
10199 pages and related attachments, such as images and source code files, to a web
10200 server.
10202 You can also use Org to convert files into PDF, or even combine HTML and PDF
10203 conversion so that files are available in both formats on the server.
10205 Publishing has been contributed to Org by David O'Toole.
10207 @menu
10208 * Configuration::               Defining projects
10209 * Uploading files::             How to get files up on the server
10210 * Sample configuration::        Example projects
10211 * Triggering publication::      Publication commands
10212 @end menu
10214 @node Configuration, Uploading files, Publishing, Publishing
10215 @section Configuration
10217 Publishing needs significant configuration to specify files, destination
10218 and many other properties of a project.
10220 @menu
10221 * Project alist::               The central configuration variable
10222 * Sources and destinations::    From here to there
10223 * Selecting files::             What files are part of the project?
10224 * Publishing action::           Setting the function doing the publishing
10225 * Publishing options::          Tweaking HTML export
10226 * Publishing links::            Which links keep working after publishing?
10227 * Sitemap::                     Generating a list of all pages
10228 * Generating an index::         An index that reaches across pages
10229 @end menu
10231 @node Project alist, Sources and destinations, Configuration, Configuration
10232 @subsection The variable @code{org-publish-project-alist}
10233 @cindex org-publish-project-alist
10234 @cindex projects, for publishing
10236 @vindex org-publish-project-alist
10237 Publishing is configured almost entirely through setting the value of one
10238 variable, called @code{org-publish-project-alist}.  Each element of the list
10239 configures one project, and may be in one of the two following forms:
10241 @lisp
10242    ("project-name" :property value :property value ...)
10243 @r{or}
10244    ("project-name" :components ("project-name" "project-name" ...))
10246 @end lisp
10248 In both cases, projects are configured by specifying property values.  A
10249 project defines the set of files that will be published, as well as the
10250 publishing configuration to use when publishing those files.  When a project
10251 takes the second form listed above, the individual members of the
10252 @code{:components} property are taken to be sub-projects, which group
10253 together files requiring different publishing options.  When you publish such
10254 a ``meta-project'', all the components will also be published, in the
10255 sequence given.
10257 @node Sources and destinations, Selecting files, Project alist, Configuration
10258 @subsection Sources and destinations for files
10259 @cindex directories, for publishing
10261 Most properties are optional, but some should always be set.  In
10262 particular, Org needs to know where to look for source files,
10263 and where to put published files.
10265 @multitable @columnfractions 0.3 0.7
10266 @item @code{:base-directory}
10267 @tab Directory containing publishing source files
10268 @item @code{:publishing-directory}
10269 @tab Directory where output files will be published.  You can directly
10270 publish to a webserver using a file name syntax appropriate for
10271 the Emacs @file{tramp} package.  Or you can publish to a local directory and
10272 use external tools to upload your website (@pxref{Uploading files}).
10273 @item @code{:preparation-function}
10274 @tab Function or list of functions to be called before starting the
10275 publishing process, for example, to run @code{make} for updating files to be
10276 published.  The project property list is scoped into this call as the
10277 variable @code{project-plist}.
10278 @item @code{:completion-function}
10279 @tab Function or list of functions called after finishing the publishing
10280 process, for example, to change permissions of the resulting files.  The
10281 project property list is scoped into this call as the variable
10282 @code{project-plist}.
10283 @end multitable
10284 @noindent
10286 @node Selecting files, Publishing action, Sources and destinations, Configuration
10287 @subsection Selecting files
10288 @cindex files, selecting for publishing
10290 By default, all files with extension @file{.org} in the base directory
10291 are considered part of the project.  This can be modified by setting the
10292 properties
10293 @multitable @columnfractions 0.25 0.75
10294 @item @code{:base-extension}
10295 @tab Extension (without the dot!) of source files.  This actually is a
10296 regular expression.  Set this to the symbol @code{any} if you want to get all
10297 files in @code{:base-directory}, even without extension.
10299 @item @code{:exclude}
10300 @tab Regular expression to match file names that should not be
10301 published, even though they have been selected on the basis of their
10302 extension.
10304 @item @code{:include}
10305 @tab List of files to be included regardless of @code{:base-extension}
10306 and @code{:exclude}.
10307 @end multitable
10309 @node Publishing action, Publishing options, Selecting files, Configuration
10310 @subsection Publishing action
10311 @cindex action, for publishing
10313 Publishing means that a file is copied to the destination directory and
10314 possibly transformed in the process.  The default transformation is to export
10315 Org files as HTML files, and this is done by the function
10316 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
10317 export}).  But you also can publish your content as PDF files using
10318 @code{org-publish-org-to-pdf}.  If you want to publish the Org file itself,
10319 but with @i{archived}, @i{commented}, and @i{tag-excluded} trees removed, use
10320 @code{org-publish-org-to-org} and set the parameters @code{:plain-source}
10321 and/or @code{:htmlized-source}.  This will produce @file{file.org} and
10322 @file{file.org.html} in the publishing
10323 directory@footnote{@file{file-source.org} and @file{file-source.org.html} if
10324 source and publishing directories are equal.  Note that with this kind of
10325 setup, you need to add @code{:exclude "-source\\.org"} to the project
10326 definition in @code{org-publish-project-alist} to avoid that the published
10327 source files will be considered as new org files the next time the project is
10328 published.}.  Other files like images only
10329 need to be copied to the publishing destination, for this you may use
10330 @code{org-publish-attachment}.  For non-Org files, you always need to
10331 specify the publishing function:
10333 @multitable @columnfractions 0.3 0.7
10334 @item @code{:publishing-function}
10335 @tab Function executing the publication of a file.  This may also be a
10336 list of functions, which will all be called in turn.
10337 @item @code{:plain-source}
10338 @tab Non-nil means, publish plain source.
10339 @item @code{:htmlized-source}
10340 @tab Non-nil means, publish htmlized source.
10341 @end multitable
10343 The function must accept three arguments: a property list containing at least
10344 a @code{:publishing-directory} property, the name of the file to be
10345 published, and the path to the publishing directory of the output file.  It
10346 should take the specified file, make the necessary transformation (if any)
10347 and place the result into the destination folder.
10349 @node Publishing options, Publishing links, Publishing action, Configuration
10350 @subsection Options for the HTML/La@TeX{} exporters
10351 @cindex options, for publishing
10353 The property list can be used to set many export options for the HTML
10354 and La@TeX{} exporters.  In most cases, these properties correspond to user
10355 variables in Org.  The table below lists these properties along
10356 with the variable they belong to.  See the documentation string for the
10357 respective variable for details.
10359 @vindex org-export-html-link-up
10360 @vindex org-export-html-link-home
10361 @vindex org-export-default-language
10362 @vindex org-display-custom-times
10363 @vindex org-export-headline-levels
10364 @vindex org-export-with-section-numbers
10365 @vindex org-export-section-number-format
10366 @vindex org-export-with-toc
10367 @vindex org-export-preserve-breaks
10368 @vindex org-export-with-archived-trees
10369 @vindex org-export-with-emphasize
10370 @vindex org-export-with-sub-superscripts
10371 @vindex org-export-with-special-strings
10372 @vindex org-export-with-footnotes
10373 @vindex org-export-with-drawers
10374 @vindex org-export-with-tags
10375 @vindex org-export-with-todo-keywords
10376 @vindex org-export-with-priority
10377 @vindex org-export-with-TeX-macros
10378 @vindex org-export-with-LaTeX-fragments
10379 @vindex org-export-skip-text-before-1st-heading
10380 @vindex org-export-with-fixed-width
10381 @vindex org-export-with-timestamps
10382 @vindex org-export-author-info
10383 @vindex org-export-email
10384 @vindex org-export-creator-info
10385 @vindex org-export-with-tables
10386 @vindex org-export-highlight-first-table-line
10387 @vindex org-export-html-style-include-default
10388 @vindex org-export-html-style
10389 @vindex org-export-html-style-extra
10390 @vindex org-export-html-link-org-files-as-html
10391 @vindex org-export-html-inline-images
10392 @vindex org-export-html-extension
10393 @vindex org-export-html-table-tag
10394 @vindex org-export-html-expand
10395 @vindex org-export-html-with-timestamp
10396 @vindex org-export-publishing-directory
10397 @vindex org-export-html-preamble
10398 @vindex org-export-html-postamble
10399 @vindex org-export-html-auto-preamble
10400 @vindex org-export-html-auto-postamble
10401 @vindex user-full-name
10402 @vindex user-mail-address
10403 @vindex org-export-select-tags
10404 @vindex org-export-exclude-tags
10406 @multitable @columnfractions 0.32 0.68
10407 @item @code{:link-up}               @tab @code{org-export-html-link-up}
10408 @item @code{:link-home}             @tab @code{org-export-html-link-home}
10409 @item @code{:language}              @tab @code{org-export-default-language}
10410 @item @code{:customtime}            @tab @code{org-display-custom-times}
10411 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
10412 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
10413 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
10414 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
10415 @item @code{:preserve-breaks}       @tab @code{org-export-preserve-breaks}
10416 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
10417 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
10418 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
10419 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
10420 @item @code{:footnotes}             @tab @code{org-export-with-footnotes}
10421 @item @code{:drawers}               @tab @code{org-export-with-drawers}
10422 @item @code{:tags}                  @tab @code{org-export-with-tags}
10423 @item @code{:todo-keywords}         @tab @code{org-export-with-todo-keywords}
10424 @item @code{:priority}              @tab @code{org-export-with-priority}
10425 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
10426 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
10427 @item @code{:latex-listings}        @tab @code{org-export-latex-listings}
10428 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
10429 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
10430 @item @code{:timestamps}            @tab @code{org-export-with-timestamps}
10431 @item @code{:author-info}           @tab @code{org-export-author-info}
10432 @item @code{:email-info}            @tab @code{org-export-email-info}
10433 @item @code{:creator-info}          @tab @code{org-export-creator-info}
10434 @item @code{:tables}                @tab @code{org-export-with-tables}
10435 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
10436 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
10437 @item @code{:style}                 @tab @code{org-export-html-style}
10438 @item @code{:style-extra}           @tab @code{org-export-html-style-extra}
10439 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
10440 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
10441 @item @code{:html-extension}        @tab @code{org-export-html-extension}
10442 @item @code{:xml-declaration}       @tab @code{org-export-html-xml-declaration}
10443 @item @code{:html-table-tag}        @tab @code{org-export-html-table-tag}
10444 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
10445 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
10446 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
10447 @item @code{:preamble}              @tab @code{org-export-html-preamble}
10448 @item @code{:postamble}             @tab @code{org-export-html-postamble}
10449 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
10450 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
10451 @item @code{:author}                @tab @code{user-full-name}
10452 @item @code{:email}                 @tab @code{user-mail-address} : @code{addr;addr;..}
10453 @item @code{:select-tags}           @tab @code{org-export-select-tags}
10454 @item @code{:exclude-tags}          @tab @code{org-export-exclude-tags}
10455 @item @code{:latex-image-options}   @tab @code{org-export-latex-image-default-option}
10456 @end multitable
10458 Most of the @code{org-export-with-*} variables have the same effect in
10459 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
10460 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
10461 La@TeX{} export.
10463 @vindex org-publish-project-alist
10464 When a property is given a value in @code{org-publish-project-alist},
10465 its setting overrides the value of the corresponding user variable (if
10466 any) during publishing.  Options set within a file (@pxref{Export
10467 options}), however, override everything.
10469 @node Publishing links, Sitemap, Publishing options, Configuration
10470 @subsection Links between published files
10471 @cindex links, publishing
10473 To create a link from one Org file to another, you would use
10474 something like @samp{[[file:foo.org][The foo]]} or simply
10475 @samp{file:foo.org.} (@pxref{Hyperlinks}).  When published, this link
10476 becomes a link to @file{foo.html}.  In this way, you can interlink the
10477 pages of your "org web" project and the links will work as expected when
10478 you publish them to HTML.  If you also publish the Org source file and want
10479 to link to that, use an @code{http:} link instead of a @code{file:} link,
10480 because @code{file:} links are converted to link to the corresponding
10481 @file{html} file.
10483 You may also link to related files, such as images. Provided you are careful
10484 with relative file names, and provided you have also configured Org to upload
10485 the related files, these links will work too. See @ref{Complex example}, for
10486 an example of this usage.
10488 Sometimes an Org file to be published may contain links that are
10489 only valid in your production environment, but not in the publishing
10490 location.  In this case, use the property
10492 @multitable @columnfractions 0.4 0.6
10493 @item @code{:link-validation-function}
10494 @tab Function to validate links
10495 @end multitable
10497 @noindent
10498 to define a function for checking link validity.  This function must
10499 accept two arguments, the file name and a directory relative to which
10500 the file name is interpreted in the production environment.  If this
10501 function returns @code{nil}, then the HTML generator will only insert a
10502 description into the HTML file, but no link.  One option for this
10503 function is @code{org-publish-validate-link} which checks if the given
10504 file is part of any project in @code{org-publish-project-alist}.
10506 @node Sitemap, Generating an index, Publishing links, Configuration
10507 @subsection Generating a sitemap
10508 @cindex sitemap, of published pages
10510 The following properties may be used to control publishing of 
10511 a map of files for a given project.
10513 @multitable @columnfractions 0.35 0.65
10514 @item @code{:auto-sitemap}
10515 @tab When non-nil, publish a sitemap during @code{org-publish-current-project}
10516 or @code{org-publish-all}.
10518 @item @code{:sitemap-filename}
10519 @tab Filename for output of sitemap. Defaults to @file{sitemap.org} (which
10520 becomes @file{sitemap.html}).
10522 @item @code{:sitemap-title}
10523 @tab Title of sitemap page. Defaults to name of file.
10525 @item @code{:sitemap-function}
10526 @tab Plug-in function to use for generation of the sitemap.
10527 Defaults to @code{org-publish-org-sitemap}, which generates a plain list
10528 of links to all files in the project.
10530 @item @code{:sitemap-sort-folders}
10531 @tab Where folders should appear in the sitemap.  Set this to @code{first}
10532 (default) or @code{last} to display folders first or last,
10533 respectively.  Any other value will mix files and folders.
10535 @item @code{:sitemap-alphabetically}
10536 @tab The site map is normally sorted alphabetically.  Set this explicitly to
10537 @code{nil} to turn off sorting.
10539 @item @code{:sitemap-ignore-case}
10540 @tab Should sorting be case-sensitive?  Default @code{nil}.
10542 @end multitable
10544 @node Generating an index,  , Sitemap, Configuration
10545 @subsection Generating an index
10546 @cindex index, in a publishing project
10548 Org-mode can generate an index across the files of a publishing project.
10550 @multitable @columnfractions 0.25 0.75
10551 @item @code{:makeindex}
10552 @tab When non-nil, generate in index in the file @file{theindex.org} and
10553 publish it as @file{theindex.html}.
10554 @end multitable
10556 The file will be create when first publishing a project with the
10557 @code{:makeindex} set.  The file only contains a statement @code{#+include:
10558 "theindex.inc"}.  You can then built around this include statement by adding
10559 a title, style information etc.
10561 @node Uploading files, Sample configuration, Configuration, Publishing
10562 @section Uploading files
10563 @cindex rsync
10564 @cindex unison
10566 For those people already utilizing third party sync tools such as
10567 @command{rsync} or @command{unison}, it might be preferable not to use the built in
10568 @i{remote} publishing facilities of Org mode which rely heavily on
10569 Tramp.  Tramp, while very useful and powerful, tends not to be
10570 so efficient for multiple file transfer and has been known to cause problems
10571 under heavy usage.
10573 Specialized synchronization utilities offer several advantages.  In addition
10574 to timestamp comparison, they also do content and permissions/attribute
10575 checks.  For this reason you might prefer to publish your web to a local
10576 directory (possibly even @i{in place} with your Org files) and then use
10577 @file{unison} or @file{rsync} to do the synchronization with the remote host.
10579 Since Unison (for example) can be configured as to which files to transfer to
10580 a certain remote destination, it can greatly simplify the project publishing
10581 definition.  Simply keep all files in the correct location, process your Org
10582 files with @code{org-publish} and let the synchronization tool do the rest.
10583 You do not need, in this scenario, to include attachments such as @file{jpg},
10584 @file{css} or @file{gif} files in the project definition since the 3rd party
10585 tool syncs them.
10587 Publishing to a local directory is also much faster than to a remote one, so
10588 that you can afford more easily to republish entire projects.  If you set
10589 @code{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
10590 benefit of re-including any changed external files such as source example
10591 files you might include with @code{#+INCLUDE}.  The timestamp mechanism in
10592 Org is not smart enough to detect if included files have been modified.
10594 @node Sample configuration, Triggering publication, Uploading files, Publishing
10595 @section Sample configuration
10597 Below we provide two example configurations.  The first one is a simple
10598 project publishing only a set of Org files.  The second example is
10599 more complex, with a multi-component project.
10601 @menu
10602 * Simple example::              One-component publishing
10603 * Complex example::             A multi-component publishing example
10604 @end menu
10606 @node Simple example, Complex example, Sample configuration, Sample configuration
10607 @subsection Example: simple publishing configuration
10609 This example publishes a set of Org files to the @file{public_html}
10610 directory on the local machine.
10612 @lisp
10613 (setq org-publish-project-alist
10614       '(("org"
10615          :base-directory "~/org/"
10616          :publishing-directory "~/public_html"
10617          :section-numbers nil
10618          :table-of-contents nil
10619          :style "<link rel=\"stylesheet\"
10620                 href=\"../other/mystyle.css\"
10621                 type=\"text/css\"/>")))
10622 @end lisp
10624 @node Complex example,  , Simple example, Sample configuration
10625 @subsection Example: complex publishing configuration
10627 This more complicated example publishes an entire website, including
10628 Org files converted to HTML, image files, Emacs Lisp source code, and
10629 style sheets. The publishing directory is remote and private files are
10630 excluded.
10632 To ensure that links are preserved, care should be taken to replicate
10633 your directory structure on the web server, and to use relative file
10634 paths. For example, if your Org files are kept in @file{~/org} and your
10635 publishable images in @file{~/images}, you would link to an image with
10637 @example
10638 file:../images/myimage.png
10639 @end example
10641 On the web server, the relative path to the image should be the
10642 same. You can accomplish this by setting up an "images" folder in the
10643 right place on the web server, and publishing images to it.
10645 @lisp
10646 (setq org-publish-project-alist
10647       '(("orgfiles"
10648           :base-directory "~/org/"
10649           :base-extension "org"
10650           :publishing-directory "/ssh:user@@host:~/html/notebook/"
10651           :publishing-function org-publish-org-to-html
10652           :exclude "PrivatePage.org"   ;; regexp
10653           :headline-levels 3
10654           :section-numbers nil
10655           :table-of-contents nil
10656           :style "<link rel=\"stylesheet\"
10657                   href=\"../other/mystyle.css\" type=\"text/css\"/>"
10658           :auto-preamble t
10659           :auto-postamble nil)
10661          ("images"
10662           :base-directory "~/images/"
10663           :base-extension "jpg\\|gif\\|png"
10664           :publishing-directory "/ssh:user@@host:~/html/images/"
10665           :publishing-function org-publish-attachment)
10667          ("other"
10668           :base-directory "~/other/"
10669           :base-extension "css\\|el"
10670           :publishing-directory "/ssh:user@@host:~/html/other/"
10671           :publishing-function org-publish-attachment)
10672          ("website" :components ("orgfiles" "images" "other"))))
10673 @end lisp
10675 @node Triggering publication,  , Sample configuration, Publishing
10676 @section Triggering publication
10678 Once properly configured, Org can publish with the following commands:
10680 @table @kbd
10681 @kindex C-c C-e C
10682 @item C-c C-e C
10683 Prompt for a specific project and publish all files that belong to it.
10684 @kindex C-c C-e P
10685 @item C-c C-e P
10686 Publish the project containing the current file.
10687 @kindex C-c C-e F
10688 @item C-c C-e F
10689 Publish only the current file.
10690 @kindex C-c C-e E
10691 @item C-c C-e E
10692 Publish every project.
10693 @end table
10695 @vindex org-publish-use-timestamps-flag
10696 Org uses timestamps to track when a file has changed. The above functions
10697 normally only publish changed files. You can override this and force
10698 publishing of all files by giving a prefix argument to any of the commands
10699 above, or by customizing the variable @code{org-publish-use-timestamps-flag}.
10700 This may be necessary in particular if files include other files via
10701 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
10703 @node Miscellaneous, Hacking, Publishing, Top
10704 @chapter Miscellaneous
10706 @menu
10707 * Completion::                  M-TAB knows what you need
10708 * Speed keys::                  Electic commands at the beginning of a headline
10709 * Customization::               Adapting Org to your taste
10710 * In-buffer settings::          Overview of the #+KEYWORDS
10711 * The very busy C-c C-c key::   When in doubt, press C-c C-c
10712 * Clean view::                  Getting rid of leading stars in the outline
10713 * TTY keys::                    Using Org on a tty
10714 * Interaction::                 Other Emacs packages
10715 @end menu
10718 @node Completion, Speed keys, Miscellaneous, Miscellaneous
10719 @section Completion
10720 @cindex completion, of @TeX{} symbols
10721 @cindex completion, of TODO keywords
10722 @cindex completion, of dictionary words
10723 @cindex completion, of option keywords
10724 @cindex completion, of tags
10725 @cindex completion, of property keys
10726 @cindex completion, of link abbreviations
10727 @cindex @TeX{} symbol completion
10728 @cindex TODO keywords completion
10729 @cindex dictionary word completion
10730 @cindex option keyword completion
10731 @cindex tag completion
10732 @cindex link abbreviations, completion of
10734 Emacs would not be Emacs without completion, and Org-mode uses it whenever it
10735 makes sense.  If you prefer an @i{iswitchb}- or @i{ido}-like interface for
10736 some of the completion prompts, you can specify your preference by setting at
10737 most one of the variables @code{org-completion-use-iswitchb}
10738 @code{org-completion-use-ido}.
10740 Org supports in-buffer completion.  This type of completion does
10741 not make use of the minibuffer.  You simply type a few letters into
10742 the buffer and use the key to complete text right there.
10744 @table @kbd
10745 @kindex M-@key{TAB}
10746 @item M-@key{TAB}
10747 Complete word at point
10748 @itemize @bullet
10749 @item
10750 At the beginning of a headline, complete TODO keywords.
10751 @item
10752 After @samp{\}, complete @TeX{} symbols supported by the exporter.
10753 @item
10754 After @samp{*}, complete headlines in the current buffer so that they
10755 can be used in search links like @samp{[[*find this headline]]}.
10756 @item
10757 After @samp{:} in a headline, complete tags.  The list of tags is taken
10758 from the variable @code{org-tag-alist} (possibly set through the
10759 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
10760 dynamically from all tags used in the current buffer.
10761 @item
10762 After @samp{:} and not in a headline, complete property keys.  The list
10763 of keys is constructed dynamically from all keys used in the current
10764 buffer.
10765 @item
10766 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
10767 @item
10768 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
10769 @samp{OPTIONS} which set file-specific options for Org mode.  When the
10770 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
10771 will insert example settings for this keyword.
10772 @item
10773 In the line after @samp{#+STARTUP: }, complete startup keywords,
10774 i.e. valid keys for this line.
10775 @item
10776 Elsewhere, complete dictionary words using Ispell.
10777 @end itemize
10778 @end table
10780 @node Speed keys, Customization, Completion, Miscellaneous
10781 @section Speed keys
10782 @cindex speed keys
10783 @vindex org-use-speed-commands
10784 @vindex org-speed-commands-user
10786 Single keys can be made to execute commands when the cursor is at the
10787 beginning of a headline, i.e. before the first star.  Configure the variable
10788 @code{org-use-speed-commands} to activate this feature.  There is a
10789 pre-defined list of commands, and you can add more such commands using the
10790 variable @code{org-speed-commands-user}.  Speed keys do not only speed up
10791 navigation and other commands, but they also provide an alternative way to
10792 execute commands bound to keys that are not or not easily available on a tty,
10793 or on a small mobile device with a limited keyboard.
10795 To see which commands are available, activate the feature and press @kbd{?}
10796 with the cursor at the beginning of a headline.
10798 @node Customization, In-buffer settings, Speed keys, Miscellaneous
10799 @section Customization
10800 @cindex customization
10801 @cindex options, for customization
10802 @cindex variables, for customization
10804 There are more than 180 variables that can be used to customize
10805 Org.  For the sake of compactness of the manual, I am not
10806 describing the variables here.  A structured overview of customization
10807 variables is available with @kbd{M-x org-customize}.  Or select
10808 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
10809 settings can also be activated on a per-file basis, by putting special
10810 lines into the buffer (@pxref{In-buffer settings}).
10812 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
10813 @section Summary of in-buffer settings
10814 @cindex in-buffer settings
10815 @cindex special keywords
10817 Org mode uses special lines in the buffer to define settings on a
10818 per-file basis.  These lines start with a @samp{#+} followed by a
10819 keyword, a colon, and then individual words defining a setting.  Several
10820 setting words can be in the same line, but you can also have multiple
10821 lines for the keyword.  While these settings are described throughout
10822 the manual, here is a summary.  After changing any of those lines in the
10823 buffer, press @kbd{C-c C-c} with the cursor still in the line to
10824 activate the changes immediately.  Otherwise they become effective only
10825 when the file is visited again in a new Emacs session.
10827 @vindex org-archive-location
10828 @table @kbd
10829 @item #+ARCHIVE: %s_done::
10830 This line sets the archive location for the agenda file.  It applies for
10831 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
10832 of the file.  The first such line also applies to any entries before it.
10833 The corresponding variable is @code{org-archive-location}.
10834 @item #+CATEGORY:
10835 This line sets the category for the agenda file.  The category applies
10836 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
10837 end of the file.  The first such line also applies to any entries before it.
10838 @item #+COLUMNS: %25ITEM .....
10839 @cindex property, COLUMNS
10840 Set the default format for columns view.  This format applies when
10841 columns view is invoked in locations where no @code{COLUMNS} property
10842 applies.
10843 @item #+CONSTANTS: name1=value1 ...
10844 @vindex org-table-formula-constants
10845 @vindex org-table-formula
10846 Set file-local values for constants to be used in table formulas.  This
10847 line set the local variable @code{org-table-formula-constants-local}.
10848 The global version of this variable is
10849 @code{org-table-formula-constants}.
10850 @item #+FILETAGS: :tag1:tag2:tag3:
10851 Set tags that can be inherited by any entry in the file, including the
10852 top-level entries.
10853 @item #+DRAWERS: NAME1 .....
10854 @vindex org-drawers
10855 Set the file-local set of drawers.  The corresponding global variable is
10856 @code{org-drawers}.
10857 @item #+LINK:  linkword replace
10858 @vindex org-link-abbrev-alist
10859 These lines (several are allowed) specify link abbreviations.
10860 @xref{Link abbreviations}.  The corresponding variable is
10861 @code{org-link-abbrev-alist}.
10862 @item #+PRIORITIES: highest lowest default
10863 @vindex org-highest-priority
10864 @vindex org-lowest-priority
10865 @vindex org-default-priority
10866 This line sets the limits and the default for the priorities.  All three
10867 must be either letters A-Z or numbers 0-9.  The highest priority must
10868 have a lower ASCII number that the lowest priority.
10869 @item #+PROPERTY: Property_Name Value
10870 This line sets a default inheritance value for entries in the current
10871 buffer, most useful for specifying the allowed values of a property.
10872 @cindex #+SETUPFILE
10873 @item #+SETUPFILE: file
10874 This line defines a file that holds more in-buffer setup.  Normally this is
10875 entirely ignored.  Only when the buffer is parsed for option-setting lines
10876 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
10877 settings line, or when exporting), then the contents of this file are parsed
10878 as if they had been included in the buffer.  In particular, the file can be
10879 any other Org mode file with internal setup.  You can visit the file the
10880 cursor is in the line with @kbd{C-c '}.
10881 @item #+STARTUP:
10882 @cindex #+STARTUP:
10883 This line sets options to be used at startup of Org mode, when an
10884 Org file is being visited.
10886 The first set of options deals with the initial visibility of the outline
10887 tree.  The corresponding variable for global default settings is
10888 @code{org-startup-folded}, with a default value @code{t}, which means
10889 @code{overview}.
10890 @vindex org-startup-folded
10891 @cindex @code{overview}, STARTUP keyword
10892 @cindex @code{content}, STARTUP keyword
10893 @cindex @code{showall}, STARTUP keyword
10894 @cindex @code{showeverything}, STARTUP keyword
10895 @example
10896 overview         @r{top-level headlines only}
10897 content          @r{all headlines}
10898 showall          @r{no folding of any entries}
10899 showeverything   @r{show even drawer contents}
10900 @end example
10902 @vindex org-startup-indented
10903 @cindex @code{indent}, STARTUP keyword
10904 @cindex @code{noindent}, STARTUP keyword
10905 Dynamic virtual indentation is controlled by the variable
10906 @code{org-startup-indented}@footnote{Emacs 23 and Org-mode 6.29 are required}
10907 @example
10908 indent     @r{start with @code{org-indent-mode} turned on}
10909 noindent   @r{start with @code{org-indent-mode} turned off}
10910 @end example
10912 @vindex org-startup-align-all-tables
10913 Then there are options for aligning tables upon visiting a file.  This
10914 is useful in files containing narrowed table columns.  The corresponding
10915 variable is @code{org-startup-align-all-tables}, with a default value
10916 @code{nil}.
10917 @cindex @code{align}, STARTUP keyword
10918 @cindex @code{noalign}, STARTUP keyword
10919 @example
10920 align      @r{align all tables}
10921 noalign    @r{don't align tables on startup}
10922 @end example
10923 @vindex org-log-done
10924 @vindex org-log-note-clock-out
10925 @vindex org-log-repeat
10926 Logging the closing and reopening of TODO items and clock intervals can be
10927 configured using these options (see variables @code{org-log-done},
10928 @code{org-log-note-clock-out} and @code{org-log-repeat})
10929 @cindex @code{logdone}, STARTUP keyword
10930 @cindex @code{lognotedone}, STARTUP keyword
10931 @cindex @code{nologdone}, STARTUP keyword
10932 @cindex @code{lognoteclock-out}, STARTUP keyword
10933 @cindex @code{nolognoteclock-out}, STARTUP keyword
10934 @cindex @code{logrepeat}, STARTUP keyword
10935 @cindex @code{lognoterepeat}, STARTUP keyword
10936 @cindex @code{nologrepeat}, STARTUP keyword
10937 @cindex @code{logreschedule}, STARTUP keyword
10938 @cindex @code{lognotereschedule}, STARTUP keyword
10939 @cindex @code{nologreschedule}, STARTUP keyword
10940 @cindex @code{logredeadline}, STARTUP keyword
10941 @cindex @code{lognoteredeadline}, STARTUP keyword
10942 @cindex @code{nologredeadline}, STARTUP keyword
10943 @cindex @code{logrefile}, STARTUP keyword
10944 @cindex @code{lognoterefile}, STARTUP keyword
10945 @cindex @code{nologrefile}, STARTUP keyword
10946 @example
10947 logdone            @r{record a timestamp when an item is marked DONE}
10948 lognotedone        @r{record timestamp and a note when DONE}
10949 nologdone          @r{don't record when items are marked DONE}
10950 logrepeat          @r{record a time when reinstating a repeating item}
10951 lognoterepeat      @r{record a note when reinstating a repeating item}
10952 nologrepeat        @r{do not record when reinstating repeating item}
10953 lognoteclock-out   @r{record a note when clocking out}
10954 nolognoteclock-out @r{don't record a note when clocking out}
10955 logreschedule      @r{record a timestamp when scheduling time changes}
10956 lognotereschedule  @r{record a note when scheduling time changes}
10957 nologreschedule    @r{do not record when a scheduling date changes}
10958 logredeadline      @r{record a timestamp when deadline changes}
10959 lognoteredeadline  @r{record a note when deadline changes}
10960 nologredeadline    @r{do not record when a deadline date changes}
10961 logrefile          @r{record a timestamp when refiling}
10962 lognoterefile      @r{record a note when refiling}
10963 nologrefile        @r{do not record when refiling}
10964 @end example
10965 @vindex org-hide-leading-stars
10966 @vindex org-odd-levels-only
10967 Here are the options for hiding leading stars in outline headings, and for
10968 indenting outlines.  The corresponding variables are
10969 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
10970 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
10971 @cindex @code{hidestars}, STARTUP keyword
10972 @cindex @code{showstars}, STARTUP keyword
10973 @cindex @code{odd}, STARTUP keyword
10974 @cindex @code{even}, STARTUP keyword
10975 @example
10976 hidestars  @r{make all but one of the stars starting a headline invisible.}
10977 showstars  @r{show all stars starting a headline}
10978 indent     @r{virtual indentation according to outline level}
10979 noindent   @r{no virtual indentation according to outline level}
10980 odd        @r{allow only odd outline levels (1,3,...)}
10981 oddeven    @r{allow all outline levels}
10982 @end example
10983 @vindex org-put-time-stamp-overlays
10984 @vindex org-time-stamp-overlay-formats
10985 To turn on custom format overlays over timestamps (variables
10986 @code{org-put-time-stamp-overlays} and
10987 @code{org-time-stamp-overlay-formats}), use
10988 @cindex @code{customtime}, STARTUP keyword
10989 @example
10990 customtime @r{overlay custom time format}
10991 @end example
10992 @vindex constants-unit-system
10993 The following options influence the table spreadsheet (variable
10994 @code{constants-unit-system}).
10995 @cindex @code{constcgs}, STARTUP keyword
10996 @cindex @code{constSI}, STARTUP keyword
10997 @example
10998 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
10999 constSI    @r{@file{constants.el} should use the SI unit system}
11000 @end example
11001 @vindex org-footnote-define-inline
11002 @vindex org-footnote-auto-label
11003 @vindex org-footnote-auto-adjust
11004 To influence footnote settings, use the following keywords.  The
11005 corresponding variables are @code{org-footnote-define-inline},
11006 @code{org-footnote-auto-label}, and @code{org-footnote-auto-adjust}.
11007 @cindex @code{fninline}, STARTUP keyword
11008 @cindex @code{nofninline}, STARTUP keyword
11009 @cindex @code{fnlocal}, STARTUP keyword
11010 @cindex @code{fnprompt}, STARTUP keyword
11011 @cindex @code{fnauto}, STARTUP keyword
11012 @cindex @code{fnconfirm}, STARTUP keyword
11013 @cindex @code{fnplain}, STARTUP keyword
11014 @cindex @code{fnadjust}, STARTUP keyword
11015 @cindex @code{nofnadjust}, STARTUP keyword
11016 @example
11017 fninline    @r{define footnotes inline}
11018 fnnoinline  @r{define footnotes in separate section}
11019 fnlocal     @r{define footnotes near first reference, but not inline}
11020 fnprompt    @r{prompt for footnote labels}
11021 fnauto      @r{create [fn:1]-like labels automatically (default)}
11022 fnconfirm   @r{offer automatic label for editing or confirmation}
11023 fnplain     @r{create [1]-like labels automatically}
11024 fnadjust    @r{automatically renumber and sort footnotes}
11025 nofnadjust  @r{do not renumber and sort automatically}
11026 @end example
11027 @cindex org-hide-block-startup
11028 To hide blocks on startup, use these keywords. The corresponding variable is
11029 @code{org-hide-block-startup}.
11030 @cindex @code{hideblocks}, STARTUP keyword
11031 @cindex @code{nohideblocks}, STARTUP keyword
11032 @example
11033 hideblocks   @r{Hide all begin/end blocks on startup}
11034 nohideblocks @r{Do not hide blocks on startup}
11035 @end example
11036 @cindex org-pretty-entities
11037 The the display of entities as UTF8 characters is governed by the variable
11038 @code{org-pretty-entities} and the keywords
11039 @cindex @code{entitiespretty}, STARTUP keyword
11040 @cindex @code{entitiesplain}, STARTUP keyword
11041 @example
11042 entitiespretty  @r{Show entities as UTF8 characters where possible}
11043 entitiesplain   @r{Leave entities plain}
11044 @end example
11045 @item #+TAGS:  TAG1(c1) TAG2(c2)
11046 @vindex org-tag-alist
11047 These lines (several such lines are allowed) specify the valid tags in
11048 this file, and (potentially) the corresponding @emph{fast tag selection}
11049 keys.  The corresponding variable is @code{org-tag-alist}.
11050 @item #+TBLFM:
11051 This line contains the formulas for the table directly above the line.
11052 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
11053 @itemx #+OPTIONS:, #+BIND:, #+XSLT:,
11054 @itemx #+DESCRIPTION:, #+KEYWORDS:,
11055 @itemx #+LATEX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
11056 @itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
11057 These lines provide settings for exporting files.  For more details see
11058 @ref{Export options}.
11059 @item #+TODO:    #+SEQ_TODO:   #+TYP_TODO:
11060 @vindex org-todo-keywords
11061 These lines set the TODO keywords and their interpretation in the
11062 current file.  The corresponding variable is @code{org-todo-keywords}.
11063 @end table
11065 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
11066 @section The very busy C-c C-c key
11067 @kindex C-c C-c
11068 @cindex C-c C-c, overview
11070 The key @kbd{C-c C-c} has many purposes in Org, which are all
11071 mentioned scattered throughout this manual.  One specific function of
11072 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
11073 other circumstances it means something like @emph{``Hey Org, look
11074 here and update according to what you see here''}.  Here is a summary of
11075 what this means in different contexts.
11077 @itemize @minus
11078 @item
11079 If there are highlights in the buffer from the creation of a sparse
11080 tree, or from clock display, remove these highlights.
11081 @item
11082 If the cursor is in one of the special @code{#+KEYWORD} lines, this
11083 triggers scanning the buffer for these lines and updating the
11084 information.
11085 @item
11086 If the cursor is inside a table, realign the table.  This command
11087 works even if the automatic table editor has been turned off.
11088 @item
11089 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
11090 the entire table.
11091 @item
11092 If the current buffer is a Remember buffer, close the note and file it.
11093 With a prefix argument, file it, without further interaction, to the
11094 default location.
11095 @item
11096 If the cursor is on a @code{<<<target>>>}, update radio targets and
11097 corresponding links in this buffer.
11098 @item
11099 If the cursor is in a property line or at the start or end of a property
11100 drawer, offer property commands.
11101 @item
11102 If the cursor is at a footnote reference, go to the corresponding
11103 definition, and vice versa.
11104 @item
11105 If the cursor is on a statistics cookie, update it.
11106 @item
11107 If the cursor is in a plain list item with a checkbox, toggle the status
11108 of the checkbox.
11109 @item
11110 If the cursor is on a numbered item in a plain list, renumber the
11111 ordered list.
11112 @item
11113 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
11114 block is updated.
11115 @end itemize
11117 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
11118 @section A cleaner outline view
11119 @cindex hiding leading stars
11120 @cindex dynamic indentation
11121 @cindex odd-levels-only outlines
11122 @cindex clean outline view
11124 Some people find it noisy and distracting that the Org headlines start with a
11125 potentially large number of stars, and that text below the headlines is not
11126 indented.  While this is no problem when writing a @emph{book-like} document
11127 where the outline headings are really section headings, in a more
11128 @emph{list-oriented} outline, indented structure is a lot cleaner:
11130 @example
11131 @group
11132 * Top level headline             |    * Top level headline
11133 ** Second level                  |      * Second level
11134 *** 3rd level                    |        * 3rd level
11135 some text                        |          some text
11136 *** 3rd level                    |        * 3rd level
11137 more text                        |          more text
11138 * Another top level headline     |    * Another top level headline
11139 @end group
11140 @end example
11142 @noindent
11143 If you are using at least Emacs 23.1.50.3 and version 6.29 of Org, this kind
11144 of view can be achieved dynamically at display time using
11145 @code{org-indent-mode}.  In this minor mode, all lines are prefixed for
11146 display with the necessary amount of space@footnote{@code{org-indent-mode}
11147 also sets the @code{wrap-prefix} property, such that @code{visual-line-mode}
11148 (or purely setting @code{word-wrap}) wraps long lines (including headlines)
11149 correctly indented.  }.  Also headlines are prefixed with additional stars,
11150 so that the amount of indentation shifts by two@footnote{See the variable
11151 @code{org-indent-indentation-per-level}.}  spaces per level.  All headline
11152 stars but the last one are made invisible using the @code{org-hide}
11153 face@footnote{Turning on @code{org-indent-mode} sets
11154 @code{org-hide-leading-stars} to @code{t} and @code{org-adapt-indentation} to
11155 @code{nil}.} - see below under @samp{2.} for more information on how this
11156 works.  You can turn on @code{org-indent-mode} for all files by customizing
11157 the variable @code{org-startup-indented}, or you can turn it on for
11158 individual files using
11160 @example
11161 #+STARTUP: indent
11162 @end example
11164 If you want a similar effect in earlier version of Emacs and/or Org, or if
11165 you want the indentation to be hard space characters so that the plain text
11166 file looks as similar as possible to the Emacs display, Org supports you in
11167 the following way:
11169 @enumerate
11170 @item
11171 @emph{Indentation of text below headlines}@*
11172 You may indent text below each headline to make the left boundary line up
11173 with the headline, like
11175 @example
11176 *** 3rd level
11177     more text, now indented
11178 @end example
11180 @vindex org-adapt-indentation
11181 Org supports this with paragraph filling, line wrapping, and structure
11182 editing@footnote{See also the variable @code{org-adapt-indentation}.},
11183 preserving or adapting the indentation as appropriate.
11185 @item
11186 @vindex org-hide-leading-stars
11187 @emph{Hiding leading stars}@* You can modify the display in such a way that
11188 all leading stars become invisible.  To do this in a global way, configure
11189 the variable @code{org-hide-leading-stars} or change this on a per-file basis
11190 with
11192 @example
11193 #+STARTUP: hidestars
11194 #+STARTUP: showstars
11195 @end example
11197 With hidden stars, the tree becomes:
11199 @example
11200 @group
11201 * Top level headline
11202  * Second level
11203   * 3rd level
11204   ...
11205 @end group
11206 @end example
11208 @noindent
11209 @vindex org-hide @r{(face)}
11210 The leading stars are not truly replaced by whitespace, they are only
11211 fontified with the face @code{org-hide} that uses the background color as
11212 font color.  If you are not using either white or black background, you may
11213 have to customize this face to get the wanted effect.  Another possibility is
11214 to set this font such that the extra stars are @i{almost} invisible, for
11215 example using the color @code{grey90} on a white background.
11217 @item
11218 @vindex org-odd-levels-only
11219 Things become cleaner still if you skip all the even levels and use only odd
11220 levels 1, 3, 5..., effectively adding two stars to go from one outline level
11221 to the next@footnote{When you need to specify a level for a property search
11222 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc@.}.  In this
11223 way we get the outline view shown at the beginning of this section.  In order
11224 to make the structure editing and export commands handle this convention
11225 correctly, configure the variable @code{org-odd-levels-only}, or set this on
11226 a per-file basis with one of the following lines:
11228 @example
11229 #+STARTUP: odd
11230 #+STARTUP: oddeven
11231 @end example
11233 You can convert an Org file from single-star-per-level to the
11234 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
11235 RET} in that file.  The reverse operation is @kbd{M-x
11236 org-convert-to-oddeven-levels}.
11237 @end enumerate
11239 @node TTY keys, Interaction, Clean view, Miscellaneous
11240 @section Using Org on a tty
11241 @cindex tty key bindings
11243 Because Org contains a large number of commands, by default many of
11244 Org's core commands are bound to keys that are generally not
11245 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
11246 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
11247 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
11248 these commands on a tty when special keys are unavailable, the following
11249 alternative bindings can be used.  The tty bindings below will likely be
11250 more cumbersome; you may find for some of the bindings below that a
11251 customized workaround suits you better.  For example, changing a timestamp
11252 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
11253 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
11255 @multitable @columnfractions 0.15 0.2 0.1 0.2
11256 @item @b{Default} @tab @b{Alternative 1} @tab @b{Speed key} @tab @b{Alternative 2} 
11257 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab @kbd{C} @tab                            
11258 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{l} @tab @kbd{@key{Esc} @key{left}} 
11259 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab @kbd{L} @tab                            
11260 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{r} @tab @kbd{@key{Esc} @key{right}}
11261 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab @kbd{R} @tab                           
11262 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{up}}  
11263 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab @kbd{U} @tab                           
11264 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{down}}
11265 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab @kbd{D} @tab                            
11266 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab @kbd{ } @tab
11267 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{RET}}
11268 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab @kbd{ } @tab
11269 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab @kbd{ } @tab
11270 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab @kbd{ } @tab
11271 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab @kbd{ } @tab
11272 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab @kbd{ } @tab
11273 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab @kbd{ } @tab
11274 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab @kbd{ } @tab
11275 @end multitable
11278 @node Interaction,  , TTY keys, Miscellaneous
11279 @section Interaction with other packages
11280 @cindex packages, interaction with other
11281 Org lives in the world of GNU Emacs and interacts in various ways
11282 with other code out there.
11284 @menu
11285 * Cooperation::                 Packages Org cooperates with
11286 * Conflicts::                   Packages that lead to conflicts
11287 @end menu
11289 @node Cooperation, Conflicts, Interaction, Interaction
11290 @subsection Packages that Org cooperates with
11292 @table @asis
11293 @cindex @file{calc.el}
11294 @cindex Gillespie, Dave
11295 @item @file{calc.el} by Dave Gillespie
11296 Org uses the Calc package for implementing spreadsheet
11297 functionality in its tables (@pxref{The spreadsheet}).  Org
11298 checks for the availability of Calc by looking for the function
11299 @code{calc-eval} which will have been autoloaded during setup if Calc has
11300 been installed properly.  As of Emacs 22, Calc is part of the Emacs
11301 distribution.  Another possibility for interaction between the two
11302 packages is using Calc for embedded calculations. @xref{Embedded Mode,
11303 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
11304 @item @file{constants.el} by Carsten Dominik
11305 @cindex @file{constants.el}
11306 @cindex Dominik, Carsten
11307 @vindex org-table-formula-constants
11308 In a table formula (@pxref{The spreadsheet}), it is possible to use
11309 names for natural constants or units.  Instead of defining your own
11310 constants in the variable @code{org-table-formula-constants}, install
11311 the @file{constants} package which defines a large number of constants
11312 and units, and lets you use unit prefixes like @samp{M} for
11313 @samp{Mega}, etc@.  You will need version 2.0 of this package, available
11314 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
11315 the function @code{constants-get}, which has to be autoloaded in your
11316 setup.  See the installation instructions in the file
11317 @file{constants.el}.
11318 @item @file{cdlatex.el} by Carsten Dominik
11319 @cindex @file{cdlatex.el}
11320 @cindex Dominik, Carsten
11321 Org mode can make use of the CDLa@TeX{} package to efficiently enter
11322 La@TeX{} fragments into Org files.  See @ref{CDLaTeX mode}.
11323 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
11324 @cindex @file{imenu.el}
11325 Imenu allows menu access to an index of items in a file.  Org mode
11326 supports Imenu---all you need to do to get the index is the following:
11327 @lisp
11328 (add-hook 'org-mode-hook
11329           (lambda () (imenu-add-to-menubar "Imenu")))
11330 @end lisp
11331 @vindex org-imenu-depth
11332 By default the index is two levels deep---you can modify the depth using
11333 the option @code{org-imenu-depth}.
11334 @item @file{remember.el} by John Wiegley
11335 @cindex @file{remember.el}
11336 @cindex Wiegley, John
11337 Org cooperates with remember, see @ref{Remember}.
11338 As of Emacs 23, @file{Remember.el} is part of the Emacs distribution.
11339 @item @file{speedbar.el} by Eric M. Ludlam
11340 @cindex @file{speedbar.el}
11341 @cindex Ludlam, Eric M.
11342 Speedbar is a package that creates a special frame displaying files and
11343 index items in files.  Org mode supports Speedbar and allows you to
11344 drill into Org files directly from the Speedbar.  It also allows you to
11345 restrict the scope of agenda commands to a file or a subtree by using
11346 the command @kbd{<} in the Speedbar frame.
11347 @cindex @file{table.el}
11348 @item @file{table.el} by Takaaki Ota
11349 @kindex C-c C-c
11350 @cindex table editor, @file{table.el}
11351 @cindex @file{table.el}
11352 @cindex Ota, Takaaki
11354 Complex ASCII tables with automatic line wrapping, column- and row-spanning,
11355 and alignment can be created using the Emacs table package by Takaaki Ota
11356 (@uref{http://sourceforge.net/projects/table}, and also part of Emacs 22).
11357 Org-mode will recognize these tables and export them properly.  Because of
11358 interference with other Org-mode functionality, you unfortunately cannot edit
11359 these tables directly in the buffer.  Instead, you need to use the command
11360 @kbd{C-c '} to edit them, similar to source code snippets.
11362 @table @kbd
11363 @kindex C-c '
11364 @item C-c '
11365 Edit a @file{table.el} table.  Works when the cursor is in a table.el table.
11367 @kindex C-c ~
11368 @item C-c ~
11369 Insert a @file{table.el} table.  If there is already a table at point, this
11370 command converts it between the @file{table.el} format and the Org-mode
11371 format.  See the documentation string of the command
11372 @code{org-convert-table} for the restrictions under which this is
11373 possible.
11374 @end table
11375 @file{table.el} is part of Emacs since Emacs 22.
11376 @item @file{footnote.el} by Steven L. Baur
11377 @cindex @file{footnote.el}
11378 @cindex Baur, Steven L.
11379 Org mode recognizes numerical footnotes as provided by this package.
11380 However, Org mode also has its own footnote support (@pxref{Footnotes}),
11381 which makes using @file{footnote.el} unnecessary.
11382 @end table
11384 @node Conflicts,  , Cooperation, Interaction
11385 @subsection Packages that lead to conflicts with Org mode
11387 @table @asis
11389 @cindex @code{shift-selection-mode}
11390 @vindex org-support-shift-select
11391 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
11392 cursor motions combined with the shift key should start or enlarge regions.
11393 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
11394 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
11395 at such a location.  By default, @kbd{S-@key{cursor}} commands outside
11396 special contexts don't do anything, but you can customize the variable
11397 @code{org-support-shift-select}.  Org mode then tries to accommodate shift
11398 selection by (i) using it outside of the special contexts where special
11399 commands apply, and by (ii) extending an existing active region even if the
11400 cursor moves across a special context.
11402 @item @file{CUA.el} by Kim. F. Storm
11403 @cindex @file{CUA.el}
11404 @cindex Storm, Kim. F.
11405 @vindex org-replace-disputed-keys
11406 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
11407 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
11408 region.  In fact, Emacs 23 has this built-in in the form of
11409 @code{shift-selection-mode}, see previous paragraph.  If you are using Emacs
11410 23, you probably don't want to use another package for this purpose.  However,
11411 if you prefer to leave these keys to a different package while working in
11412 Org mode, configure the variable @code{org-replace-disputed-keys}.  When set,
11413 Org will move the following key bindings in Org files, and in the agenda
11414 buffer (but not during date selection).
11416 @example
11417 S-UP      ->  M-p             S-DOWN     ->  M-n
11418 S-LEFT    ->  M--             S-RIGHT    ->  M-+
11419 C-S-LEFT  ->  M-S--           C-S-RIGHT  ->  M-S-+
11420 @end example
11422 @vindex org-disputed-keys
11423 Yes, these are unfortunately more difficult to remember.  If you want
11424 to have other replacement keys, look at the variable
11425 @code{org-disputed-keys}.
11427 @item @file{yasnippet.el}
11428 @cindex @file{yasnippet.el}
11429 The way Org-mode binds the TAB key (binding to @code{[tab]} instead of
11430 @code{"\t"}) overrules yasnippets' access to this key.  The following code
11431 fixed this problem:
11433 @lisp
11434 (add-hook 'org-mode-hook
11435           (lambda ()
11436             (org-set-local 'yas/trigger-key [tab])
11437             (define-key yas/keymap [tab] 'yas/next-field-group)))
11438 @end lisp
11440 @item @file{windmove.el} by Hovav Shacham
11441 @cindex @file{windmove.el}
11442 This package also uses the @kbd{S-<cursor>} keys, so everything written
11443 in the paragraph above about CUA mode also applies here.  If you want make
11444 the windmove function active in locations where Org-mode does not have
11445 special functionality on @kbd{S-@key{cursor}}, add this to your
11446 configuration:
11448 @lisp
11449 ;; Make windmove work in org-mode:
11450 (add-hook 'org-shiftup-final-hook 'windmove-up)
11451 (add-hook 'org-shiftleft-final-hook 'windmove-left)
11452 (add-hook 'org-shiftdown-final-hook 'windmove-down)
11453 (add-hook 'org-shiftright-final-hook 'windmove-right)
11454 @end lisp
11456 @item @file{viper.el} by Michael Kifer
11457 @cindex @file{viper.el}
11458 @kindex C-c /
11459 Viper uses @kbd{C-c /} and therefore makes this key not access the
11460 corresponding Org-mode command @code{org-sparse-tree}.  You need to find
11461 another key for this command, or override the key in
11462 @code{viper-vi-global-user-map} with
11464 @lisp
11465 (define-key viper-vi-global-user-map "C-c /" 'org-sparse-tree)
11466 @end lisp
11468 @end table
11471 @node Hacking, MobileOrg, Miscellaneous, Top
11472 @appendix Hacking
11473 @cindex hacking
11475 This appendix covers some aspects where users can extend the functionality of
11476 Org.
11478 @menu
11479 * Hooks::                       Who to reach into Org's internals
11480 * Add-on packages::             Available extensions
11481 * Adding hyperlink types::      New custom link types
11482 * Context-sensitive commands::  How to add functionality to such commands
11483 * Tables in arbitrary syntax::  Orgtbl for La@TeX{} and other programs
11484 * Dynamic blocks::              Automatically filled blocks
11485 * Special agenda views::        Customized views
11486 * Extracting agenda information::  Postprocessing of agenda information
11487 * Using the property API::      Writing programs that use entry properties
11488 * Using the mapping API::       Mapping over all or selected entries
11489 @end menu
11491 @node Hooks, Add-on packages, Hacking, Hacking
11492 @section Hooks
11493 @cindex hooks
11495 Org has a large number of hook variables that can be used to add
11496 functionality.  This appendix about hacking is going to illustrate the
11497 use of some of them.  A complete list of all hooks with documentation is
11498 maintained by the Worg project and can be found at
11499 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
11501 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
11502 @section Add-on packages
11503 @cindex add-on packages
11505 A large number of add-on packages have been written by various authors.
11506 These packages are not part of Emacs, but they are distributed as contributed
11507 packages with the separate release available at the Org mode home page at
11508 @uref{http://orgmode.org}.  The list of contributed packages, along with
11509 documentation about each package, is maintained by the Worg project at
11510 @uref{http://orgmode.org/worg/org-contrib/}.
11514 @node Adding hyperlink types, Context-sensitive commands, Add-on packages, Hacking
11515 @section Adding hyperlink types
11516 @cindex hyperlinks, adding new types
11518 Org has a large number of hyperlink types built-in
11519 (@pxref{Hyperlinks}).  If you would like to add new link types, Org
11520 provides an interface for doing so.  Let's look at an example file,
11521 @file{org-man.el}, that will add support for creating links like
11522 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
11523 Emacs:
11525 @lisp
11526 ;;; org-man.el - Support for links to manpages in Org
11528 (require 'org)
11530 (org-add-link-type "man" 'org-man-open)
11531 (add-hook 'org-store-link-functions 'org-man-store-link)
11533 (defcustom org-man-command 'man
11534   "The Emacs command to be used to display a man page."
11535   :group 'org-link
11536   :type '(choice (const man) (const woman)))
11538 (defun org-man-open (path)
11539   "Visit the manpage on PATH.
11540 PATH should be a topic that can be thrown at the man command."
11541   (funcall org-man-command path))
11543 (defun org-man-store-link ()
11544   "Store a link to a manpage."
11545   (when (memq major-mode '(Man-mode woman-mode))
11546     ;; This is a man page, we do make this link
11547     (let* ((page (org-man-get-page-name))
11548            (link (concat "man:" page))
11549            (description (format "Manpage for %s" page)))
11550       (org-store-link-props
11551        :type "man"
11552        :link link
11553        :description description))))
11555 (defun org-man-get-page-name ()
11556   "Extract the page name from the buffer name."
11557   ;; This works for both `Man-mode' and `woman-mode'.
11558   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
11559       (match-string 1 (buffer-name))
11560     (error "Cannot create link to this man page")))
11562 (provide 'org-man)
11564 ;;; org-man.el ends here
11565 @end lisp
11567 @noindent
11568 You would activate this new link type in @file{.emacs} with
11570 @lisp
11571 (require 'org-man)
11572 @end lisp
11574 @noindent
11575 Let's go through the file and see what it does.
11576 @enumerate
11577 @item
11578 It does @code{(require 'org)} to make sure that @file{org.el} has been
11579 loaded.
11580 @item
11581 The next line calls @code{org-add-link-type} to define a new link type
11582 with prefix @samp{man}.  The call also contains the name of a function
11583 that will be called to follow such a link.
11584 @item
11585 @vindex org-store-link-functions
11586 The next line adds a function to @code{org-store-link-functions}, in
11587 order to allow the command @kbd{C-c l} to record a useful link in a
11588 buffer displaying a man page.
11589 @end enumerate
11591 The rest of the file defines the necessary variables and functions.
11592 First there is a customization variable that determines which Emacs
11593 command should be used to display man pages.  There are two options,
11594 @code{man} and @code{woman}.  Then the function to follow a link is
11595 defined.  It gets the link path as an argument---in this case the link
11596 path is just a topic for the manual command.  The function calls the
11597 value of @code{org-man-command} to display the man page.
11599 Finally the function @code{org-man-store-link} is defined.  When you try
11600 to store a link with @kbd{C-c l}, this function will be called to
11601 try to make a link.  The function must first decide if it is supposed to
11602 create the link for this buffer type; we do this by checking the value
11603 of the variable @code{major-mode}.  If not, the function must exit and
11604 return the value @code{nil}.  If yes, the link is created by getting the
11605 manual topic from the buffer name and prefixing it with the string
11606 @samp{man:}.  Then it must call the command @code{org-store-link-props}
11607 and set the @code{:type} and @code{:link} properties.  Optionally you
11608 can also set the @code{:description} property to provide a default for
11609 the link description when the link is later inserted into an Org
11610 buffer with @kbd{C-c C-l}.
11612 When is makes sense for your new link type, you may also define a function
11613 @code{org-PREFIX-complete-link} that implements special (e.g. completion)
11614 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
11615 not accept any arguments, and return the full link with prefix.
11617 @node Context-sensitive commands, Tables in arbitrary syntax, Adding hyperlink types, Hacking
11618 @section Context-sensitive commands
11619 @cindex context-sensitive commands, hooks
11620 @cindex add-ons, context-sensitive commands
11621 @vindex org-ctrl-c-ctrl-c-hook
11623 Org has several commands that act differently depending on context.  The most
11624 important example it the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
11625 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
11627 Add-ons can tap into this functionality by providing a function that detects
11628 special context for that add-on and executes functionality appropriate for
11629 the context.  Here is an example from Dan Davison's @file{org-R.el} which
11630 allows you to evaluate commands based on the @file{R} programming language.  For
11631 this package, special contexts are lines that start with @code{#+R:} or
11632 @code{#+RR:}.
11634 @lisp
11635 (defun org-R-apply-maybe ()
11636   "Detect if this is context for org-R and execute R commands."
11637   (if (save-excursion
11638         (beginning-of-line 1)
11639         (looking-at "#\\+RR?:"))
11640       (progn (call-interactively 'org-R-apply)
11641              t) ;; to signal that we took action
11642     nil)) ;; to signal that we did not
11644 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
11645 @end lisp
11647 The function first checks if the cursor is in such a line.  If that is the
11648 case, @code{org-R-apply} is called and the function returns @code{t} to
11649 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
11650 contexts.  If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try.
11653 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
11654 @section Tables and lists in arbitrary syntax
11655 @cindex tables, in other modes
11656 @cindex lists, in other modes
11657 @cindex Orgtbl mode
11659 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
11660 frequent feature request has been to make it work with native tables in
11661 specific languages, for example La@TeX{}.  However, this is extremely
11662 hard to do in a general way, would lead to a customization nightmare,
11663 and would take away much of the simplicity of the Orgtbl-mode table
11664 editor.
11667 This appendix describes a different approach.  We keep the Orgtbl mode
11668 table in its native format (the @i{source table}), and use a custom
11669 function to @i{translate} the table to the correct syntax, and to
11670 @i{install} it in the right location (the @i{target table}).  This puts
11671 the burden of writing conversion functions on the user, but it allows
11672 for a very flexible system.
11674 Bastien added the ability to do the same with lists.  You can use Org's
11675 facilities to edit and structure lists by turning @code{orgstruct-mode}
11676 on, then locally exporting such lists in another format (HTML, La@TeX{}
11677 or Texinfo.)
11680 @menu
11681 * Radio tables::                Sending and receiving radio tables
11682 * A LaTeX example::             Step by step, almost a tutorial
11683 * Translator functions::        Copy and modify
11684 * Radio lists::                 Doing the same for lists
11685 @end menu
11687 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
11688 @subsection Radio tables
11689 @cindex radio tables
11691 To define the location of the target table, you first need to create two
11692 lines that are comments in the current mode, but contain magic words for
11693 Orgtbl mode to find.  Orgtbl mode will insert the translated table
11694 between these lines, replacing whatever was there before.  For example:
11696 @example
11697 /* BEGIN RECEIVE ORGTBL table_name */
11698 /* END RECEIVE ORGTBL table_name */
11699 @end example
11701 @noindent
11702 Just above the source table, we put a special line that tells
11703 Orgtbl mode how to translate this table and where to install it.  For
11704 example:
11705 @cindex #+ORGTBL
11706 @example
11707 #+ORGTBL: SEND table_name translation_function arguments....
11708 @end example
11710 @noindent
11711 @code{table_name} is the reference name for the table that is also used
11712 in the receiver lines. @code{translation_function} is the Lisp function
11713 that does the translation.  Furthermore, the line can contain a list of
11714 arguments (alternating key and value) at the end.  The arguments will be
11715 passed as a property list to the translation function for
11716 interpretation.  A few standard parameters are already recognized and
11717 acted upon before the translation function is called:
11719 @table @code
11720 @item :skip N
11721 Skip the first N lines of the table.  Hlines do count as separate lines for
11722 this parameter!
11724 @item :skipcols (n1 n2 ...)
11725 List of columns that should be skipped.  If the table has a column with
11726 calculation marks, that column is automatically discarded as well.
11727 Please note that the translator function sees the table @emph{after} the
11728 removal of these columns, the function never knows that there have been
11729 additional columns.
11730 @end table
11732 @noindent
11733 The one problem remaining is how to keep the source table in the buffer
11734 without disturbing the normal workings of the file, for example during
11735 compilation of a C file or processing of a La@TeX{} file.  There are a
11736 number of different solutions:
11738 @itemize @bullet
11739 @item
11740 The table could be placed in a block comment if that is supported by the
11741 language.  For example, in C mode you could wrap the table between
11742 @samp{/*} and @samp{*/} lines.
11743 @item
11744 Sometimes it is possible to put the table after some kind of @i{END}
11745 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
11746 in La@TeX{}.
11747 @item
11748 You can just comment the table line-by-line whenever you want to process
11749 the file, and uncomment it whenever you need to edit the table.  This
11750 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment}
11751 makes this comment-toggling very easy, in particular if you bind it to a
11752 key.
11753 @end itemize
11755 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
11756 @subsection A La@TeX{} example of radio tables
11757 @cindex La@TeX{}, and Orgtbl mode
11759 The best way to wrap the source table in La@TeX{} is to use the
11760 @code{comment} environment provided by @file{comment.sty}.  It has to be
11761 activated by placing @code{\usepackage@{comment@}} into the document
11762 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
11763 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
11764 variable @code{orgtbl-radio-tables} to install templates for other
11765 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
11766 be prompted for a table name, let's say we use @samp{salesfigures}.  You
11767 will then get the following template:
11769 @cindex #+ORGTBL, SEND
11770 @example
11771 % BEGIN RECEIVE ORGTBL salesfigures
11772 % END RECEIVE ORGTBL salesfigures
11773 \begin@{comment@}
11774 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11775 | | |
11776 \end@{comment@}
11777 @end example
11779 @noindent
11780 @vindex La@TeX{}-verbatim-environments
11781 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
11782 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
11783 into the receiver location with name @code{salesfigures}.  You may now
11784 fill in the table, feel free to use the spreadsheet features@footnote{If
11785 the @samp{#+TBLFM} line contains an odd number of dollar characters,
11786 this may cause problems with font-lock in La@TeX{} mode.  As shown in the
11787 example you can fix this by adding an extra line inside the
11788 @code{comment} environment that is used to balance the dollar
11789 expressions.  If you are using AUC@TeX{} with the font-latex library, a
11790 much better solution is to add the @code{comment} environment to the
11791 variable @code{LaTeX-verbatim-environments}.}:
11793 @example
11794 % BEGIN RECEIVE ORGTBL salesfigures
11795 % END RECEIVE ORGTBL salesfigures
11796 \begin@{comment@}
11797 #+ORGTBL: SEND salesfigures orgtbl-to-latex
11798 | Month | Days | Nr sold | per day |
11799 |-------+------+---------+---------|
11800 | Jan   |   23 |      55 |     2.4 |
11801 | Feb   |   21 |      16 |     0.8 |
11802 | March |   22 |     278 |    12.6 |
11803 #+TBLFM: $4=$3/$2;%.1f
11804 % $ (optional extra dollar to keep font-lock happy, see footnote)
11805 \end@{comment@}
11806 @end example
11808 @noindent
11809 When you are done, press @kbd{C-c C-c} in the table to get the converted
11810 table inserted between the two marker lines.
11812 Now let's assume you want to make the table header by hand, because you
11813 want to control how columns are aligned, etc@.  In this case we make sure
11814 that the table translator skips the first 2 lines of the source
11815 table, and tell the command to work as a @i{splice}, i.e. to not produce
11816 header and footer commands of the target table:
11818 @example
11819 \begin@{tabular@}@{lrrr@}
11820 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
11821 % BEGIN RECEIVE ORGTBL salesfigures
11822 % END RECEIVE ORGTBL salesfigures
11823 \end@{tabular@}
11825 \begin@{comment@}
11826 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
11827 | Month | Days | Nr sold | per day |
11828 |-------+------+---------+---------|
11829 | Jan   |   23 |      55 |     2.4 |
11830 | Feb   |   21 |      16 |     0.8 |
11831 | March |   22 |     278 |    12.6 |
11832 #+TBLFM: $4=$3/$2;%.1f
11833 \end@{comment@}
11834 @end example
11836 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
11837 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
11838 and marks horizontal lines with @code{\hline}.  Furthermore, it
11839 interprets the following parameters (see also @pxref{Translator functions}):
11841 @table @code
11842 @item :splice nil/t
11843 When set to t, return only table body lines, don't wrap them into a
11844 tabular environment.  Default is nil.
11846 @item :fmt fmt
11847 A format to be used to wrap each field, it should contain @code{%s} for the
11848 original field value.  For example, to wrap each field value in dollars,
11849 you could use @code{:fmt "$%s$"}.  This may also be a property list with
11850 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
11851 A function of one argument can be used in place of the strings; the
11852 function must return a formatted string.
11854 @item :efmt efmt
11855 Use this format to print numbers with exponentials.  The format should
11856 have @code{%s} twice for inserting mantissa and exponent, for example
11857 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
11858 may also be a property list with column numbers and formats, for example
11859 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
11860 @code{efmt} has been applied to a value, @code{fmt} will also be
11861 applied.  Similar to @code{fmt}, functions of two arguments can be
11862 supplied instead of strings.
11863 @end table
11865 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
11866 @subsection Translator functions
11867 @cindex HTML, and Orgtbl mode
11868 @cindex translator function
11870 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
11871 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
11872 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
11873 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
11874 code that produces tables during HTML export.}, these all use a generic
11875 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
11876 itself is a very short function that computes the column definitions for the
11877 @code{tabular} environment, defines a few field and line separators and then
11878 hands processing over to the generic translator.  Here is the entire code:
11880 @lisp
11881 @group
11882 (defun orgtbl-to-latex (table params)
11883   "Convert the Orgtbl mode TABLE to LaTeX."
11884   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
11885                                org-table-last-alignment ""))
11886          (params2
11887           (list
11888            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
11889            :tend "\\end@{tabular@}"
11890            :lstart "" :lend " \\\\" :sep " & "
11891            :efmt "%s\\,(%s)" :hline "\\hline")))
11892     (orgtbl-to-generic table (org-combine-plists params2 params))))
11893 @end group
11894 @end lisp
11896 As you can see, the properties passed into the function (variable
11897 @var{PARAMS}) are combined with the ones newly defined in the function
11898 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
11899 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
11900 would like to use the La@TeX{} translator, but wanted the line endings to
11901 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
11902 overrule the default with
11904 @example
11905 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
11906 @end example
11908 For a new language, you can either write your own converter function in
11909 analogy with the La@TeX{} translator, or you can use the generic function
11910 directly.  For example, if you have a language where a table is started
11911 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
11912 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
11913 separator is a TAB, you could call the generic translator like this (on
11914 a single line!):
11916 @example
11917 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
11918                               :lstart "!BL! " :lend " !EL!" :sep "\t"
11919 @end example
11921 @noindent
11922 Please check the documentation string of the function
11923 @code{orgtbl-to-generic} for a full list of parameters understood by
11924 that function, and remember that you can pass each of them into
11925 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
11926 using the generic function.
11928 Of course you can also write a completely new function doing complicated
11929 things the generic translator cannot do.  A translator function takes
11930 two arguments.  The first argument is the table, a list of lines, each
11931 line either the symbol @code{hline} or a list of fields.  The second
11932 argument is the property list containing all parameters specified in the
11933 @samp{#+ORGTBL: SEND} line.  The function must return a single string
11934 containing the formatted table.  If you write a generally useful
11935 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
11936 others can benefit from your work.
11938 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
11939 @subsection Radio lists
11940 @cindex radio lists
11941 @cindex org-list-insert-radio-list
11943 Sending and receiving radio lists works exactly the same way than sending and
11944 receiving radio tables (@pxref{Radio tables}).  As for radio tables, you can
11945 insert radio lists templates in HTML, La@TeX{} and Texinfo modes by calling
11946 @code{org-list-insert-radio-list}.
11948 Here are the differences with radio tables:
11950 @itemize @minus
11951 @item
11952 Use @code{ORGLST} instead of @code{ORGTBL}.
11953 @item
11954 The available translation functions for radio lists don't take
11955 parameters.
11956 @item
11957 @kbd{C-c C-c} will work when pressed on the first item of the list.
11958 @end itemize
11960 Here is a La@TeX{} example.  Let's say that you have this in your
11961 La@TeX{} file:
11963 @cindex #+ORGLIST
11964 @example
11965 % BEGIN RECEIVE ORGLST to-buy
11966 % END RECEIVE ORGLST to-buy
11967 \begin@{comment@}
11968 #+ORGLIST: SEND to-buy orgtbl-to-latex
11969 - a new house
11970 - a new computer
11971   + a new keyboard
11972   + a new mouse
11973 - a new life
11974 \end@{comment@}
11975 @end example
11977 Pressing `C-c C-c' on @code{a new house} and will insert the converted
11978 La@TeX{} list between the two marker lines.
11980 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
11981 @section Dynamic blocks
11982 @cindex dynamic blocks
11984 Org documents can contain @emph{dynamic blocks}.  These are
11985 specially marked regions that are updated by some user-written function.
11986 A good example for such a block is the clock table inserted by the
11987 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
11989 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
11990 to the block and can also specify parameters for the function producing
11991 the content of the block.
11993 #+BEGIN:dynamic block
11994 @example
11995 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
11997 #+END:
11998 @end example
12000 Dynamic blocks are updated with the following commands
12002 @table @kbd
12003 @kindex C-c C-x C-u
12004 @item C-c C-x C-u
12005 Update dynamic block at point.
12006 @kindex C-u C-c C-x C-u
12007 @item C-u C-c C-x C-u
12008 Update all dynamic blocks in the current file.
12009 @end table
12011 Updating a dynamic block means to remove all the text between BEGIN and
12012 END, parse the BEGIN line for parameters and then call the specific
12013 writer function for this block to insert the new content.  If you want
12014 to use the original content in the writer function, you can use the
12015 extra parameter @code{:content}.
12017 For a block with name @code{myblock}, the writer function is
12018 @code{org-dblock-write:myblock} with as only parameter a property list
12019 with the parameters given in the begin line.  Here is a trivial example
12020 of a block that keeps track of when the block update function was last
12021 run:
12023 @example
12024 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
12026 #+END:
12027 @end example
12029 @noindent
12030 The corresponding block writer function could look like this:
12032 @lisp
12033 (defun org-dblock-write:block-update-time (params)
12034    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
12035      (insert "Last block update at: "
12036              (format-time-string fmt (current-time)))))
12037 @end lisp
12039 If you want to make sure that all dynamic blocks are always up-to-date,
12040 you could add the function @code{org-update-all-dblocks} to a hook, for
12041 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
12042 written in a way such that it does nothing in buffers that are not in
12043 @code{org-mode}.
12045 @node Special agenda views, Extracting agenda information, Dynamic blocks, Hacking
12046 @section Special agenda views
12047 @cindex agenda views, user-defined
12049 Org provides a special hook that can be used to narrow down the
12050 selection made by any of the agenda views.  You may specify a function
12051 that is used at each match to verify if the match should indeed be part
12052 of the agenda view, and if not, how much should be skipped.
12054 Let's say you want to produce a list of projects that contain a WAITING
12055 tag anywhere in the project tree.  Let's further assume that you have
12056 marked all tree headings that define a project with the TODO keyword
12057 PROJECT.  In this case you would run a TODO search for the keyword
12058 PROJECT, but skip the match unless there is a WAITING tag anywhere in
12059 the subtree belonging to the project line.
12061 To achieve this, you must write a function that searches the subtree for
12062 the tag.  If the tag is found, the function must return @code{nil} to
12063 indicate that this match should not be skipped.  If there is no such
12064 tag, return the location of the end of the subtree, to indicate that
12065 search should continue from there.
12067 @lisp
12068 (defun my-skip-unless-waiting ()
12069   "Skip trees that are not waiting"
12070   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
12071     (if (re-search-forward ":waiting:" subtree-end t)
12072         nil          ; tag found, do not skip
12073       subtree-end))) ; tag not found, continue after end of subtree
12074 @end lisp
12076 Now you may use this function in an agenda custom command, for example
12077 like this:
12079 @lisp
12080 (org-add-agenda-custom-command
12081  '("b" todo "PROJECT"
12082    ((org-agenda-skip-function 'my-skip-unless-waiting)
12083     (org-agenda-overriding-header "Projects waiting for something: "))))
12084 @end lisp
12086 @vindex org-agenda-overriding-header
12087 Note that this also binds @code{org-agenda-overriding-header} to get a
12088 meaningful header in the agenda view.
12090 @vindex org-odd-levels-only
12091 @vindex org-agenda-skip-function
12092 A general way to create custom searches is to base them on a search for
12093 entries with a certain level limit.  If you want to study all entries with
12094 your custom search function, simply do a search for
12095 @samp{LEVEL>0}@footnote{Note that, when using @code{org-odd-levels-only}, a
12096 level number corresponds to order in the hierarchy, not to the number of
12097 stars.}, and then use @code{org-agenda-skip-function} to select the entries
12098 you really want to have.
12100 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
12101 particular, you may use the functions @code{org-agenda-skip-entry-if}
12102 and @code{org-agenda-skip-subtree-if} in this form, for example:
12104 @table @code
12105 @item '(org-agenda-skip-entry-if 'scheduled)
12106 Skip current entry if it has been scheduled.
12107 @item '(org-agenda-skip-entry-if 'notscheduled)
12108 Skip current entry if it has not been scheduled.
12109 @item '(org-agenda-skip-entry-if 'deadline)
12110 Skip current entry if it has a deadline.
12111 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
12112 Skip current entry if it has a deadline, or if it is scheduled.
12113 @item '(org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
12114 Skip current entry if the TODO keyword is TODO or WAITING.
12115 @item '(org-agenda-skip-entry-if 'todo 'done)
12116 Skip current entry if the TODO keyword marks a DONE state.
12117 @item '(org-agenda-skip-entry-if 'timestamp)
12118 Skip current entry if it has any timestamp, may also be deadline or scheduled.
12119 @item '(org-agenda-skip-entry 'regexp "regular expression")
12120 Skip current entry if the regular expression matches in the entry.
12121 @item '(org-agenda-skip-entry 'notregexp "regular expression")
12122 Skip current entry unless the regular expression matches.
12123 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
12124 Same as above, but check and skip the entire subtree.
12125 @end table
12127 Therefore we could also have written the search for WAITING projects
12128 like this, even without defining a special function:
12130 @lisp
12131 (org-add-agenda-custom-command
12132  '("b" todo "PROJECT"
12133    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
12134                                 'regexp ":waiting:"))
12135     (org-agenda-overriding-header "Projects waiting for something: "))))
12136 @end lisp
12138 @node Extracting agenda information, Using the property API, Special agenda views, Hacking
12139 @section Extracting agenda information
12140 @cindex agenda, pipe
12141 @cindex Scripts, for agenda processing
12143 @vindex org-agenda-custom-commands
12144 Org provides commands to access agenda information for the command
12145 line in Emacs batch mode.  This extracted information can be sent
12146 directly to a printer, or it can be read by a program that does further
12147 processing of the data.  The first of these commands is the function
12148 @code{org-batch-agenda}, that produces an agenda view and sends it as
12149 ASCII text to STDOUT.  The command takes a single string as parameter.
12150 If the string has length 1, it is used as a key to one of the commands
12151 you have configured in @code{org-agenda-custom-commands}, basically any
12152 key you can use after @kbd{C-c a}.  For example, to directly print the
12153 current TODO list, you could use
12155 @example
12156 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
12157 @end example
12159 If the parameter is a string with 2 or more characters, it is used as a
12160 tags/TODO match string.  For example, to print your local shopping list
12161 (all items with the tag @samp{shop}, but excluding the tag
12162 @samp{NewYork}), you could use
12164 @example
12165 emacs -batch -l ~/.emacs                                      \
12166       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
12167 @end example
12169 @noindent
12170 You may also modify parameters on the fly like this:
12172 @example
12173 emacs -batch -l ~/.emacs                                      \
12174    -eval '(org-batch-agenda "a"                               \
12175             org-agenda-ndays 30                               \
12176             org-agenda-include-diary nil                      \
12177             org-agenda-files (quote ("~/org/project.org")))'  \
12178    | lpr
12179 @end example
12181 @noindent
12182 which will produce a 30-day agenda, fully restricted to the Org file
12183 @file{~/org/projects.org}, not even including the diary.
12185 If you want to process the agenda data in more sophisticated ways, you
12186 can use the command @code{org-batch-agenda-csv} to get a comma-separated
12187 list of values for each agenda item.  Each line in the output will
12188 contain a number of fields separated by commas.  The fields in a line
12189 are:
12191 @example
12192 category     @r{The category of the item}
12193 head         @r{The headline, without TODO keyword, TAGS and PRIORITY}
12194 type         @r{The type of the agenda entry, can be}
12195                 todo               @r{selected in TODO match}
12196                 tagsmatch          @r{selected in tags match}
12197                 diary              @r{imported from diary}
12198                 deadline           @r{a deadline}
12199                 scheduled          @r{scheduled}
12200                 timestamp          @r{appointment, selected by timestamp}
12201                 closed             @r{entry was closed on date}
12202                 upcoming-deadline  @r{warning about nearing deadline}
12203                 past-scheduled     @r{forwarded scheduled item}
12204                 block              @r{entry has date block including date}
12205 todo         @r{The TODO keyword, if any}
12206 tags         @r{All tags including inherited ones, separated by colons}
12207 date         @r{The relevant date, like 2007-2-14}
12208 time         @r{The time, like 15:00-16:50}
12209 extra        @r{String with extra planning info}
12210 priority-l   @r{The priority letter if any was given}
12211 priority-n   @r{The computed numerical priority}
12212 @end example
12214 @noindent
12215 Time and date will only be given if a timestamp (or deadline/scheduled)
12216 led to the selection of the item.
12218 A CSV list like this is very easy to use in a post-processing script.
12219 For example, here is a Perl program that gets the TODO list from
12220 Emacs/Org and prints all the items, preceded by a checkbox:
12222 @example
12223 #!/usr/bin/perl
12225 # define the Emacs command to run
12226 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
12228 # run it and capture the output
12229 $agenda = qx@{$cmd 2>/dev/null@};
12231 # loop over all lines
12232 foreach $line (split(/\n/,$agenda)) @{
12233   # get the individual values
12234   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
12235    $priority_l,$priority_n) = split(/,/,$line);
12236   # process and print
12237   print "[ ] $head\n";
12239 @end example
12241 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
12242 @section Using the property API
12243 @cindex API, for properties
12244 @cindex properties, API
12246 Here is a description of the functions that can be used to work with
12247 properties.
12249 @defun org-entry-properties &optional pom which
12250 Get all properties of the entry at point-or-marker POM.@*
12251 This includes the TODO keyword, the tags, time strings for deadline,
12252 scheduled, and clocking, and any additional properties defined in the
12253 entry.  The return value is an alist, keys may occur multiple times
12254 if the property key was used several times.@*
12255 POM may also be nil, in which case the current entry is used.
12256 If WHICH is nil or `all', get all properties.  If WHICH is
12257 `special' or `standard', only get that subclass.
12258 @end defun
12259 @vindex org-use-property-inheritance
12260 @defun org-entry-get pom property &optional inherit
12261 Get value of PROPERTY for entry at point-or-marker POM.  By default,
12262 this only looks at properties defined locally in the entry.  If INHERIT
12263 is non-nil and the entry does not have the property, then also check
12264 higher levels of the hierarchy.  If INHERIT is the symbol
12265 @code{selective}, use inheritance if and only if the setting of
12266 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
12267 @end defun
12269 @defun org-entry-delete pom property
12270 Delete the property PROPERTY from entry at point-or-marker POM.
12271 @end defun
12273 @defun org-entry-put pom property value
12274 Set PROPERTY to VALUE for entry at point-or-marker POM.
12275 @end defun
12277 @defun org-buffer-property-keys &optional include-specials
12278 Get all property keys in the current buffer.
12279 @end defun
12281 @defun org-insert-property-drawer
12282 Insert a property drawer at point.
12283 @end defun
12285 @defun org-entry-put-multivalued-property pom property &rest values
12286 Set PROPERTY at point-or-marker POM to VALUES.  VALUES should be a list of
12287 strings.  They will be concatenated, with spaces as separators.
12288 @end defun
12290 @defun org-entry-get-multivalued-property pom property
12291 Treat the value of the property PROPERTY as a whitespace-separated list of
12292 values and return the values as a list of strings.
12293 @end defun
12295 @defun org-entry-add-to-multivalued-property pom property value
12296 Treat the value of the property PROPERTY as a whitespace-separated list of
12297 values and make sure that VALUE is in this list.
12298 @end defun
12300 @defun org-entry-remove-from-multivalued-property pom property value
12301 Treat the value of the property PROPERTY as a whitespace-separated list of
12302 values and make sure that VALUE is @emph{not} in this list.
12303 @end defun
12305 @defun org-entry-member-in-multivalued-property pom property value
12306 Treat the value of the property PROPERTY as a whitespace-separated list of
12307 values and check if VALUE is in this list.
12308 @end defun
12310 @defopt org-property-allowed-value-functions
12311 Hook for functions supplying allowed values for specific.
12312 The functions must take a single argument, the name of the property, and
12313 return a flat list of allowed values.  If @samp{:ETC} is one of
12314 the values, use the values as completion help, but allow also other values
12315 to be entered.  The functions must return @code{nil} if they are not
12316 responsible for this property.
12317 @end defopt
12319 @node Using the mapping API,  , Using the property API, Hacking
12320 @section Using the mapping API
12321 @cindex API, for mapping
12322 @cindex mapping entries, API
12324 Org has sophisticated mapping capabilities to find all entries satisfying
12325 certain criteria.  Internally, this functionality is used to produce agenda
12326 views, but there is also an API that can be used to execute arbitrary
12327 functions for each or selected entries.  The main entry point for this API
12330 @defun org-map-entries func &optional match scope &rest skip
12331 Call FUNC at each headline selected by MATCH in SCOPE.
12333 FUNC is a function or a Lisp form.  The function will be called without
12334 arguments, with the cursor positioned at the beginning of the headline.
12335 The return values of all calls to the function will be collected and
12336 returned as a list.
12338 The call to FUNC will be wrapped into a save-excursion form, so FUNC
12339 does not need to preserve point.  After evaluation, the cursor will be
12340 moved to the end of the line (presumably of the headline of the
12341 processed entry) and search continues from there.  Under some
12342 circumstances, this may not produce the wanted results.  For example,
12343 if you have removed (e.g. archived) the current (sub)tree it could
12344 mean that the next entry will be skipped entirely.  In such cases, you
12345 can specify the position from where search should continue by making
12346 FUNC set the variable `org-map-continue-from' to the desired buffer
12347 position.
12349 MATCH is a tags/property/todo match as it is used in the agenda match view.
12350 Only headlines that are matched by this query will be considered during
12351 the iteration.  When MATCH is nil or t, all headlines will be
12352 visited by the iteration.
12354 SCOPE determines the scope of this command.  It can be any of:
12356 @example
12357 nil     @r{the current buffer, respecting the restriction if any}
12358 tree    @r{the subtree started with the entry at point}
12359 file    @r{the current buffer, without restriction}
12360 file-with-archives
12361         @r{the current buffer, and any archives associated with it}
12362 agenda  @r{all agenda files}
12363 agenda-with-archives
12364         @r{all agenda files with any archive files associated with them}
12365 (file1 file2 ...)
12366         @r{if this is a list, all files in the list will be scanned}
12367 @end example
12368 @noindent
12369 The remaining args are treated as settings for the skipping facilities of
12370 the scanner.  The following items can be given here:
12372 @vindex org-agenda-skip-function
12373 @example
12374 archive   @r{skip trees with the archive tag}
12375 comment   @r{skip trees with the COMMENT keyword}
12376 function or Lisp form
12377           @r{will be used as value for @code{org-agenda-skip-function},}
12378           @r{so whenever the function returns t, FUNC}
12379           @r{will not be called for that entry and search will}
12380           @r{continue from the point where the function leaves it}
12381 @end example
12382 @end defun
12384 The function given to that mapping routine can really do anything you like.
12385 It can use the property API (@pxref{Using the property API}) to gather more
12386 information about the entry, or in order to change metadata in the entry.
12387 Here are a couple of functions that might be handy:
12389 @defun org-todo &optional arg
12390 Change the TODO state of the entry, see the docstring of the functions for
12391 the many possible values for the argument ARG.
12392 @end defun
12394 @defun org-priority &optional action
12395 Change the priority of the entry, see the docstring of this function for the
12396 possible values for ACTION.
12397 @end defun
12399 @defun org-toggle-tag tag &optional onoff
12400 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
12401 or @code{off} will not toggle tag, but ensure that it is either on or off.
12402 @end defun
12404 @defun org-promote
12405 Promote the current entry.
12406 @end defun
12408 @defun org-demote
12409 Demote the current entry.
12410 @end defun
12412 Here is a simple example that will turn all entries in the current file with
12413 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
12414 Entries in comment trees and in archive trees will be ignored.
12416 @lisp
12417 (org-map-entries
12418    '(org-todo "UPCOMING")
12419    "+TOMORROW" 'file 'archive 'comment)
12420 @end lisp
12422 The following example counts the number of entries with TODO keyword
12423 @code{WAITING}, in all agenda files.
12425 @lisp
12426 (length (org-map-entries t "/+WAITING" 'agenda))
12427 @end lisp
12429 @node MobileOrg, History and Acknowledgments, Hacking, Top
12430 @appendix MobileOrg
12431 @cindex iPhone
12432 @cindex MobileOrg
12434 @i{MobileOrg} is an application for the @i{iPhone/iPod Touch} series of
12435 devices, developed by Richard Moreland.  @i{MobileOrg} offers offline viewing
12436 and capture support for an Org-mode system rooted on a ``real'' computer.  It
12437 does also allow you to record changes to existing entries.  For information
12438 about @i{MobileOrg}, see @uref{http://mobileorg.ncogni.to/}).
12440 This appendix describes the support Org has for creating agenda views in a
12441 format that can be displayed by @i{MobileOrg}, and for integrating notes
12442 captured and changes made by @i{MobileOrg} into the main system.
12444 For changing tags and TODO states in MobileOrg, you should have set up the
12445 customization variables @code{org-todo-keywords} and @code{org-tags-alist} to
12446 cover all important tags and TODO keywords, even if individual files use only
12447 part of these.  MobileOrg will also offer you states and tags set up with
12448 in-buffer settings, but it will understand the logistics of TODO state
12449 @i{sets} (@pxref{Per-file keywords}) and @i{mutually exclusive} tags
12450 (@pxref{Setting tags}) only for those set in these variables.
12452 @menu
12453 * Setting up the staging area::  Where to interact with the mobile device
12454 * Pushing to MobileOrg::        Uploading Org files and agendas
12455 * Pulling from MobileOrg::      Integrating captured and flagged items
12456 @end menu
12458 @node Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg
12459 @section Setting up the staging area
12461 Org-mode has commands to prepare a directory with files for @i{MobileOrg},
12462 and to read captured notes from there.  If Emacs can directly write to the
12463 WebDAV directory@footnote{If you are using a public server, you might prefer
12464 to encrypt the files on the server.  This can be done with Org-mode 6.35 and
12465 MobileOrg 1.2.  On the Emacs side, configure the variables
12466 @code{org-mobile-use-encryption} and @code{org-mobile-encryption-password}.}
12467 accessed by @i{MobileOrg}, just point to this directory using the variable
12468 @code{org-mobile-directory}.  Using the @file{tramp} method,
12469 @code{org-mobile-directory} may point to a remote directory accessible
12470 through, for example, @file{ssh/scp}:
12472 @smallexample
12473 (setq org-mobile-directory "/scpc:user@@remote.host:org/webdav/")
12474 @end smallexample
12476 If Emacs cannot access the WebDAV directory directly using a @file{tramp}
12477 method, or you prefer to maintain a local copy, you can use a local directory
12478 for staging.  Other means must then be used to keep this directory in sync
12479 with the WebDAV directory.  In the following example, files are staged in
12480 @file{~/stage}, and Org-mode hooks take care of moving files to and from the
12481 WebDAV directory using @file{scp}.
12483 @smallexample
12484 (setq org-mobile-directory "~/stage/")
12485 (add-hook 'org-mobile-post-push-hook
12486   (lambda () (shell-command "scp -r ~/stage/* user@@wdhost:mobile/")))
12487 (add-hook 'org-mobile-pre-pull-hook
12488   (lambda () (shell-command "scp user@@wdhost:mobile/mobileorg.org ~/stage/ ")))
12489 (add-hook 'org-mobile-post-pull-hook
12490   (lambda () (shell-command "scp ~/stage/mobileorg.org user@@wdhost:mobile/")))
12491 @end smallexample
12493 @node Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg
12494 @section Pushing to MobileOrg
12496 This operation copies all files currently listed in @code{org-mobile-files}
12497 to the directory @code{org-mobile-directory}.  By default this list contains
12498 all agenda files (as listed in @code{org-agenda-files}), but additional files
12499 can be included by customizing @code{org-mobiles-files}.  File names will be
12500 staged with path relative to @code{org-directory}, so all files should be
12501 inside this directory.  The push operation also creates (in the same
12502 directory) a special Org file @file{agendas.org}.  This file is an Org-mode
12503 style outline, containing every custom agenda view defined by the user.
12504 While creating the agendas, Org-mode will force@footnote{See the variable
12505 @code{org-mobile-force-id-on-agenda-items}.}  an ID property on all entries
12506 referenced by the agendas, so that these entries can be uniquely identified
12507 if @i{MobileOrg} flags them for further action.  Finally, Org writes the file
12508 @file{index.org}, containing links to all other files.  If @i{MobileOrg} is
12509 configured to request this file from the WebDAV server, all agendas and Org
12510 files will be downloaded to the device.  To speed up the download, MobileOrg
12511 will only read files whose checksums@footnote{stored automatically in the
12512 file @file{checksums.dat}} have changed.
12514 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
12515 @section Pulling from MobileOrg
12517 When @i{MobileOrg} synchronizes with the WebDAV server, it not only pulls the
12518 Org files for viewing.  It also appends captured entries and pointers to
12519 flagged and changed entries to the file @file{mobileorg.org} on the server.
12520 Org has a @emph{pull} operation that integrates this information into an
12521 inbox file and operates on the pointers to flagged entries.  Here is how it
12522 works:
12524 @enumerate
12525 @item
12526 Org moves all entries found in
12527 @file{mobileorg.org}@footnote{@file{mobileorg.org} will be empty after this
12528 operation.} and appends them to the file pointed to by the variable
12529 @code{org-mobile-inbox-for-pull}.  Each captured entry and each editing event
12530 will be a top-level entry in the inbox file.
12531 @item
12532 After moving the entries, Org will attempt to implement the changes made in
12533 @i{MobileOrg}.  Some changes are applied directly and without user
12534 interaction.  Examples are all changes to tags, TODO state, headline and body
12535 text that can be cleanly applied.  Entries that have been flagged for further
12536 action will receive a tag @code{:FLAGGED:}, so that they can be easily found
12537 again.  When there is a problem finding an entry or applying the change, the
12538 pointer entry will remain in the inbox and will be marked with an error
12539 message.  You need to later resolve these issues by hand.
12540 @item
12541 Org will then generate an agenda view with all flagged entries.  The user
12542 should then go through these entries and do whatever actions are necessary.
12543 If a note has been stored while flagging an entry in @i{MobileOrg}, that note
12544 will be displayed in the echo area when the cursor is on the corresponding
12545 agenda line.
12546 @table @kbd
12547 @kindex ?
12548 @item ?
12549 Pressing @kbd{?} in that special agenda will display the full flagging note in
12550 another window and also push it onto the kill ring.  So you could use @kbd{?
12551 z C-y C-c C-c} to store that flagging note as a normal note in the entry.
12552 Pressing @kbd{?} twice in succession will offer to remove the
12553 @code{:FLAGGED:} tag along with the recorded flagging note (which is stored
12554 in a property).  In this way you indicate, that the intended processing for
12555 this flagged entry is finished.
12556 @end table
12557 @end enumerate
12559 @kindex C-c a ?
12560 If you are not able to process all flagged entries directly, you can always
12561 return to this agenda view using @kbd{C-c a ?}.  Note, however, that there is
12562 a subtle difference.  The view created automatically by @kbd{M-x
12563 org-mobile-pull RET} is guaranteed to search all files that have been
12564 addressed by the last pull.  This might include a file that is not currently
12565 in your list of agenda files.  If you later use @kbd{C-c a ?} to regenerate
12566 the view, only the current agenda files will be searched.
12568 @node History and Acknowledgments, Main Index, MobileOrg, Top
12569 @appendix History and Acknowledgments
12570 @cindex acknowledgements
12571 @cindex history
12572 @cindex thanks
12574 Org was born in 2003, out of frustration over the user interface
12575 of the Emacs Outline mode.  I was trying to organize my notes and
12576 projects, and using Emacs seemed to be the natural way to go.  However,
12577 having to remember eleven different commands with two or three keys per
12578 command, only to hide and show parts of the outline tree, that seemed
12579 entirely unacceptable to me.  Also, when using outlines to take notes, I
12580 constantly wanted to restructure the tree, organizing it parallel to my
12581 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
12582 editing} were originally implemented in the package
12583 @file{outline-magic.el}, but quickly moved to the more general
12584 @file{org.el}.  As this environment became comfortable for project
12585 planning, the next step was adding @emph{TODO entries}, basic
12586 @emph{timestamps}, and @emph{table support}.  These areas highlighted the two main
12587 goals that Org still has today: to be a new, outline-based,
12588 plain text mode with innovative and intuitive editing features, and to
12589 incorporate project planning functionality directly into a notes file.
12591 A special thanks goes to @i{Bastien Guerry} who has not only written a large
12592 number of extensions to Org (most of them integrated into the core by now),
12593 but who has also helped in the development and maintenance of Org so much that he
12594 should be considered the main co-contributor to this package.
12596 Since the first release, literally thousands of emails to me or to
12597 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
12598 reports, feedback, new ideas, and sometimes patches and add-on code.
12599 Many thanks to everyone who has helped to improve this package.  I am
12600 trying to keep here a list of the people who had significant influence
12601 in shaping one or more aspects of Org.  The list may not be
12602 complete, if I have forgotten someone, please accept my apologies and
12603 let me know.
12605 @itemize @bullet
12607 @item
12608 @i{Russel Adams} came up with the idea for drawers.
12609 @item
12610 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
12611 @item
12612 @i{Christophe Bataillon} created the great unicorn logo that we use on the
12613 Org-mode website.
12614 @item
12615 @i{Alex Bochannek} provided a patch for rounding timestamps.
12616 @item
12617 @i{Jan Böcker} wrote @file{org-docview.el}.
12618 @item
12619 @i{Brad Bozarth} showed how to pull RSS feed data into Org-mode files.
12620 @item
12621 @i{Tom Breton} wrote @file{org-choose.el}.
12622 @item
12623 @i{Charles Cave}'s suggestion sparked the implementation of templates
12624 for Remember.
12625 @item
12626 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
12627 specified time.
12628 @item
12629 @i{Gregory Chernov} patched support for Lisp forms into table
12630 calculations and improved XEmacs compatibility, in particular by porting
12631 @file{nouline.el} to XEmacs.
12632 @item
12633 @i{Sacha Chua} suggested copying some linking code from Planner.
12634 @item
12635 @i{Baoqiu Cui} contributed the DocBook exporter.
12636 @item
12637 @i{Dan Davison} wrote (together with @i{Eric Schulte}) Org Babel.
12638 @item
12639 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
12640 came up with the idea of properties, and that there should be an API for
12641 them.
12642 @item
12643 @i{Nick Dokos} tracked down several nasty bugs.
12644 @item
12645 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
12646 inspired some of the early development, including HTML export.  He also
12647 asked for a way to narrow wide table columns.
12648 @item
12649 @i{Christian Egli} converted the documentation into Texinfo format,
12650 patched CSS formatting into the HTML exporter, and inspired the agenda.
12651 @item
12652 @i{David Emery} provided a patch for custom CSS support in exported
12653 HTML agendas.
12654 @item
12655 @i{Nic Ferrier} contributed mailcap and XOXO support.
12656 @item
12657 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
12658 @item
12659 @i{John Foerch} figured out how to make incremental search show context
12660 around a match in a hidden outline tree.
12661 @item
12662 @i{Raimar Finken} wrote @file{org-git-line.el}.
12663 @item
12664 @i{Mikael Fornius} works as a mailing list moderator.
12665 @item
12666 @i{Austin Frank} works as a mailing list moderator.
12667 @item
12668 @i{Niels Giesen} had the idea to automatically archive DONE trees.
12669 @item
12670 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
12671 has been prolific with patches, ideas, and bug reports.
12672 @item
12673 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
12674 @item
12675 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
12676 task state change logging, and the clocktable.  His clear explanations have
12677 been critical when we started to adopt the Git version control system.
12678 @item
12679 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
12680 patches.
12681 @item
12682 @i{Phil Jackson} wrote @file{org-irc.el}.
12683 @item
12684 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
12685 folded entries, and column view for properties.
12686 @item
12687 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
12688 @item
12689 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
12690 provided frequent feedback and some patches.
12691 @item
12692 @i{Matt Lundin} has proposed last-row references for table formulas and named
12693 invisible anchors.  He has also worked a lot on the FAQ.
12694 @item
12695 @i{Jason F. McBrayer} suggested agenda export to CSV format.
12696 @item
12697 @i{Max Mikhanosha} came up with the idea of refiling.
12698 @item
12699 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
12700 basis.
12701 @item
12702 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
12703 happy.
12704 @item
12705 @i{Richard Moreland} wrote @i{MobileOrg} for the iPhone.
12706 @item
12707 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
12708 and being able to quickly restrict the agenda to a subtree.
12709 @item
12710 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
12711 @item
12712 @i{Greg Newman} refreshed the unicorn logo into its current form.
12713 @item
12714 @i{Tim O'Callaghan} suggested in-file links, search options for general
12715 file links, and TAGS.
12716 @item
12717 @i{Osamu Okano} wrote @file{orgcard2ref.pl}, a perl program to create a text
12718 version of the reference card.
12719 @item
12720 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
12721 into Japanese.
12722 @item
12723 @i{Oliver Oppitz} suggested multi-state TODO items.
12724 @item
12725 @i{Scott Otterson} sparked the introduction of descriptive text for
12726 links, among other things.
12727 @item
12728 @i{Pete Phillips} helped during the development of the TAGS feature, and
12729 provided frequent feedback.
12730 @item
12731 @i{Martin Pohlack} provided the code snippet to bundle character insertion
12732 into bundles of 20 for undo.
12733 @item
12734 @i{T.V. Raman} reported bugs and suggested improvements.
12735 @item
12736 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
12737 control.
12738 @item
12739 @i{Paul Rivier} provided the basic implementation of named footnotes.  He
12740 also acted as mailing list moderator for some time.
12741 @item
12742 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
12743 @item
12744 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
12745 webpages derived from Org using an Info-like or a folding interface with
12746 single-key navigation, and make lots of improvements to the HTML exporter.
12747 @item
12748 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
12749 conflict with @file{allout.el}.
12750 @item
12751 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
12752 extensive patches.
12753 @item
12754 @i{Philip Rooke} created the Org reference card, provided lots
12755 of feedback, developed and applied standards to the Org documentation.
12756 @item
12757 @i{Christian Schlauer} proposed angular brackets around links, among
12758 other things.
12759 @item
12760 @i{Eric Schulte} wrote @file{org-plot.el} and (together with @i{Dan Davison})
12761 Org Babel, and contributed various patches, small features and modules.
12762 @item
12763 @i{Paul Sexton} wrote @file{org-ctags.el}.
12764 @item
12765 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
12766 @file{organizer-mode.el}.
12767 @item
12768 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
12769 examples, and remote highlighting for referenced code lines.
12770 @item
12771 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
12772 now packaged into Org's @file{contrib} directory.
12773 @item
12774 @i{Daniel Sinder} came up with the idea of internal archiving by locking
12775 subtrees.
12776 @item
12777 @i{Dale Smith} proposed link abbreviations.
12778 @item
12779 @i{James TD Smith} has contributed a large number of patches for useful
12780 tweaks and features.
12781 @item
12782 @i{Adam Spiers} asked for global linking commands, inspired the link
12783 extension system, added support for mairix, and proposed the mapping API.
12784 @item
12785 @i{Ulf Stegemann} created the table to translate special symbols to HTML,
12786 LaTeX, UTF-8, Latin-1 and ASCII.
12787 @item
12788 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
12789 with links transformation to Org syntax.
12790 @item
12791 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
12792 chapter about publishing.
12793 @item
12794 @i{Stefan Vollmar} organized a video-recorded talk at the
12795 Max-Planck-Institute for Neurology.  He also inspired the creation of a
12796 concept index for HTML export.
12797 @item
12798 @i{J@"urgen Vollmer} contributed code generating the table of contents
12799 in HTML output.
12800 @item
12801 @i{Samuel Wales} has provided important feedback and bug reports.
12802 @item
12803 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
12804 keyword.
12805 @item
12806 @i{David Wainberg} suggested archiving, and improvements to the linking
12807 system.
12808 @item
12809 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
12810 @file{muse.el}, which have some overlap with Org.  Initially the development
12811 of Org was fully independent because I was not aware of the existence of
12812 these packages.  But with time I have occasionally looked at John's code and
12813 learned a lot from it.  John has also contributed a number of great ideas and
12814 patches directly to Org, including the attachment system
12815 (@file{org-attach.el}), integration with Apple Mail
12816 (@file{org-mac-message.el}), hierarchical dependencies of TODO items, habit
12817 tracking (@file{org-habits.el}).
12818 @item
12819 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
12820 linking to Gnus.
12821 @item
12822 @i{Roland Winkler} requested additional key bindings to make Org
12823 work on a tty.
12824 @item
12825 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
12826 and contributed various ideas and code snippets.
12827 @end itemize
12830 @node Main Index, Key Index, History and Acknowledgments, Top
12831 @unnumbered Concept Index
12833 @printindex cp
12835 @node Key Index, Variable Index, Main Index, Top
12836 @unnumbered Key Index
12838 @printindex ky
12840 @node Variable Index,  , Key Index, Top
12841 @unnumbered Variable Index
12843 This is not a complete index of variables and faces, only the ones that are
12844 mentioned in the manual.  For a more complete list, use @kbd{M-x
12845 org-customize @key{RET}} and then click yourself through the tree.
12847 @printindex vr
12849 @bye
12851 @ignore
12852         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
12853 @end ignore
12855 @c Local variables:
12856 @c ispell-local-dictionary: "en_US-w_accents"
12857 @c ispell-local-pdict: "./.aspell.org.pws"
12858 @c fill-column: 77
12859 @c End:
12862 @c  LocalWords:  webdavhost pre