org.texi: Use @var{...} instead of @code{...} for variables
[org-mode.git] / doc / org.texi
blob359b02a95e49b8cb97e104df7ee791e9f0bf8d78
1  \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @include org-version.inc
8 @c Use proper quote and backtick for code sections in PDF output
9 @c Cf. Texinfo manual 14.2
10 @set txicodequoteundirected
11 @set txicodequotebacktick
13 @c Version and Contact Info
14 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers web page}
15 @set AUTHOR Carsten Dominik
16 @set MAINTAINER Bastien Guerry
17 @set MAINTAINEREMAIL @email{bzg at gnu dot org}
18 @set MAINTAINERCONTACT @uref{mailto:bzg at gnu dot org,contact the maintainer}
19 @c %**end of header
20 @finalout
23 @c -----------------------------------------------------------------------------
25 @c Macro definitions for commands and keys
26 @c =======================================
28 @c The behavior of the key/command macros will depend on the flag cmdnames
29 @c When set, commands names are shown.  When clear, they are not shown.
31 @set cmdnames
33 @c Below we define the following macros for Org key tables:
35 @c orgkey{key}                        A key item
36 @c orgcmd{key,cmd}                    Key with command name
37 @c xorgcmd{key,cmd}                   Key with command name as @itemx
38 @c orgcmdnki{key,cmd}                 Like orgcmd, but do not index the key
39 @c orgcmdtkc{text,key,cmd}            Like orgcmd,special text instead of key
40 @c orgcmdkkc{key1,key2,cmd}           Two keys with one command name, use "or"
41 @c orgcmdkxkc{key1,key2,cmd}          Two keys with one command name, but
42 @c                                    different functions, so format as @itemx
43 @c orgcmdkskc{key1,key2,cmd}          Same as orgcmdkkc, but use "or short"
44 @c xorgcmdkskc{key1,key2,cmd}         Same as previous, but use @itemx
45 @c orgcmdkkcc{key1,key2,cmd1,cmd2}    Two keys and two commands
47 @c a key but no command
48 @c    Inserts:    @item key
49 @macro orgkey{key}
50 @kindex \key\
51 @item @kbd{\key\}
52 @end macro
54 @macro xorgkey{key}
55 @kindex \key\
56 @itemx @kbd{\key\}
57 @end macro
59 @c one key with a command
60 @c   Inserts:    @item KEY               COMMAND
61 @macro orgcmd{key,command}
62 @ifset cmdnames
63 @kindex \key\
64 @findex \command\
65 @iftex
66 @item @kbd{\key\} @hskip 0pt plus 1filll @code{\command\}
67 @end iftex
68 @ifnottex
69 @item @kbd{\key\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
70 @end ifnottex
71 @end ifset
72 @ifclear cmdnames
73 @kindex \key\
74 @item @kbd{\key\}
75 @end ifclear
76 @end macro
78 @c One key with one command, formatted using @itemx
79 @c   Inserts:    @itemx KEY               COMMAND
80 @macro xorgcmd{key,command}
81 @ifset cmdnames
82 @kindex \key\
83 @findex \command\
84 @iftex
85 @itemx @kbd{\key\} @hskip 0pt plus 1filll @code{\command\}
86 @end iftex
87 @ifnottex
88 @itemx @kbd{\key\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
89 @end ifnottex
90 @end ifset
91 @ifclear cmdnames
92 @kindex \key\
93 @itemx @kbd{\key\}
94 @end ifclear
95 @end macro
97 @c one key with a command, bit do not index the key
98 @c   Inserts:    @item KEY               COMMAND
99 @macro orgcmdnki{key,command}
100 @ifset cmdnames
101 @findex \command\
102 @iftex
103 @item @kbd{\key\} @hskip 0pt plus 1filll @code{\command\}
104 @end iftex
105 @ifnottex
106 @item @kbd{\key\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
107 @end ifnottex
108 @end ifset
109 @ifclear cmdnames
110 @item @kbd{\key\}
111 @end ifclear
112 @end macro
114 @c one key with a command, and special text to replace key in item
115 @c   Inserts:    @item TEXT                    COMMAND
116 @macro orgcmdtkc{text,key,command}
117 @ifset cmdnames
118 @kindex \key\
119 @findex \command\
120 @iftex
121 @item @kbd{\text\} @hskip 0pt plus 1filll @code{\command\}
122 @end iftex
123 @ifnottex
124 @item @kbd{\text\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
125 @end ifnottex
126 @end ifset
127 @ifclear cmdnames
128 @kindex \key\
129 @item @kbd{\text\}
130 @end ifclear
131 @end macro
133 @c two keys with one command
134 @c   Inserts:    @item KEY1 or KEY2            COMMAND
135 @macro orgcmdkkc{key1,key2,command}
136 @ifset cmdnames
137 @kindex \key1\
138 @kindex \key2\
139 @findex \command\
140 @iftex
141 @item @kbd{\key1\} @ @r{or} @ @kbd{\key2\} @hskip 0pt plus 1filll @code{\command\}
142 @end iftex
143 @ifnottex
144 @item @kbd{\key1\} @ @r{or} @ @kbd{\key2\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
145 @end ifnottex
146 @end ifset
147 @ifclear cmdnames
148 @kindex \key1\
149 @kindex \key2\
150 @item @kbd{\key1\} @ @r{or} @ @kbd{\key2\}
151 @end ifclear
152 @end macro
154 @c Two keys with one command name, but different functions, so format as
155 @c @itemx
156 @c   Inserts:    @item KEY1
157 @c               @itemx KEY2                COMMAND
158 @macro orgcmdkxkc{key1,key2,command}
159 @ifset cmdnames
160 @kindex \key1\
161 @kindex \key2\
162 @findex \command\
163 @iftex
164 @item @kbd{\key1\}
165 @itemx @kbd{\key2\} @hskip 0pt plus 1filll @code{\command\}
166 @end iftex
167 @ifnottex
168 @item @kbd{\key1\}
169 @itemx @kbd{\key2\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
170 @end ifnottex
171 @end ifset
172 @ifclear cmdnames
173 @kindex \key1\
174 @kindex \key2\
175 @item @kbd{\key1\}
176 @itemx @kbd{\key2\}
177 @end ifclear
178 @end macro
180 @c Same as previous, but use "or short"
181 @c   Inserts:    @item KEY1 or short KEY2            COMMAND
182 @macro orgcmdkskc{key1,key2,command}
183 @ifset cmdnames
184 @kindex \key1\
185 @kindex \key2\
186 @findex \command\
187 @iftex
188 @item @kbd{\key1\} @ @r{or short} @ @kbd{\key2\} @hskip 0pt plus 1filll @code{\command\}
189 @end iftex
190 @ifnottex
191 @item @kbd{\key1\} @ @r{or short} @ @kbd{\key2\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
192 @end ifnottex
193 @end ifset
194 @ifclear cmdnames
195 @kindex \key1\
196 @kindex \key2\
197 @item @kbd{\key1\} @ @r{or short} @ @kbd{\key2\}
198 @end ifclear
199 @end macro
201 @c Same as previous, but use @itemx
202 @c   Inserts:    @itemx KEY1 or short KEY2            COMMAND
203 @macro xorgcmdkskc{key1,key2,command}
204 @ifset cmdnames
205 @kindex \key1\
206 @kindex \key2\
207 @findex \command\
208 @iftex
209 @itemx @kbd{\key1\} @ @r{or short} @ @kbd{\key2\} @hskip 0pt plus 1filll @code{\command\}
210 @end iftex
211 @ifnottex
212 @itemx @kbd{\key1\} @ @r{or short} @ @kbd{\key2\} @tie{}@tie{}@tie{}@tie{}(@code{\command\})
213 @end ifnottex
214 @end ifset
215 @ifclear cmdnames
216 @kindex \key1\
217 @kindex \key2\
218 @itemx @kbd{\key1\} @ @r{or short} @ @kbd{\key2\}
219 @end ifclear
220 @end macro
222 @c two keys with two commands
223 @c   Inserts:    @item KEY1                        COMMAND1
224 @c               @itemx KEY2                       COMMAND2
225 @macro orgcmdkkcc{key1,key2,command1,command2}
226 @ifset cmdnames
227 @kindex \key1\
228 @kindex \key2\
229 @findex \command1\
230 @findex \command2\
231 @iftex
232 @item @kbd{\key1\} @hskip 0pt plus 1filll @code{\command1\}
233 @itemx @kbd{\key2\} @hskip 0pt plus 1filll @code{\command2\}
234 @end iftex
235 @ifnottex
236 @item @kbd{\key1\} @tie{}@tie{}@tie{}@tie{}(@code{\command1\})
237 @itemx @kbd{\key2\} @tie{}@tie{}@tie{}@tie{}(@code{\command2\})
238 @end ifnottex
239 @end ifset
240 @ifclear cmdnames
241 @kindex \key1\
242 @kindex \key2\
243 @item @kbd{\key1\}
244 @itemx @kbd{\key2\}
245 @end ifclear
246 @end macro
247 @c -----------------------------------------------------------------------------
249 @iftex
250 @c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
251 @end iftex
253 @c Subheadings inside a table.
254 @macro tsubheading{text}
255 @ifinfo
256 @subsubheading \text\
257 @end ifinfo
258 @ifnotinfo
259 @item @b{\text\}
260 @end ifnotinfo
261 @end macro
263 @copying
264 This manual is for Org version @value{VERSION}.
266 Copyright @copyright{} 2004--2013 Free Software Foundation, Inc.
268 @quotation
269 Permission is granted to copy, distribute and/or modify this document
270 under the terms of the GNU Free Documentation License, Version 1.3 or
271 any later version published by the Free Software Foundation; with no
272 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
273 and with the Back-Cover Texts as in (a) below.  A copy of the license
274 is included in the section entitled ``GNU Free Documentation License.''
276 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
277 modify this GNU manual.''
278 @end quotation
279 @end copying
281 @dircategory Emacs editing modes
282 @direntry
283 * Org Mode: (org).      Outline-based notes management and organizer
284 @end direntry
286 @titlepage
287 @title The Org Manual
289 @subtitle Release @value{VERSION}
290 @author by Carsten Dominik
291 with contributions by David O'Toole, Bastien Guerry, Philip Rooke, Dan
292 Davison, Eric Schulte, Thomas Dye, Jambunathan K and Nicolas Goaziou.
294 @c The following two commands start the copyright page.
295 @page
296 @vskip 0pt plus 1filll
297 @insertcopying
298 @end titlepage
300 @c Output the table of contents at the beginning.
301 @contents
303 @ifnottex
304 @c FIXME These hand-written next,prev,up node pointers make editing a lot
305 @c harder.  There should be no need for them, makeinfo can do it
306 @c automatically for any document with a normal structure.
307 @node Top, Introduction, (dir), (dir)
308 @top Org Mode Manual
310 @insertcopying
311 @end ifnottex
313 @menu
314 * Introduction::                Getting started
315 * Document Structure::          A tree works like your brain
316 * Tables::                      Pure magic for quick formatting
317 * Hyperlinks::                  Notes in context
318 * TODO Items::                  Every tree branch can be a TODO item
319 * Tags::                        Tagging headlines and matching sets of tags
320 * Properties and Columns::      Storing information about an entry
321 * Dates and Times::             Making items useful for planning
322 * Capture - Refile - Archive::  The ins and outs for projects
323 * Agenda Views::                Collecting information into views
324 * Markup::                      Prepare text for rich export
325 * Exporting::                   Sharing and publishing notes
326 * Publishing::                  Create a web site of linked Org files
327 * Working With Source Code::    Export, evaluate, and tangle code blocks
328 * Miscellaneous::               All the rest which did not fit elsewhere
329 * Hacking::                     How to hack your way around
330 * MobileOrg::                   Viewing and capture on a mobile device
331 * History and Acknowledgments::  How Org came into being
332 * GNU Free Documentation License::  The license for this documentation.
333 * Main Index::                  An index of Org's concepts and features
334 * Key Index::                   Key bindings and where they are described
335 * Command and Function Index::  Command names and some internal functions
336 * Variable Index::              Variables mentioned in the manual
338 @detailmenu
339  --- The Detailed Node Listing ---
341 Introduction
343 * Summary::                     Brief summary of what Org does
344 * Installation::                Installing Org
345 * Activation::                  How to activate Org for certain buffers
346 * Feedback::                    Bug reports, ideas, patches etc.
347 * Conventions::                 Typesetting conventions in the manual
349 Document structure
351 * Outlines::                    Org is based on Outline mode
352 * Headlines::                   How to typeset Org tree headlines
353 * Visibility cycling::          Show and hide, much simplified
354 * Motion::                      Jumping to other headlines
355 * Structure editing::           Changing sequence and level of headlines
356 * Sparse trees::                Matches embedded in context
357 * Plain lists::                 Additional structure within an entry
358 * Drawers::                     Tucking stuff away
359 * Blocks::                      Folding blocks
360 * Footnotes::                   How footnotes are defined in Org's syntax
361 * Orgstruct mode::              Structure editing outside Org
362 * Org syntax::                  Formal description of Org's syntax
364 Visibility cycling
366 * Global and local cycling::    Cycling through various visibility states
367 * Initial visibility::          Setting the initial visibility state
368 * Catching invisible edits::    Preventing mistakes when editing invisible parts
370 Global and local cycling
372 * Initial visibility::          Setting the initial visibility state
373 * Catching invisible edits::    Preventing mistakes when editing invisible parts
375 Tables
377 * Built-in table editor::       Simple tables
378 * Column width and alignment::  Overrule the automatic settings
379 * Column groups::               Grouping to trigger vertical lines
380 * Orgtbl mode::                 The table editor as minor mode
381 * The spreadsheet::             The table editor has spreadsheet capabilities
382 * Org-Plot::                    Plotting from org tables
384 The spreadsheet
386 * References::                  How to refer to another field or range
387 * Formula syntax for Calc::     Using Calc to compute stuff
388 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
389 * Durations and time values::   How to compute durations and time values
390 * Field and range formulas::    Formula for specific (ranges of) fields
391 * Column formulas::             Formulas valid for an entire column
392 * Lookup functions::            Lookup functions for searching tables
393 * Editing and debugging formulas::  Fixing formulas
394 * Updating the table::          Recomputing all dependent fields
395 * Advanced features::           Field and column names, parameters and automatic recalc
397 Hyperlinks
399 * Link format::                 How links in Org are formatted
400 * Internal links::              Links to other places in the current file
401 * External links::              URL-like links to the world
402 * Handling links::              Creating, inserting and following
403 * Using links outside Org::     Linking from my C source code?
404 * Link abbreviations::          Shortcuts for writing complex links
405 * Search options::              Linking to a specific location
406 * Custom searches::             When the default search is not enough
408 Internal links
410 * Radio targets::               Make targets trigger links in plain text
412 TODO items
414 * TODO basics::                 Marking and displaying TODO entries
415 * TODO extensions::             Workflow and assignments
416 * Progress logging::            Dates and notes for progress
417 * Priorities::                  Some things are more important than others
418 * Breaking down tasks::         Splitting a task into manageable pieces
419 * Checkboxes::                  Tick-off lists
421 Extended use of TODO keywords
423 * Workflow states::             From TODO to DONE in steps
424 * TODO types::                  I do this, Fred does the rest
425 * Multiple sets in one file::   Mixing it all, and still finding your way
426 * Fast access to TODO states::  Single letter selection of a state
427 * Per-file keywords::           Different files, different requirements
428 * Faces for TODO keywords::     Highlighting states
429 * TODO dependencies::           When one task needs to wait for others
431 Progress logging
433 * Closing items::               When was this entry marked DONE?
434 * Tracking TODO state changes::  When did the status change?
435 * Tracking your habits::        How consistent have you been?
437 Tags
439 * Tag inheritance::             Tags use the tree structure of the outline
440 * Setting tags::                How to assign tags to a headline
441 * Tag groups::                  Use one tag to search for several tags
442 * Tag searches::                Searching for combinations of tags
444 Properties and columns
446 * Property syntax::             How properties are spelled out
447 * Special properties::          Access to other Org mode features
448 * Property searches::           Matching property values
449 * Property inheritance::        Passing values down the tree
450 * Column view::                 Tabular viewing and editing
451 * Property API::                Properties for Lisp programmers
453 Column view
455 * Defining columns::            The COLUMNS format property
456 * Using column view::           How to create and use column view
457 * Capturing column view::       A dynamic block for column view
459 Defining columns
461 * Scope of column definitions::  Where defined, where valid?
462 * Column attributes::           Appearance and content of a column
464 Dates and times
466 * Timestamps::                  Assigning a time to a tree entry
467 * Creating timestamps::         Commands which insert timestamps
468 * Deadlines and scheduling::    Planning your work
469 * Clocking work time::          Tracking how long you spend on a task
470 * Effort estimates::            Planning work effort in advance
471 * Relative timer::              Notes with a running timer
472 * Countdown timer::             Starting a countdown timer for a task
474 Creating timestamps
476 * The date/time prompt::        How Org mode helps you entering date and time
477 * Custom time format::          Making dates look different
479 Deadlines and scheduling
481 * Inserting deadline/schedule::  Planning items
482 * Repeated tasks::              Items that show up again and again
484 Clocking work time
486 * Clocking commands::           Starting and stopping a clock
487 * The clock table::             Detailed reports
488 * Resolving idle time::         Resolving time when you've been idle
490 Capture - Refile - Archive
492 * Capture::                     Capturing new stuff
493 * Attachments::                 Add files to tasks
494 * RSS Feeds::                   Getting input from RSS feeds
495 * Protocols::                   External (e.g., Browser) access to Emacs and Org
496 * Refile and copy::             Moving/copying a tree from one place to another
497 * Archiving::                   What to do with finished projects
499 Capture
501 * Setting up capture::          Where notes will be stored
502 * Using capture::               Commands to invoke and terminate capture
503 * Capture templates::           Define the outline of different note types
505 Capture templates
507 * Template elements::           What is needed for a complete template entry
508 * Template expansion::          Filling in information about time and context
509 * Templates in contexts::       Only show a template in a specific context
511 Archiving
513 * Moving subtrees::             Moving a tree to an archive file
514 * Internal archiving::          Switch off a tree but keep it in the file
516 Agenda views
518 * Agenda files::                Files being searched for agenda information
519 * Agenda dispatcher::           Keyboard access to agenda views
520 * Built-in agenda views::       What is available out of the box?
521 * Presentation and sorting::    How agenda items are prepared for display
522 * Agenda commands::             Remote editing of Org trees
523 * Custom agenda views::         Defining special searches and views
524 * Exporting Agenda Views::      Writing a view to a file
525 * Agenda column view::          Using column view for collected entries
527 The built-in agenda views
529 * Weekly/daily agenda::         The calendar page with current tasks
530 * Global TODO list::            All unfinished action items
531 * Matching tags and properties::  Structured information with fine-tuned search
532 * Timeline::                    Time-sorted view for single file
533 * Search view::                 Find entries by searching for text
534 * Stuck projects::              Find projects you need to review
536 Presentation and sorting
538 * Categories::                  Not all tasks are equal
539 * Time-of-day specifications::  How the agenda knows the time
540 * Sorting agenda items::        The order of things
541 * Filtering/limiting agenda items::  Dynamically narrow the agenda
543 Custom agenda views
545 * Storing searches::            Type once, use often
546 * Block agenda::                All the stuff you need in a single buffer
547 * Setting Options::             Changing the rules
549 Markup for rich export
551 * Structural markup elements::  The basic structure as seen by the exporter
552 * Images and tables::           Images, tables and caption mechanism
553 * Literal examples::            Source code examples with special formatting
554 * Include files::               Include additional files into a document
555 * Index entries::               Making an index
556 * Macro replacement::           Use macros to create templates
557 * Embedded @LaTeX{}::           LaTeX can be freely used inside Org documents
558 * Special blocks::              Containers targeted at export back-ends
560 Structural markup elements
562 * Document title::              Where the title is taken from
563 * Headings and sections::       The document structure as seen by the exporter
564 * Table of contents::           The if and where of the table of contents
565 * Lists::                       Lists
566 * Paragraphs::                  Paragraphs
567 * Footnote markup::             Footnotes
568 * Emphasis and monospace::      Bold, italic, etc.
569 * Horizontal rules::            Make a line
570 * Comment lines::               What will *not* be exported
572 Embedded @LaTeX{}
574 * Special symbols::             Greek letters and other symbols
575 * Subscripts and superscripts::  Simple syntax for raising/lowering text
576 * @LaTeX{} fragments::          Complex formulas made easy
577 * Previewing @LaTeX{} fragments::  What will this snippet look like?
578 * CDLaTeX mode::                Speed up entering of formulas
580 Exporting
582 * The Export Dispatcher::       The main exporter interface
583 * Export formats::              Available export formats
584 * Export settings::             Generic export settings
585 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
586 * Beamer export::               Exporting as a Beamer presentation
587 * HTML export::                 Exporting to HTML
588 * @LaTeX{} and PDF export::     Exporting to @LaTeX{}, and processing to PDF
589 * Markdown export::             Exporting to Markdown
590 * OpenDocument Text export::    Exporting to OpenDocument Text
591 * iCalendar export::            Exporting to iCalendar
592 * Advanced configuration::      Fine-tuning the export output
594 HTML export
596 * HTML Export commands::        How to invoke HTML export
597 * HTML preamble and postamble::  How to insert a preamble and a postamble
598 * Quoting HTML tags::           Using direct HTML in Org mode
599 * Links in HTML export::        How links will be interpreted and formatted
600 * Tables in HTML export::       How to modify the formatting of tables
601 * Images in HTML export::       How to insert figures into HTML output
602 * Math formatting in HTML export::  Beautiful math also on the web
603 * Text areas in HTML export::   An alternative way to show an example
604 * CSS support::                 Changing the appearance of the output
605 * JavaScript support::          Info and Folding in a web browser
607 @LaTeX{} and PDF export
609 * @LaTeX{}/PDF export commands::
610 * Header and sectioning::       Setting up the export file structure
611 * Quoting @LaTeX{} code::       Incorporating literal @LaTeX{} code
612 * @LaTeX{} specific attributes::  Controlling @LaTeX{} output
614 OpenDocument Text export
616 * Pre-requisites for ODT export::  What packages ODT exporter relies on
617 * ODT export commands::         How to invoke ODT export
618 * Extending ODT export::        How to produce @samp{doc}, @samp{pdf} files
619 * Applying custom styles::      How to apply custom styles to the output
620 * Links in ODT export::         How links will be interpreted and formatted
621 * Tables in ODT export::        How Tables are exported
622 * Images in ODT export::        How to insert images
623 * Math formatting in ODT export::  How @LaTeX{} fragments are formatted
624 * Labels and captions in ODT export::  How captions are rendered
625 * Literal examples in ODT export::  How source and example blocks are formatted
626 * Advanced topics in ODT export::  Read this if you are a power user
628 Math formatting in ODT export
630 * Working with @LaTeX{} math snippets::  How to embed @LaTeX{} math fragments
631 * Working with MathML or OpenDocument formula files::  How to embed equations in native format
633 Advanced topics in ODT export
635 * Configuring a document converter::  How to register a document converter
636 * Working with OpenDocument style files::  Explore the internals
637 * Creating one-off styles::     How to produce custom highlighting etc
638 * Customizing tables in ODT export::  How to define and use Table templates
639 * Validating OpenDocument XML::  How to debug corrupt OpenDocument files
641 Publishing
643 * Configuration::               Defining projects
644 * Uploading files::             How to get files up on the server
645 * Sample configuration::        Example projects
646 * Triggering publication::      Publication commands
648 Configuration
650 * Project alist::               The central configuration variable
651 * Sources and destinations::    From here to there
652 * Selecting files::             What files are part of the project?
653 * Publishing action::           Setting the function doing the publishing
654 * Publishing options::          Tweaking HTML/@LaTeX{} export
655 * Publishing links::            Which links keep working after publishing?
656 * Sitemap::                     Generating a list of all pages
657 * Generating an index::         An index that reaches across pages
659 Sample configuration
661 * Simple example::              One-component publishing
662 * Complex example::             A multi-component publishing example
664 Working with source code
666 * Structure of code blocks::    Code block syntax described
667 * Editing source code::         Language major-mode editing
668 * Exporting code blocks::       Export contents and/or results
669 * Extracting source code::      Create pure source code files
670 * Evaluating code blocks::      Place results of evaluation in the Org mode buffer
671 * Library of Babel::            Use and contribute to a library of useful code blocks
672 * Languages::                   List of supported code block languages
673 * Header arguments::            Configure code block functionality
674 * Results of evaluation::       How evaluation results are handled
675 * Noweb reference syntax::      Literate programming in Org mode
676 * Key bindings and useful functions::  Work quickly with code blocks
677 * Batch execution::             Call functions from the command line
679 Header arguments
681 * Using header arguments::      Different ways to set header arguments
682 * Specific header arguments::   List of header arguments
684 Using header arguments
686 * System-wide header arguments::  Set global default values
687 * Language-specific header arguments::  Set default values by language
688 * Buffer-wide header arguments::  Set default values for a specific buffer
689 * Header arguments in Org mode properties::  Set default values for a buffer or heading
690 * Code block specific header arguments::  The most common way to set values
691 * Header arguments in function calls::  The most specific level
693 Specific header arguments
695 * var::                         Pass arguments to code blocks
696 * results::                     Specify the type of results and how they will
697                                 be collected and handled
698 * file::                        Specify a path for file output
699 * file-desc::                   Specify a description for file results
700 * dir::                         Specify the default (possibly remote)
701                                 directory for code block execution
702 * exports::                     Export code and/or results
703 * tangle::                      Toggle tangling and specify file name
704 * mkdirp::                      Toggle creation of parent directories of target
705                                 files during tangling
706 * comments::                    Toggle insertion of comments in tangled
707                                 code files
708 * padline::                     Control insertion of padding lines in tangled
709                                 code files
710 * no-expand::                   Turn off variable assignment and noweb
711                                 expansion during tangling
712 * session::                     Preserve the state of code evaluation
713 * noweb::                       Toggle expansion of noweb references
714 * noweb-ref::                   Specify block's noweb reference resolution target
715 * noweb-sep::                   String used to separate noweb references
716 * cache::                       Avoid re-evaluating unchanged code blocks
717 * sep::                         Delimiter for writing tabular results outside Org
718 * hlines::                      Handle horizontal lines in tables
719 * colnames::                    Handle column names in tables
720 * rownames::                    Handle row names in tables
721 * shebang::                     Make tangled files executable
722 * eval::                        Limit evaluation of specific code blocks
723 * wrap::                        Mark source block evaluation results
724 * post::                        Post processing of code block results
726 Miscellaneous
728 * Completion::                  M-TAB knows what you need
729 * Easy Templates::              Quick insertion of structural elements
730 * Speed keys::                  Electric commands at the beginning of a headline
731 * Code evaluation security::    Org mode files evaluate inline code
732 * Customization::               Adapting Org to your taste
733 * In-buffer settings::          Overview of the #+KEYWORDS
734 * The very busy C-c C-c key::   When in doubt, press C-c C-c
735 * Clean view::                  Getting rid of leading stars in the outline
736 * TTY keys::                    Using Org on a tty
737 * Interaction::                 Other Emacs packages
738 * org-crypt.el::                Encrypting Org files
740 Interaction with other packages
742 * Cooperation::                 Packages Org cooperates with
743 * Conflicts::                   Packages that lead to conflicts
745 Hacking
747 * Hooks::                       How to reach into Org's internals
748 * Add-on packages::             Available extensions
749 * Adding hyperlink types::      New custom link types
750 * Adding export back-ends::     How to write new export back-ends
751 * Context-sensitive commands::  How to add functionality to such commands
752 * Tables in arbitrary syntax::  Orgtbl for @LaTeX{} and other programs
753 * Dynamic blocks::              Automatically filled blocks
754 * Special agenda views::        Customized views
755 * Speeding up your agendas::    Tips on how to speed up your agendas
756 * Extracting agenda information::  Post-processing of agenda information
757 * Using the property API::      Writing programs that use entry properties
758 * Using the mapping API::       Mapping over all or selected entries
760 Tables and lists in arbitrary syntax
762 * Radio tables::                Sending and receiving radio tables
763 * A @LaTeX{} example::          Step by step, almost a tutorial
764 * Translator functions::        Copy and modify
765 * Radio lists::                 Sending and receiving lists
767 MobileOrg
769 * Setting up the staging area::  Where to interact with the mobile device
770 * Pushing to MobileOrg::        Uploading Org files and agendas
771 * Pulling from MobileOrg::      Integrating captured and flagged items
773 @end detailmenu
774 @end menu
776 @node Introduction, Document Structure, Top, Top
777 @chapter Introduction
778 @cindex introduction
780 @menu
781 * Summary::                     Brief summary of what Org does
782 * Installation::                Installing Org
783 * Activation::                  How to activate Org for certain buffers
784 * Feedback::                    Bug reports, ideas, patches etc.
785 * Conventions::                 Typesetting conventions in the manual
786 @end menu
788 @node Summary, Installation, Introduction, Introduction
789 @section Summary
790 @cindex summary
792 Org is a mode for keeping notes, maintaining TODO lists, and doing
793 project planning with a fast and effective plain-text system.
795 Org develops organizational tasks around NOTES files that contain
796 lists or information about projects as plain text.  Org is
797 implemented on top of Outline mode, which makes it possible to keep the
798 content of large files well structured.  Visibility cycling and
799 structure editing help to work with the tree.  Tables are easily created
800 with a built-in table editor.  Org supports TODO items, deadlines,
801 timestamps, and scheduling.  It dynamically compiles entries into an
802 agenda that utilizes and smoothly integrates much of the Emacs calendar
803 and diary.  Plain text URL-like links connect to websites, emails,
804 Usenet messages, BBDB entries, and any files related to the projects.
805 For printing and sharing notes, an Org file can be exported as a
806 structured ASCII file, as HTML, or (TODO and agenda items only) as an
807 iCalendar file.  It can also serve as a publishing tool for a set of
808 linked web pages.
810 As a project planning environment, Org works by adding metadata to outline
811 nodes.  Based on this data, specific entries can be extracted in queries and
812 create dynamic @i{agenda views}.
814 Org mode contains the Org Babel environment which allows you to work with
815 embedded source code blocks in a file, to facilitate code evaluation,
816 documentation, and literate programming techniques.
818 Org's automatic, context-sensitive table editor with spreadsheet
819 capabilities can be integrated into any major mode by activating the
820 minor Orgtbl mode.  Using a translation step, it can be used to maintain
821 tables in arbitrary file types, for example in @LaTeX{}.  The structure
822 editing and list creation capabilities can be used outside Org with
823 the minor Orgstruct mode.
825 Org keeps simple things simple.  When first fired up, it should
826 feel like a straightforward, easy to use outliner.  Complexity is not
827 imposed, but a large amount of functionality is available when you need
828 it.  Org is a toolbox and can be used in different ways and for different
829 ends, for example:
831 @example
832 @r{@bullet{} an outline extension with visibility cycling and structure editing}
833 @r{@bullet{} an ASCII system and table editor for taking structured notes}
834 @r{@bullet{} a TODO list editor}
835 @r{@bullet{} a full agenda and planner with deadlines and work scheduling}
836 @pindex GTD, Getting Things Done
837 @r{@bullet{} an environment in which to implement David Allen's GTD system}
838 @r{@bullet{} a simple hypertext system, with HTML and @LaTeX{} export}
839 @r{@bullet{} a publishing tool to create a set of interlinked web pages}
840 @r{@bullet{} an environment for literate programming}
841 @end example
843 @cindex FAQ
844 There is a website for Org which provides links to the newest
845 version of Org, as well as additional information, frequently asked
846 questions (FAQ), links to tutorials, etc.  This page is located at
847 @uref{http://orgmode.org}.
849 @cindex print edition
850 The version 7.3 of this manual is available as a
851 @uref{http://www.network-theory.co.uk/org/manual/, paperback book from Network
852 Theory Ltd.}
854 @page
857 @node Installation, Activation, Summary, Introduction
858 @section Installation
859 @cindex installation
860 @cindex XEmacs
862 Org is part of recent distributions of GNU Emacs, so you normally don't need
863 to install it.  If, for one reason or another, you want to install Org on top
864 of this pre-packaged version, there are three ways to do it:
866 @itemize @bullet
867 @item By using Emacs package system.
868 @item By downloading Org as an archive.
869 @item By using Org's git repository.
870 @end itemize
872 We @b{strongly recommend} to stick to a single installation method.
874 @subsubheading Using Emacs packaging system
876 Recent Emacs distributions include a packaging system which lets you install
877 Elisp libraries.  You can install Org with @kbd{M-x package-install RET org}.
878 You need to do this in a session where no @code{.org} file has been visited.
879 Then, to make sure your Org configuration is taken into account, initialize
880 the package system with @code{(package-initialize)} in your @file{.emacs}
881 before setting any Org option.  If you want to use Org's package repository,
882 check out the @uref{http://orgmode.org/elpa.html, Org ELPA page}.
884 @subsubheading Downloading Org as an archive
886 You can download Org latest release from @uref{http://orgmode.org/, Org's
887 website}.  In this case, make sure you set the load-path correctly in your
888 @file{.emacs}:
890 @lisp
891 (add-to-list 'load-path "~/path/to/orgdir/lisp")
892 @end lisp
894 The downloaded archive contains contributed libraries that are not included
895 in Emacs.  If you want to use them, add the @file{contrib} directory to your
896 load-path:
898 @lisp
899 (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp" t)
900 @end lisp
902 Optionally, you can compile the files and/or install them in your system.
903 Run @code{make help} to list compilation and installation options.
905 @subsubheading Using Org's git repository
907 You can clone Org's repository and install Org like this:
909 @example
910 $ cd ~/src/
911 $ git clone git://orgmode.org/org-mode.git
912 $ make autoloads
913 @end example
915 Note that in this case, @code{make autoloads} is mandatory: it defines Org's
916 version in @file{org-version.el} and Org's autoloads in
917 @file{org-loaddefs.el}.
919 Remember to add the correct load-path as described in the method above.
921 You can also compile with @code{make}, generate the documentation with
922 @code{make doc}, create a local configuration with @code{make config} and
923 install Org with @code{make install}.  Please run @code{make help} to get
924 the list of compilation/installation options.
926 For more detailed explanations on Org's build system, please check the Org
927 Build System page on @uref{http://orgmode.org/worg/dev/org-build-system.html,
928 Worg}.
930 @node Activation, Feedback, Installation, Introduction
931 @section Activation
932 @cindex activation
933 @cindex autoload
934 @cindex ELPA
935 @cindex global key bindings
936 @cindex key bindings, global
937 @findex org-agenda
938 @findex org-capture
939 @findex org-store-link
940 @findex org-iswitchb
942 Since Emacs 22.2, files with the @file{.org} extension use Org mode by
943 default.  If you are using an earlier version of Emacs, add this line to your
944 @file{.emacs} file:
946 @lisp
947 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
948 @end lisp
950 Org mode buffers need font-lock to be turned on: this is the default in
951 Emacs@footnote{If you don't use font-lock globally, turn it on in Org buffer
952 with @code{(add-hook 'org-mode-hook 'turn-on-font-lock)}}.
954 There are compatibility issues between Org mode and some other Elisp
955 packages, please take the time to check the list (@pxref{Conflicts}).
957 The four Org commands @command{org-store-link}, @command{org-capture},
958 @command{org-agenda}, and @command{org-iswitchb} should be accessible through
959 global keys (i.e., anywhere in Emacs, not just in Org buffers).  Here are
960 suggested bindings for these keys, please modify the keys to your own
961 liking.
962 @lisp
963 (global-set-key "\C-cl" 'org-store-link)
964 (global-set-key "\C-cc" 'org-capture)
965 (global-set-key "\C-ca" 'org-agenda)
966 (global-set-key "\C-cb" 'org-iswitchb)
967 @end lisp
969 @cindex Org mode, turning on
970 With this setup, all files with extension @samp{.org} will be put
971 into Org mode.  As an alternative, make the first line of a file look
972 like this:
974 @example
975 MY PROJECTS    -*- mode: org; -*-
976 @end example
978 @vindex org-insert-mode-line-in-empty-file
979 @noindent which will select Org mode for this buffer no matter what
980 the file's name is.  See also the variable
981 @var{org-insert-mode-line-in-empty-file}.
983 Many commands in Org work on the region if the region is @i{active}.  To make
984 use of this, you need to have @code{transient-mark-mode}
985 (@code{zmacs-regions} in XEmacs) turned on.  In Emacs 23 this is the default,
986 in Emacs 22 you need to do this yourself with
987 @lisp
988 (transient-mark-mode 1)
989 @end lisp
990 @noindent If you do not like @code{transient-mark-mode}, you can create an
991 active region by using the mouse to select a region, or pressing
992 @kbd{C-@key{SPC}} twice before moving the cursor.
994 @node Feedback, Conventions, Activation, Introduction
995 @section Feedback
996 @cindex feedback
997 @cindex bug reports
998 @cindex maintainer
999 @cindex author
1001 If you find problems with Org, or if you have questions, remarks, or ideas
1002 about it, please mail to the Org mailing list @email{emacs-orgmode@@gnu.org}.
1003 If you are not a member of the mailing list, your mail will be passed to the
1004 list after a moderator has approved it@footnote{Please consider subscribing
1005 to the mailing list, in order to minimize the work the mailing list
1006 moderators have to do.}.
1008 For bug reports, please first try to reproduce the bug with the latest
1009 version of Org available---if you are running an outdated version, it is
1010 quite possible that the bug has been fixed already.  If the bug persists,
1011 prepare a report and provide as much information as possible, including the
1012 version information of Emacs (@kbd{M-x emacs-version @key{RET}}) and Org
1013 (@kbd{M-x org-version RET}), as well as the Org related setup in
1014 @file{.emacs}.  The easiest way to do this is to use the command
1015 @example
1016 @kbd{M-x org-submit-bug-report RET}
1017 @end example
1018 @noindent which will put all this information into an Emacs mail buffer so
1019 that you only need to add your description.  If you re not sending the Email
1020 from within Emacs, please copy and paste the content into your Email program.
1022 Sometimes you might face a problem due to an error in your Emacs or Org mode
1023 setup.  Before reporting a bug, it is very helpful to start Emacs with minimal
1024 customizations and reproduce the problem.  Doing so often helps you determine
1025 if the problem is with your customization or with Org mode itself.  You can
1026 start a typical minimal session with a command like the example below.
1028 @example
1029 $ emacs -Q -l /path/to/minimal-org.el
1030 @end example
1032 However if you are using Org mode as distributed with Emacs, a minimal setup
1033 is not necessary.  In that case it is sufficient to start Emacs as
1034 @code{emacs -Q}.  The @code{minimal-org.el} setup file can have contents as
1035 shown below.
1037 @lisp
1038 ;;; Minimal setup to load latest `org-mode'
1040 ;; activate debugging
1041 (setq debug-on-error t
1042       debug-on-signal nil
1043       debug-on-quit nil)
1045 ;; add latest org-mode to load path
1046 (add-to-list 'load-path (expand-file-name "/path/to/org-mode/lisp"))
1047 (add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp" t))
1048 @end lisp
1050 If an error occurs, a backtrace can be very useful (see below on how to
1051 create one).  Often a small example file helps, along with clear information
1052 about:
1054 @enumerate
1055 @item What exactly did you do?
1056 @item What did you expect to happen?
1057 @item What happened instead?
1058 @end enumerate
1059 @noindent Thank you for helping to improve this program.
1061 @subsubheading How to create a useful backtrace
1063 @cindex backtrace of an error
1064 If working with Org produces an error with a message you don't
1065 understand, you may have hit a bug.  The best way to report this is by
1066 providing, in addition to what was mentioned above, a @emph{backtrace}.
1067 This is information from the built-in debugger about where and how the
1068 error occurred.  Here is how to produce a useful backtrace:
1070 @enumerate
1071 @item
1072 Reload uncompiled versions of all Org mode Lisp files.  The backtrace
1073 contains much more information if it is produced with uncompiled code.
1074 To do this, use
1075 @example
1076 @kbd{C-u M-x org-reload RET}
1077 @end example
1078 @noindent
1079 or select @code{Org -> Refresh/Reload -> Reload Org uncompiled} from the
1080 menu.
1081 @item
1082 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
1083 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
1084 @item
1085 Do whatever you have to do to hit the error.  Don't forget to
1086 document the steps you take.
1087 @item
1088 When you hit the error, a @file{*Backtrace*} buffer will appear on the
1089 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
1090 attach it to your bug report.
1091 @end enumerate
1093 @node Conventions,  , Feedback, Introduction
1094 @section Typesetting conventions used in this manual
1096 @subsubheading TODO keywords, tags, properties, etc.
1098 Org mainly uses three types of keywords: TODO keywords, tags and property
1099 names.  In this manual we use the following conventions:
1101 @table @code
1102 @item TODO
1103 @itemx WAITING
1104 TODO keywords are written with all capitals, even if they are
1105 user-defined.
1106 @item boss
1107 @itemx ARCHIVE
1108 User-defined tags are written in lowercase; built-in tags with special
1109 meaning are written with all capitals.
1110 @item Release
1111 @itemx PRIORITY
1112 User-defined properties are capitalized; built-in properties with
1113 special meaning are written with all capitals.
1114 @end table
1116 Moreover, Org uses @i{option keywords} (like @code{#+TITLE} to set the title)
1117 and @i{environment keywords} (like @code{#+BEGIN_HTML} to start a @code{HTML}
1118 environment).  They are written in uppercase in the manual to enhance its
1119 readability, but you can use lowercase in your Org files@footnote{Easy
1120 templates insert lowercase keywords and Babel dynamically inserts
1121 @code{#+results}.}
1123 @subsubheading Keybindings and commands
1124 @kindex C-c a
1125 @findex org-agenda
1126 @kindex C-c c
1127 @findex org-capture
1129 The manual suggests two global keybindings: @kbd{C-c a} for @code{org-agenda}
1130 and @kbd{C-c c} for @code{org-capture}.  These are only suggestions, but the
1131 rest of the manual assumes that you are using these keybindings.
1133 Also, the manual lists both the keys and the corresponding commands for
1134 accessing a functionality.  Org mode often uses the same key for different
1135 functions, depending on context.  The command that is bound to such keys has
1136 a generic name, like @code{org-metaright}.  In the manual we will, wherever
1137 possible, give the function that is internally called by the generic command.
1138 For example, in the chapter on document structure, @kbd{M-@key{right}} will
1139 be listed to call @code{org-do-demote}, while in the chapter on tables, it
1140 will be listed to call @code{org-table-move-column-right}.  If you prefer,
1141 you can compile the manual without the command names by unsetting the flag
1142 @code{cmdnames} in @file{org.texi}.
1144 @node Document Structure, Tables, Introduction, Top
1145 @chapter Document structure
1146 @cindex document structure
1147 @cindex structure of document
1149 Org is based on Outline mode and provides flexible commands to
1150 edit the structure of the document.
1152 @menu
1153 * Outlines::                    Org is based on Outline mode
1154 * Headlines::                   How to typeset Org tree headlines
1155 * Visibility cycling::          Show and hide, much simplified
1156 * Motion::                      Jumping to other headlines
1157 * Structure editing::           Changing sequence and level of headlines
1158 * Sparse trees::                Matches embedded in context
1159 * Plain lists::                 Additional structure within an entry
1160 * Drawers::                     Tucking stuff away
1161 * Blocks::                      Folding blocks
1162 * Footnotes::                   How footnotes are defined in Org's syntax
1163 * Orgstruct mode::              Structure editing outside Org
1164 * Org syntax::                  Formal description of Org's syntax
1165 @end menu
1167 @node Outlines, Headlines, Document Structure, Document Structure
1168 @section Outlines
1169 @cindex outlines
1170 @cindex Outline mode
1172 Org is implemented on top of Outline mode.  Outlines allow a
1173 document to be organized in a hierarchical structure, which (at least
1174 for me) is the best representation of notes and thoughts.  An overview
1175 of this structure is achieved by folding (hiding) large parts of the
1176 document to show only the general document structure and the parts
1177 currently being worked on.  Org greatly simplifies the use of
1178 outlines by compressing the entire show/hide functionality into a single
1179 command, @command{org-cycle}, which is bound to the @key{TAB} key.
1181 @node Headlines, Visibility cycling, Outlines, Document Structure
1182 @section Headlines
1183 @cindex headlines
1184 @cindex outline tree
1185 @vindex org-special-ctrl-a/e
1186 @vindex org-special-ctrl-k
1187 @vindex org-ctrl-k-protect-subtree
1189 Headlines define the structure of an outline tree.  The headlines in Org
1190 start with one or more stars, on the left margin@footnote{See the variables
1191 @var{org-special-ctrl-a/e}, @var{org-special-ctrl-k}, and
1192 @var{org-ctrl-k-protect-subtree} to configure special behavior of @kbd{C-a},
1193 @kbd{C-e}, and @kbd{C-k} in headlines.} @footnote{Clocking only works with
1194 headings indented less then 30 stars.}.  For example:
1196 @example
1197 * Top level headline
1198 ** Second level
1199 *** 3rd level
1200     some text
1201 *** 3rd level
1202     more text
1204 * Another top level headline
1205 @end example
1207 @noindent Some people find the many stars too noisy and would prefer an
1208 outline that has whitespace followed by a single star as headline
1209 starters.  @ref{Clean view}, describes a setup to realize this.
1211 @vindex org-cycle-separator-lines
1212 An empty line after the end of a subtree is considered part of it and
1213 will be hidden when the subtree is folded.  However, if you leave at
1214 least two empty lines, one empty line will remain visible after folding
1215 the subtree, in order to structure the collapsed view.  See the
1216 variable @var{org-cycle-separator-lines} to modify this behavior.
1218 @node Visibility cycling, Motion, Headlines, Document Structure
1219 @section Visibility cycling
1220 @cindex cycling, visibility
1221 @cindex visibility cycling
1222 @cindex trees, visibility
1223 @cindex show hidden text
1224 @cindex hide text
1226 @menu
1227 * Global and local cycling::    Cycling through various visibility states
1228 * Initial visibility::          Setting the initial visibility state
1229 * Catching invisible edits::    Preventing mistakes when editing invisible parts
1230 @end menu
1232 @node Global and local cycling, Initial visibility, Visibility cycling, Visibility cycling
1233 @subsection Global and local cycling
1235 Outlines make it possible to hide parts of the text in the buffer.
1236 Org uses just two commands, bound to @key{TAB} and
1237 @kbd{S-@key{TAB}} to change the visibility in the buffer.
1239 @cindex subtree visibility states
1240 @cindex subtree cycling
1241 @cindex folded, subtree visibility state
1242 @cindex children, subtree visibility state
1243 @cindex subtree, subtree visibility state
1244 @table @asis
1245 @orgcmd{@key{TAB},org-cycle}
1246 @emph{Subtree cycling}: Rotate current subtree among the states
1248 @example
1249 ,-> FOLDED -> CHILDREN -> SUBTREE --.
1250 '-----------------------------------'
1251 @end example
1253 @vindex org-cycle-emulate-tab
1254 @vindex org-cycle-global-at-bob
1255 The cursor must be on a headline for this to work@footnote{see, however,
1256 the option @var{org-cycle-emulate-tab}.}.  When the cursor is at the
1257 beginning of the buffer and the first line is not a headline, then
1258 @key{TAB} actually runs global cycling (see below)@footnote{see the
1259 option @var{org-cycle-global-at-bob}.}.  Also when called with a prefix
1260 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
1262 @cindex global visibility states
1263 @cindex global cycling
1264 @cindex overview, global visibility state
1265 @cindex contents, global visibility state
1266 @cindex show all, global visibility state
1267 @orgcmd{S-@key{TAB},org-global-cycle}
1268 @itemx C-u @key{TAB}
1269 @emph{Global cycling}: Rotate the entire buffer among the states
1271 @example
1272 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
1273 '--------------------------------------'
1274 @end example
1276 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
1277 CONTENTS view up to headlines of level N will be shown.  Note that inside
1278 tables, @kbd{S-@key{TAB}} jumps to the previous field.
1280 @cindex show all, command
1281 @orgcmd{C-u C-u C-u @key{TAB},show-all}
1282 Show all, including drawers.
1283 @cindex revealing context
1284 @orgcmd{C-c C-r,org-reveal}
1285 Reveal context around point, showing the current entry, the following heading
1286 and the hierarchy above.  Useful for working near a location that has been
1287 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
1288 (@pxref{Agenda commands}).  With a prefix argument show, on each
1289 level, all sibling headings.  With a double prefix argument, also show the
1290 entire subtree of the parent.
1291 @cindex show branches, command
1292 @orgcmd{C-c C-k,show-branches}
1293 Expose all the headings of the subtree, CONTENT view for just one subtree.
1294 @cindex show children, command
1295 @orgcmd{C-c @key{TAB},show-children}
1296 Expose all direct children of the subtree.  With a numeric prefix argument N,
1297 expose all children down to level N@.
1298 @orgcmd{C-c C-x b,org-tree-to-indirect-buffer}
1299 Show the current subtree in an indirect buffer@footnote{The indirect
1300 buffer
1301 @ifinfo
1302 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
1303 @end ifinfo
1304 @ifnotinfo
1305 (see the Emacs manual for more information about indirect buffers)
1306 @end ifnotinfo
1307 will contain the entire buffer, but will be narrowed to the current
1308 tree.  Editing the indirect buffer will also change the original buffer,
1309 but without affecting visibility in that buffer.}.  With a numeric
1310 prefix argument N, go up to level N and then take that tree.  If N is
1311 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
1312 the previously used indirect buffer.
1313 @orgcmd{C-c C-x v,org-copy-visible}
1314 Copy the @i{visible} text in the region into the kill ring.
1315 @end table
1317 @menu
1318 * Initial visibility::          Setting the initial visibility state
1319 * Catching invisible edits::    Preventing mistakes when editing invisible parts
1320 @end menu
1322 @node Initial visibility, Catching invisible edits, Global and local cycling, Visibility cycling
1323 @subsection Initial visibility
1325 @cindex visibility, initialize
1326 @vindex org-startup-folded
1327 @vindex org-agenda-inhibit-startup
1328 @cindex @code{overview}, STARTUP keyword
1329 @cindex @code{content}, STARTUP keyword
1330 @cindex @code{showall}, STARTUP keyword
1331 @cindex @code{showeverything}, STARTUP keyword
1333 When Emacs first visits an Org file, the global state is set to OVERVIEW,
1334 i.e., only the top level headlines are visible@footnote{When
1335 @var{org-agenda-inhibit-startup} is non-nil, Org will not honor the default
1336 visibility state when first opening a file for the agenda (@pxref{Speeding up
1337 your agendas}).}  This can be configured through the variable
1338 @var{org-startup-folded}, or on a per-file basis by adding one of the
1339 following lines anywhere in the buffer:
1341 @example
1342 #+STARTUP: overview
1343 #+STARTUP: content
1344 #+STARTUP: showall
1345 #+STARTUP: showeverything
1346 @end example
1348 The startup visibility options are ignored when the file is open for the
1349 first time during the agenda generation: if you want the agenda to honor
1350 the startup visibility, set @var{org-agenda-inhibit-startup} to nil.
1352 @cindex property, VISIBILITY
1353 @noindent
1354 Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
1355 and Columns}) will get their visibility adapted accordingly.  Allowed values
1356 for this property are @code{folded}, @code{children}, @code{content}, and
1357 @code{all}.
1359 @table @asis
1360 @orgcmd{C-u C-u @key{TAB},org-set-startup-visibility}
1361 Switch back to the startup visibility of the buffer, i.e., whatever is
1362 requested by startup options and @samp{VISIBILITY} properties in individual
1363 entries.
1364 @end table
1366 @node Catching invisible edits,  , Initial visibility, Visibility cycling
1367 @subsection Catching invisible edits
1369 @vindex org-catch-invisible-edits
1370 @cindex edits, catching invisible
1371 Sometimes you may inadvertently edit an invisible part of the buffer and be
1372 confused on what as been edited and how to undo the mistake.  Setting
1373 @var{org-catch-invisible-edits} to non-nil will help prevent this.  See the
1374 docstring of this option on how Org should catch invisible edits and process
1375 them.
1377 @node Motion, Structure editing, Visibility cycling, Document Structure
1378 @section Motion
1379 @cindex motion, between headlines
1380 @cindex jumping, to headlines
1381 @cindex headline navigation
1382 The following commands jump to other headlines in the buffer.
1384 @table @asis
1385 @orgcmd{C-c C-n,outline-next-visible-heading}
1386 Next heading.
1387 @orgcmd{C-c C-p,outline-previous-visible-heading}
1388 Previous heading.
1389 @orgcmd{C-c C-f,org-forward-same-level}
1390 Next heading same level.
1391 @orgcmd{C-c C-b,org-backward-same-level}
1392 Previous heading same level.
1393 @orgcmd{C-c C-u,outline-up-heading}
1394 Backward to higher level heading.
1395 @orgcmd{C-c C-j,org-goto}
1396 Jump to a different place without changing the current outline
1397 visibility.  Shows the document structure in a temporary buffer, where
1398 you can use the following keys to find your destination:
1399 @vindex org-goto-auto-isearch
1400 @example
1401 @key{TAB}         @r{Cycle visibility.}
1402 @key{down} / @key{up}   @r{Next/previous visible headline.}
1403 @key{RET}         @r{Select this location.}
1404 @kbd{/}           @r{Do a Sparse-tree search}
1405 @r{The following keys work if you turn off @var{org-goto-auto-isearch}}
1406 n / p        @r{Next/previous visible headline.}
1407 f / b        @r{Next/previous headline same level.}
1408 u            @r{One level up.}
1409 0-9          @r{Digit argument.}
1410 q            @r{Quit}
1411 @end example
1412 @vindex org-goto-interface
1413 @noindent
1414 See also the option @var{org-goto-interface}.
1415 @end table
1417 @node Structure editing, Sparse trees, Motion, Document Structure
1418 @section Structure editing
1419 @cindex structure editing
1420 @cindex headline, promotion and demotion
1421 @cindex promotion, of subtrees
1422 @cindex demotion, of subtrees
1423 @cindex subtree, cut and paste
1424 @cindex pasting, of subtrees
1425 @cindex cutting, of subtrees
1426 @cindex copying, of subtrees
1427 @cindex sorting, of subtrees
1428 @cindex subtrees, cut and paste
1430 @table @asis
1431 @orgcmd{M-@key{RET},org-insert-heading}
1432 @vindex org-M-RET-may-split-line
1433 Insert a new heading/item with the same level than the one at point.
1434 If the cursor is in a plain list item, a new item is created
1435 (@pxref{Plain lists}).  To prevent this behavior in lists, call the
1436 command with a prefix argument.  When this command is used in the
1437 middle of a line, the line is split and the rest of the line becomes
1438 the new item or headline@footnote{If you do not want the line to be
1439 split, customize the variable @var{org-M-RET-may-split-line}.}.  If
1440 the command is used at the @emph{beginning} of a headline, the new
1441 headline is created before the current line.  If the command is used
1442 at the @emph{end} of a folded subtree (i.e., behind the ellipses at
1443 the end of a headline), then a headline like the current one will be
1444 inserted after the end of the subtree.  Calling this command with
1445 @kbd{C-u C-u} will unconditionally respect the headline's content and
1446 create a new item at the end of the parent subtree.
1447 @orgcmd{C-@key{RET},org-insert-heading-respect-content}
1448 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
1449 current heading, the new heading is placed after the body instead of before
1450 it.  This command works from anywhere in the entry.
1451 @orgcmd{M-S-@key{RET},org-insert-todo-heading}
1452 @vindex org-treat-insert-todo-heading-as-state-change
1453 Insert new TODO entry with same level as current heading.  See also the
1454 variable @var{org-treat-insert-todo-heading-as-state-change}.
1455 @orgcmd{C-S-@key{RET},org-insert-todo-heading-respect-content}
1456 Insert new TODO entry with same level as current heading.  Like
1457 @kbd{C-@key{RET}}, the new headline will be inserted after the current
1458 subtree.
1459 @orgcmd{@key{TAB},org-cycle}
1460 In a new entry with no text yet, the first @key{TAB} demotes the entry to
1461 become a child of the previous one.  The next @key{TAB} makes it a parent,
1462 and so on, all the way to top level.  Yet another @key{TAB}, and you are back
1463 to the initial level.
1464 @orgcmd{M-@key{left},org-do-promote}
1465 Promote current heading by one level.
1466 @orgcmd{M-@key{right},org-do-demote}
1467 Demote current heading by one level.
1468 @orgcmd{M-S-@key{left},org-promote-subtree}
1469 Promote the current subtree by one level.
1470 @orgcmd{M-S-@key{right},org-demote-subtree}
1471 Demote the current subtree by one level.
1472 @orgcmd{M-S-@key{up},org-move-subtree-up}
1473 Move subtree up (swap with previous subtree of same
1474 level).
1475 @orgcmd{M-S-@key{down},org-move-subtree-down}
1476 Move subtree down (swap with next subtree of same level).
1477 @orgcmd{M-h,org-mark-element}
1478 Mark the element at point.  Hitting repeatedly will mark subsequent elements
1479 of the one just marked.  E.g., hitting @key{M-h} on a paragraph will mark it,
1480 hitting @key{M-h} immediately again will mark the next one.
1481 @orgcmd{C-c @@,org-mark-subtree}
1482 Mark the subtree at point.  Hitting repeatedly will mark subsequent subtrees
1483 of the same level than the marked subtree.
1484 @orgcmd{C-c C-x C-w,org-cut-subtree}
1485 Kill subtree, i.e., remove it from buffer but save in kill ring.
1486 With a numeric prefix argument N, kill N sequential subtrees.
1487 @orgcmd{C-c C-x M-w,org-copy-subtree}
1488 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
1489 sequential subtrees.
1490 @orgcmd{C-c C-x C-y,org-paste-subtree}
1491 Yank subtree from kill ring.  This does modify the level of the subtree to
1492 make sure the tree fits in nicely at the yank position.  The yank level can
1493 also be specified with a numeric prefix argument, or by yanking after a
1494 headline marker like @samp{****}.
1495 @orgcmd{C-y,org-yank}
1496 @vindex org-yank-adjusted-subtrees
1497 @vindex org-yank-folded-subtrees
1498 Depending on the options @var{org-yank-adjusted-subtrees} and
1499 @var{org-yank-folded-subtrees}, Org's internal @code{yank} command will
1500 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
1501 C-x C-y}.  With the default settings, no level adjustment will take place,
1502 but the yanked tree will be folded unless doing so would swallow text
1503 previously visible.  Any prefix argument to this command will force a normal
1504 @code{yank} to be executed, with the prefix passed along.  A good way to
1505 force a normal yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a
1506 yank, it will yank previous kill items plainly, without adjustment and
1507 folding.
1508 @orgcmd{C-c C-x c,org-clone-subtree-with-time-shift}
1509 Clone a subtree by making a number of sibling copies of it.  You will be
1510 prompted for the number of copies to make, and you can also specify if any
1511 timestamps in the entry should be shifted.  This can be useful, for example,
1512 to create a number of tasks related to a series of lectures to prepare.  For
1513 more details, see the docstring of the command
1514 @code{org-clone-subtree-with-time-shift}.
1515 @orgcmd{C-c C-w,org-refile}
1516 Refile entry or region to a different location.  @xref{Refile and copy}.
1517 @orgcmd{C-c ^,org-sort}
1518 Sort same-level entries.  When there is an active region, all entries in the
1519 region will be sorted.  Otherwise the children of the current headline are
1520 sorted.  The command prompts for the sorting method, which can be
1521 alphabetically, numerically, by time (first timestamp with active preferred,
1522 creation time, scheduled time, deadline time), by priority, by TODO keyword
1523 (in the sequence the keywords have been defined in the setup) or by the value
1524 of a property.  Reverse sorting is possible as well.  You can also supply
1525 your own function to extract the sorting key.  With a @kbd{C-u} prefix,
1526 sorting will be case-sensitive.
1527 @orgcmd{C-x n s,org-narrow-to-subtree}
1528 Narrow buffer to current subtree.
1529 @orgcmd{C-x n b,org-narrow-to-block}
1530 Narrow buffer to current block.
1531 @orgcmd{C-x n w,widen}
1532 Widen buffer to remove narrowing.
1533 @orgcmd{C-c *,org-toggle-heading}
1534 Turn a normal line or plain list item into a headline (so that it becomes a
1535 subheading at its location).  Also turn a headline into a normal line by
1536 removing the stars.  If there is an active region, turn all lines in the
1537 region into headlines.  If the first line in the region was an item, turn
1538 only the item lines into headlines.  Finally, if the first line is a
1539 headline, remove the stars from all headlines in the region.
1540 @end table
1542 @cindex region, active
1543 @cindex active region
1544 @cindex transient mark mode
1545 When there is an active region (Transient Mark mode), promotion and
1546 demotion work on all headlines in the region.  To select a region of
1547 headlines, it is best to place both point and mark at the beginning of a
1548 line, mark at the beginning of the first headline, and point at the line
1549 just after the last headline to change.  Note that when the cursor is
1550 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
1551 functionality.
1554 @node Sparse trees, Plain lists, Structure editing, Document Structure
1555 @section Sparse trees
1556 @cindex sparse trees
1557 @cindex trees, sparse
1558 @cindex folding, sparse trees
1559 @cindex occur, command
1561 @vindex org-show-hierarchy-above
1562 @vindex org-show-following-heading
1563 @vindex org-show-siblings
1564 @vindex org-show-entry-below
1565 An important feature of Org mode is the ability to construct @emph{sparse
1566 trees} for selected information in an outline tree, so that the entire
1567 document is folded as much as possible, but the selected information is made
1568 visible along with the headline structure above it@footnote{See also the
1569 variables @var{org-show-hierarchy-above}, @var{org-show-following-heading},
1570 @var{org-show-siblings}, and @var{org-show-entry-below} for detailed
1571 control on how much context is shown around each match.}.  Just try it out
1572 and you will see immediately how it works.
1574 Org mode contains several commands creating such trees, all these
1575 commands can be accessed through a dispatcher:
1577 @table @asis
1578 @orgcmd{C-c /,org-sparse-tree}
1579 This prompts for an extra key to select a sparse-tree creating command.
1580 @orgcmd{C-c / r,org-occur}
1581 @vindex org-remove-highlights-with-change
1582 Prompts for a regexp and shows a sparse tree with all matches.  If
1583 the match is in a headline, the headline is made visible.  If the match is in
1584 the body of an entry, headline and body are made visible.  In order to
1585 provide minimal context, also the full hierarchy of headlines above the match
1586 is shown, as well as the headline following the match.  Each match is also
1587 highlighted; the highlights disappear when the buffer is changed by an
1588 editing command@footnote{This depends on the option
1589 @var{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1590 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1591 so several calls to this command can be stacked.
1592 @orgcmdkkc{M-g n,M-g M-n,next-error}
1593 Jump to the next sparse tree match in this buffer.
1594 @orgcmdkkc{M-g p,M-g M-p,previous-error}
1595 Jump to the previous sparse tree match in this buffer.
1596 @end table
1599 @noindent
1600 @vindex org-agenda-custom-commands
1601 For frequently used sparse trees of specific search strings, you can
1602 use the option @var{org-agenda-custom-commands} to define fast
1603 keyboard access to specific sparse trees.  These commands will then be
1604 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1605 For example:
1607 @lisp
1608 (setq org-agenda-custom-commands
1609       '(("f" occur-tree "FIXME")))
1610 @end lisp
1612 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1613 a sparse tree matching the string @samp{FIXME}.
1615 The other sparse tree commands select headings based on TODO keywords,
1616 tags, or properties and will be discussed later in this manual.
1618 @kindex C-c C-e C-v
1619 @cindex printing sparse trees
1620 @cindex visible text, printing
1621 To print a sparse tree, you can use the Emacs command
1622 @code{ps-print-buffer-with-faces} which does not print invisible parts
1623 of the document @footnote{This does not work under XEmacs, because
1624 XEmacs uses selective display for outlining, not text properties.}.
1625 Or you can use @kbd{C-c C-e C-v} to export only the visible part of
1626 the document and print the resulting file.
1628 @node Plain lists, Drawers, Sparse trees, Document Structure
1629 @section Plain lists
1630 @cindex plain lists
1631 @cindex lists, plain
1632 @cindex lists, ordered
1633 @cindex ordered lists
1635 Within an entry of the outline tree, hand-formatted lists can provide
1636 additional structure.  They also provide a way to create lists of checkboxes
1637 (@pxref{Checkboxes}).  Org supports editing such lists, and every exporter
1638 (@pxref{Exporting}) can parse and format them.
1640 Org knows ordered lists, unordered lists, and description lists.
1641 @itemize @bullet
1642 @item
1643 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1644 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1645 they will be seen as top-level headlines.  Also, when you are hiding leading
1646 stars to get a clean outline view, plain list items starting with a star may
1647 be hard to distinguish from true headlines.  In short: even though @samp{*}
1648 is supported, it may be better to not use it for plain list items.}  as
1649 bullets.
1650 @item
1651 @vindex org-plain-list-ordered-item-terminator
1652 @vindex org-list-allow-alphabetical
1653 @emph{Ordered} list items start with a numeral followed by either a period or
1654 a right parenthesis@footnote{You can filter out any of them by configuring
1655 @var{org-plain-list-ordered-item-terminator}.}, such as @samp{1.} or
1656 @samp{1)}@footnote{You can also get @samp{a.}, @samp{A.}, @samp{a)} and
1657 @samp{A)} by configuring @var{org-list-allow-alphabetical}.  To minimize
1658 confusion with normal text, those are limited to one character only.  Beyond
1659 that limit, bullets will automatically fallback to numbers.}.  If you want a
1660 list to start with a different value (e.g., 20), start the text of the item
1661 with @code{[@@20]}@footnote{If there's a checkbox in the item, the cookie
1662 must be put @emph{before} the checkbox.  If you have activated alphabetical
1663 lists, you can also use counters like @code{[@@b]}.}.  Those constructs can
1664 be used in any item of the list in order to enforce a particular numbering.
1665 @item
1666 @emph{Description} list items are unordered list items, and contain the
1667 separator @samp{ :: } to distinguish the description @emph{term} from the
1668 description.
1669 @end itemize
1671 Items belonging to the same list must have the same indentation on the first
1672 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1673 2--digit numbers must be written left-aligned with the other numbers in the
1674 list.  An item ends before the next line that is less or equally indented
1675 than its bullet/number.
1677 @vindex org-list-empty-line-terminates-plain-lists
1678 A list ends whenever every item has ended, which means before any line less
1679 or equally indented than items at top level.  It also ends before two blank
1680 lines@footnote{See also @var{org-list-empty-line-terminates-plain-lists}.}.
1681 In that case, all items are closed.  Here is an example:
1683 @example
1684 @group
1685 ** Lord of the Rings
1686    My favorite scenes are (in this order)
1687    1. The attack of the Rohirrim
1688    2. Eowyn's fight with the witch king
1689       + this was already my favorite scene in the book
1690       + I really like Miranda Otto.
1691    3. Peter Jackson being shot by Legolas
1692       - on DVD only
1693       He makes a really funny face when it happens.
1694    But in the end, no individual scenes matter but the film as a whole.
1695    Important actors in this film are:
1696    - @b{Elijah Wood} :: He plays Frodo
1697    - @b{Sean Austin} :: He plays Sam, Frodo's friend.  I still remember
1698      him very well from his role as Mikey Walsh in @i{The Goonies}.
1699 @end group
1700 @end example
1702 Org supports these lists by tuning filling and wrapping commands to deal with
1703 them correctly@footnote{Org only changes the filling settings for Emacs.  For
1704 XEmacs, you should use Kyle E. Jones' @file{filladapt.el}.  To turn this on,
1705 put into @file{.emacs}: @code{(require 'filladapt)}}, and by exporting them
1706 properly (@pxref{Exporting}).  Since indentation is what governs the
1707 structure of these lists, many structural constructs like @code{#+BEGIN_...}
1708 blocks can be indented to signal that they belong to a particular item.
1710 @vindex org-list-demote-modify-bullet
1711 @vindex org-list-indent-offset
1712 If you find that using a different bullet for a sub-list (than that used for
1713 the current list-level) improves readability, customize the variable
1714 @var{org-list-demote-modify-bullet}.  To get a greater difference of
1715 indentation between items and theirs sub-items, customize
1716 @var{org-list-indent-offset}.
1718 @vindex org-list-automatic-rules
1719 The following commands act on items when the cursor is in the first line of
1720 an item (the line with the bullet or number).  Some of them imply the
1721 application of automatic rules to keep list structure intact.  If some of
1722 these actions get in your way, configure @var{org-list-automatic-rules}
1723 to disable them individually.
1725 @table @asis
1726 @orgcmd{@key{TAB},org-cycle}
1727 @cindex cycling, in plain lists
1728 @vindex org-cycle-include-plain-lists
1729 Items can be folded just like headline levels.  Normally this works only if
1730 the cursor is on a plain list item.  For more details, see the variable
1731 @var{org-cycle-include-plain-lists}.  If this variable is set to
1732 @code{integrate}, plain list items will be treated like low-level
1733 headlines.  The level of an item is then given by the indentation of the
1734 bullet/number.  Items are always subordinate to real headlines, however; the
1735 hierarchies remain completely separated.  In a new item with no text yet, the
1736 first @key{TAB} demotes the item to become a child of the previous
1737 one.  Subsequent @key{TAB}s move the item to meaningful levels in the list
1738 and eventually get it back to its initial position.
1739 @orgcmd{M-@key{RET},org-insert-heading}
1740 @vindex org-M-RET-may-split-line
1741 @vindex org-list-automatic-rules
1742 Insert new item at current level.  With a prefix argument, force a new
1743 heading (@pxref{Structure editing}).  If this command is used in the middle
1744 of an item, that item is @emph{split} in two, and the second part becomes the
1745 new item@footnote{If you do not want the item to be split, customize the
1746 variable @var{org-M-RET-may-split-line}.}.  If this command is executed
1747 @emph{before item's body}, the new item is created @emph{before} the current
1748 one.
1749 @end table
1751 @table @kbd
1752 @kindex M-S-@key{RET}
1753 @item M-S-RET
1754 Insert a new item with a checkbox (@pxref{Checkboxes}).
1755 @kindex S-@key{down}
1756 @item S-up
1757 @itemx S-down
1758 @cindex shift-selection-mode
1759 @vindex org-support-shift-select
1760 @vindex org-list-use-circular-motion
1761 Jump to the previous/next item in the current list@footnote{If you want to
1762 cycle around items that way, you may customize
1763 @var{org-list-use-circular-motion}.}, but only if
1764 @var{org-support-shift-select} is off.  If not, you can still use paragraph
1765 jumping commands like @kbd{C-@key{up}} and @kbd{C-@key{down}} to quite
1766 similar effect.
1767 @kindex M-@key{up}
1768 @kindex M-@key{down}
1769 @item M-up
1770 @itemx M-down
1771 Move the item including subitems up/down@footnote{See
1772 @var{org-list-use-circular-motion} for a cyclic behavior.} (swap with
1773 previous/next item of same indentation).  If the list is ordered, renumbering
1774 is automatic.
1775 @kindex M-@key{left}
1776 @kindex M-@key{right}
1777 @item M-left
1778 @itemx M-right
1779 Decrease/increase the indentation of an item, leaving children alone.
1780 @kindex M-S-@key{left}
1781 @kindex M-S-@key{right}
1782 @item M-S-left
1783 @itemx M-S-right
1784 Decrease/increase the indentation of the item, including subitems.
1785 Initially, the item tree is selected based on current indentation.  When
1786 these commands are executed several times in direct succession, the initially
1787 selected region is used, even if the new indentation would imply a different
1788 hierarchy.  To use the new hierarchy, break the command chain with a cursor
1789 motion or so.
1791 As a special case, using this command on the very first item of a list will
1792 move the whole list.  This behavior can be disabled by configuring
1793 @var{org-list-automatic-rules}.  The global indentation of a list has no
1794 influence on the text @emph{after} the list.
1795 @kindex C-c C-c
1796 @item C-c C-c
1797 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1798 state of the checkbox.  In any case, verify bullets and indentation
1799 consistency in the whole list.
1800 @kindex C-c -
1801 @vindex org-plain-list-ordered-item-terminator
1802 @item C-c -
1803 Cycle the entire list level through the different itemize/enumerate bullets
1804 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}) or a subset of them,
1805 depending on @var{org-plain-list-ordered-item-terminator}, the type of list,
1806 and its indentation.  With a numeric prefix argument N, select the Nth bullet
1807 from this list.  If there is an active region when calling this, selected
1808 text will be changed into an item.  With a prefix argument, all lines will be
1809 converted to list items.  If the first line already was a list item, any item
1810 marker will be removed from the list.  Finally, even without an active
1811 region, a normal line will be converted into a list item.
1812 @kindex C-c *
1813 @item C-c *
1814 Turn a plain list item into a headline (so that it becomes a subheading at
1815 its location).  @xref{Structure editing}, for a detailed explanation.
1816 @kindex C-c C-*
1817 @item C-c C-*
1818 Turn the whole plain list into a subtree of the current heading.  Checkboxes
1819 (@pxref{Checkboxes}) will become TODO (resp. DONE) keywords when unchecked
1820 (resp. checked).
1821 @kindex S-@key{left}
1822 @kindex S-@key{right}
1823 @item S-left/right
1824 @vindex org-support-shift-select
1825 This command also cycles bullet styles when the cursor in on the bullet or
1826 anywhere in an item line, details depending on
1827 @var{org-support-shift-select}.
1828 @kindex C-c ^
1829 @item C-c ^
1830 Sort the plain list.  You will be prompted for the sorting method:
1831 numerically, alphabetically, by time, or by custom function.
1832 @end table
1834 @node Drawers, Blocks, Plain lists, Document Structure
1835 @section Drawers
1836 @cindex drawers
1837 @cindex #+DRAWERS
1838 @cindex visibility cycling, drawers
1840 @vindex org-drawers
1841 @cindex org-insert-drawer
1842 @kindex C-c C-x d
1843 Sometimes you want to keep information associated with an entry, but you
1844 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1845 Drawers need to be configured with the option @var{org-drawers}@footnote{You
1846 can define additional drawers on a per-file basis with a line like
1847 @code{#+DRAWERS: HIDDEN STATE}}.  Drawers look like this:
1849 @example
1850 ** This is a headline
1851    Still outside the drawer
1852    :DRAWERNAME:
1853    This is inside the drawer.
1854    :END:
1855    After the drawer.
1856 @end example
1858 You can interactively insert drawers at point by calling
1859 @code{org-insert-drawer}, which is bound to @key{C-c C-x d}.  With an active
1860 region, this command will put the region inside the drawer.  With a prefix
1861 argument, this command calls @code{org-insert-property-drawer} and add a
1862 property drawer right below the current headline.  Completion over drawer
1863 keywords is also possible using @key{M-TAB}.
1865 Visibility cycling (@pxref{Visibility cycling}) on the headline will hide and
1866 show the entry, but keep the drawer collapsed to a single line.  In order to
1867 look inside the drawer, you need to move the cursor to the drawer line and
1868 press @key{TAB} there.  Org mode uses the @code{PROPERTIES} drawer for
1869 storing properties (@pxref{Properties and Columns}), and you can also arrange
1870 for state change notes (@pxref{Tracking TODO state changes}) and clock times
1871 (@pxref{Clocking work time}) to be stored in a drawer @code{LOGBOOK}.  If you
1872 want to store a quick note in the LOGBOOK drawer, in a similar way to state changes, use
1874 @table @kbd
1875 @kindex C-c C-z
1876 @item C-c C-z
1877 Add a time-stamped note to the LOGBOOK drawer.
1878 @end table
1880 @vindex org-export-with-drawers
1881 You can select the name of the drawers which should be exported with
1882 @var{org-export-with-drawers}.  In that case, drawer contents will appear in
1883 export output.  Property drawers are not affected by this variable and are
1884 never exported.
1886 @node Blocks, Footnotes, Drawers, Document Structure
1887 @section Blocks
1889 @vindex org-hide-block-startup
1890 @cindex blocks, folding
1891 Org mode uses begin...end blocks for various purposes from including source
1892 code examples (@pxref{Literal examples}) to capturing time logging
1893 information (@pxref{Clocking work time}).  These blocks can be folded and
1894 unfolded by pressing TAB in the begin line.  You can also get all blocks
1895 folded at startup by configuring the option @var{org-hide-block-startup}
1896 or on a per-file basis by using
1898 @cindex @code{hideblocks}, STARTUP keyword
1899 @cindex @code{nohideblocks}, STARTUP keyword
1900 @example
1901 #+STARTUP: hideblocks
1902 #+STARTUP: nohideblocks
1903 @end example
1905 @node Footnotes, Orgstruct mode, Blocks, Document Structure
1906 @section Footnotes
1907 @cindex footnotes
1909 Org mode supports the creation of footnotes.  In contrast to the
1910 @file{footnote.el} package, Org mode's footnotes are designed for work on
1911 a larger document, not only for one-off documents like emails.
1913 A footnote is started by a footnote marker in square brackets in column 0, no
1914 indentation allowed.  It ends at the next footnote definition, headline, or
1915 after two consecutive empty lines.  The footnote reference is simply the
1916 marker in square brackets, inside text.  For example:
1918 @example
1919 The Org homepage[fn:1] now looks a lot better than it used to.
1921 [fn:1] The link is: http://orgmode.org
1922 @end example
1924 Org mode extends the number-based syntax to @emph{named} footnotes and
1925 optional inline definition.  Using plain numbers as markers (as
1926 @file{footnote.el} does) is supported for backward compatibility, but not
1927 encouraged because of possible conflicts with @LaTeX{} snippets (@pxref{Embedded
1928 @LaTeX{}}).  Here are the valid references:
1930 @table @code
1931 @item [1]
1932 A plain numeric footnote marker.  Compatible with @file{footnote.el}, but not
1933 recommended because something like @samp{[1]} could easily be part of a code
1934 snippet.
1935 @item [fn:name]
1936 A named footnote reference, where @code{name} is a unique label word, or, for
1937 simplicity of automatic creation, a number.
1938 @item [fn:: This is the inline definition of this footnote]
1939 A @LaTeX{}-like anonymous footnote where the definition is given directly at the
1940 reference point.
1941 @item [fn:name: a definition]
1942 An inline definition of a footnote, which also specifies a name for the note.
1943 Since Org allows multiple references to the same note, you can then use
1944 @code{[fn:name]} to create additional references.
1945 @end table
1947 @vindex org-footnote-auto-label
1948 Footnote labels can be created automatically, or you can create names yourself.
1949 This is handled by the variable @var{org-footnote-auto-label} and its
1950 corresponding @code{#+STARTUP} keywords.  See the docstring of that variable
1951 for details.
1953 @noindent The following command handles footnotes:
1955 @table @kbd
1956 @kindex C-c C-x f
1957 @item C-c C-x f
1958 The footnote action command.
1960 When the cursor is on a footnote reference, jump to the definition.  When it
1961 is at a definition, jump to the (first) reference.
1963 @vindex org-footnote-define-inline
1964 @vindex org-footnote-section
1965 @vindex org-footnote-auto-adjust
1966 Otherwise, create a new footnote.  Depending on the option
1967 @var{org-footnote-define-inline}@footnote{The corresponding in-buffer
1968 setting is: @code{#+STARTUP: fninline} or @code{#+STARTUP: nofninline}}, the
1969 definition will be placed right into the text as part of the reference, or
1970 separately into the location determined by the option
1971 @var{org-footnote-section}.
1973 When this command is called with a prefix argument, a menu of additional
1974 options is offered:
1975 @example
1976 s   @r{Sort the footnote definitions by reference sequence.  During editing,}
1977     @r{Org makes no effort to sort footnote definitions into a particular}
1978     @r{sequence.  If you want them sorted, use this command, which will}
1979     @r{also move entries according to @var{org-footnote-section}.  Automatic}
1980     @r{sorting after each insertion/deletion can be configured using the}
1981     @r{option @var{org-footnote-auto-adjust}.}
1982 r   @r{Renumber the simple @code{fn:N} footnotes.  Automatic renumbering}
1983     @r{after each insertion/deletion can be configured using the option}
1984     @r{@var{org-footnote-auto-adjust}.}
1985 S   @r{Short for first @code{r}, then @code{s} action.}
1986 n   @r{Normalize the footnotes by collecting all definitions (including}
1987     @r{inline definitions) into a special section, and then numbering them}
1988     @r{in sequence.  The references will then also be numbers.  This is}
1989     @r{meant to be the final step before finishing a document (e.g., sending}
1990     @r{off an email).}
1991 d   @r{Delete the footnote at point, and all definitions of and references}
1992     @r{to it.}
1993 @end example
1994 Depending on the variable @var{org-footnote-auto-adjust}@footnote{the
1995 corresponding in-buffer options are @code{fnadjust} and @code{nofnadjust}.},
1996 renumbering and sorting footnotes can be automatic after each insertion or
1997 deletion.
1999 @kindex C-c C-c
2000 @item C-c C-c
2001 If the cursor is on a footnote reference, jump to the definition.  If it is a
2002 the definition, jump back to the reference.  When called at a footnote
2003 location with a prefix argument, offer the same menu as @kbd{C-c C-x f}.
2004 @kindex C-c C-o
2005 @kindex mouse-1
2006 @kindex mouse-2
2007 @item C-c C-o  @r{or} mouse-1/2
2008 Footnote labels are also links to the corresponding definition/reference, and
2009 you can use the usual commands to follow these links.
2010 @end table
2012 @node Orgstruct mode, Org syntax, Footnotes, Document Structure
2013 @section The Orgstruct minor mode
2014 @cindex Orgstruct mode
2015 @cindex minor mode for structure editing
2017 If you like the intuitive way the Org mode structure editing and list
2018 formatting works, you might want to use these commands in other modes like
2019 Text mode or Mail mode as well.  The minor mode @code{orgstruct-mode} makes
2020 this possible.   Toggle the mode with @kbd{M-x orgstruct-mode RET}, or
2021 turn it on by default, for example in Message mode, with one of:
2023 @lisp
2024 (add-hook 'message-mode-hook 'turn-on-orgstruct)
2025 (add-hook 'message-mode-hook 'turn-on-orgstruct++)
2026 @end lisp
2028 When this mode is active and the cursor is on a line that looks to Org like a
2029 headline or the first line of a list item, most structure editing commands
2030 will work, even if the same keys normally have different functionality in the
2031 major mode you are using.  If the cursor is not in one of those special
2032 lines, Orgstruct mode lurks silently in the shadows.
2034 When you use @code{orgstruct++-mode}, Org will also export indentation and
2035 autofill settings into that mode, and detect item context after the first
2036 line of an item.
2038 @vindex orgstruct-heading-prefix-regexp
2039 You can also use Org structure editing to fold and unfold headlines in
2040 @emph{any} file, provided you defined @var{orgstruct-heading-prefix-regexp}:
2041 the regular expression must match the local prefix to use before Org's
2042 headlines.  For example, if you set this variable to @code{"^;; "} in Emacs
2043 Lisp files, you will be able to fold and unfold headlines in Emacs Lisp
2044 commented lines.  Some commands like @code{org-demote} are disabled when the
2045 prefix is set, but folding/unfolding will work correctly.
2047 @node Org syntax,  , Orgstruct mode, Document Structure
2048 @section Org syntax
2049 @cindex Org syntax
2051 A reference document providing a formal description of Org's syntax is
2052 available as @uref{http://orgmode.org/worg/dev/org-syntax.html, a draft on
2053 Worg}, written and maintained by Nicolas Goaziou.  It defines Org's core
2054 internal concepts such as @code{headlines}, @code{sections}, @code{affiliated
2055 keywords}, @code{(greater) elements} and @code{objects}.  Each part of an Org
2056 file falls into one of the categories above.
2058 To explore the abstract structure of an Org buffer, run this in a buffer:
2060 @lisp
2061 M-: (org-element-parse-buffer) RET
2062 @end lisp
2064 It will output a list containing the buffer's content represented as an
2065 abstract structure.  The export engine relies on the information stored in
2066 this list.  Most interactive commands (e.g., for structure editing) also
2067 rely on the syntactic meaning of the surrounding context.
2069 @node Tables, Hyperlinks, Document Structure, Top
2070 @chapter Tables
2071 @cindex tables
2072 @cindex editing tables
2074 Org comes with a fast and intuitive table editor.  Spreadsheet-like
2075 calculations are supported using the Emacs @file{calc} package
2076 (@pxref{Top, Calc, , calc, Gnu Emacs Calculator Manual}).
2078 @menu
2079 * Built-in table editor::       Simple tables
2080 * Column width and alignment::  Overrule the automatic settings
2081 * Column groups::               Grouping to trigger vertical lines
2082 * Orgtbl mode::                 The table editor as minor mode
2083 * The spreadsheet::             The table editor has spreadsheet capabilities
2084 * Org-Plot::                    Plotting from org tables
2085 @end menu
2087 @node Built-in table editor, Column width and alignment, Tables, Tables
2088 @section The built-in table editor
2089 @cindex table editor, built-in
2091 Org makes it easy to format tables in plain ASCII@.  Any line with @samp{|} as
2092 the first non-whitespace character is considered part of a table.  @samp{|}
2093 is also the column separator@footnote{To insert a vertical bar into a table
2094 field, use @code{\vert} or, inside a word @code{abc\vert@{@}def}.}.  A table
2095 might look like this:
2097 @example
2098 | Name  | Phone | Age |
2099 |-------+-------+-----|
2100 | Peter |  1234 |  17 |
2101 | Anna  |  4321 |  25 |
2102 @end example
2104 A table is re-aligned automatically each time you press @key{TAB} or
2105 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
2106 the next field (@key{RET} to the next row) and creates new table rows
2107 at the end of the table or before horizontal lines.  The indentation
2108 of the table is set by the first line.  Any line starting with
2109 @samp{|-} is considered as a horizontal separator line and will be
2110 expanded on the next re-align to span the whole table width.  So, to
2111 create the above table, you would only type
2113 @example
2114 |Name|Phone|Age|
2116 @end example
2118 @noindent and then press @key{TAB} to align the table and start filling in
2119 fields.  Even faster would be to type @code{|Name|Phone|Age} followed by
2120 @kbd{C-c @key{RET}}.
2122 @vindex org-enable-table-editor
2123 @vindex org-table-auto-blank-field
2124 When typing text into a field, Org treats @key{DEL},
2125 @key{Backspace}, and all character keys in a special way, so that
2126 inserting and deleting avoids shifting other fields.  Also, when
2127 typing @emph{immediately after the cursor was moved into a new field
2128 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
2129 field is automatically made blank.  If this behavior is too
2130 unpredictable for you, configure the options
2131 @var{org-enable-table-editor} and @var{org-table-auto-blank-field}.
2133 @table @kbd
2134 @tsubheading{Creation and conversion}
2135 @orgcmd{C-c |,org-table-create-or-convert-from-region}
2136 Convert the active region to table.  If every line contains at least one
2137 TAB character, the function assumes that the material is tab separated.
2138 If every line contains a comma, comma-separated values (CSV) are assumed.
2139 If not, lines are split at whitespace into fields.  You can use a prefix
2140 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
2141 C-u} forces TAB, and a numeric argument N indicates that at least N
2142 consecutive spaces, or alternatively a TAB will be the separator.
2144 If there is no active region, this command creates an empty Org
2145 table.  But it is easier just to start typing, like
2146 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
2148 @tsubheading{Re-aligning and field motion}
2149 @orgcmd{C-c C-c,org-table-align}
2150 Re-align the table and don't move to another field.
2152 @orgcmd{<TAB>,org-table-next-field}
2153 Re-align the table, move to the next field.  Creates a new row if
2154 necessary.
2156 @orgcmd{S-@key{TAB},org-table-previous-field}
2157 Re-align, move to previous field.
2159 @orgcmd{@key{RET},org-table-next-row}
2160 Re-align the table and move down to next row.  Creates a new row if
2161 necessary.  At the beginning or end of a line, @key{RET} still does
2162 NEWLINE, so it can be used to split a table.
2164 @orgcmd{M-a,org-table-beginning-of-field}
2165 Move to beginning of the current table field, or on to the previous field.
2166 @orgcmd{M-e,org-table-end-of-field}
2167 Move to end of the current table field, or on to the next field.
2169 @tsubheading{Column and row editing}
2170 @orgcmdkkcc{M-@key{left},M-@key{right},org-table-move-column-left,org-table-move-column-right}
2171 Move the current column left/right.
2173 @orgcmd{M-S-@key{left},org-table-delete-column}
2174 Kill the current column.
2176 @orgcmd{M-S-@key{right},org-table-insert-column}
2177 Insert a new column to the left of the cursor position.
2179 @orgcmdkkcc{M-@key{up},M-@key{down},org-table-move-row-up,org-table-move-row-down}
2180 Move the current row up/down.
2182 @orgcmd{M-S-@key{up},org-table-kill-row}
2183 Kill the current row or horizontal line.
2185 @orgcmd{M-S-@key{down},org-table-insert-row}
2186 Insert a new row above the current row.  With a prefix argument, the line is
2187 created below the current one.
2189 @orgcmd{C-c -,org-table-insert-hline}
2190 Insert a horizontal line below current row.  With a prefix argument, the line
2191 is created above the current line.
2193 @orgcmd{C-c @key{RET},org-table-hline-and-move}
2194 Insert a horizontal line below current row, and move the cursor into the row
2195 below that line.
2197 @orgcmd{C-c ^,org-table-sort-lines}
2198 Sort the table lines in the region.  The position of point indicates the
2199 column to be used for sorting, and the range of lines is the range
2200 between the nearest horizontal separator lines, or the entire table.  If
2201 point is before the first column, you will be prompted for the sorting
2202 column.  If there is an active region, the mark specifies the first line
2203 and the sorting column, while point should be in the last line to be
2204 included into the sorting.  The command prompts for the sorting type
2205 (alphabetically, numerically, or by time).  When called with a prefix
2206 argument, alphabetic sorting will be case-sensitive.
2208 @tsubheading{Regions}
2209 @orgcmd{C-c C-x M-w,org-table-copy-region}
2210 Copy a rectangular region from a table to a special clipboard.  Point and
2211 mark determine edge fields of the rectangle.  If there is no active region,
2212 copy just the current field.  The process ignores horizontal separator lines.
2214 @orgcmd{C-c C-x C-w,org-table-cut-region}
2215 Copy a rectangular region from a table to a special clipboard, and
2216 blank all fields in the rectangle.  So this is the ``cut'' operation.
2218 @orgcmd{C-c C-x C-y,org-table-paste-rectangle}
2219 Paste a rectangular region into a table.
2220 The upper left corner ends up in the current field.  All involved fields
2221 will be overwritten.  If the rectangle does not fit into the present table,
2222 the table is enlarged as needed.  The process ignores horizontal separator
2223 lines.
2225 @orgcmd{M-@key{RET},org-table-wrap-region}
2226 Split the current field at the cursor position and move the rest to the line
2227 below.  If there is an active region, and both point and mark are in the same
2228 column, the text in the column is wrapped to minimum width for the given
2229 number of lines.  A numeric prefix argument may be used to change the number
2230 of desired lines.  If there is no region, but you specify a prefix argument,
2231 the current field is made blank, and the content is appended to the field
2232 above.
2234 @tsubheading{Calculations}
2235 @cindex formula, in tables
2236 @cindex calculations, in tables
2237 @cindex region, active
2238 @cindex active region
2239 @cindex transient mark mode
2240 @orgcmd{C-c +,org-table-sum}
2241 Sum the numbers in the current column, or in the rectangle defined by
2242 the active region.  The result is shown in the echo area and can
2243 be inserted with @kbd{C-y}.
2245 @orgcmd{S-@key{RET},org-table-copy-down}
2246 @vindex org-table-copy-increment
2247 When current field is empty, copy from first non-empty field above.  When not
2248 empty, copy current field down to next row and move cursor along with it.
2249 Depending on the option @var{org-table-copy-increment}, integer field
2250 values will be incremented during copy.  Integers that are too large will not
2251 be incremented.  Also, a @code{0} prefix argument temporarily disables the
2252 increment.  This key is also used by shift-selection and related modes
2253 (@pxref{Conflicts}).
2255 @tsubheading{Miscellaneous}
2256 @orgcmd{C-c `,org-table-edit-field}
2257 Edit the current field in a separate window.  This is useful for fields that
2258 are not fully visible (@pxref{Column width and alignment}).  When called with
2259 a @kbd{C-u} prefix, just make the full field visible, so that it can be
2260 edited in place.  When called with two @kbd{C-u} prefixes, make the editor
2261 window follow the cursor through the table and always show the current
2262 field.  The follow mode exits automatically when the cursor leaves the table,
2263 or when you repeat this command with @kbd{C-u C-u C-c `}.
2265 @item M-x org-table-import RET
2266 Import a file as a table.  The table should be TAB or whitespace
2267 separated.  Use, for example, to import a spreadsheet table or data
2268 from a database, because these programs generally can write
2269 TAB-separated text files.  This command works by inserting the file into
2270 the buffer and then converting the region to a table.  Any prefix
2271 argument is passed on to the converter, which uses it to determine the
2272 separator.
2273 @orgcmd{C-c |,org-table-create-or-convert-from-region}
2274 Tables can also be imported by pasting tabular text into the Org
2275 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
2276 @kbd{C-c |} command (see above under @i{Creation and conversion}).
2278 @item M-x org-table-export RET
2279 @findex org-table-export
2280 @vindex org-table-export-default-format
2281 Export the table, by default as a TAB-separated file.  Use for data
2282 exchange with, for example, spreadsheet or database programs.  The format
2283 used to export the file can be configured in the option
2284 @var{org-table-export-default-format}.  You may also use properties
2285 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
2286 name and the format for table export in a subtree.  Org supports quite
2287 general formats for exported tables.  The exporter format is the same as the
2288 format used by Orgtbl radio tables, see @ref{Translator functions}, for a
2289 detailed description.
2290 @end table
2292 If you don't like the automatic table editor because it gets in your
2293 way on lines which you would like to start with @samp{|}, you can turn
2294 it off with
2296 @lisp
2297 (setq org-enable-table-editor nil)
2298 @end lisp
2300 @noindent Then the only table command that still works is
2301 @kbd{C-c C-c} to do a manual re-align.
2303 @node Column width and alignment, Column groups, Built-in table editor, Tables
2304 @section Column width and alignment
2305 @cindex narrow columns in tables
2306 @cindex alignment in tables
2308 The width of columns is automatically determined by the table editor.  And
2309 also the alignment of a column is determined automatically from the fraction
2310 of number-like versus non-number fields in the column.
2312 Sometimes a single field or a few fields need to carry more text, leading to
2313 inconveniently wide columns.  Or maybe you want to make a table with several
2314 columns having a fixed width, regardless of content.  To set@footnote{This
2315 feature does not work on XEmacs.} the width of a column, one field anywhere
2316 in the column may contain just the string @samp{<N>} where @samp{N} is an
2317 integer specifying the width of the column in characters.  The next re-align
2318 will then set the width of this column to this value.
2320 @example
2321 @group
2322 |---+------------------------------|               |---+--------|
2323 |   |                              |               |   | <6>    |
2324 | 1 | one                          |               | 1 | one    |
2325 | 2 | two                          |     ----\     | 2 | two    |
2326 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
2327 | 4 | four                         |               | 4 | four   |
2328 |---+------------------------------|               |---+--------|
2329 @end group
2330 @end example
2332 @noindent
2333 Fields that are wider become clipped and end in the string @samp{=>}.
2334 Note that the full text is still in the buffer but is hidden.
2335 To see the full text, hold the mouse over the field---a tool-tip window
2336 will show the full content.  To edit such a field, use the command
2337 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
2338 open a new window with the full field.  Edit it and finish with @kbd{C-c
2339 C-c}.
2341 @vindex org-startup-align-all-tables
2342 When visiting a file containing a table with narrowed columns, the
2343 necessary character hiding has not yet happened, and the table needs to
2344 be aligned before it looks nice.  Setting the option
2345 @var{org-startup-align-all-tables} will realign all tables in a file
2346 upon visiting, but also slow down startup.  You can also set this option
2347 on a per-file basis with:
2349 @example
2350 #+STARTUP: align
2351 #+STARTUP: noalign
2352 @end example
2354 If you would like to overrule the automatic alignment of number-rich columns
2355 to the right and of string-rich column to the left, you can use @samp{<r>},
2356 @samp{<c>}@footnote{Centering does not work inside Emacs, but it does have an
2357 effect when exporting to HTML.} or @samp{<l>} in a similar fashion.  You may
2358 also combine alignment and field width like this: @samp{<r10>}.
2360 Lines which only contain these formatting cookies will be removed
2361 automatically when exporting the document.
2363 @node Column groups, Orgtbl mode, Column width and alignment, Tables
2364 @section Column groups
2365 @cindex grouping columns in tables
2367 When Org exports tables, it does so by default without vertical
2368 lines because that is visually more satisfying in general.  Occasionally
2369 however, vertical lines can be useful to structure a table into groups
2370 of columns, much like horizontal lines can do for groups of rows.  In
2371 order to specify column groups, you can use a special row where the
2372 first field contains only @samp{/}.  The further fields can either
2373 contain @samp{<} to indicate that this column should start a group,
2374 @samp{>} to indicate the end of a column, or @samp{<>} (no space between @samp{<}
2375 and @samp{>}) to make a column
2376 a group of its own.  Boundaries between column groups will upon export be
2377 marked with vertical lines.  Here is an example:
2379 @example
2380 | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
2381 |---+-----+-----+-----+---------+------------|
2382 | / |   < |     |   > |       < |          > |
2383 | 1 |   1 |   1 |   1 |       1 |          1 |
2384 | 2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
2385 | 3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
2386 |---+-----+-----+-----+---------+------------|
2387 #+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1)))
2388 @end example
2390 It is also sufficient to just insert the column group starters after
2391 every vertical line you would like to have:
2393 @example
2394 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
2395 |----+-----+-----+-----+---------+------------|
2396 | /  | <   |     |     | <       |            |
2397 @end example
2399 @node Orgtbl mode, The spreadsheet, Column groups, Tables
2400 @section The Orgtbl minor mode
2401 @cindex Orgtbl mode
2402 @cindex minor mode for tables
2404 If you like the intuitive way the Org table editor works, you
2405 might also want to use it in other modes like Text mode or Mail mode.
2406 The minor mode Orgtbl mode makes this possible.  You can always toggle
2407 the mode with @kbd{M-x orgtbl-mode RET}.  To turn it on by default, for
2408 example in Message mode, use
2410 @lisp
2411 (add-hook 'message-mode-hook 'turn-on-orgtbl)
2412 @end lisp
2414 Furthermore, with some special setup, it is possible to maintain tables
2415 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
2416 construct @LaTeX{} tables with the underlying ease and power of
2417 Orgtbl mode, including spreadsheet capabilities.  For details, see
2418 @ref{Tables in arbitrary syntax}.
2420 @node The spreadsheet, Org-Plot, Orgtbl mode, Tables
2421 @section The spreadsheet
2422 @cindex calculations, in tables
2423 @cindex spreadsheet capabilities
2424 @cindex @file{calc} package
2426 The table editor makes use of the Emacs @file{calc} package to implement
2427 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
2428 derive fields from other fields.  While fully featured, Org's implementation
2429 is not identical to other spreadsheets.  For example, Org knows the concept
2430 of a @emph{column formula} that will be applied to all non-header fields in a
2431 column without having to copy the formula to each relevant field.  There is
2432 also a formula debugger, and a formula editor with features for highlighting
2433 fields in the table corresponding to the references at the point in the
2434 formula, moving these references by arrow keys
2436 @menu
2437 * References::                  How to refer to another field or range
2438 * Formula syntax for Calc::     Using Calc to compute stuff
2439 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
2440 * Durations and time values::   How to compute durations and time values
2441 * Field and range formulas::    Formula for specific (ranges of) fields
2442 * Column formulas::             Formulas valid for an entire column
2443 * Lookup functions::            Lookup functions for searching tables
2444 * Editing and debugging formulas::  Fixing formulas
2445 * Updating the table::          Recomputing all dependent fields
2446 * Advanced features::           Field and column names, parameters and automatic recalc
2447 @end menu
2449 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
2450 @subsection References
2451 @cindex references
2453 To compute fields in the table from other fields, formulas must
2454 reference other fields or ranges.  In Org, fields can be referenced
2455 by name, by absolute coordinates, and by relative coordinates.  To find
2456 out what the coordinates of a field are, press @kbd{C-c ?} in that
2457 field, or press @kbd{C-c @}} to toggle the display of a grid.
2459 @subsubheading Field references
2460 @cindex field references
2461 @cindex references, to fields
2463 Formulas can reference the value of another field in two ways.  Like in
2464 any other spreadsheet, you may reference fields with a letter/number
2465 combination like @code{B3}, meaning the 2nd field in the 3rd row.
2466 @vindex org-table-use-standard-references
2467 However, Org prefers@footnote{Org will understand references typed by the
2468 user as @samp{B4}, but it will not use this syntax when offering a formula
2469 for editing.  You can customize this behavior using the option
2470 @var{org-table-use-standard-references}.} to use another, more general
2471 representation that looks like this:
2472 @example
2473 @@@var{row}$@var{column}
2474 @end example
2476 Column specifications can be absolute like @code{$1},
2477 @code{$2},...@code{$@var{N}}, or relative to the current column (i.e., the
2478 column of the field which is being computed) like @code{$+1} or @code{$-2}.
2479 @code{$<} and @code{$>} are immutable references to the first and last
2480 column, respectively, and you can use @code{$>>>} to indicate the third
2481 column from the right.
2483 The row specification only counts data lines and ignores horizontal separator
2484 lines (hlines).  Like with columns, you can use absolute row numbers
2485 @code{@@1}, @code{@@2},...@code{@@@var{N}}, and row numbers relative to the
2486 current row like @code{@@+3} or @code{@@-1}.  @code{@@<} and @code{@@>} are
2487 immutable references the first and last@footnote{For backward compatibility
2488 you can also use special names like @code{$LR5} and @code{$LR12} to refer in
2489 a stable way to the 5th and 12th field in the last row of the table.
2490 However, this syntax is deprecated, it should not be used for new documents.
2491 Use @code{@@>$} instead.} row in the table, respectively.  You may also
2492 specify the row relative to one of the hlines: @code{@@I} refers to the first
2493 hline, @code{@@II} to the second, etc.  @code{@@-I} refers to the first such
2494 line above the current line, @code{@@+I} to the first such line below the
2495 current line.  You can also write @code{@@III+2} which is the second data line
2496 after the third hline in the table.
2498 @code{@@0} and @code{$0} refer to the current row and column, respectively,
2499 i.e., to the row/column for the field being computed.  Also, if you omit
2500 either the column or the row part of the reference, the current row/column is
2501 implied.
2503 Org's references with @emph{unsigned} numbers are fixed references
2504 in the sense that if you use the same reference in the formula for two
2505 different fields, the same field will be referenced each time.
2506 Org's references with @emph{signed} numbers are floating
2507 references because the same reference operator can reference different
2508 fields depending on the field being calculated by the formula.
2510 Here are a few examples:
2512 @example
2513 @@2$3      @r{2nd row, 3rd column (same as @code{C2})}
2514 $5        @r{column 5 in the current row (same as @code{E&})}
2515 @@2        @r{current column, row 2}
2516 @@-1$-3    @r{the field one row up, three columns to the left}
2517 @@-I$2     @r{field just under hline above current row, column 2}
2518 @@>$5      @r{field in the last row, in column 5}
2519 @end example
2521 @subsubheading Range references
2522 @cindex range references
2523 @cindex references, to ranges
2525 You may reference a rectangular range of fields by specifying two field
2526 references connected by two dots @samp{..}.  If both fields are in the
2527 current row, you may simply use @samp{$2..$7}, but if at least one field
2528 is in a different row, you need to use the general @code{@@row$column}
2529 format at least for the first field (i.e the reference must start with
2530 @samp{@@} in order to be interpreted correctly).  Examples:
2532 @example
2533 $1..$3        @r{first three fields in the current row}
2534 $P..$Q        @r{range, using column names (see under Advanced)}
2535 $<<<..$>>     @r{start in third column, continue to the one but last}
2536 @@2$1..@@4$3    @r{6 fields between these two fields (same as @code{A2..C4})}
2537 @@-1$-2..@@-1   @r{3 fields in the row above, starting from 2 columns on the left}
2538 @@I..II        @r{between first and second hline, short for @code{@@I..@@II}}
2539 @end example
2541 @noindent Range references return a vector of values that can be fed
2542 into Calc vector functions.  Empty fields in ranges are normally suppressed,
2543 so that the vector contains only the non-empty fields.  For other options
2544 with the mode switches @samp{E}, @samp{N} and examples @pxref{Formula syntax
2545 for Calc}.
2547 @subsubheading Field coordinates in formulas
2548 @cindex field coordinates
2549 @cindex coordinates, of field
2550 @cindex row, of field coordinates
2551 @cindex column, of field coordinates
2553 For Calc formulas and Lisp formulas @code{@@#} and @code{$#} can be used to
2554 get the row or column number of the field where the formula result goes.
2555 The traditional Lisp formula equivalents are @code{org-table-current-dline}
2556 and @code{org-table-current-column}.  Examples:
2558 @example
2559 if(@@# % 2, $#, string(""))   @r{column number on odd lines only}
2560 $3 = remote(FOO, @@@@#$2)      @r{copy column 2 from table FOO into}
2561                              @r{column 3 of the current table}
2562 @end example
2564 @noindent For the second example, table FOO must have at least as many rows
2565 as the current table.  Note that this is inefficient@footnote{The computation time scales as
2566 O(N^2) because table FOO is parsed for each field to be copied.} for large
2567 number of rows.
2569 @subsubheading Named references
2570 @cindex named references
2571 @cindex references, named
2572 @cindex name, of column or field
2573 @cindex constants, in calculations
2574 @cindex #+CONSTANTS
2576 @vindex org-table-formula-constants
2577 @samp{$name} is interpreted as the name of a column, parameter or
2578 constant.  Constants are defined globally through the option
2579 @var{org-table-formula-constants}, and locally (for the file) through a
2580 line like
2582 @example
2583 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
2584 @end example
2586 @noindent
2587 @vindex constants-unit-system
2588 @pindex constants.el
2589 Also properties (@pxref{Properties and Columns}) can be used as
2590 constants in table formulas: for a property @samp{:Xyz:} use the name
2591 @samp{$PROP_Xyz}, and the property will be searched in the current
2592 outline entry and in the hierarchy above it.  If you have the
2593 @file{constants.el} package, it will also be used to resolve constants,
2594 including natural constants like @samp{$h} for Planck's constant, and
2595 units like @samp{$km} for kilometers@footnote{@file{constants.el} can
2596 supply the values of constants in two different unit systems, @code{SI}
2597 and @code{cgs}.  Which one is used depends on the value of the variable
2598 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
2599 @code{constSI} and @code{constcgs} to set this value for the current
2600 buffer.}.  Column names and parameters can be specified in special table
2601 lines.  These are described below, see @ref{Advanced features}.  All
2602 names must start with a letter, and further consist of letters and
2603 numbers.
2605 @subsubheading Remote references
2606 @cindex remote references
2607 @cindex references, remote
2608 @cindex references, to a different table
2609 @cindex name, of column or field
2610 @cindex constants, in calculations
2611 @cindex #+NAME, for table
2613 You may also reference constants, fields and ranges from a different table,
2614 either in the current file or even in a different file.  The syntax is
2616 @example
2617 remote(NAME-OR-ID,REF)
2618 @end example
2620 @noindent
2621 where NAME can be the name of a table in the current file as set by a
2622 @code{#+NAME: Name} line before the table.  It can also be the ID of an
2623 entry, even in a different file, and the reference then refers to the first
2624 table in that entry.  REF is an absolute field or range reference as
2625 described above for example @code{@@3$3} or @code{$somename}, valid in the
2626 referenced table.
2628 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
2629 @subsection Formula syntax for Calc
2630 @cindex formula syntax, Calc
2631 @cindex syntax, of formulas
2633 A formula can be any algebraic expression understood by the Emacs
2634 @file{Calc} package.  @b{Note that @file{calc} has the
2635 non-standard convention that @samp{/} has lower precedence than
2636 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
2637 evaluation by @code{calc-eval} (@pxref{Calling Calc from
2638 Your Programs, calc-eval, Calling Calc from Your Lisp Programs, calc, GNU
2639 Emacs Calc Manual}),
2640 variable substitution takes place according to the rules described above.
2641 @cindex vectors, in table calculations
2642 The range vectors can be directly fed into the Calc vector functions
2643 like @samp{vmean} and @samp{vsum}.
2645 @cindex format specifier
2646 @cindex mode, for @file{calc}
2647 @vindex org-calc-default-modes
2648 A formula can contain an optional mode string after a semicolon.  This
2649 string consists of flags to influence Calc and other modes during
2650 execution.  By default, Org uses the standard Calc modes (precision
2651 12, angular units degrees, fraction and symbolic modes off).  The display
2652 format, however, has been changed to @code{(float 8)} to keep tables
2653 compact.  The default settings can be configured using the option
2654 @var{org-calc-default-modes}.
2656 @noindent List of modes:
2658 @table @asis
2659 @item @code{p20}
2660 Set the internal Calc calculation precision to 20 digits.
2661 @item @code{n3}, @code{s3}, @code{e2}, @code{f4}
2662 Normal, scientific, engineering or fixed format of the result of Calc passed
2663 back to Org.  Calc formatting is unlimited in precision as long as the Calc
2664 calculation precision is greater.
2665 @item @code{D}, @code{R}
2666 Degree and radian angle modes of Calc.
2667 @item @code{F}, @code{S}
2668 Fraction and symbolic modes of Calc.
2669 @item @code{T}, @code{t}
2670 Duration computations in Calc or Lisp, @pxref{Durations and time values}.
2671 @item @code{E}
2672 If and how to consider empty fields.  Without @samp{E} empty fields in range
2673 references are suppressed so that the Calc vector or Lisp list contains only
2674 the non-empty fields.  With @samp{E} the empty fields are kept.  For empty
2675 fields in ranges or empty field references the value @samp{nan} (not a
2676 number) is used in Calc formulas and the empty string is used for Lisp
2677 formulas.  Add @samp{N} to use 0 instead for both formula types.  For the
2678 value of a field the mode @samp{N} has higher precedence than @samp{E}.
2679 @item @code{N}
2680 Interpret all fields as numbers, use 0 for non-numbers.  See the next section
2681 to see how this is essential for computations with Lisp formulas.  In Calc
2682 formulas it is used only occasionally because there number strings are
2683 already interpreted as numbers without @samp{N}.
2684 @item @code{L}
2685 Literal, for Lisp formulas only.  See the next section.
2686 @end table
2688 @noindent
2689 Unless you use large integer numbers or high-precision-calculation and
2690 -display for floating point numbers you may alternatively provide a
2691 @samp{printf} format specifier to reformat the Calc result after it has been
2692 passed back to Org instead of letting Calc already do the
2693 formatting@footnote{The @samp{printf} reformatting is limited in precision
2694 because the value passed to it is converted into an @samp{integer} or
2695 @samp{double}.  The @samp{integer} is limited in size by truncating the
2696 signed value to 32 bits.  The @samp{double} is limited in precision to 64
2697 bits overall which leaves approximately 16 significant decimal digits.}.  A
2698 few examples:
2700 @example
2701 $1+$2                @r{Sum of first and second field}
2702 $1+$2;%.2f           @r{Same, format result to two decimals}
2703 exp($2)+exp($1)      @r{Math functions can be used}
2704 $0;%.1f              @r{Reformat current cell to 1 decimal}
2705 ($3-32)*5/9          @r{Degrees F -> C conversion}
2706 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
2707 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
2708 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
2709 taylor($3,x=7,2)     @r{Taylor series of $3, at x=7, second degree}
2710 @end example
2712 Calc also contains a complete set of logical operations, (@pxref{Logical
2713 Operations, , Logical Operations, calc, GNU Emacs Calc Manual}).  For example
2715 @table @code
2716 @item if($1 < 20, teen, string(""))
2717 "teen" if age $1 is less than 20, else the Org table result field is set to
2718 empty with the empty string.
2719 @item if("$1" == "nan" || "$2" == "nan", string(""), $1 + $2); E
2720 Sum of the first two columns.  When at least one of the input fields is empty
2721 the Org table result field is set to empty.
2722 @item if(typeof(vmean($1..$7)) == 12, string(""), vmean($1..$7); E
2723 Mean value of a range unless there is any empty field.  Every field in the
2724 range that is empty is replaced by @samp{nan} which lets @samp{vmean} result
2725 in @samp{nan}.  Then @samp{typeof == 12} detects the @samp{nan} from
2726 @samp{vmean} and the Org table result field is set to empty.  Use this when
2727 the sample set is expected to never have missing values.
2728 @item if("$1..$7" == "[]", string(""), vmean($1..$7))
2729 Mean value of a range with empty fields skipped.  Every field in the range
2730 that is empty is skipped.  When all fields in the range are empty the mean
2731 value is not defined and the Org table result field is set to empty.  Use
2732 this when the sample set can have a variable size.
2733 @item vmean($1..$7); EN
2734 To complete the example before: Mean value of a range with empty fields
2735 counting as samples with value 0.  Use this only when incomplete sample sets
2736 should be padded with 0 to the full size.
2737 @end table
2739 You can add your own Calc functions defined in Emacs Lisp with @code{defmath}
2740 and use them in formula syntax for Calc.
2742 @node Formula syntax for Lisp, Durations and time values, Formula syntax for Calc, The spreadsheet
2743 @subsection Emacs Lisp forms as formulas
2744 @cindex Lisp forms, as table formulas
2746 It is also possible to write a formula in Emacs Lisp.  This can be useful
2747 for string manipulation and control structures, if Calc's functionality is
2748 not enough.
2750 If a formula starts with a single-quote followed by an opening parenthesis,
2751 then it is evaluated as a Lisp form.  The evaluation should return either a
2752 string or a number.  Just as with @file{calc} formulas, you can specify modes
2753 and a printf format after a semicolon.
2755 With Emacs Lisp forms, you need to be conscious about the way field
2756 references are interpolated into the form.  By default, a reference will be
2757 interpolated as a Lisp string (in double-quotes) containing the field.  If
2758 you provide the @samp{N} mode switch, all referenced elements will be numbers
2759 (non-number fields will be zero) and interpolated as Lisp numbers, without
2760 quotes.  If you provide the @samp{L} flag, all fields will be interpolated
2761 literally, without quotes.  I.e., if you want a reference to be interpreted
2762 as a string by the Lisp form, enclose the reference operator itself in
2763 double-quotes, like @code{"$3"}.  Ranges are inserted as space-separated
2764 fields, so you can embed them in list or vector syntax.
2766 Here are a few examples---note how the @samp{N} mode is used when we do
2767 computations in Lisp:
2769 @table @code
2770 @item '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
2771 Swap the first two characters of the content of column 1.
2772 @item '(+ $1 $2);N
2773 Add columns 1 and 2, equivalent to Calc's @code{$1+$2}.
2774 @item '(apply '+ '($1..$4));N
2775 Compute the sum of columns 1 to 4, like Calc's @code{vsum($1..$4)}.
2776 @end table
2778 @node Durations and time values, Field and range formulas, Formula syntax for Lisp, The spreadsheet
2779 @subsection Durations and time values
2780 @cindex Duration, computing
2781 @cindex Time, computing
2782 @vindex org-table-duration-custom-format
2784 If you want to compute time values use the @code{T} flag, either in Calc
2785 formulas or Elisp formulas:
2787 @example
2788 @group
2789   |  Task 1 |   Task 2 |    Total |
2790   |---------+----------+----------|
2791   |    2:12 |     1:47 | 03:59:00 |
2792   | 3:02:20 | -2:07:00 |     0.92 |
2793   #+TBLFM: @@2$3=$1+$2;T::@@3$3=$1+$2;t
2794 @end group
2795 @end example
2797 Input duration values must be of the form @code{[HH:MM[:SS]}, where seconds
2798 are optional.  With the @code{T} flag, computed durations will be displayed
2799 as @code{HH:MM:SS} (see the first formula above).  With the @code{t} flag,
2800 computed durations will be displayed according to the value of the option
2801 @var{org-table-duration-custom-format}, which defaults to @code{'hours} and
2802 will display the result as a fraction of hours (see the second formula in the
2803 example above).
2805 Negative duration values can be manipulated as well, and integers will be
2806 considered as seconds in addition and subtraction.
2808 @node Field and range formulas, Column formulas, Durations and time values, The spreadsheet
2809 @subsection Field and range formulas
2810 @cindex field formula
2811 @cindex range formula
2812 @cindex formula, for individual table field
2813 @cindex formula, for range of fields
2815 To assign a formula to a particular field, type it directly into the field,
2816 preceded by @samp{:=}, for example @samp{:=vsum(@@II..III)}.  When you press
2817 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2818 the formula will be stored as the formula for this field, evaluated, and the
2819 current field will be replaced with the result.
2821 @cindex #+TBLFM
2822 Formulas are stored in a special line starting with @samp{#+TBLFM:} directly
2823 below the table.  If you type the equation in the 4th field of the 3rd data
2824 line in the table, the formula will look like @samp{@@3$4=$1+$2}.  When
2825 inserting/deleting/swapping column and rows with the appropriate commands,
2826 @i{absolute references} (but not relative ones) in stored formulas are
2827 modified in order to still reference the same field.  To avoid this from
2828 happening, in particular in range references, anchor ranges at the table
2829 borders (using @code{@@<}, @code{@@>}, @code{$<}, @code{$>}), or at hlines
2830 using the @code{@@I} notation.  Automatic adaptation of field references does
2831 of course not happen if you edit the table structure with normal editing
2832 commands---then you must fix the equations yourself.
2834 Instead of typing an equation into the field, you may also use the following
2835 command
2837 @table @kbd
2838 @orgcmd{C-u C-c =,org-table-eval-formula}
2839 Install a new formula for the current field.  The command prompts for a
2840 formula with default taken from the @samp{#+TBLFM:} line, applies
2841 it to the current field, and stores it.
2842 @end table
2844 The left-hand side of a formula can also be a special expression in order to
2845 assign the formula to a number of different fields.  There is no keyboard
2846 shortcut to enter such range formulas.  To add them, use the formula editor
2847 (@pxref{Editing and debugging formulas}) or edit the @code{#+TBLFM:} line
2848 directly.
2850 @table @code
2851 @item $2=
2852 Column formula, valid for the entire column.  This is so common that Org
2853 treats these formulas in a special way, see @ref{Column formulas}.
2854 @item @@3=
2855 Row formula, applies to all fields in the specified row.  @code{@@>=} means
2856 the last row.
2857 @item @@1$2..@@4$3=
2858 Range formula, applies to all fields in the given rectangular range.  This
2859 can also be used to assign a formula to some but not all fields in a row.
2860 @item $name=
2861 Named field, see @ref{Advanced features}.
2862 @end table
2864 @node Column formulas, Lookup functions, Field and range formulas, The spreadsheet
2865 @subsection Column formulas
2866 @cindex column formula
2867 @cindex formula, for table column
2869 When you assign a formula to a simple column reference like @code{$3=}, the
2870 same formula will be used in all fields of that column, with the following
2871 very convenient exceptions: (i) If the table contains horizontal separator
2872 hlines with rows above and below, everything before the first such hline is
2873 considered part of the table @emph{header} and will not be modified by column
2874 formulas.  Therefore a header is mandatory when you use column formulas and
2875 want to add hlines to group rows, like for example to separate a total row at
2876 the bottom from the summand rows above.  (ii) Fields that already get a value
2877 from a field/range formula will be left alone by column formulas.  These
2878 conditions make column formulas very easy to use.
2880 To assign a formula to a column, type it directly into any field in the
2881 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2882 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the field,
2883 the formula will be stored as the formula for the current column, evaluated
2884 and the current field replaced with the result.  If the field contains only
2885 @samp{=}, the previously stored formula for this column is used.  For each
2886 column, Org will only remember the most recently used formula.  In the
2887 @samp{#+TBLFM:} line, column formulas will look like @samp{$4=$1+$2}.  The
2888 left-hand side of a column formula can not be the name of column, it must be
2889 the numeric column reference or @code{$>}.
2891 Instead of typing an equation into the field, you may also use the
2892 following command:
2894 @table @kbd
2895 @orgcmd{C-c =,org-table-eval-formula}
2896 Install a new formula for the current column and replace current field with
2897 the result of the formula.  The command prompts for a formula, with default
2898 taken from the @samp{#+TBLFM} line, applies it to the current field and
2899 stores it.  With a numeric prefix argument(e.g., @kbd{C-5 C-c =}) the command
2900 will apply it to that many consecutive fields in the current column.
2901 @end table
2903 @node Lookup functions, Editing and debugging formulas, Column formulas, The spreadsheet
2904 @subsection Lookup functions
2905 @cindex lookup functions in tables
2906 @cindex table lookup functions
2908 Org has three predefined Emacs Lisp functions for lookups in tables.
2909 @table @code
2910 @item (org-lookup-first VAL S-LIST R-LIST &optional PREDICATE)
2911 @findex org-lookup-first
2912 Searches for the first element @code{S} in list @code{S-LIST} for which
2913 @lisp
2914 (PREDICATE VAL S)
2915 @end lisp
2916 is @code{t}; returns the value from the corresponding position in list
2917 @code{R-LIST}.  The default @code{PREDICATE} is @code{equal}.  Note that the
2918 parameters @code{VAL} and @code{S} are passed to @code{PREDICATE} in the same
2919 order as the corresponding parameters are in the call to
2920 @code{org-lookup-first}, where @code{VAL} precedes @code{S-LIST}.  If
2921 @code{R-LIST} is @code{nil}, the matching element @code{S} of @code{S-LIST}
2922 is returned.
2923 @item (org-lookup-last VAL S-LIST R-LIST &optional PREDICATE)
2924 @findex org-lookup-last
2925 Similar to @code{org-lookup-first} above, but searches for the @i{last}
2926 element for which @code{PREDICATE} is @code{t}.
2927 @item (org-lookup-all VAL S-LIST R-LIST &optional PREDICATE)
2928 @findex org-lookup-all
2929 Similar to @code{org-lookup-first}, but searches for @i{all} elements for
2930 which @code{PREDICATE} is @code{t}, and returns @i{all} corresponding
2931 values.  This function can not be used by itself in a formula, because it
2932 returns a list of values.  However, powerful lookups can be built when this
2933 function is combined with other Emacs Lisp functions.
2934 @end table
2936 If the ranges used in these functions contain empty fields, the @code{E} mode
2937 for the formula should usually be specified: otherwise empty fields will not be
2938 included in @code{S-LIST} and/or @code{R-LIST} which can, for example, result
2939 in an incorrect mapping from an element of @code{S-LIST} to the corresponding
2940 element of @code{R-LIST}.
2942 These three functions can be used to implement associative arrays, count
2943 matching cells, rank results, group data etc.  For practical examples
2944 see @uref{http://orgmode.org/worg/org-tutorials/org-lookups.html, this
2945 tutorial on Worg}.
2947 @node Editing and debugging formulas, Updating the table, Lookup functions, The spreadsheet
2948 @subsection Editing and debugging formulas
2949 @cindex formula editing
2950 @cindex editing, of table formulas
2952 @vindex org-table-use-standard-references
2953 You can edit individual formulas in the minibuffer or directly in the field.
2954 Org can also prepare a special buffer with all active formulas of a table.
2955 When offering a formula for editing, Org converts references to the standard
2956 format (like @code{B3} or @code{D&}) if possible.  If you prefer to only work
2957 with the internal format (like @code{@@3$2} or @code{$4}), configure the
2958 option @var{org-table-use-standard-references}.
2960 @table @kbd
2961 @orgcmdkkc{C-c =,C-u C-c =,org-table-eval-formula}
2962 Edit the formula associated with the current column/field in the
2963 minibuffer.  See @ref{Column formulas}, and @ref{Field and range formulas}.
2964 @orgcmd{C-u C-u C-c =,org-table-eval-formula}
2965 Re-insert the active formula (either a
2966 field formula, or a column formula) into the current field, so that you
2967 can edit it directly in the field.  The advantage over editing in the
2968 minibuffer is that you can use the command @kbd{C-c ?}.
2969 @orgcmd{C-c ?,org-table-field-info}
2970 While editing a formula in a table field, highlight the field(s)
2971 referenced by the reference at the cursor position in the formula.
2972 @kindex C-c @}
2973 @findex org-table-toggle-coordinate-overlays
2974 @item C-c @}
2975 Toggle the display of row and column numbers for a table, using overlays
2976 (@command{org-table-toggle-coordinate-overlays}).  These are updated each
2977 time the table is aligned; you can force it with @kbd{C-c C-c}.
2978 @kindex C-c @{
2979 @findex org-table-toggle-formula-debugger
2980 @item C-c @{
2981 Toggle the formula debugger on and off
2982 (@command{org-table-toggle-formula-debugger}).  See below.
2983 @orgcmd{C-c ',org-table-edit-formulas}
2984 Edit all formulas for the current table in a special buffer, where the
2985 formulas will be displayed one per line.  If the current field has an
2986 active formula, the cursor in the formula editor will mark it.
2987 While inside the special buffer, Org will automatically highlight
2988 any field or range reference at the cursor position.  You may edit,
2989 remove and add formulas, and use the following commands:
2991 @table @kbd
2992 @orgcmdkkc{C-c C-c,C-x C-s,org-table-fedit-finish}
2993 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2994 prefix, also apply the new formulas to the entire table.
2995 @orgcmd{C-c C-q,org-table-fedit-abort}
2996 Exit the formula editor without installing changes.
2997 @orgcmd{C-c C-r,org-table-fedit-toggle-ref-type}
2998 Toggle all references in the formula editor between standard (like
2999 @code{B3}) and internal (like @code{@@3$2}).
3000 @orgcmd{@key{TAB},org-table-fedit-lisp-indent}
3001 Pretty-print or indent Lisp formula at point.  When in a line containing
3002 a Lisp formula, format the formula according to Emacs Lisp rules.
3003 Another @key{TAB} collapses the formula back again.  In the open
3004 formula, @key{TAB} re-indents just like in Emacs Lisp mode.
3005 @orgcmd{M-@key{TAB},lisp-complete-symbol}
3006 Complete Lisp symbols, just like in Emacs Lisp mode.
3007 @kindex S-@key{up}
3008 @kindex S-@key{down}
3009 @kindex S-@key{left}
3010 @kindex S-@key{right}
3011 @findex org-table-fedit-ref-up
3012 @findex org-table-fedit-ref-down
3013 @findex org-table-fedit-ref-left
3014 @findex org-table-fedit-ref-right
3015 @item S-@key{up}/@key{down}/@key{left}/@key{right}
3016 Shift the reference at point.  For example, if the reference is
3017 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
3018 This also works for relative references and for hline references.
3019 @orgcmdkkcc{M-S-@key{up},M-S-@key{down},org-table-fedit-line-up,org-table-fedit-line-down}
3020 Move the test line for column formulas in the Org buffer up and
3021 down.
3022 @orgcmdkkcc{M-@key{up},M-@key{down},org-table-fedit-scroll-down,org-table-fedit-scroll-up}
3023 Scroll the window displaying the table.
3024 @kindex C-c @}
3025 @findex org-table-toggle-coordinate-overlays
3026 @item C-c @}
3027 Turn the coordinate grid in the table on and off.
3028 @end table
3029 @end table
3031 Making a table field blank does not remove the formula associated with
3032 the field, because that is stored in a different line (the @samp{#+TBLFM}
3033 line)---during the next recalculation the field will be filled again.
3034 To remove a formula from a field, you have to give an empty reply when
3035 prompted for the formula, or to edit the @samp{#+TBLFM} line.
3037 @kindex C-c C-c
3038 You may edit the @samp{#+TBLFM} directly and re-apply the changed
3039 equations with @kbd{C-c C-c} in that line or with the normal
3040 recalculation commands in the table.
3042 @anchor{Using multiple #+TBLFM lines}
3043 @subsubheading Using multiple #+TBLFM lines
3044 @cindex #+TBLFM line, multiple
3045 @cindex #+TBLFM
3046 @cindex #+TBLFM, switching
3047 @kindex C-c C-c
3049 You may apply the formula temporarily.  This is useful when you
3050 switch the formula.  Place multiple @samp{#+TBLFM} lines right
3051 after the table, and then press @kbd{C-c C-c} on the formula to
3052 apply.  Here is an example:
3054 @example
3055 | x | y |
3056 |---+---|
3057 | 1 |   |
3058 | 2 |   |
3059 #+TBLFM: $2=$1*1
3060 #+TBLFM: $2=$1*2
3061 @end example
3063 @noindent
3064 Pressing @kbd{C-c C-c} in the line of @samp{#+TBLFM: $2=$1*2} yields:
3066 @example
3067 | x | y |
3068 |---+---|
3069 | 1 | 2 |
3070 | 2 | 4 |
3071 #+TBLFM: $2=$1*1
3072 #+TBLFM: $2=$1*2
3073 @end example
3075 @noindent
3076 Note: If you recalculate this table (with @kbd{C-u C-c *}, for example), you
3077 will get the following result of applying only the first @samp{#+TBLFM} line.
3079 @example
3080 | x | y |
3081 |---+---|
3082 | 1 | 1 |
3083 | 2 | 2 |
3084 #+TBLFM: $2=$1*1
3085 #+TBLFM: $2=$1*2
3086 @end example
3088 @subsubheading Debugging formulas
3089 @cindex formula debugging
3090 @cindex debugging, of table formulas
3091 When the evaluation of a formula leads to an error, the field content
3092 becomes the string @samp{#ERROR}.  If you would like see what is going
3093 on during variable substitution and calculation in order to find a bug,
3094 turn on formula debugging in the @code{Tbl} menu and repeat the
3095 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
3096 field.  Detailed information will be displayed.
3098 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
3099 @subsection Updating the table
3100 @cindex recomputing table fields
3101 @cindex updating, table
3103 Recalculation of a table is normally not automatic, but needs to be
3104 triggered by a command.  See @ref{Advanced features}, for a way to make
3105 recalculation at least semi-automatic.
3107 In order to recalculate a line of a table or the entire table, use the
3108 following commands:
3110 @table @kbd
3111 @orgcmd{C-c *,org-table-recalculate}
3112 Recalculate the current row by first applying the stored column formulas
3113 from left to right, and all field/range formulas in the current row.
3115 @kindex C-u C-c *
3116 @item C-u C-c *
3117 @kindex C-u C-c C-c
3118 @itemx C-u C-c C-c
3119 Recompute the entire table, line by line.  Any lines before the first
3120 hline are left alone, assuming that these are part of the table header.
3122 @orgcmdkkc{C-u C-u C-c *,C-u C-u C-c C-c,org-table-iterate}
3123 Iterate the table by recomputing it until no further changes occur.
3124 This may be necessary if some computed fields use the value of other
3125 fields that are computed @i{later} in the calculation sequence.
3126 @item M-x org-table-recalculate-buffer-tables RET
3127 @findex org-table-recalculate-buffer-tables
3128 Recompute all tables in the current buffer.
3129 @item M-x org-table-iterate-buffer-tables RET
3130 @findex org-table-iterate-buffer-tables
3131 Iterate all tables in the current buffer, in order to converge table-to-table
3132 dependencies.
3133 @end table
3135 @node Advanced features,  , Updating the table, The spreadsheet
3136 @subsection Advanced features
3138 If you want the recalculation of fields to happen automatically, or if you
3139 want to be able to assign @i{names}@footnote{Such names must start by an
3140 alphabetic character and use only alphanumeric/underscore characters.} to
3141 fields and columns, you need to reserve the first column of the table for
3142 special marking characters.
3144 @table @kbd
3145 @orgcmd{C-#,org-table-rotate-recalc-marks}
3146 Rotate the calculation mark in first column through the states @samp{ },
3147 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
3148 change all marks in the region.
3149 @end table
3151 Here is an example of a table that collects exam results of students and
3152 makes use of these features:
3154 @example
3155 @group
3156 |---+---------+--------+--------+--------+-------+------|
3157 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
3158 |---+---------+--------+--------+--------+-------+------|
3159 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
3160 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
3161 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
3162 |---+---------+--------+--------+--------+-------+------|
3163 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
3164 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
3165 |---+---------+--------+--------+--------+-------+------|
3166 |   | Average |        |        |        |  25.0 |      |
3167 | ^ |         |        |        |        |    at |      |
3168 | $ | max=50  |        |        |        |       |      |
3169 |---+---------+--------+--------+--------+-------+------|
3170 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
3171 @end group
3172 @end example
3174 @noindent @b{Important}: please note that for these special tables,
3175 recalculating the table with @kbd{C-u C-c *} will only affect rows that
3176 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
3177 to the field itself.  The column formulas are not applied in rows with
3178 empty first field.
3180 @cindex marking characters, tables
3181 The marking characters have the following meaning:
3183 @table @samp
3184 @item !
3185 The fields in this line define names for the columns, so that you may
3186 refer to a column as @samp{$Tot} instead of @samp{$6}.
3187 @item ^
3188 This row defines names for the fields @emph{above} the row.  With such
3189 a definition, any formula in the table may use @samp{$m1} to refer to
3190 the value @samp{10}.  Also, if you assign a formula to a names field, it
3191 will be stored as @samp{$name=...}.
3192 @item _
3193 Similar to @samp{^}, but defines names for the fields in the row
3194 @emph{below}.
3195 @item $
3196 Fields in this row can define @emph{parameters} for formulas.  For
3197 example, if a field in a @samp{$} row contains @samp{max=50}, then
3198 formulas in this table can refer to the value 50 using @samp{$max}.
3199 Parameters work exactly like constants, only that they can be defined on
3200 a per-table basis.
3201 @item #
3202 Fields in this row are automatically recalculated when pressing
3203 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
3204 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
3205 lines will be left alone by this command.
3206 @item *
3207 Selects this line for global recalculation with @kbd{C-u C-c *}, but
3208 not for automatic recalculation.  Use this when automatic
3209 recalculation slows down editing too much.
3210 @item @w{ }
3211 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
3212 All lines that should be recalculated should be marked with @samp{#}
3213 or @samp{*}.
3214 @item /
3215 Do not export this line.  Useful for lines that contain the narrowing
3216 @samp{<N>} markers or column group markers.
3217 @end table
3219 Finally, just to whet your appetite for what can be done with the
3220 fantastic @file{calc.el} package, here is a table that computes the Taylor
3221 series of degree @code{n} at location @code{x} for a couple of
3222 functions.
3224 @example
3225 @group
3226 |---+-------------+---+-----+--------------------------------------|
3227 |   | Func        | n | x   | Result                               |
3228 |---+-------------+---+-----+--------------------------------------|
3229 | # | exp(x)      | 1 | x   | 1 + x                                |
3230 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
3231 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
3232 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
3233 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
3234 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
3235 |---+-------------+---+-----+--------------------------------------|
3236 #+TBLFM: $5=taylor($2,$4,$3);n3
3237 @end group
3238 @end example
3240 @node Org-Plot,  , The spreadsheet, Tables
3241 @section Org-Plot
3242 @cindex graph, in tables
3243 @cindex plot tables using Gnuplot
3244 @cindex #+PLOT
3246 Org-Plot can produce 2D and 3D graphs of information stored in org tables
3247 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
3248 @uref{http://xafs.org/BruceRavel/GnuplotMode}.  To see this in action, ensure
3249 that you have both Gnuplot and Gnuplot mode installed on your system, then
3250 call @code{org-plot/gnuplot} on the following table.
3252 @example
3253 @group
3254 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
3255 | Sede      | Max cites | H-index |
3256 |-----------+-----------+---------|
3257 | Chile     |    257.72 |   21.39 |
3258 | Leeds     |    165.77 |   19.68 |
3259 | Sao Paolo |     71.00 |   11.50 |
3260 | Stockholm |    134.19 |   14.33 |
3261 | Morelia   |    257.56 |   17.67 |
3262 @end group
3263 @end example
3265 Notice that Org Plot is smart enough to apply the table's headers as labels.
3266 Further control over the labels, type, content, and appearance of plots can
3267 be exercised through the @code{#+PLOT:} lines preceding a table.  See below
3268 for a complete list of Org-plot options.  For more information and examples
3269 see the Org-plot tutorial at
3270 @uref{http://orgmode.org/worg/org-tutorials/org-plot.html}.
3272 @subsubheading Plot Options
3274 @table @code
3275 @item set
3276 Specify any @command{gnuplot} option to be set when graphing.
3278 @item title
3279 Specify the title of the plot.
3281 @item ind
3282 Specify which column of the table to use as the @code{x} axis.
3284 @item deps
3285 Specify the columns to graph as a Lisp style list, surrounded by parentheses
3286 and separated by spaces for example @code{dep:(3 4)} to graph the third and
3287 fourth columns (defaults to graphing all other columns aside from the @code{ind}
3288 column).
3290 @item type
3291 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
3293 @item with
3294 Specify a @code{with} option to be inserted for every col being plotted
3295 (e.g., @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
3296 Defaults to @code{lines}.
3298 @item file
3299 If you want to plot to a file, specify @code{"@var{path/to/desired/output-file}"}.
3301 @item labels
3302 List of labels to be used for the @code{deps} (defaults to the column headers
3303 if they exist).
3305 @item line
3306 Specify an entire line to be inserted in the Gnuplot script.
3308 @item map
3309 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
3310 flat mapping rather than a @code{3d} slope.
3312 @item timefmt
3313 Specify format of Org mode timestamps as they will be parsed by Gnuplot.
3314 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
3316 @item script
3317 If you want total control, you can specify a script file (place the file name
3318 between double-quotes) which will be used to plot.  Before plotting, every
3319 instance of @code{$datafile} in the specified script will be replaced with
3320 the path to the generated data file.  Note: even if you set this option, you
3321 may still want to specify the plot type, as that can impact the content of
3322 the data file.
3323 @end table
3325 @node Hyperlinks, TODO Items, Tables, Top
3326 @chapter Hyperlinks
3327 @cindex hyperlinks
3329 Like HTML, Org provides links inside a file, external links to
3330 other files, Usenet articles, emails, and much more.
3332 @menu
3333 * Link format::                 How links in Org are formatted
3334 * Internal links::              Links to other places in the current file
3335 * External links::              URL-like links to the world
3336 * Handling links::              Creating, inserting and following
3337 * Using links outside Org::     Linking from my C source code?
3338 * Link abbreviations::          Shortcuts for writing complex links
3339 * Search options::              Linking to a specific location
3340 * Custom searches::             When the default search is not enough
3341 @end menu
3343 @node Link format, Internal links, Hyperlinks, Hyperlinks
3344 @section Link format
3345 @cindex link format
3346 @cindex format, of links
3348 Org will recognize plain URL-like links and activate them as
3349 clickable links.  The general link format, however, looks like this:
3351 @example
3352 [[link][description]]       @r{or alternatively}           [[link]]
3353 @end example
3355 @noindent
3356 Once a link in the buffer is complete (all brackets present), Org
3357 will change the display so that @samp{description} is displayed instead
3358 of @samp{[[link][description]]} and @samp{link} is displayed instead of
3359 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
3360 which by default is an underlined face.  You can directly edit the
3361 visible part of a link.  Note that this can be either the @samp{link}
3362 part (if there is no description) or the @samp{description} part.  To
3363 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
3364 cursor on the link.
3366 If you place the cursor at the beginning or just behind the end of the
3367 displayed text and press @key{BACKSPACE}, you will remove the
3368 (invisible) bracket at that location.  This makes the link incomplete
3369 and the internals are again displayed as plain text.  Inserting the
3370 missing bracket hides the link internals again.  To show the
3371 internal structure of all links, use the menu entry
3372 @code{Org->Hyperlinks->Literal links}.
3374 @node Internal links, External links, Link format, Hyperlinks
3375 @section Internal links
3376 @cindex internal links
3377 @cindex links, internal
3378 @cindex targets, for links
3380 @cindex property, CUSTOM_ID
3381 If the link does not look like a URL, it is considered to be internal in the
3382 current file.  The most important case is a link like
3383 @samp{[[#my-custom-id]]} which will link to the entry with the
3384 @code{CUSTOM_ID} property @samp{my-custom-id}.  You are responsible yourself
3385 to make sure these custom IDs are unique in a file.
3387 Links such as @samp{[[My Target]]} or @samp{[[My Target][Find my target]]}
3388 lead to a text search in the current file.
3390 The link can be followed with @kbd{C-c C-o} when the cursor is on the link,
3391 or with a mouse click (@pxref{Handling links}).  Links to custom IDs will
3392 point to the corresponding headline.  The preferred match for a text link is
3393 a @i{dedicated target}: the same string in double angular brackets, like
3394 @samp{<<My Target>>}.
3396 @cindex #+NAME
3397 If no dedicated target exists, the link will then try to match the exact name
3398 of an element within the buffer.  Naming is done with the @code{#+NAME}
3399 keyword, which has to be put the line before the element it refers to, as in
3400 the following example
3402 @example
3403 #+NAME: My Target
3404 | a  | table      |
3405 |----+------------|
3406 | of | four cells |
3407 @end example
3409 If none of the above succeeds, Org will search for a headline that is exactly
3410 the link text but may also include a TODO keyword and tags@footnote{To insert
3411 a link targeting a headline, in-buffer completion can be used.  Just type
3412 a star followed by a few optional letters into the buffer and press
3413 @kbd{M-@key{TAB}}.  All headlines in the current buffer will be offered as
3414 completions.}.
3416 During export, internal links will be used to mark objects and assign them
3417 a number.  Marked objects will then be referenced by links pointing to them.
3418 In particular, links without a description will appear as the number assigned
3419 to the marked object@footnote{When targeting a @code{#+NAME} keyword,
3420 @code{#+CAPTION} keyword is mandatory in order to get proper numbering
3421 (@pxref{Images and tables}).}.  In the following excerpt from an Org buffer
3423 @example
3424 - one item
3425 - <<target>>another item
3426 Here we refer to item [[target]].
3427 @end example
3429 @noindent
3430 The last sentence will appear as @samp{Here we refer to item 2} when
3431 exported.
3433 In non-Org files, the search will look for the words in the link text.  In
3434 the above example the search would be for @samp{my target}.
3436 Following a link pushes a mark onto Org's own mark ring.  You can
3437 return to the previous position with @kbd{C-c &}.  Using this command
3438 several times in direct succession goes back to positions recorded
3439 earlier.
3441 @menu
3442 * Radio targets::               Make targets trigger links in plain text
3443 @end menu
3445 @node Radio targets,  , Internal links, Internal links
3446 @subsection Radio targets
3447 @cindex radio targets
3448 @cindex targets, radio
3449 @cindex links, radio targets
3451 Org can automatically turn any occurrences of certain target names
3452 in normal text into a link.  So without explicitly creating a link, the
3453 text connects to the target radioing its position.  Radio targets are
3454 enclosed by triple angular brackets.  For example, a target @samp{<<<My
3455 Target>>>} causes each occurrence of @samp{my target} in normal text to
3456 become activated as a link.  The Org file is scanned automatically
3457 for radio targets only when the file is first loaded into Emacs.  To
3458 update the target list during editing, press @kbd{C-c C-c} with the
3459 cursor on or at a target.
3461 @node External links, Handling links, Internal links, Hyperlinks
3462 @section External links
3463 @cindex links, external
3464 @cindex external links
3465 @cindex links, external
3466 @cindex Gnus links
3467 @cindex BBDB links
3468 @cindex IRC links
3469 @cindex URL links
3470 @cindex file links
3471 @cindex VM links
3472 @cindex RMAIL links
3473 @cindex WANDERLUST links
3474 @cindex MH-E links
3475 @cindex USENET links
3476 @cindex SHELL links
3477 @cindex Info links
3478 @cindex Elisp links
3480 Org supports links to files, websites, Usenet and email messages,
3481 BBDB database entries and links to both IRC conversations and their
3482 logs.  External links are URL-like locators.  They start with a short
3483 identifying string followed by a colon.  There can be no space after
3484 the colon.  The following list shows examples for each link type.
3486 @example
3487 http://www.astro.uva.nl/~dominik          @r{on the web}
3488 doi:10.1000/182                           @r{DOI for an electronic resource}
3489 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
3490 /home/dominik/images/jupiter.jpg          @r{same as above}
3491 file:papers/last.pdf                      @r{file, relative path}
3492 ./papers/last.pdf                         @r{same as above}
3493 file:/myself@@some.where:papers/last.pdf   @r{file, path on remote machine}
3494 /myself@@some.where:papers/last.pdf        @r{same as above}
3495 file:sometextfile::NNN                    @r{file, jump to line number}
3496 file:projects.org                         @r{another Org file}
3497 file:projects.org::some words             @r{text search in Org file}@footnote{
3498 The actual behavior of the search will depend on the value of
3499 the option @var{org-link-search-must-match-exact-headline}.  If its value
3500 is nil, then a fuzzy text search will be done.  If it is t, then only the
3501 exact headline will be matched.  If the value is @code{'query-to-create},
3502 then an exact headline will be searched; if it is not found, then the user
3503 will be queried to create it.}
3504 file:projects.org::*task title            @r{heading search in Org file}
3505 file+sys:/path/to/file                    @r{open via OS, like double-click}
3506 file+emacs:/path/to/file                  @r{force opening by Emacs}
3507 docview:papers/last.pdf::NNN              @r{open in doc-view mode at page}
3508 id:B7423F4D-2E8A-471B-8810-C40F074717E9   @r{Link to heading by ID}
3509 news:comp.emacs                           @r{Usenet link}
3510 mailto:adent@@galaxy.net                   @r{Mail link}
3511 vm:folder                                 @r{VM folder link}
3512 vm:folder#id                              @r{VM message link}
3513 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
3514 vm-imap:account:folder                    @r{VM IMAP folder link}
3515 vm-imap:account:folder#id                 @r{VM IMAP message link}
3516 wl:folder                                 @r{WANDERLUST folder link}
3517 wl:folder#id                              @r{WANDERLUST message link}
3518 mhe:folder                                @r{MH-E folder link}
3519 mhe:folder#id                             @r{MH-E message link}
3520 rmail:folder                              @r{RMAIL folder link}
3521 rmail:folder#id                           @r{RMAIL message link}
3522 gnus:group                                @r{Gnus group link}
3523 gnus:group#id                             @r{Gnus article link}
3524 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
3525 irc:/irc.com/#emacs/bob                   @r{IRC link}
3526 info:org#External links                   @r{Info node link}
3527 shell:ls *.org                            @r{A shell command}
3528 elisp:org-agenda                          @r{Interactive Elisp command}
3529 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
3530 @end example
3532 For customizing Org to add new link types @ref{Adding hyperlink types}.
3534 A link should be enclosed in double brackets and may contain a
3535 descriptive text to be displayed instead of the URL (@pxref{Link
3536 format}), for example:
3538 @example
3539 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
3540 @end example
3542 @noindent
3543 If the description is a file name or URL that points to an image, HTML
3544 export (@pxref{HTML export}) will inline the image as a clickable
3545 button.  If there is no description at all and the link points to an
3546 image,
3547 that image will be inlined into the exported HTML file.
3549 @cindex square brackets, around links
3550 @cindex plain text external links
3551 Org also finds external links in the normal text and activates them
3552 as links.  If spaces must be part of the link (for example in
3553 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
3554 about the end of the link, enclose them in square brackets.
3556 @node Handling links, Using links outside Org, External links, Hyperlinks
3557 @section Handling links
3558 @cindex links, handling
3560 Org provides methods to create a link in the correct syntax, to
3561 insert it into an Org file, and to follow the link.
3563 @table @kbd
3564 @orgcmd{C-c l,org-store-link}
3565 @cindex storing links
3566 Store a link to the current location.  This is a @emph{global} command (you
3567 must create the key binding yourself) which can be used in any buffer to
3568 create a link.  The link will be stored for later insertion into an Org
3569 buffer (see below).  What kind of link will be created depends on the current
3570 buffer:
3572 @b{Org mode buffers}@*
3573 For Org files, if there is a @samp{<<target>>} at the cursor, the link points
3574 to the target.  Otherwise it points to the current headline, which will also
3575 be the description@footnote{If the headline contains a timestamp, it will be
3576 removed from the link and result in a wrong link---you should avoid putting
3577 timestamp in the headline.}.
3579 @vindex org-id-link-to-org-use-id
3580 @cindex property, CUSTOM_ID
3581 @cindex property, ID
3582 If the headline has a @code{CUSTOM_ID} property, a link to this custom ID
3583 will be stored.  In addition or alternatively (depending on the value of
3584 @var{org-id-link-to-org-use-id}), a globally unique @code{ID} property will
3585 be created and/or used to construct a link@footnote{The library
3586 @file{org-id.el} must first be loaded, either through @code{org-customize} by
3587 enabling @code{org-id} in @code{org-modules}, or by adding @code{(require
3588 'org-id)} in your @file{.emacs}.}. So using this command in Org buffers will
3589 potentially create two links: a human-readable from the custom ID, and one
3590 that is globally unique and works even if the entry is moved from file to
3591 file.  Later, when inserting the link, you need to decide which one to use.
3593 @b{Email/News clients: VM, Rmail, Wanderlust, MH-E, Gnus}@*
3594 Pretty much all Emacs mail clients are supported.  The link will point to the
3595 current article, or, in some GNUS buffers, to the group.  The description is
3596 constructed from the author and the subject.
3598 @b{Web browsers: W3 and W3M}@*
3599 Here the link will be the current URL, with the page title as description.
3601 @b{Contacts: BBDB}@*
3602 Links created in a BBDB buffer will point to the current entry.
3604 @b{Chat: IRC}@*
3605 @vindex org-irc-link-to-logs
3606 For IRC links, if you set the option @var{org-irc-link-to-logs} to @code{t},
3607 a @samp{file:/} style link to the relevant point in the logs for the current
3608 conversation is created.  Otherwise an @samp{irc:/} style link to the
3609 user/channel/server under the point will be stored.
3611 @b{Other files}@*
3612 For any other files, the link will point to the file, with a search string
3613 (@pxref{Search options}) pointing to the contents of the current line.  If
3614 there is an active region, the selected words will form the basis of the
3615 search string.  If the automatically created link is not working correctly or
3616 accurately enough, you can write custom functions to select the search string
3617 and to do the search for particular file types---see @ref{Custom searches}.
3618 The key binding @kbd{C-c l} is only a suggestion---see @ref{Installation}.
3620 @b{Agenda view}@*
3621 When the cursor is in an agenda view, the created link points to the
3622 entry referenced by the current line.
3625 @orgcmd{C-c C-l,org-insert-link}
3626 @cindex link completion
3627 @cindex completion, of links
3628 @cindex inserting links
3629 @vindex org-keep-stored-link-after-insertion
3630 Insert a link@footnote{ Note that you don't have to use this command to
3631 insert a link.  Links in Org are plain text, and you can type or paste them
3632 straight into the buffer.  By using this command, the links are automatically
3633 enclosed in double brackets, and you will be asked for the optional
3634 descriptive text.}.  This prompts for a link to be inserted into the buffer.
3635 You can just type a link, using text for an internal link, or one of the link
3636 type prefixes mentioned in the examples above.  The link will be inserted
3637 into the buffer@footnote{After insertion of a stored link, the link will be
3638 removed from the list of stored links.  To keep it in the list later use, use
3639 a triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
3640 @var{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
3641 If some text was selected when this command is called, the selected text
3642 becomes the default description.
3644 @b{Inserting stored links}@*
3645 All links stored during the
3646 current session are part of the history for this prompt, so you can access
3647 them with @key{up} and @key{down} (or @kbd{M-p/n}).
3649 @b{Completion support}@* Completion with @key{TAB} will help you to insert
3650 valid link prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
3651 defined through link abbreviations (@pxref{Link abbreviations}).  If you
3652 press @key{RET} after inserting only the @var{prefix}, Org will offer
3653 specific completion support for some link types@footnote{This works by
3654 calling a special function @code{org-PREFIX-complete-link}.}  For
3655 example, if you type @kbd{file @key{RET}}, file name completion (alternative
3656 access: @kbd{C-u C-c C-l}, see below) will be offered, and after @kbd{bbdb
3657 @key{RET}} you can complete contact names.
3658 @orgkey C-u C-c C-l
3659 @cindex file name completion
3660 @cindex completion, of file names
3661 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
3662 a file will be inserted and you may use file name completion to select
3663 the name of the file.  The path to the file is inserted relative to the
3664 directory of the current Org file, if the linked file is in the current
3665 directory or in a sub-directory of it, or if the path is written relative
3666 to the current directory using @samp{../}.  Otherwise an absolute path
3667 is used, if possible with @samp{~/} for your home directory.  You can
3668 force an absolute path with two @kbd{C-u} prefixes.
3670 @item C-c C-l @ @r{(with cursor on existing link)}
3671 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
3672 link and description parts of the link.
3674 @cindex following links
3675 @orgcmd{C-c C-o,org-open-at-point}
3676 @vindex org-file-apps
3677 @vindex org-link-frame-setup
3678 Open link at point.  This will launch a web browser for URLs (using
3679 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
3680 the corresponding links, and execute the command in a shell link.  When the
3681 cursor is on an internal link, this command runs the corresponding search.
3682 When the cursor is on a TAG list in a headline, it creates the corresponding
3683 TAGS view.  If the cursor is on a timestamp, it compiles the agenda for that
3684 date.  Furthermore, it will visit text and remote files in @samp{file:} links
3685 with Emacs and select a suitable application for local non-text files.
3686 Classification of files is based on file extension only.  See option
3687 @var{org-file-apps}.  If you want to override the default application and
3688 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
3689 opening in Emacs, use a @kbd{C-u C-u} prefix.@*
3690 If the cursor is on a headline, but not on a link, offer all links in the
3691 headline and entry text.  If you want to setup the frame configuration for
3692 following links, customize @var{org-link-frame-setup}.
3694 @orgkey @key{RET}
3695 @vindex org-return-follows-link
3696 When @var{org-return-follows-link} is set, @kbd{@key{RET}} will also follow
3697 the link at point.
3699 @kindex mouse-2
3700 @kindex mouse-1
3701 @item mouse-2
3702 @itemx mouse-1
3703 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
3704 would.  Under Emacs 22 and later, @kbd{mouse-1} will also follow a link.
3706 @kindex mouse-3
3707 @item mouse-3
3708 @vindex org-display-internal-link-with-indirect-buffer
3709 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
3710 internal links to be displayed in another window@footnote{See the
3711 option @var{org-display-internal-link-with-indirect-buffer}}.
3713 @orgcmd{C-c C-x C-v,org-toggle-inline-images}
3714 @cindex inlining images
3715 @cindex images, inlining
3716 @vindex org-startup-with-inline-images
3717 @cindex @code{inlineimages}, STARTUP keyword
3718 @cindex @code{noinlineimages}, STARTUP keyword
3719 Toggle the inline display of linked images.  Normally this will only inline
3720 images that have no description part in the link, i.e., images that will also
3721 be inlined during export.  When called with a prefix argument, also display
3722 images that do have a link description.  You can ask for inline images to be
3723 displayed at startup by configuring the variable
3724 @var{org-startup-with-inline-images}@footnote{with corresponding
3725 @code{#+STARTUP} keywords @code{inlineimages} and @code{inlineimages}}.
3726 @orgcmd{C-c %,org-mark-ring-push}
3727 @cindex mark ring
3728 Push the current position onto the mark ring, to be able to return
3729 easily.  Commands following an internal link do this automatically.
3731 @orgcmd{C-c &,org-mark-ring-goto}
3732 @cindex links, returning to
3733 Jump back to a recorded position.  A position is recorded by the
3734 commands following internal links, and by @kbd{C-c %}.  Using this
3735 command several times in direct succession moves through a ring of
3736 previously recorded positions.
3738 @orgcmdkkcc{C-c C-x C-n,C-c C-x C-p,org-next-link,org-previous-link}
3739 @cindex links, finding next/previous
3740 Move forward/backward to the next link in the buffer.  At the limit of
3741 the buffer, the search fails once, and then wraps around.  The key
3742 bindings for this are really too long; you might want to bind this also
3743 to @kbd{C-n} and @kbd{C-p}
3744 @lisp
3745 (add-hook 'org-load-hook
3746   (lambda ()
3747     (define-key org-mode-map "\C-n" 'org-next-link)
3748     (define-key org-mode-map "\C-p" 'org-previous-link)))
3749 @end lisp
3750 @end table
3752 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
3753 @section Using links outside Org
3755 You can insert and follow links that have Org syntax not only in
3756 Org, but in any Emacs buffer.  For this, you should create two
3757 global commands, like this (please select suitable global keys
3758 yourself):
3760 @lisp
3761 (global-set-key "\C-c L" 'org-insert-link-global)
3762 (global-set-key "\C-c o" 'org-open-at-point-global)
3763 @end lisp
3765 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
3766 @section Link abbreviations
3767 @cindex link abbreviations
3768 @cindex abbreviation, links
3770 Long URLs can be cumbersome to type, and often many similar links are
3771 needed in a document.  For this you can use link abbreviations.  An
3772 abbreviated link looks like this
3774 @example
3775 [[linkword:tag][description]]
3776 @end example
3778 @noindent
3779 @vindex org-link-abbrev-alist
3780 where the tag is optional.
3781 The @i{linkword} must be a word, starting with a letter, followed by
3782 letters, numbers, @samp{-}, and @samp{_}.  Abbreviations are resolved
3783 according to the information in the variable @var{org-link-abbrev-alist}
3784 that relates the linkwords to replacement text.  Here is an example:
3786 @smalllisp
3787 @group
3788 (setq org-link-abbrev-alist
3789   '(("bugzilla"  . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
3790     ("url-to-ja" . "http://translate.google.fr/translate?sl=en&tl=ja&u=%h")
3791     ("google"    . "http://www.google.com/search?q=")
3792     ("gmap"      . "http://maps.google.com/maps?q=%s")
3793     ("omap"      . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1")
3794     ("ads"       . "http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?author=%s&db_key=AST")))
3795 @end group
3796 @end smalllisp
3798 If the replacement text contains the string @samp{%s}, it will be
3799 replaced with the tag.  Using @samp{%h} instead of @samp{%s} will
3800 url-encode the tag (see the example above, where we need to encode
3801 the URL parameter.)  Using @samp{%(my-function)} will pass the tag
3802 to a custom function, and replace it by the resulting string.
3804 If the replacement text don't contain any specifier, it will simply
3805 be appended to the string in order to create the link.
3807 Instead of a string, you may also specify a function that will be
3808 called with the tag as the only argument to create the link.
3810 With the above setting, you could link to a specific bug with
3811 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
3812 @code{[[google:OrgMode]]}, show the map location of the Free Software
3813 Foundation @code{[[gmap:51 Franklin Street, Boston]]} or of Carsten office
3814 @code{[[omap:Science Park 904, Amsterdam, The Netherlands]]} and find out
3815 what the Org author is doing besides Emacs hacking with
3816 @code{[[ads:Dominik,C]]}.
3818 If you need special abbreviations just for a single Org buffer, you
3819 can define them in the file with
3821 @cindex #+LINK
3822 @example
3823 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
3824 #+LINK: google    http://www.google.com/search?q=%s
3825 @end example
3827 @noindent
3828 In-buffer completion (@pxref{Completion}) can be used after @samp{[} to
3829 complete link abbreviations.  You may also define a function
3830 @code{org-PREFIX-complete-link} that implements special (e.g., completion)
3831 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
3832 not accept any arguments, and return the full link with prefix.
3834 @node Search options, Custom searches, Link abbreviations, Hyperlinks
3835 @section Search options in file links
3836 @cindex search option in file links
3837 @cindex file links, searching
3839 File links can contain additional information to make Emacs jump to a
3840 particular location in the file when following a link.  This can be a
3841 line number or a search option after a double@footnote{For backward
3842 compatibility, line numbers can also follow a single colon.} colon.  For
3843 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
3844 links}) to a file, it encodes the words in the current line as a search
3845 string that can be used to find this line back later when following the
3846 link with @kbd{C-c C-o}.
3848 Here is the syntax of the different ways to attach a search to a file
3849 link, together with an explanation:
3851 @example
3852 [[file:~/code/main.c::255]]
3853 [[file:~/xx.org::My Target]]
3854 [[file:~/xx.org::*My Target]]
3855 [[file:~/xx.org::#my-custom-id]]
3856 [[file:~/xx.org::/regexp/]]
3857 @end example
3859 @table @code
3860 @item 255
3861 Jump to line 255.
3862 @item My Target
3863 Search for a link target @samp{<<My Target>>}, or do a text search for
3864 @samp{my target}, similar to the search in internal links, see
3865 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
3866 link will become a HTML reference to the corresponding named anchor in
3867 the linked file.
3868 @item *My Target
3869 In an Org file, restrict search to headlines.
3870 @item #my-custom-id
3871 Link to a heading with a @code{CUSTOM_ID} property
3872 @item /regexp/
3873 Do a regular expression search for @code{regexp}.  This uses the Emacs
3874 command @code{occur} to list all matches in a separate window.  If the
3875 target file is in Org mode, @code{org-occur} is used to create a
3876 sparse tree with the matches.
3877 @c If the target file is a directory,
3878 @c @code{grep} will be used to search all files in the directory.
3879 @end table
3881 As a degenerate case, a file link with an empty file name can be used
3882 to search the current file.  For example, @code{[[file:::find me]]} does
3883 a search for @samp{find me} in the current file, just as
3884 @samp{[[find me]]} would.
3886 @node Custom searches,  , Search options, Hyperlinks
3887 @section Custom Searches
3888 @cindex custom search strings
3889 @cindex search strings, custom
3891 The default mechanism for creating search strings and for doing the
3892 actual search related to a file link may not work correctly in all
3893 cases.  For example, Bib@TeX{} database files have many entries like
3894 @samp{year="1993"} which would not result in good search strings,
3895 because the only unique identification for a Bib@TeX{} entry is the
3896 citation key.
3898 @vindex org-create-file-search-functions
3899 @vindex org-execute-file-search-functions
3900 If you come across such a problem, you can write custom functions to set
3901 the right search string for a particular file type, and to do the search
3902 for the string in the file.  Using @code{add-hook}, these functions need
3903 to be added to the hook variables
3904 @var{org-create-file-search-functions} and
3905 @var{org-execute-file-search-functions}.  See the docstring for these
3906 variables for more information.  Org actually uses this mechanism
3907 for Bib@TeX{} database files, and you can use the corresponding code as
3908 an implementation example.  See the file @file{org-bibtex.el}.
3910 @node TODO Items, Tags, Hyperlinks, Top
3911 @chapter TODO items
3912 @cindex TODO items
3914 Org mode does not maintain TODO lists as separate documents@footnote{Of
3915 course, you can make a document that contains only long lists of TODO items,
3916 but this is not required.}.  Instead, TODO items are an integral part of the
3917 notes file, because TODO items usually come up while taking notes!  With Org
3918 mode, simply mark any entry in a tree as being a TODO item.  In this way,
3919 information is not duplicated, and the entire context from which the TODO
3920 item emerged is always present.
3922 Of course, this technique for managing TODO items scatters them
3923 throughout your notes file.  Org mode compensates for this by providing
3924 methods to give you an overview of all the things that you have to do.
3926 @menu
3927 * TODO basics::                 Marking and displaying TODO entries
3928 * TODO extensions::             Workflow and assignments
3929 * Progress logging::            Dates and notes for progress
3930 * Priorities::                  Some things are more important than others
3931 * Breaking down tasks::         Splitting a task into manageable pieces
3932 * Checkboxes::                  Tick-off lists
3933 @end menu
3935 @node TODO basics, TODO extensions, TODO Items, TODO Items
3936 @section Basic TODO functionality
3938 Any headline becomes a TODO item when it starts with the word
3939 @samp{TODO}, for example:
3941 @example
3942 *** TODO Write letter to Sam Fortune
3943 @end example
3945 @noindent
3946 The most important commands to work with TODO entries are:
3948 @table @kbd
3949 @orgcmd{C-c C-t,org-todo}
3950 @cindex cycling, of TODO states
3951 @vindex org-use-fast-todo-selection
3953 Rotate the TODO state of the current item among
3955 @example
3956 ,-> (unmarked) -> TODO -> DONE --.
3957 '--------------------------------'
3958 @end example
3960 If TODO keywords have fast access keys (see @ref{Fast access to TODO
3961 states}), you will be prompted for a TODO keyword through the fast selection
3962 interface; this is the default behavior when
3963 @var{org-use-fast-todo-selection} is non-nil.
3965 The same rotation can also be done ``remotely'' from the timeline and agenda
3966 buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3968 @orgkey{C-u C-c C-t}
3969 When TODO keywords have no selection keys, select a specific keyword using
3970 completion; otherwise force cycling through TODO states with no prompt.  When
3971 @var{org-use-fast-todo-selection} is set to @code{prefix}, use the fast
3972 selection interface.
3974 @kindex S-@key{right}
3975 @kindex S-@key{left}
3976 @item S-@key{right} @ @r{/} @ S-@key{left}
3977 @vindex org-treat-S-cursor-todo-selection-as-state-change
3978 Select the following/preceding TODO state, similar to cycling.  Useful
3979 mostly if more than two TODO states are possible (@pxref{TODO
3980 extensions}).  See also @ref{Conflicts}, for a discussion of the interaction
3981 with @code{shift-selection-mode}.  See also the variable
3982 @var{org-treat-S-cursor-todo-selection-as-state-change}.
3983 @orgcmd{C-c / t,org-show-todo-tree}
3984 @cindex sparse tree, for TODO
3985 @vindex org-todo-keywords
3986 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds the
3987 entire buffer, but shows all TODO items (with not-DONE state) and the
3988 headings hierarchy above them.  With a prefix argument (or by using @kbd{C-c
3989 / T}), search for a specific TODO@.  You will be prompted for the keyword,
3990 and you can also give a list of keywords like @code{KWD1|KWD2|...} to list
3991 entries that match any one of these keywords.  With a numeric prefix argument
3992 N, show the tree for the Nth keyword in the option @var{org-todo-keywords}.
3993 With two prefix arguments, find all TODO states, both un-done and done.
3994 @orgcmd{C-c a t,org-todo-list}
3995 Show the global TODO list.  Collects the TODO items (with not-DONE states)
3996 from all agenda files (@pxref{Agenda Views}) into a single buffer.  The new
3997 buffer will be in @code{agenda-mode}, which provides commands to examine and
3998 manipulate the TODO entries from the new buffer (@pxref{Agenda commands}).
3999 @xref{Global TODO list}, for more information.
4000 @orgcmd{S-M-@key{RET},org-insert-todo-heading}
4001 Insert a new TODO entry below the current one.
4002 @end table
4004 @noindent
4005 @vindex org-todo-state-tags-triggers
4006 Changing a TODO state can also trigger tag changes.  See the docstring of the
4007 option @var{org-todo-state-tags-triggers} for details.
4009 @node TODO extensions, Progress logging, TODO basics, TODO Items
4010 @section Extended use of TODO keywords
4011 @cindex extended TODO keywords
4013 @vindex org-todo-keywords
4014 By default, marked TODO entries have one of only two states: TODO and
4015 DONE@.  Org mode allows you to classify TODO items in more complex ways
4016 with @emph{TODO keywords} (stored in @var{org-todo-keywords}).  With
4017 special setup, the TODO keyword system can work differently in different
4018 files.
4020 Note that @i{tags} are another way to classify headlines in general and
4021 TODO items in particular (@pxref{Tags}).
4023 @menu
4024 * Workflow states::             From TODO to DONE in steps
4025 * TODO types::                  I do this, Fred does the rest
4026 * Multiple sets in one file::   Mixing it all, and still finding your way
4027 * Fast access to TODO states::  Single letter selection of a state
4028 * Per-file keywords::           Different files, different requirements
4029 * Faces for TODO keywords::     Highlighting states
4030 * TODO dependencies::           When one task needs to wait for others
4031 @end menu
4033 @node Workflow states, TODO types, TODO extensions, TODO extensions
4034 @subsection TODO keywords as workflow states
4035 @cindex TODO workflow
4036 @cindex workflow states as TODO keywords
4038 You can use TODO keywords to indicate different @emph{sequential} states
4039 in the process of working on an item, for example@footnote{Changing
4040 this variable only becomes effective after restarting Org mode in a
4041 buffer.}:
4043 @lisp
4044 (setq org-todo-keywords
4045   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
4046 @end lisp
4048 The vertical bar separates the TODO keywords (states that @emph{need
4049 action}) from the DONE states (which need @emph{no further action}).  If
4050 you don't provide the separator bar, the last state is used as the DONE
4051 state.
4052 @cindex completion, of TODO keywords
4053 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
4054 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED@.  You may
4055 also use a numeric prefix argument to quickly select a specific state.  For
4056 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY@.
4057 Or you can use @kbd{S-@key{left}} to go backward through the sequence.  If you
4058 define many keywords, you can use in-buffer completion
4059 (@pxref{Completion}) or even a special one-key selection scheme
4060 (@pxref{Fast access to TODO states}) to insert these words into the
4061 buffer.  Changing a TODO state can be logged with a timestamp, see
4062 @ref{Tracking TODO state changes}, for more information.
4064 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
4065 @subsection TODO keywords as types
4066 @cindex TODO types
4067 @cindex names as TODO keywords
4068 @cindex types as TODO keywords
4070 The second possibility is to use TODO keywords to indicate different
4071 @emph{types} of action items.  For example, you might want to indicate
4072 that items are for ``work'' or ``home''.  Or, when you work with several
4073 people on a single project, you might want to assign action items
4074 directly to persons, by using their names as TODO keywords.  This would
4075 be set up like this:
4077 @lisp
4078 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
4079 @end lisp
4081 In this case, different keywords do not indicate a sequence, but rather
4082 different types.  So the normal work flow would be to assign a task to a
4083 person, and later to mark it DONE@.  Org mode supports this style by adapting
4084 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
4085 @kbd{t} command in the timeline and agenda buffers.}.  When used several
4086 times in succession, it will still cycle through all names, in order to first
4087 select the right type for a task.  But when you return to the item after some
4088 time and execute @kbd{C-c C-t} again, it will switch from any name directly
4089 to DONE@.  Use prefix arguments or completion to quickly select a specific
4090 name.  You can also review the items of a specific TODO type in a sparse tree
4091 by using a numeric prefix to @kbd{C-c / t}.  For example, to see all things
4092 Lucy has to do, you would use @kbd{C-3 C-c / t}.  To collect Lucy's items
4093 from all agenda files into a single buffer, you would use the numeric prefix
4094 argument as well when creating the global TODO list: @kbd{C-3 C-c a t}.
4096 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
4097 @subsection Multiple keyword sets in one file
4098 @cindex TODO keyword sets
4100 Sometimes you may want to use different sets of TODO keywords in
4101 parallel.  For example, you may want to have the basic
4102 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
4103 separate state indicating that an item has been canceled (so it is not
4104 DONE, but also does not require action).  Your setup would then look
4105 like this:
4107 @lisp
4108 (setq org-todo-keywords
4109       '((sequence "TODO" "|" "DONE")
4110         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
4111         (sequence "|" "CANCELED")))
4112 @end lisp
4114 The keywords should all be different, this helps Org mode to keep track
4115 of which subsequence should be used for a given entry.  In this setup,
4116 @kbd{C-c C-t} only operates within a subsequence, so it switches from
4117 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
4118 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
4119 select the correct sequence.  Besides the obvious ways like typing a
4120 keyword or using completion, you may also apply the following commands:
4122 @table @kbd
4123 @kindex C-S-@key{right}
4124 @kindex C-S-@key{left}
4125 @kindex C-u C-u C-c C-t
4126 @item C-u C-u C-c C-t
4127 @itemx C-S-@key{right}
4128 @itemx C-S-@key{left}
4129 These keys jump from one TODO subset to the next.  In the above example,
4130 @kbd{C-u C-u C-c C-t} or @kbd{C-S-@key{right}} would jump from @code{TODO} or
4131 @code{DONE} to @code{REPORT}, and any of the words in the second row to
4132 @code{CANCELED}.  Note that the @kbd{C-S-} key binding conflict with
4133 @code{shift-selection-mode} (@pxref{Conflicts}).
4134 @kindex S-@key{right}
4135 @kindex S-@key{left}
4136 @item S-@key{right}
4137 @itemx S-@key{left}
4138 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through @emph{all}
4139 keywords from all sets, so for example @kbd{S-@key{<right>}} would switch
4140 from @code{DONE} to @code{REPORT} in the example above.  See also
4141 @ref{Conflicts}, for a discussion of the interaction with
4142 @code{shift-selection-mode}.
4143 @end table
4145 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
4146 @subsection Fast access to TODO states
4148 If you would like to quickly change an entry to an arbitrary TODO state
4149 instead of cycling through the states, you can set up keys for single-letter
4150 access to the states.  This is done by adding the selection character after
4151 each keyword, in parentheses@footnote{All characters are allowed except
4152 @code{@@^!}, which have a special meaning here.}.  For example:
4154 @lisp
4155 (setq org-todo-keywords
4156       '((sequence "TODO(t)" "|" "DONE(d)")
4157         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
4158         (sequence "|" "CANCELED(c)")))
4159 @end lisp
4161 @vindex org-fast-tag-selection-include-todo
4162 If you then press @kbd{C-c C-t} followed by the selection key, the entry
4163 will be switched to this state.  @kbd{SPC} can be used to remove any TODO
4164 keyword from an entry.@footnote{Check also the option
4165 @var{org-fast-tag-selection-include-todo}, it allows you to change the TODO
4166 state through the tags interface (@pxref{Setting tags}), in case you like to
4167 mingle the two concepts.  Note that this means you need to come up with
4168 unique keys across both sets of keywords.}
4170 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
4171 @subsection Setting up keywords for individual files
4172 @cindex keyword options
4173 @cindex per-file keywords
4174 @cindex #+TODO
4175 @cindex #+TYP_TODO
4176 @cindex #+SEQ_TODO
4178 It can be very useful to use different aspects of the TODO mechanism in
4179 different files.  For file-local settings, you need to add special lines
4180 to the file which set the keywords and interpretation for that file
4181 only.  For example, to set one of the two examples discussed above, you
4182 need one of the following lines, starting in column zero anywhere in the
4183 file:
4185 @example
4186 #+TODO: TODO FEEDBACK VERIFY | DONE CANCELED
4187 @end example
4188 @noindent (you may also write @code{#+SEQ_TODO} to be explicit about the
4189 interpretation, but it means the same as @code{#+TODO}), or
4190 @example
4191 #+TYP_TODO: Fred Sara Lucy Mike | DONE
4192 @end example
4194 A setup for using several sets in parallel would be:
4196 @example
4197 #+TODO: TODO | DONE
4198 #+TODO: REPORT BUG KNOWNCAUSE | FIXED
4199 #+TODO: | CANCELED
4200 @end example
4202 @cindex completion, of option keywords
4203 @kindex M-@key{TAB}
4204 @noindent To make sure you are using the correct keyword, type
4205 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
4207 @cindex DONE, final TODO keyword
4208 Remember that the keywords after the vertical bar (or the last keyword
4209 if no bar is there) must always mean that the item is DONE (although you
4210 may use a different word).  After changing one of these lines, use
4211 @kbd{C-c C-c} with the cursor still in the line to make the changes
4212 known to Org mode@footnote{Org mode parses these lines only when
4213 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
4214 cursor in a line starting with @samp{#+} is simply restarting Org mode
4215 for the current buffer.}.
4217 @node Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions
4218 @subsection Faces for TODO keywords
4219 @cindex faces, for TODO keywords
4221 @vindex org-todo @r{(face)}
4222 @vindex org-done @r{(face)}
4223 @vindex org-todo-keyword-faces
4224 Org mode highlights TODO keywords with special faces: @code{org-todo}
4225 for keywords indicating that an item still has to be acted upon, and
4226 @code{org-done} for keywords indicating that an item is finished.  If
4227 you are using more than 2 different states, you might want to use
4228 special faces for some of them.  This can be done using the option
4229 @var{org-todo-keyword-faces}.  For example:
4231 @lisp
4232 @group
4233 (setq org-todo-keyword-faces
4234       '(("TODO" . org-warning) ("STARTED" . "yellow")
4235         ("CANCELED" . (:foreground "blue" :weight bold))))
4236 @end group
4237 @end lisp
4239 While using a list with face properties as shown for CANCELED @emph{should}
4240 work, this does not always seem to be the case.  If necessary, define a
4241 special face and use that.  A string is interpreted as a color.  The option
4242 @var{org-faces-easy-properties} determines if that color is interpreted as a
4243 foreground or a background color.
4245 @node TODO dependencies,  , Faces for TODO keywords, TODO extensions
4246 @subsection TODO dependencies
4247 @cindex TODO dependencies
4248 @cindex dependencies, of TODO states
4250 @vindex org-enforce-todo-dependencies
4251 @cindex property, ORDERED
4252 The structure of Org files (hierarchy and lists) makes it easy to define TODO
4253 dependencies.  Usually, a parent TODO task should not be marked DONE until
4254 all subtasks (defined as children tasks) are marked as DONE@.  And sometimes
4255 there is a logical sequence to a number of (sub)tasks, so that one task
4256 cannot be acted upon before all siblings above it are done.  If you customize
4257 the option @var{org-enforce-todo-dependencies}, Org will block entries
4258 from changing state to DONE while they have children that are not DONE@.
4259 Furthermore, if an entry has a property @code{ORDERED}, each of its children
4260 will be blocked until all earlier siblings are marked DONE@.  Here is an
4261 example:
4263 @example
4264 * TODO Blocked until (two) is done
4265 ** DONE one
4266 ** TODO two
4268 * Parent
4269   :PROPERTIES:
4270   :ORDERED: t
4271   :END:
4272 ** TODO a
4273 ** TODO b, needs to wait for (a)
4274 ** TODO c, needs to wait for (a) and (b)
4275 @end example
4277 @table @kbd
4278 @orgcmd{C-c C-x o,org-toggle-ordered-property}
4279 @vindex org-track-ordered-property-with-tag
4280 @cindex property, ORDERED
4281 Toggle the @code{ORDERED} property of the current entry.  A property is used
4282 for this behavior because this should be local to the current entry, not
4283 inherited like a tag.  However, if you would like to @i{track} the value of
4284 this property with a tag for better visibility, customize the option
4285 @var{org-track-ordered-property-with-tag}.
4286 @orgkey{C-u C-u C-u C-c C-t}
4287 Change TODO state, circumventing any state blocking.
4288 @end table
4290 @vindex org-agenda-dim-blocked-tasks
4291 If you set the option @var{org-agenda-dim-blocked-tasks}, TODO entries
4292 that cannot be closed because of such dependencies will be shown in a dimmed
4293 font or even made invisible in agenda views (@pxref{Agenda Views}).
4295 @cindex checkboxes and TODO dependencies
4296 @vindex org-enforce-todo-dependencies
4297 You can also block changes of TODO states by looking at checkboxes
4298 (@pxref{Checkboxes}).  If you set the option
4299 @var{org-enforce-todo-checkbox-dependencies}, an entry that has unchecked
4300 checkboxes will be blocked from switching to DONE.
4302 If you need more complex dependency structures, for example dependencies
4303 between entries in different trees or files, check out the contributed
4304 module @file{org-depend.el}.
4306 @page
4307 @node Progress logging, Priorities, TODO extensions, TODO Items
4308 @section Progress logging
4309 @cindex progress logging
4310 @cindex logging, of progress
4312 Org mode can automatically record a timestamp and possibly a note when
4313 you mark a TODO item as DONE, or even each time you change the state of
4314 a TODO item.  This system is highly configurable; settings can be on a
4315 per-keyword basis and can be localized to a file or even a subtree.  For
4316 information on how to clock working time for a task, see @ref{Clocking
4317 work time}.
4319 @menu
4320 * Closing items::               When was this entry marked DONE?
4321 * Tracking TODO state changes::  When did the status change?
4322 * Tracking your habits::        How consistent have you been?
4323 @end menu
4325 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
4326 @subsection Closing items
4328 The most basic logging is to keep track of @emph{when} a certain TODO
4329 item was finished.  This is achieved with@footnote{The corresponding
4330 in-buffer setting is: @code{#+STARTUP: logdone}}
4332 @lisp
4333 (setq org-log-done 'time)
4334 @end lisp
4336 @noindent
4337 Then each time you turn an entry from a TODO (not-done) state into any
4338 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
4339 just after the headline.  If you turn the entry back into a TODO item
4340 through further state cycling, that line will be removed again.  If you
4341 want to record a note along with the timestamp, use@footnote{The
4342 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
4344 @lisp
4345 (setq org-log-done 'note)
4346 @end lisp
4348 @noindent
4349 You will then be prompted for a note, and that note will be stored below
4350 the entry with a @samp{Closing Note} heading.
4352 In the timeline (@pxref{Timeline}) and in the agenda
4353 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
4354 display the TODO items with a @samp{CLOSED} timestamp on each day,
4355 giving you an overview of what has been done.
4357 @node Tracking TODO state changes, Tracking your habits, Closing items, Progress logging
4358 @subsection Tracking TODO state changes
4359 @cindex drawer, for state change recording
4361 @vindex org-log-states-order-reversed
4362 @vindex org-log-into-drawer
4363 @cindex property, LOG_INTO_DRAWER
4364 When TODO keywords are used as workflow states (@pxref{Workflow states}), you
4365 might want to keep track of when a state change occurred and maybe take a
4366 note about this change.  You can either record just a timestamp, or a
4367 time-stamped note for a change.  These records will be inserted after the
4368 headline as an itemized list, newest first@footnote{See the option
4369 @var{org-log-states-order-reversed}}.  When taking a lot of notes, you might
4370 want to get the notes out of the way into a drawer (@pxref{Drawers}).
4371 Customize @var{org-log-into-drawer} to get this behavior---the recommended
4372 drawer for this is called @code{LOGBOOK}@footnote{Note that the
4373 @code{LOGBOOK} drawer is unfolded when pressing @key{SPC} in the agenda to
4374 show an entry---use @key{C-u SPC} to keep it folded here}.  You can also
4375 overrule the setting of this variable for a subtree by setting a
4376 @code{LOG_INTO_DRAWER} property.
4378 Since it is normally too much to record a note for every state, Org mode
4379 expects configuration on a per-keyword basis for this.  This is achieved by
4380 adding special markers @samp{!} (for a timestamp) or @samp{@@} (for a note
4381 with timestamp) in parentheses after each keyword.  For example, with the
4382 setting
4384 @lisp
4385 (setq org-todo-keywords
4386   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
4387 @end lisp
4389 To record a timestamp without a note for TODO keywords configured with
4390 @samp{@@}, just type @kbd{C-c C-c} to enter a blank note when prompted.
4392 @noindent
4393 @vindex org-log-done
4394 you not only define global TODO keywords and fast access keys, but also
4395 request that a time is recorded when the entry is set to
4396 DONE@footnote{It is possible that Org mode will record two timestamps
4397 when you are using both @var{org-log-done} and state change logging.
4398 However, it will never prompt for two notes---if you have configured
4399 both, the state change recording note will take precedence and cancel
4400 the @samp{Closing Note}.}, and that a note is recorded when switching to
4401 WAIT or CANCELED@.  The setting for WAIT is even more special: the
4402 @samp{!} after the slash means that in addition to the note taken when
4403 entering the state, a timestamp should be recorded when @i{leaving} the
4404 WAIT state, if and only if the @i{target} state does not configure
4405 logging for entering it.  So it has no effect when switching from WAIT
4406 to DONE, because DONE is configured to record a timestamp only.  But
4407 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
4408 setting now triggers a timestamp even though TODO has no logging
4409 configured.
4411 You can use the exact same syntax for setting logging preferences local
4412 to a buffer:
4413 @example
4414 #+TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
4415 @end example
4417 @cindex property, LOGGING
4418 In order to define logging settings that are local to a subtree or a
4419 single item, define a LOGGING property in this entry.  Any non-empty
4420 LOGGING property resets all logging settings to nil.  You may then turn
4421 on logging for this specific tree using STARTUP keywords like
4422 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
4423 settings like @code{TODO(!)}.  For example
4425 @example
4426 * TODO Log each state with only a time
4427   :PROPERTIES:
4428   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
4429   :END:
4430 * TODO Only log when switching to WAIT, and when repeating
4431   :PROPERTIES:
4432   :LOGGING: WAIT(@@) logrepeat
4433   :END:
4434 * TODO No logging at all
4435   :PROPERTIES:
4436   :LOGGING: nil
4437   :END:
4438 @end example
4440 @node Tracking your habits,  , Tracking TODO state changes, Progress logging
4441 @subsection Tracking your habits
4442 @cindex habits
4444 Org has the ability to track the consistency of a special category of TODOs,
4445 called ``habits''.  A habit has the following properties:
4447 @enumerate
4448 @item
4449 You have enabled the @code{habits} module by customizing @var{org-modules}.
4450 @item
4451 The habit is a TODO item, with a TODO keyword representing an open state.
4452 @item
4453 The property @code{STYLE} is set to the value @code{habit}.
4454 @item
4455 The TODO has a scheduled date, usually with a @code{.+} style repeat
4456 interval.  A @code{++} style may be appropriate for habits with time
4457 constraints, e.g., must be done on weekends, or a @code{+} style for an
4458 unusual habit that can have a backlog, e.g., weekly reports.
4459 @item
4460 The TODO may also have minimum and maximum ranges specified by using the
4461 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
4462 three days, but at most every two days.
4463 @item
4464 You must also have state logging for the @code{DONE} state enabled
4465 (@pxref{Tracking TODO state changes}), in order for historical data to be
4466 represented in the consistency graph.  If it is not enabled it is not an
4467 error, but the consistency graphs will be largely meaningless.
4468 @end enumerate
4470 To give you an idea of what the above rules look like in action, here's an
4471 actual habit with some history:
4473 @example
4474 ** TODO Shave
4475    SCHEDULED: <2009-10-17 Sat .+2d/4d>
4476    - State "DONE"       from "TODO"       [2009-10-15 Thu]
4477    - State "DONE"       from "TODO"       [2009-10-12 Mon]
4478    - State "DONE"       from "TODO"       [2009-10-10 Sat]
4479    - State "DONE"       from "TODO"       [2009-10-04 Sun]
4480    - State "DONE"       from "TODO"       [2009-10-02 Fri]
4481    - State "DONE"       from "TODO"       [2009-09-29 Tue]
4482    - State "DONE"       from "TODO"       [2009-09-25 Fri]
4483    - State "DONE"       from "TODO"       [2009-09-19 Sat]
4484    - State "DONE"       from "TODO"       [2009-09-16 Wed]
4485    - State "DONE"       from "TODO"       [2009-09-12 Sat]
4486    :PROPERTIES:
4487    :STYLE:    habit
4488    :LAST_REPEAT: [2009-10-19 Mon 00:36]
4489    :END:
4490 @end example
4492 What this habit says is: I want to shave at most every 2 days (given by the
4493 @code{SCHEDULED} date and repeat interval) and at least every 4 days.  If
4494 today is the 15th, then the habit first appears in the agenda on Oct 17,
4495 after the minimum of 2 days has elapsed, and will appear overdue on Oct 19,
4496 after four days have elapsed.
4498 What's really useful about habits is that they are displayed along with a
4499 consistency graph, to show how consistent you've been at getting that task
4500 done in the past.  This graph shows every day that the task was done over the
4501 past three weeks, with colors for each day.  The colors used are:
4503 @table @code
4504 @item Blue
4505 If the task wasn't to be done yet on that day.
4506 @item Green
4507 If the task could have been done on that day.
4508 @item Yellow
4509 If the task was going to be overdue the next day.
4510 @item Red
4511 If the task was overdue on that day.
4512 @end table
4514 In addition to coloring each day, the day is also marked with an asterisk if
4515 the task was actually done that day, and an exclamation mark to show where
4516 the current day falls in the graph.
4518 There are several configuration variables that can be used to change the way
4519 habits are displayed in the agenda.
4521 @table @code
4522 @item org-habit-graph-column
4523 The buffer column at which the consistency graph should be drawn.  This will
4524 overwrite any text in that column, so it is a good idea to keep your habits'
4525 titles brief and to the point.
4526 @item org-habit-preceding-days
4527 The amount of history, in days before today, to appear in consistency graphs.
4528 @item org-habit-following-days
4529 The number of days after today that will appear in consistency graphs.
4530 @item org-habit-show-habits-only-for-today
4531 If non-nil, only show habits in today's agenda view.  This is set to true by
4532 default.
4533 @end table
4535 Lastly, pressing @kbd{K} in the agenda buffer will cause habits to
4536 temporarily be disabled and they won't appear at all.  Press @kbd{K} again to
4537 bring them back.  They are also subject to tag filtering, if you have habits
4538 which should only be done in certain contexts, for example.
4540 @node Priorities, Breaking down tasks, Progress logging, TODO Items
4541 @section Priorities
4542 @cindex priorities
4544 If you use Org mode extensively, you may end up with enough TODO items that
4545 it starts to make sense to prioritize them.  Prioritizing can be done by
4546 placing a @emph{priority cookie} into the headline of a TODO item, like this
4548 @example
4549 *** TODO [#A] Write letter to Sam Fortune
4550 @end example
4552 @noindent
4553 @vindex org-priority-faces
4554 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
4555 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie is
4556 treated just like priority @samp{B}.  Priorities make a difference only for
4557 sorting in the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they
4558 have no inherent meaning to Org mode.  The cookies can be highlighted with
4559 special faces by customizing @var{org-priority-faces}.
4561 Priorities can be attached to any outline node; they do not need to be TODO
4562 items.
4564 @table @kbd
4565 @item @kbd{C-c ,}
4566 @kindex @kbd{C-c ,}
4567 @findex org-priority
4568 Set the priority of the current headline (@command{org-priority}).  The
4569 command prompts for a priority character @samp{A}, @samp{B} or @samp{C}.
4570 When you press @key{SPC} instead, the priority cookie is removed from the
4571 headline.  The priorities can also be changed ``remotely'' from the timeline
4572 and agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
4574 @orgcmdkkcc{S-@key{up},S-@key{down},org-priority-up,org-priority-down}
4575 @vindex org-priority-start-cycle-with-default
4576 Increase/decrease priority of current headline@footnote{See also the option
4577 @var{org-priority-start-cycle-with-default}.}.  Note that these keys are
4578 also used to modify timestamps (@pxref{Creating timestamps}).  See also
4579 @ref{Conflicts}, for a discussion of the interaction with
4580 @code{shift-selection-mode}.
4581 @end table
4583 @vindex org-highest-priority
4584 @vindex org-lowest-priority
4585 @vindex org-default-priority
4586 You can change the range of allowed priorities by setting the options
4587 @var{org-highest-priority}, @var{org-lowest-priority}, and
4588 @var{org-default-priority}.  For an individual buffer, you may set
4589 these values (highest, lowest, default) like this (please make sure that
4590 the highest priority is earlier in the alphabet than the lowest
4591 priority):
4593 @cindex #+PRIORITIES
4594 @example
4595 #+PRIORITIES: A C B
4596 @end example
4598 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
4599 @section Breaking tasks down into subtasks
4600 @cindex tasks, breaking down
4601 @cindex statistics, for TODO items
4603 @vindex org-agenda-todo-list-sublevels
4604 It is often advisable to break down large tasks into smaller, manageable
4605 subtasks.  You can do this by creating an outline tree below a TODO item,
4606 with detailed subtasks on the tree@footnote{To keep subtasks out of the
4607 global TODO list, see the @var{org-agenda-todo-list-sublevels}.}.  To keep
4608 the overview over the fraction of subtasks that are already completed, insert
4609 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
4610 be updated each time the TODO status of a child changes, or when pressing
4611 @kbd{C-c C-c} on the cookie.  For example:
4613 @example
4614 * Organize Party [33%]
4615 ** TODO Call people [1/2]
4616 *** TODO Peter
4617 *** DONE Sarah
4618 ** TODO Buy food
4619 ** DONE Talk to neighbor
4620 @end example
4622 @cindex property, COOKIE_DATA
4623 If a heading has both checkboxes and TODO children below it, the meaning of
4624 the statistics cookie become ambiguous.  Set the property
4625 @code{COOKIE_DATA} to either @samp{checkbox} or @samp{todo} to resolve
4626 this issue.
4628 @vindex org-hierarchical-todo-statistics
4629 If you would like to have the statistics cookie count any TODO entries in the
4630 subtree (not just direct children), configure
4631 @var{org-hierarchical-todo-statistics}.  To do this for a single subtree,
4632 include the word @samp{recursive} into the value of the @code{COOKIE_DATA}
4633 property.
4635 @example
4636 * Parent capturing statistics [2/20]
4637   :PROPERTIES:
4638   :COOKIE_DATA: todo recursive
4639   :END:
4640 @end example
4642 If you would like a TODO entry to automatically change to DONE
4643 when all children are done, you can use the following setup:
4645 @example
4646 (defun org-summary-todo (n-done n-not-done)
4647   "Switch entry to DONE when all subentries are done, to TODO otherwise."
4648   (let (org-log-done org-log-states)   ; turn off logging
4649     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
4651 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
4652 @end example
4655 Another possibility is the use of checkboxes to identify (a hierarchy of) a
4656 large number of subtasks (@pxref{Checkboxes}).
4659 @node Checkboxes,  , Breaking down tasks, TODO Items
4660 @section Checkboxes
4661 @cindex checkboxes
4663 @vindex org-list-automatic-rules
4664 Every item in a plain list@footnote{With the exception of description
4665 lists.  But you can allow it by modifying @var{org-list-automatic-rules}
4666 accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting
4667 it with the string @samp{[ ]}.  This feature is similar to TODO items
4668 (@pxref{TODO Items}), but is more lightweight.  Checkboxes are not included
4669 in the global TODO list, so they are often great to split a task into a
4670 number of simple steps.  Or you can use them in a shopping list.  To toggle a
4671 checkbox, use @kbd{C-c C-c}, or use the mouse (thanks to Piotr Zielinski's
4672 @file{org-mouse.el}).
4674 Here is an example of a checkbox list.
4676 @example
4677 * TODO Organize party [2/4]
4678   - [-] call people [1/3]
4679     - [ ] Peter
4680     - [X] Sarah
4681     - [ ] Sam
4682   - [X] order food
4683   - [ ] think about what music to play
4684   - [X] talk to the neighbors
4685 @end example
4687 Checkboxes work hierarchically, so if a checkbox item has children that
4688 are checkboxes, toggling one of the children checkboxes will make the
4689 parent checkbox reflect if none, some, or all of the children are
4690 checked.
4692 @cindex statistics, for checkboxes
4693 @cindex checkbox statistics
4694 @cindex property, COOKIE_DATA
4695 @vindex org-checkbox-hierarchical-statistics
4696 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
4697 indicating how many checkboxes present in this entry have been checked off,
4698 and the total number of checkboxes present.  This can give you an idea on how
4699 many checkboxes remain, even without opening a folded entry.  The cookies can
4700 be placed into a headline or into (the first line of) a plain list item.
4701 Each cookie covers checkboxes of direct children structurally below the
4702 headline/item on which the cookie appears@footnote{Set the option
4703 @var{org-checkbox-hierarchical-statistics} if you want such cookies to
4704 count all checkboxes below the cookie, not just those belonging to direct
4705 children.}.  You have to insert the cookie yourself by typing either
4706 @samp{[/]} or @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m}
4707 result, as in the examples above.  With @samp{[%]} you get information about
4708 the percentage of checkboxes checked (in the above example, this would be
4709 @samp{[50%]} and @samp{[33%]}, respectively).  In a headline, a cookie can
4710 count either checkboxes below the heading or TODO states of children, and it
4711 will display whatever was changed last.  Set the property @code{COOKIE_DATA}
4712 to either @samp{checkbox} or @samp{todo} to resolve this issue.
4714 @cindex blocking, of checkboxes
4715 @cindex checkbox blocking
4716 @cindex property, ORDERED
4717 If the current outline node has an @code{ORDERED} property, checkboxes must
4718 be checked off in sequence, and an error will be thrown if you try to check
4719 off a box while there are unchecked boxes above it.
4721 @noindent The following commands work with checkboxes:
4723 @table @kbd
4724 @orgcmd{C-c C-c,org-toggle-checkbox}
4725 Toggle checkbox status or (with prefix arg) checkbox presence at point.
4726 With a single prefix argument, add an empty checkbox or remove the current
4727 one@footnote{@kbd{C-u C-c C-c} on the @emph{first} item of a list with no checkbox
4728 will add checkboxes to the rest of the list.}.  With a double prefix argument, set it to @samp{[-]}, which is
4729 considered to be an intermediate state.
4730 @orgcmd{C-c C-x C-b,org-toggle-checkbox}
4731 Toggle checkbox status or (with prefix arg) checkbox presence at point.  With
4732 double prefix argument, set it to @samp{[-]}, which is considered to be an
4733 intermediate state.
4734 @itemize @minus
4735 @item
4736 If there is an active region, toggle the first checkbox in the region
4737 and set all remaining boxes to the same status as the first.  With a prefix
4738 arg, add or remove the checkbox for all items in the region.
4739 @item
4740 If the cursor is in a headline, toggle checkboxes in the region between
4741 this headline and the next (so @emph{not} the entire subtree).
4742 @item
4743 If there is no active region, just toggle the checkbox at point.
4744 @end itemize
4745 @orgcmd{M-S-@key{RET},org-insert-todo-heading}
4746 Insert a new item with a checkbox.  This works only if the cursor is already
4747 in a plain list item (@pxref{Plain lists}).
4748 @orgcmd{C-c C-x o,org-toggle-ordered-property}
4749 @vindex org-track-ordered-property-with-tag
4750 @cindex property, ORDERED
4751 Toggle the @code{ORDERED} property of the entry, to toggle if checkboxes must
4752 be checked off in sequence.  A property is used for this behavior because
4753 this should be local to the current entry, not inherited like a tag.
4754 However, if you would like to @i{track} the value of this property with a tag
4755 for better visibility, customize @var{org-track-ordered-property-with-tag}.
4756 @orgcmd{C-c #,org-update-statistics-cookies}
4757 Update the statistics cookie in the current outline entry.  When called with
4758 a @kbd{C-u} prefix, update the entire file.  Checkbox statistic cookies are
4759 updated automatically if you toggle checkboxes with @kbd{C-c C-c} and make
4760 new ones with @kbd{M-S-@key{RET}}.  TODO statistics cookies update when
4761 changing TODO states.  If you delete boxes/entries or add/change them by
4762 hand, use this command to get things back into sync.
4763 @end table
4765 @node Tags, Properties and Columns, TODO Items, Top
4766 @chapter Tags
4767 @cindex tags
4768 @cindex headline tagging
4769 @cindex matching, tags
4770 @cindex sparse tree, tag based
4772 An excellent way to implement labels and contexts for cross-correlating
4773 information is to assign @i{tags} to headlines.  Org mode has extensive
4774 support for tags.
4776 @vindex org-tag-faces
4777 Every headline can contain a list of tags; they occur at the end of the
4778 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
4779 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
4780 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
4781 Tags will by default be in bold face with the same color as the headline.
4782 You may specify special faces for specific tags using the option
4783 @var{org-tag-faces}, in much the same way as you can for TODO keywords
4784 (@pxref{Faces for TODO keywords}).
4786 @menu
4787 * Tag inheritance::             Tags use the tree structure of the outline
4788 * Setting tags::                How to assign tags to a headline
4789 * Tag groups::                  Use one tag to search for several tags
4790 * Tag searches::                Searching for combinations of tags
4791 @end menu
4793 @node Tag inheritance, Setting tags, Tags, Tags
4794 @section Tag inheritance
4795 @cindex tag inheritance
4796 @cindex inheritance, of tags
4797 @cindex sublevels, inclusion into tags match
4799 @i{Tags} make use of the hierarchical structure of outline trees.  If a
4800 heading has a certain tag, all subheadings will inherit the tag as
4801 well.  For example, in the list
4803 @example
4804 * Meeting with the French group      :work:
4805 ** Summary by Frank                  :boss:notes:
4806 *** TODO Prepare slides for him      :action:
4807 @end example
4809 @noindent
4810 the final heading will have the tags @samp{:work:}, @samp{:boss:},
4811 @samp{:notes:}, and @samp{:action:} even though the final heading is not
4812 explicitly marked with those tags.  You can also set tags that all entries in
4813 a file should inherit just as if these tags were defined in a hypothetical
4814 level zero that surrounds the entire file.  Use a line like this@footnote{As
4815 with all these in-buffer settings, pressing @kbd{C-c C-c} activates any
4816 changes in the line.}:
4818 @cindex #+FILETAGS
4819 @example
4820 #+FILETAGS: :Peter:Boss:Secret:
4821 @end example
4823 @noindent
4824 @vindex org-use-tag-inheritance
4825 @vindex org-tags-exclude-from-inheritance
4826 To limit tag inheritance to specific tags, use @var{org-tags-exclude-from-inheritance}.
4827 To turn it off entirely, use @var{org-use-tag-inheritance}.
4829 @vindex org-tags-match-list-sublevels
4830 When a headline matches during a tags search while tag inheritance is turned
4831 on, all the sublevels in the same tree will (for a simple match form) match
4832 as well@footnote{This is only true if the search does not involve more
4833 complex tests including properties (@pxref{Property searches}).}.  The list
4834 of matches may then become very long.  If you only want to see the first tags
4835 match in a subtree, configure @var{org-tags-match-list-sublevels} (not
4836 recommended).
4838 @vindex org-agenda-use-tag-inheritance
4839 Tag inheritance is relevant when the agenda search tries to match a tag,
4840 either in the @code{tags} or @code{tags-todo} agenda types.  In other agenda
4841 types, @var{org-use-tag-inheritance} has no effect.  Still, you may want to
4842 have your tags correctly set in the agenda, so that tag filtering works fine,
4843 with inherited tags.  Set @var{org-agenda-use-tag-inheritance} to control
4844 this: the default value includes all agenda types, but setting this to nil
4845 can really speed up agenda generation.
4847 @node Setting tags, Tag groups, Tag inheritance, Tags
4848 @section Setting tags
4849 @cindex setting tags
4850 @cindex tags, setting
4852 @kindex M-@key{TAB}
4853 Tags can simply be typed into the buffer at the end of a headline.
4854 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
4855 also a special command for inserting tags:
4857 @table @kbd
4858 @orgcmd{C-c C-q,org-set-tags-command}
4859 @cindex completion, of tags
4860 @vindex org-tags-column
4861 Enter new tags for the current headline.  Org mode will either offer
4862 completion or a special single-key interface for setting tags, see
4863 below.  After pressing @key{RET}, the tags will be inserted and aligned
4864 to @var{org-tags-column}.  When called with a @kbd{C-u} prefix, all
4865 tags in the current buffer will be aligned to that column, just to make
4866 things look nice.  TAGS are automatically realigned after promotion,
4867 demotion, and TODO state changes (@pxref{TODO basics}).
4869 @orgcmd{C-c C-c,org-set-tags-command}
4870 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
4871 @end table
4873 @vindex org-tag-alist
4874 Org supports tag insertion based on a @emph{list of tags}.  By
4875 default this list is constructed dynamically, containing all tags
4876 currently used in the buffer.  You may also globally specify a hard list
4877 of tags with the variable @var{org-tag-alist}.  Finally you can set
4878 the default tags for a given file with lines like
4880 @cindex #+TAGS
4881 @example
4882 #+TAGS: @@work @@home @@tennisclub
4883 #+TAGS: laptop car pc sailboat
4884 @end example
4886 If you have globally defined your preferred set of tags using the
4887 variable @var{org-tag-alist}, but would like to use a dynamic tag list
4888 in a specific file, add an empty TAGS option line to that file:
4890 @example
4891 #+TAGS:
4892 @end example
4894 @vindex org-tag-persistent-alist
4895 If you have a preferred set of tags that you would like to use in every file,
4896 in addition to those defined on a per-file basis by TAGS option lines, then
4897 you may specify a list of tags with the variable
4898 @var{org-tag-persistent-alist}.  You may turn this off on a per-file basis
4899 by adding a STARTUP option line to that file:
4901 @example
4902 #+STARTUP: noptag
4903 @end example
4905 By default Org mode uses the standard minibuffer completion facilities for
4906 entering tags.  However, it also implements another, quicker, tag selection
4907 method called @emph{fast tag selection}.  This allows you to select and
4908 deselect tags with just a single key press.  For this to work well you should
4909 assign unique letters to most of your commonly used tags.  You can do this
4910 globally by configuring the variable @var{org-tag-alist} in your
4911 @file{.emacs} file.  For example, you may find the need to tag many items in
4912 different files with @samp{:@@home:}.  In this case you can set something
4913 like:
4915 @lisp
4916 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
4917 @end lisp
4919 @noindent If the tag is only relevant to the file you are working on, then you
4920 can instead set the TAGS option line as:
4922 @example
4923 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
4924 @end example
4926 @noindent The tags interface will show the available tags in a splash
4927 window.  If you want to start a new line after a specific tag, insert
4928 @samp{\n} into the tag list
4930 @example
4931 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t) \n laptop(l)  pc(p)
4932 @end example
4934 @noindent or write them in two lines:
4936 @example
4937 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)
4938 #+TAGS: laptop(l)  pc(p)
4939 @end example
4941 @noindent
4942 You can also group together tags that are mutually exclusive by using
4943 braces, as in:
4945 @example
4946 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
4947 @end example
4949 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
4950 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
4952 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
4953 these lines to activate any changes.
4955 @noindent
4956 To set these mutually exclusive groups in the variable @var{org-tag-alist},
4957 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
4958 of the braces.  Similarly, you can use @code{:newline} to indicate a line
4959 break.  The previous example would be set globally by the following
4960 configuration:
4962 @lisp
4963 (setq org-tag-alist '((:startgroup . nil)
4964                       ("@@work" . ?w) ("@@home" . ?h)
4965                       ("@@tennisclub" . ?t)
4966                       (:endgroup . nil)
4967                       ("laptop" . ?l) ("pc" . ?p)))
4968 @end lisp
4970 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
4971 automatically present you with a special interface, listing inherited tags,
4972 the tags of the current headline, and a list of all valid tags with
4973 corresponding keys@footnote{Keys will automatically be assigned to tags which
4974 have no configured keys.}.  In this interface, you can use the following
4975 keys:
4977 @table @kbd
4978 @item a-z...
4979 Pressing keys assigned to tags will add or remove them from the list of
4980 tags in the current line.  Selecting a tag in a group of mutually
4981 exclusive tags will turn off any other tags from that group.
4982 @kindex @key{TAB}
4983 @item @key{TAB}
4984 Enter a tag in the minibuffer, even if the tag is not in the predefined
4985 list.  You will be able to complete on all tags present in the buffer.
4986 You can also add several tags: just separate them with a comma.
4988 @kindex @key{SPC}
4989 @item @key{SPC}
4990 Clear all tags for this line.
4991 @kindex @key{RET}
4992 @item @key{RET}
4993 Accept the modified set.
4994 @item C-g
4995 Abort without installing changes.
4996 @item q
4997 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
4998 @item !
4999 Turn off groups of mutually exclusive tags.  Use this to (as an
5000 exception) assign several tags from such a group.
5001 @item C-c
5002 Toggle auto-exit after the next change (see below).
5003 If you are using expert mode, the first @kbd{C-c} will display the
5004 selection window.
5005 @end table
5007 @noindent
5008 This method lets you assign tags to a headline with very few keys.  With
5009 the above setup, you could clear the current tags and set @samp{@@home},
5010 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
5011 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
5012 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
5013 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
5014 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
5015 @key{RET} @key{RET}}.
5017 @vindex org-fast-tag-selection-single-key
5018 If you find that most of the time you need only a single key press to
5019 modify your list of tags, set @var{org-fast-tag-selection-single-key}.
5020 Then you no longer have to press @key{RET} to exit fast tag selection---it
5021 will immediately exit after the first change.  If you then occasionally
5022 need more keys, press @kbd{C-c} to turn off auto-exit for the current tag
5023 selection process (in effect: start selection with @kbd{C-c C-c C-c}
5024 instead of @kbd{C-c C-c}).  If you set the variable to the value
5025 @code{expert}, the special window is not even shown for single-key tag
5026 selection, it comes up only when you press an extra @kbd{C-c}.
5028 @node Tag groups, Tag searches, Setting tags, Tags
5029 @section Tag groups
5031 @cindex group tags
5032 @cindex tags, groups
5033 In a set of mutually exclusive tags, the first tag can be defined as a
5034 @emph{group tag}.  When you search for a group tag, it will return matches
5035 for all members in the group.  In an agenda view, filtering by a group tag
5036 will display headlines tagged with at least one of the members of the
5037 group.  This makes tag searches and filters even more flexible.
5039 You can set group tags by inserting a colon between the group tag and other
5040 tags---beware that all whitespaces are mandatory so that Org can parse this
5041 line correctly:
5043 @example
5044 #+TAGS: @{ @@read : @@read_book  @@read_ebook @}
5045 @end example
5047 In this example, @samp{@@read} is a @emph{group tag} for a set of three
5048 tags: @samp{@@read}, @samp{@@read_book} and @samp{@@read_ebook}.
5050 You can also use the @code{:grouptags} keyword directly when setting
5051 @var{org-tag-alist}:
5053 @lisp
5054 (setq org-tag-alist '((:startgroup . nil)
5055                       ("@@read" . nil)
5056                       (:grouptags . nil)
5057                       ("@@read_book" . nil)
5058                       ("@@read_ebook" . nil)
5059                       (:endgroup . nil)))
5060 @end lisp
5062 You cannot nest group tags or use a group tag as a tag in another group.
5064 @kindex C-c C-x q
5065 @vindex org-group-tags
5066 If you want to ignore group tags temporarily, toggle group tags support
5067 with @command{org-toggle-tags-groups}, bound to @kbd{C-c C-x q}.  If you
5068 want to disable tag groups completely, set @var{org-group-tags} to nil.
5070 @node Tag searches,  , Tag groups, Tags
5071 @section Tag searches
5072 @cindex tag searches
5073 @cindex searching for tags
5075 Once a system of tags has been set up, it can be used to collect related
5076 information into special lists.
5078 @table @kbd
5079 @orgcmdkkc{C-c / m,C-c \\,org-match-sparse-tree}
5080 Create a sparse tree with all headlines matching a tags search.  With a
5081 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
5082 @orgcmd{C-c a m,org-tags-view}
5083 Create a global list of tag matches from all agenda files.
5084 @xref{Matching tags and properties}.
5085 @orgcmd{C-c a M,org-tags-view}
5086 @vindex org-tags-match-list-sublevels
5087 Create a global list of tag matches from all agenda files, but check
5088 only TODO items and force checking subitems (see the option
5089 @var{org-tags-match-list-sublevels}).
5090 @end table
5092 These commands all prompt for a match string which allows basic Boolean logic
5093 like @samp{+boss+urgent-project1}, to find entries with tags @samp{boss} and
5094 @samp{urgent}, but not @samp{project1}, or @samp{Kathy|Sally} to find entries
5095 which are tagged, like @samp{Kathy} or @samp{Sally}.  The full syntax of the search
5096 string is rich and allows also matching against TODO keywords, entry levels
5097 and properties.  For a complete description with many examples, see
5098 @ref{Matching tags and properties}.
5101 @node Properties and Columns, Dates and Times, Tags, Top
5102 @chapter Properties and columns
5103 @cindex properties
5105 A property is a key-value pair associated with an entry.  Properties can be
5106 set so they are associated with a single entry, with every entry in a tree,
5107 or with every entry in an Org mode file.
5109 There are two main applications for properties in Org mode.  First,
5110 properties are like tags, but with a value.  Imagine maintaining a file where
5111 you document bugs and plan releases for a piece of software.  Instead of
5112 using tags like @code{:release_1:}, @code{:release_2:}, you can use a
5113 property, say @code{:Release:}, that in different subtrees has different
5114 values, such as @code{1.0} or @code{2.0}.  Second, you can use properties to
5115 implement (very basic) database capabilities in an Org buffer.  Imagine
5116 keeping track of your music CDs, where properties could be things such as the
5117 album, artist, date of release, number of tracks, and so on.
5119 Properties can be conveniently edited and viewed in column view
5120 (@pxref{Column view}).
5122 @menu
5123 * Property syntax::             How properties are spelled out
5124 * Special properties::          Access to other Org mode features
5125 * Property searches::           Matching property values
5126 * Property inheritance::        Passing values down the tree
5127 * Column view::                 Tabular viewing and editing
5128 * Property API::                Properties for Lisp programmers
5129 @end menu
5131 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
5132 @section Property syntax
5133 @cindex property syntax
5134 @cindex drawer, for properties
5136 Properties are key-value pairs.  When they are associated with a single entry
5137 or with a tree they need to be inserted into a special
5138 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
5139 is specified on a single line, with the key (surrounded by colons)
5140 first, and the value after it.  Here is an example:
5142 @example
5143 * CD collection
5144 ** Classic
5145 *** Goldberg Variations
5146     :PROPERTIES:
5147     :Title:     Goldberg Variations
5148     :Composer:  J.S. Bach
5149     :Artist:    Glen Gould
5150     :Publisher: Deutsche Grammophon
5151     :NDisks:    1
5152     :END:
5153 @end example
5155 Depending on the value of @var{org-use-property-inheritance}, a property set
5156 this way will either be associated with a single entry, or the sub-tree
5157 defined by the entry, see @ref{Property inheritance}.
5159 You may define the allowed values for a particular property @samp{:Xyz:}
5160 by setting a property @samp{:Xyz_ALL:}.  This special property is
5161 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
5162 the entire tree.  When allowed values are defined, setting the
5163 corresponding property becomes easier and is less prone to typing
5164 errors.  For the example with the CD collection, we can predefine
5165 publishers and the number of disks in a box like this:
5167 @example
5168 * CD collection
5169   :PROPERTIES:
5170   :NDisks_ALL:  1 2 3 4
5171   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
5172   :END:
5173 @end example
5175 If you want to set properties that can be inherited by any entry in a
5176 file, use a line like
5177 @cindex property, _ALL
5178 @cindex #+PROPERTY
5179 @example
5180 #+PROPERTY: NDisks_ALL 1 2 3 4
5181 @end example
5183 Contrary to properties set from a special drawer, you have to refresh the
5184 buffer with @kbd{C-c C-c} to activate this changes.
5186 If you want to add to the value of an existing property, append a @code{+} to
5187 the property name.  The following results in the property @code{var} having
5188 the value ``foo=1 bar=2''.
5189 @cindex property, +
5190 @example
5191 #+PROPERTY: var  foo=1
5192 #+PROPERTY: var+ bar=2
5193 @end example
5195 It is also possible to add to the values of inherited properties.  The
5196 following results in the @code{genres} property having the value ``Classic
5197 Baroque'' under the @code{Goldberg Variations} subtree.
5198 @cindex property, +
5199 @example
5200 * CD collection
5201 ** Classic
5202     :PROPERTIES:
5203     :GENRES: Classic
5204     :END:
5205 *** Goldberg Variations
5206     :PROPERTIES:
5207     :Title:     Goldberg Variations
5208     :Composer:  J.S. Bach
5209     :Artist:    Glen Gould
5210     :Publisher: Deutsche Grammophon
5211     :NDisks:    1
5212     :GENRES+:   Baroque
5213     :END:
5214 @end example
5215 Note that a property can only have one entry per Drawer.
5217 @vindex org-global-properties
5218 Property values set with the global variable
5219 @var{org-global-properties} can be inherited by all entries in all
5220 Org files.
5222 @noindent
5223 The following commands help to work with properties:
5225 @table @kbd
5226 @orgcmd{M-@key{TAB},pcomplete}
5227 After an initial colon in a line, complete property keys.  All keys used
5228 in the current file will be offered as possible completions.
5229 @orgcmd{C-c C-x p,org-set-property}
5230 Set a property.  This prompts for a property name and a value.  If
5231 necessary, the property drawer is created as well.
5232 @item C-u M-x org-insert-drawer RET
5233 @cindex org-insert-drawer
5234 Insert a property drawer into the current entry.  The drawer will be
5235 inserted early in the entry, but after the lines with planning
5236 information like deadlines.
5237 @orgcmd{C-c C-c,org-property-action}
5238 With the cursor in a property drawer, this executes property commands.
5239 @orgcmd{C-c C-c s,org-set-property}
5240 Set a property in the current entry.  Both the property and the value
5241 can be inserted using completion.
5242 @orgcmdkkcc{S-@key{right},S-@key{left},org-property-next-allowed-value,org-property-previous-allowed-value}
5243 Switch property at point to the next/previous allowed value.
5244 @orgcmd{C-c C-c d,org-delete-property}
5245 Remove a property from the current entry.
5246 @orgcmd{C-c C-c D,org-delete-property-globally}
5247 Globally remove a property, from all entries in the current file.
5248 @orgcmd{C-c C-c c,org-compute-property-at-point}
5249 Compute the property at point, using the operator and scope from the
5250 nearest column format definition.
5251 @end table
5253 @node Special properties, Property searches, Property syntax, Properties and Columns
5254 @section Special properties
5255 @cindex properties, special
5257 Special properties provide an alternative access method to Org mode features,
5258 like the TODO state or the priority of an entry, discussed in the previous
5259 chapters.  This interface exists so that you can include these states in a
5260 column view (@pxref{Column view}), or to use them in queries.  The following
5261 property names are special and (except for @code{:CATEGORY:}) should not be
5262 used as keys in the properties drawer:
5264 @cindex property, special, ID
5265 @cindex property, special, TODO
5266 @cindex property, special, TAGS
5267 @cindex property, special, ALLTAGS
5268 @cindex property, special, CATEGORY
5269 @cindex property, special, PRIORITY
5270 @cindex property, special, DEADLINE
5271 @cindex property, special, SCHEDULED
5272 @cindex property, special, CLOSED
5273 @cindex property, special, TIMESTAMP
5274 @cindex property, special, TIMESTAMP_IA
5275 @cindex property, special, CLOCKSUM
5276 @cindex property, special, CLOCKSUM_T
5277 @cindex property, special, BLOCKED
5278 @c guessing that ITEM is needed in this area; also, should this list be sorted?
5279 @cindex property, special, ITEM
5280 @cindex property, special, FILE
5281 @example
5282 ID           @r{A globally unique ID used for synchronization during}
5283              @r{iCalendar or MobileOrg export.}
5284 TODO         @r{The TODO keyword of the entry.}
5285 TAGS         @r{The tags defined directly in the headline.}
5286 ALLTAGS      @r{All tags, including inherited ones.}
5287 CATEGORY     @r{The category of an entry.}
5288 PRIORITY     @r{The priority of the entry, a string with a single letter.}
5289 DEADLINE     @r{The deadline time string, without the angular brackets.}
5290 SCHEDULED    @r{The scheduling timestamp, without the angular brackets.}
5291 CLOSED       @r{When was this entry closed?}
5292 TIMESTAMP    @r{The first keyword-less timestamp in the entry.}
5293 TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
5294 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
5295              @r{must be run first to compute the values in the current buffer.}
5296 CLOCKSUM_T   @r{The sum of CLOCK intervals in the subtree for today.}
5297              @r{@code{org-clock-sum-today} must be run first to compute the}
5298              @r{values in the current buffer.}
5299 BLOCKED      @r{"t" if task is currently blocked by children or siblings}
5300 ITEM         @r{The headline of the entry.}
5301 FILE         @r{The filename the entry is located in.}
5302 @end example
5304 @node Property searches, Property inheritance, Special properties, Properties and Columns
5305 @section Property searches
5306 @cindex properties, searching
5307 @cindex searching, of properties
5309 To create sparse trees and special lists with selection based on properties,
5310 the same commands are used as for tag searches (@pxref{Tag searches}).
5312 @table @kbd
5313 @orgcmdkkc{C-c / m,C-c \\,org-match-sparse-tree}
5314 Create a sparse tree with all matching entries.  With a
5315 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
5316 @orgcmd{C-c a m,org-tags-view}
5317 Create a global list of tag/property  matches from all agenda files.
5318 @xref{Matching tags and properties}.
5319 @orgcmd{C-c a M,org-tags-view}
5320 @vindex org-tags-match-list-sublevels
5321 Create a global list of tag matches from all agenda files, but check
5322 only TODO items and force checking of subitems (see the option
5323 @var{org-tags-match-list-sublevels}).
5324 @end table
5326 The syntax for the search string is described in @ref{Matching tags and
5327 properties}.
5329 There is also a special command for creating sparse trees based on a
5330 single property:
5332 @table @kbd
5333 @orgkey{C-c / p}
5334 Create a sparse tree based on the value of a property.  This first
5335 prompts for the name of a property, and then for a value.  A sparse tree
5336 is created with all entries that define this property with the given
5337 value.  If you enclose the value in curly braces, it is interpreted as
5338 a regular expression and matched against the property values.
5339 @end table
5341 @node Property inheritance, Column view, Property searches, Properties and Columns
5342 @section Property Inheritance
5343 @cindex properties, inheritance
5344 @cindex inheritance, of properties
5346 @vindex org-use-property-inheritance
5347 The outline structure of Org mode documents lends itself to an
5348 inheritance model of properties: if the parent in a tree has a certain
5349 property, the children can inherit this property.  Org mode does not
5350 turn this on by default, because it can slow down property searches
5351 significantly and is often not needed.  However, if you find inheritance
5352 useful, you can turn it on by setting the variable
5353 @var{org-use-property-inheritance}.  It may be set to @code{t} to make
5354 all properties inherited from the parent, to a list of properties
5355 that should be inherited, or to a regular expression that matches
5356 inherited properties.  If a property has the value @code{nil}, this is
5357 interpreted as an explicit undefine of the property, so that inheritance
5358 search will stop at this value and return @code{nil}.
5360 Org mode has a few properties for which inheritance is hard-coded, at
5361 least for the special applications for which they are used:
5363 @cindex property, COLUMNS
5364 @table @code
5365 @item COLUMNS
5366 The @code{:COLUMNS:} property defines the format of column view
5367 (@pxref{Column view}).  It is inherited in the sense that the level
5368 where a @code{:COLUMNS:} property is defined is used as the starting
5369 point for a column view table, independently of the location in the
5370 subtree from where columns view is turned on.
5371 @item CATEGORY
5372 @cindex property, CATEGORY
5373 For agenda view, a category set through a @code{:CATEGORY:} property
5374 applies to the entire subtree.
5375 @item ARCHIVE
5376 @cindex property, ARCHIVE
5377 For archiving, the @code{:ARCHIVE:} property may define the archive
5378 location for the entire subtree (@pxref{Moving subtrees}).
5379 @item LOGGING
5380 @cindex property, LOGGING
5381 The LOGGING property may define logging settings for an entry or a
5382 subtree (@pxref{Tracking TODO state changes}).
5383 @end table
5385 @node Column view, Property API, Property inheritance, Properties and Columns
5386 @section Column view
5388 A great way to view and edit properties in an outline tree is
5389 @emph{column view}.  In column view, each outline node is turned into a
5390 table row.  Columns in this table provide access to properties of the
5391 entries.  Org mode implements columns by overlaying a tabular structure
5392 over the headline of each item.  While the headlines have been turned
5393 into a table row, you can still change the visibility of the outline
5394 tree.  For example, you get a compact table by switching to CONTENTS
5395 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
5396 is active), but you can still open, read, and edit the entry below each
5397 headline.  Or, you can switch to column view after executing a sparse
5398 tree command and in this way get a table only for the selected items.
5399 Column view also works in agenda buffers (@pxref{Agenda Views}) where
5400 queries have collected selected items, possibly from a number of files.
5402 @menu
5403 * Defining columns::            The COLUMNS format property
5404 * Using column view::           How to create and use column view
5405 * Capturing column view::       A dynamic block for column view
5406 @end menu
5408 @node Defining columns, Using column view, Column view, Column view
5409 @subsection Defining columns
5410 @cindex column view, for properties
5411 @cindex properties, column view
5413 Setting up a column view first requires defining the columns.  This is
5414 done by defining a column format line.
5416 @menu
5417 * Scope of column definitions::  Where defined, where valid?
5418 * Column attributes::           Appearance and content of a column
5419 @end menu
5421 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
5422 @subsubsection Scope of column definitions
5424 To define a column format for an entire file, use a line like
5426 @cindex #+COLUMNS
5427 @example
5428 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
5429 @end example
5431 To specify a format that only applies to a specific tree, add a
5432 @code{:COLUMNS:} property to the top node of that tree, for example:
5434 @example
5435 ** Top node for columns view
5436    :PROPERTIES:
5437    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
5438    :END:
5439 @end example
5441 If a @code{:COLUMNS:} property is present in an entry, it defines columns
5442 for the entry itself, and for the entire subtree below it.  Since the
5443 column definition is part of the hierarchical structure of the document,
5444 you can define columns on level 1 that are general enough for all
5445 sublevels, and more specific columns further down, when you edit a
5446 deeper part of the tree.
5448 @node Column attributes,  , Scope of column definitions, Defining columns
5449 @subsubsection Column attributes
5450 A column definition sets the attributes of a column.  The general
5451 definition looks like this:
5453 @example
5454  %[@var{width}]@var{property}[(@var{title})][@{@var{summary-type}@}]
5455 @end example
5457 @noindent
5458 Except for the percent sign and the property name, all items are
5459 optional.  The individual parts have the following meaning:
5461 @example
5462 @var{width}           @r{An integer specifying the width of the column in characters.}
5463                 @r{If omitted, the width will be determined automatically.}
5464 @var{property}        @r{The property that should be edited in this column.}
5465                 @r{Special properties representing meta data are allowed here}
5466                 @r{as well (@pxref{Special properties})}
5467 @var{title}           @r{The header text for the column.  If omitted, the property}
5468                 @r{name is used.}
5469 @{@var{summary-type}@}  @r{The summary type.  If specified, the column values for}
5470                 @r{parent nodes are computed from the children.}
5471                 @r{Supported summary types are:}
5472                 @{+@}       @r{Sum numbers in this column.}
5473                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
5474                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
5475                 @{:@}       @r{Sum times, HH:MM, plain numbers are hours.}
5476                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
5477                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
5478                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}
5479                 @{min@}     @r{Smallest number in column.}
5480                 @{max@}     @r{Largest number.}
5481                 @{mean@}    @r{Arithmetic mean of numbers.}
5482                 @{:min@}    @r{Smallest time value in column.}
5483                 @{:max@}    @r{Largest time value.}
5484                 @{:mean@}   @r{Arithmetic mean of time values.}
5485                 @{@@min@}    @r{Minimum age (in days/hours/mins/seconds).}
5486                 @{@@max@}    @r{Maximum age (in days/hours/mins/seconds).}
5487                 @{@@mean@}   @r{Arithmetic mean of ages (in days/hours/mins/seconds).}
5488                 @{est+@}    @r{Add low-high estimates.}
5489 @end example
5491 @noindent
5492 Be aware that you can only have one summary type for any property you
5493 include.  Subsequent columns referencing the same property will all display the
5494 same summary information.
5496 The @code{est+} summary type requires further explanation.  It is used for
5497 combining estimates, expressed as low-high ranges.  For example, instead
5498 of estimating a particular task will take 5 days, you might estimate it as
5499 5--6 days if you're fairly confident you know how much work is required, or
5500 1--10 days if you don't really know what needs to be done.  Both ranges
5501 average at 5.5 days, but the first represents a more predictable delivery.
5503 When combining a set of such estimates, simply adding the lows and highs
5504 produces an unrealistically wide result.  Instead, @code{est+} adds the
5505 statistical mean and variance of the sub-tasks, generating a final estimate
5506 from the sum.  For example, suppose you had ten tasks, each of which was
5507 estimated at 0.5 to 2 days of work.  Straight addition produces an estimate
5508 of 5 to 20 days, representing what to expect if everything goes either
5509 extremely well or extremely poorly.  In contrast, @code{est+} estimates the
5510 full job more realistically, at 10--15 days.
5512 Here is an example for a complete columns definition, along with allowed
5513 values.
5515 @example
5516 :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.}
5517                    %10Time_Estimate@{:@} %CLOCKSUM %CLOCKSUM_T
5518 :Owner_ALL:    Tammy Mark Karl Lisa Don
5519 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
5520 :Approved_ALL: "[ ]" "[X]"
5521 @end example
5523 @noindent
5524 The first column, @samp{%25ITEM}, means the first 25 characters of the
5525 item itself, i.e., of the headline.  You probably always should start the
5526 column definition with the @samp{ITEM} specifier.  The other specifiers
5527 create columns @samp{Owner} with a list of names as allowed values, for
5528 @samp{Status} with four different possible values, and for a checkbox
5529 field @samp{Approved}.  When no width is given after the @samp{%}
5530 character, the column will be exactly as wide as it needs to be in order
5531 to fully display all values.  The @samp{Approved} column does have a
5532 modified title (@samp{Approved?}, with a question mark).  Summaries will
5533 be created for the @samp{Time_Estimate} column by adding time duration
5534 expressions like HH:MM, and for the @samp{Approved} column, by providing
5535 an @samp{[X]} status if all children have been checked.  The
5536 @samp{CLOCKSUM} and @samp{CLOCKSUM_T} columns are special, they lists the
5537 sums of CLOCK intervals in the subtree, either for all clocks or just for
5538 today.
5540 @node Using column view, Capturing column view, Defining columns, Column view
5541 @subsection Using column view
5543 @table @kbd
5544 @tsubheading{Turning column view on and off}
5545 @orgcmd{C-c C-x C-c,org-columns}
5546 @vindex org-columns-default-format
5547 Turn on column view.  If the cursor is before the first headline in the file,
5548 column view is turned on for the entire file, using the @code{#+COLUMNS}
5549 definition.  If the cursor is somewhere inside the outline, this command
5550 searches the hierarchy, up from point, for a @code{:COLUMNS:} property that
5551 defines a format.  When one is found, the column view table is established
5552 for the tree starting at the entry that contains the @code{:COLUMNS:}
5553 property.  If no such property is found, the format is taken from the
5554 @code{#+COLUMNS} line or from the variable @var{org-columns-default-format},
5555 and column view is established for the current entry and its subtree.
5556 @orgcmd{r,org-columns-redo}
5557 Recreate the column view, to include recent changes made in the buffer.
5558 @orgcmd{g,org-columns-redo}
5559 Same as @kbd{r}.
5560 @orgcmd{q,org-columns-quit}
5561 Exit column view.
5562 @tsubheading{Editing values}
5563 @item @key{left} @key{right} @key{up} @key{down}
5564 Move through the column view from field to field.
5565 @kindex S-@key{left}
5566 @kindex S-@key{right}
5567 @item  S-@key{left}/@key{right}
5568 Switch to the next/previous allowed value of the field.  For this, you
5569 have to have specified allowed values for a property.
5570 @item 1..9,0
5571 Directly select the Nth allowed value, @kbd{0} selects the 10th value.
5572 @orgcmdkkcc{n,p,org-columns-next-allowed-value,org-columns-previous-allowed-value}
5573 Same as @kbd{S-@key{left}/@key{right}}
5574 @orgcmd{e,org-columns-edit-value}
5575 Edit the property at point.  For the special properties, this will
5576 invoke the same interface that you normally use to change that
5577 property.  For example, when editing a TAGS property, the tag completion
5578 or fast selection interface will pop up.
5579 @orgcmd{C-c C-c,org-columns-set-tags-or-toggle}
5580 When there is a checkbox at point, toggle it.
5581 @orgcmd{v,org-columns-show-value}
5582 View the full value of this property.  This is useful if the width of
5583 the column is smaller than that of the value.
5584 @orgcmd{a,org-columns-edit-allowed}
5585 Edit the list of allowed values for this property.  If the list is found
5586 in the hierarchy, the modified values is stored there.  If no list is
5587 found, the new value is stored in the first entry that is part of the
5588 current column view.
5589 @tsubheading{Modifying the table structure}
5590 @orgcmdkkcc{<,>,org-columns-narrow,org-columns-widen}
5591 Make the column narrower/wider by one character.
5592 @orgcmd{S-M-@key{right},org-columns-new}
5593 Insert a new column, to the left of the current column.
5594 @orgcmd{S-M-@key{left},org-columns-delete}
5595 Delete the current column.
5596 @end table
5598 @node Capturing column view,  , Using column view, Column view
5599 @subsection Capturing column view
5601 Since column view is just an overlay over a buffer, it cannot be
5602 exported or printed directly.  If you want to capture a column view, use
5603 a @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
5604 of this block looks like this:
5606 @cindex #+BEGIN, columnview
5607 @example
5608 * The column view
5609 #+BEGIN: columnview :hlines 1 :id "label"
5611 #+END:
5612 @end example
5614 @noindent This dynamic block has the following parameters:
5616 @table @code
5617 @item :id
5618 This is the most important parameter.  Column view is a feature that is
5619 often localized to a certain (sub)tree, and the capture block might be
5620 at a different location in the file.  To identify the tree whose view to
5621 capture, you can use 4 values:
5622 @cindex property, ID
5623 @example
5624 local     @r{use the tree in which the capture block is located}
5625 global    @r{make a global view, including all headings in the file}
5626 "file:@var{path-to-file}"
5627           @r{run column view at the top of this file}
5628 "@var{ID}"      @r{call column view in the tree that has an @code{:ID:}}
5629           @r{property with the value @i{label}.  You can use}
5630           @r{@kbd{M-x org-id-copy RET} to create a globally unique ID for}
5631           @r{the current entry and copy it to the kill-ring.}
5632 @end example
5633 @item :hlines
5634 When @code{t}, insert an hline after every line.  When a number @var{N}, insert
5635 an hline before each headline with level @code{<= @var{N}}.
5636 @item :vlines
5637 When set to @code{t}, force column groups to get vertical lines.
5638 @item :maxlevel
5639 When set to a number, don't capture entries below this level.
5640 @item :skip-empty-rows
5641 When set to @code{t}, skip rows where the only non-empty specifier of the
5642 column view is @code{ITEM}.
5644 @end table
5646 @noindent
5647 The following commands insert or update the dynamic block:
5649 @table @kbd
5650 @orgcmd{C-c C-x i,org-insert-columns-dblock}
5651 Insert a dynamic block capturing a column view.  You will be prompted
5652 for the scope or ID of the view.
5653 @orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update}
5654 Update dynamic block at point.  The cursor needs to be in the
5655 @code{#+BEGIN} line of the dynamic block.
5656 @orgcmd{C-u C-c C-x C-u,org-update-all-dblocks}
5657 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
5658 you have several clock table blocks, column-capturing blocks or other dynamic
5659 blocks in a buffer.
5660 @end table
5662 You can add formulas to the column view table and you may add plotting
5663 instructions in front of the table---these will survive an update of the
5664 block.  If there is a @code{#+TBLFM:} after the table, the table will
5665 actually be recalculated automatically after an update.
5667 An alternative way to capture and process property values into a table is
5668 provided by Eric Schulte's @file{org-collector.el} which is a contributed
5669 package@footnote{Contributed packages are not part of Emacs, but are
5670 distributed with the main distribution of Org (visit
5671 @uref{http://orgmode.org}).}.  It provides a general API to collect
5672 properties from entries in a certain scope, and arbitrary Lisp expressions to
5673 process these values before inserting them into a table or a dynamic block.
5675 @node Property API,  , Column view, Properties and Columns
5676 @section The Property API
5677 @cindex properties, API
5678 @cindex API, for properties
5680 There is a full API for accessing and changing properties.  This API can
5681 be used by Emacs Lisp programs to work with properties and to implement
5682 features based on them.  For more information see @ref{Using the
5683 property API}.
5685 @node Dates and Times, Capture - Refile - Archive, Properties and Columns, Top
5686 @chapter Dates and times
5687 @cindex dates
5688 @cindex times
5689 @cindex timestamp
5690 @cindex date stamp
5692 To assist project planning, TODO items can be labeled with a date and/or
5693 a time.  The specially formatted string carrying the date and time
5694 information is called a @emph{timestamp} in Org mode.  This may be a
5695 little confusing because timestamp is often used as indicating when
5696 something was created or last changed.  However, in Org mode this term
5697 is used in a much wider sense.
5699 @menu
5700 * Timestamps::                  Assigning a time to a tree entry
5701 * Creating timestamps::         Commands which insert timestamps
5702 * Deadlines and scheduling::    Planning your work
5703 * Clocking work time::          Tracking how long you spend on a task
5704 * Effort estimates::            Planning work effort in advance
5705 * Relative timer::              Notes with a running timer
5706 * Countdown timer::             Starting a countdown timer for a task
5707 @end menu
5710 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
5711 @section Timestamps, deadlines, and scheduling
5712 @cindex timestamps
5713 @cindex ranges, time
5714 @cindex date stamps
5715 @cindex deadlines
5716 @cindex scheduling
5718 A timestamp is a specification of a date (possibly with a time or a range of
5719 times) in a special format, either @samp{<2003-09-16 Tue>}@footnote{In this
5720 simplest form, the day name is optional when you type the date yourself.
5721 However, any dates inserted or modified by Org will add that day name, for
5722 reading convenience.} or @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16
5723 Tue 12:00-12:30>}@footnote{This is inspired by the standard ISO 8601
5724 date/time format.  To use an alternative format, see @ref{Custom time
5725 format}.}.  A timestamp can appear anywhere in the headline or body of an Org
5726 tree entry.  Its presence causes entries to be shown on specific dates in the
5727 agenda (@pxref{Weekly/daily agenda}).  We distinguish:
5729 @table @var
5730 @item Plain timestamp; Event; Appointment
5731 @cindex timestamp
5732 @cindex appointment
5733 A simple timestamp just assigns a date/time to an item.  This is just
5734 like writing down an appointment or event in a paper agenda.  In the
5735 timeline and agenda displays, the headline of an entry associated with a
5736 plain timestamp will be shown exactly on that date.
5738 @example
5739 * Meet Peter at the movies
5740   <2006-11-01 Wed 19:15>
5741 * Discussion on climate change
5742   <2006-11-02 Thu 20:00-22:00>
5743 @end example
5745 @item Timestamp with repeater interval
5746 @cindex timestamp, with repeater interval
5747 A timestamp may contain a @emph{repeater interval}, indicating that it
5748 applies not only on the given date, but again and again after a certain
5749 interval of N days (d), weeks (w), months (m), or years (y).  The
5750 following will show up in the agenda every Wednesday:
5752 @example
5753 * Pick up Sam at school
5754   <2007-05-16 Wed 12:30 +1w>
5755 @end example
5757 @item Diary-style sexp entries
5758 For more complex date specifications, Org mode supports using the special
5759 sexp diary entries implemented in the Emacs calendar/diary
5760 package@footnote{When working with the standard diary sexp functions, you
5761 need to be very careful with the order of the arguments.  That order depend
5762 evilly on the variable @var{calendar-date-style} (or, for older Emacs
5763 versions, @code{european-calendar-style}).  For example, to specify a date
5764 December 12, 2005, the call might look like @code{(diary-date 12 1 2005)} or
5765 @code{(diary-date 1 12 2005)} or @code{(diary-date 2005 12 1)}, depending on
5766 the settings.  This has been the source of much confusion.  Org mode users
5767 can resort to special versions of these functions like @code{org-date} or
5768 @code{org-anniversary}.  These work just like the corresponding @code{diary-}
5769 functions, but with stable ISO order of arguments (year, month, day) wherever
5770 applicable, independent of the value of @var{calendar-date-style}.}.  For
5771 example with optional time
5773 @example
5774 * 22:00-23:00 The nerd meeting on every 2nd Thursday of the month
5775   <%%(diary-float t 4 2)>
5776 @end example
5778 @item Time/Date range
5779 @cindex timerange
5780 @cindex date range
5781 Two timestamps connected by @samp{--} denote a range.  The headline
5782 will be shown on the first and last day of the range, and on any dates
5783 that are displayed and fall in the range.  Here is an example:
5785 @example
5786 ** Meeting in Amsterdam
5787    <2004-08-23 Mon>--<2004-08-26 Thu>
5788 @end example
5790 @item Inactive timestamp
5791 @cindex timestamp, inactive
5792 @cindex inactive timestamp
5793 Just like a plain timestamp, but with square brackets instead of
5794 angular ones.  These timestamps are inactive in the sense that they do
5795 @emph{not} trigger an entry to show up in the agenda.
5797 @example
5798 * Gillian comes late for the fifth time
5799   [2006-11-01 Wed]
5800 @end example
5802 @end table
5804 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
5805 @section Creating timestamps
5806 @cindex creating timestamps
5807 @cindex timestamps, creating
5809 For Org mode to recognize timestamps, they need to be in the specific
5810 format.  All commands listed below produce timestamps in the correct
5811 format.
5813 @table @kbd
5814 @orgcmd{C-c .,org-time-stamp}
5815 Prompt for a date and insert a corresponding timestamp.  When the cursor is
5816 at an existing timestamp in the buffer, the command is used to modify this
5817 timestamp instead of inserting a new one.  When this command is used twice in
5818 succession, a time range is inserted.
5820 @orgcmd{C-c !,org-time-stamp-inactive}
5821 Like @kbd{C-c .}, but insert an inactive timestamp that will not cause
5822 an agenda entry.
5824 @kindex C-u C-c .
5825 @kindex C-u C-c !
5826 @item C-u C-c .
5827 @itemx C-u C-c !
5828 @vindex org-time-stamp-rounding-minutes
5829 Like @kbd{C-c .} and @kbd{C-c !}, but use the alternative format which
5830 contains date and time.  The default time can be rounded to multiples of 5
5831 minutes, see the option @var{org-time-stamp-rounding-minutes}.
5833 @orgkey{C-c C-c}
5834 Normalize timestamp, insert/fix day name if missing or wrong.
5836 @orgcmd{C-c <,org-date-from-calendar}
5837 Insert a timestamp corresponding to the cursor date in the Calendar.
5839 @orgcmd{C-c >,org-goto-calendar}
5840 Access the Emacs calendar for the current date.  If there is a
5841 timestamp in the current line, go to the corresponding date
5842 instead.
5844 @orgcmd{C-c C-o,org-open-at-point}
5845 Access the agenda for the date given by the timestamp or -range at
5846 point (@pxref{Weekly/daily agenda}).
5848 @orgcmdkkcc{S-@key{left},S-@key{right},org-timestamp-down-day,org-timestamp-up-day}
5849 Change date at cursor by one day.  These key bindings conflict with
5850 shift-selection and related modes (@pxref{Conflicts}).
5852 @orgcmdkkcc{S-@key{up},S-@key{down},org-timestamp-up,org-timestamp-down-down}
5853 Change the item under the cursor in a timestamp.  The cursor can be on a
5854 year, month, day, hour or minute.  When the timestamp contains a time range
5855 like @samp{15:30-16:30}, modifying the first time will also shift the second,
5856 shifting the time block with constant length.  To change the length, modify
5857 the second time.  Note that if the cursor is in a headline and not at a
5858 timestamp, these same keys modify the priority of an item.
5859 (@pxref{Priorities}).  The key bindings also conflict with shift-selection and
5860 related modes (@pxref{Conflicts}).
5862 @orgcmd{C-c C-y,org-evaluate-time-range}
5863 @cindex evaluate time range
5864 Evaluate a time range by computing the difference between start and end.
5865 With a prefix argument, insert result after the time range (in a table: into
5866 the following column).
5867 @end table
5870 @menu
5871 * The date/time prompt::        How Org mode helps you entering date and time
5872 * Custom time format::          Making dates look different
5873 @end menu
5875 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
5876 @subsection The date/time prompt
5877 @cindex date, reading in minibuffer
5878 @cindex time, reading in minibuffer
5880 @vindex org-read-date-prefer-future
5881 When Org mode prompts for a date/time, the default is shown in default
5882 date/time format, and the prompt therefore seems to ask for a specific
5883 format.  But it will in fact accept date/time information in a variety of
5884 formats.  Generally, the information should start at the beginning of the
5885 string.  Org mode will find whatever information is in
5886 there and derive anything you have not specified from the @emph{default date
5887 and time}.  The default is usually the current date and time, but when
5888 modifying an existing timestamp, or when entering the second stamp of a
5889 range, it is taken from the stamp in the buffer.  When filling in
5890 information, Org mode assumes that most of the time you will want to enter a
5891 date in the future: if you omit the month/year and the given day/month is
5892 @i{before} today, it will assume that you mean a future date@footnote{See the
5893 variable @var{org-read-date-prefer-future}.  You may set that variable to
5894 the symbol @code{time} to even make a time before now shift the date to
5895 tomorrow.}.  If the date has been automatically shifted into the future, the
5896 time prompt will show this with @samp{(=>F).}
5898 For example, let's assume that today is @b{June 13, 2006}.  Here is how
5899 various inputs will be interpreted, the items filled in by Org mode are
5900 in @b{bold}.
5902 @example
5903 3-2-5         @result{} 2003-02-05
5904 2/5/3         @result{} 2003-02-05
5905 14            @result{} @b{2006}-@b{06}-14
5906 12            @result{} @b{2006}-@b{07}-12
5907 2/5           @result{} @b{2007}-02-05
5908 Fri           @result{} nearest Friday after the default date
5909 sep 15        @result{} @b{2006}-09-15
5910 feb 15        @result{} @b{2007}-02-15
5911 sep 12 9      @result{} 2009-09-12
5912 12:45         @result{} @b{2006}-@b{06}-@b{13} 12:45
5913 22 sept 0:34  @result{} @b{2006}-09-22 0:34
5914 w4            @result{} ISO week for of the current year @b{2006}
5915 2012 w4 fri   @result{} Friday of ISO week 4 in 2012
5916 2012-w04-5    @result{} Same as above
5917 @end example
5919 Furthermore you can specify a relative date by giving, as the @emph{first}
5920 thing in the input: a plus/minus sign, a number and a letter ([hdwmy]) to
5921 indicate change in hours, days, weeks, months, or years.  With a single plus
5922 or minus, the date is always relative to today.  With a double plus or minus,
5923 it is relative to the default date.  If instead of a single letter, you use
5924 the abbreviation of day name, the date will be the Nth such day, e.g.:
5926 @example
5927 +0            @result{} today
5928 .             @result{} today
5929 +4d           @result{} four days from today
5930 +4            @result{} same as above
5931 +2w           @result{} two weeks from today
5932 ++5           @result{} five days from default date
5933 +2tue         @result{} second Tuesday from now
5934 -wed          @result{} last Wednesday
5935 @end example
5937 @vindex parse-time-months
5938 @vindex parse-time-weekdays
5939 The function understands English month and weekday abbreviations.  If
5940 you want to use unabbreviated names and/or other languages, configure
5941 the variables @var{parse-time-months} and @var{parse-time-weekdays}.
5943 @vindex org-read-date-force-compatible-dates
5944 Not all dates can be represented in a given Emacs implementation.  By default
5945 Org mode forces dates into the compatibility range 1970--2037 which works on
5946 all Emacs implementations.  If you want to use dates outside of this range,
5947 read the docstring of the variable
5948 @var{org-read-date-force-compatible-dates}.
5950 You can specify a time range by giving start and end times or by giving a
5951 start time and a duration (in HH:MM format).  Use one or two dash(es) as the
5952 separator in the former case and use '+' as the separator in the latter
5953 case, e.g.:
5955 @example
5956 11am-1:15pm    @result{} 11:00-13:15
5957 11am--1:15pm   @result{} same as above
5958 11am+2:15      @result{} same as above
5959 @end example
5961 @cindex calendar, for selecting date
5962 @vindex org-popup-calendar-for-date-prompt
5963 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
5964 you don't need/want the calendar, configure the variable
5965 @var{org-popup-calendar-for-date-prompt}.}.  When you exit the date
5966 prompt, either by clicking on a date in the calendar, or by pressing
5967 @key{RET}, the date selected in the calendar will be combined with the
5968 information entered at the prompt.  You can control the calendar fully
5969 from the minibuffer:
5971 @kindex <
5972 @kindex >
5973 @kindex M-v
5974 @kindex C-v
5975 @kindex mouse-1
5976 @kindex S-@key{right}
5977 @kindex S-@key{left}
5978 @kindex S-@key{down}
5979 @kindex S-@key{up}
5980 @kindex M-S-@key{right}
5981 @kindex M-S-@key{left}
5982 @kindex @key{RET}
5983 @example
5984 @key{RET}           @r{Choose date at cursor in calendar.}
5985 mouse-1        @r{Select date by clicking on it.}
5986 S-@key{right}/@key{left}     @r{One day forward/backward.}
5987 S-@key{down}/@key{up}     @r{One week forward/backward.}
5988 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
5989 > / <          @r{Scroll calendar forward/backward by one month.}
5990 M-v / C-v      @r{Scroll calendar forward/backward by 3 months.}
5991 @end example
5993 @vindex org-read-date-display-live
5994 The actions of the date/time prompt may seem complex, but I assure you they
5995 will grow on you, and you will start getting annoyed by pretty much any other
5996 way of entering a date/time out there.  To help you understand what is going
5997 on, the current interpretation of your input will be displayed live in the
5998 minibuffer@footnote{If you find this distracting, turn the display off with
5999 @var{org-read-date-display-live}.}.
6001 @node Custom time format,  , The date/time prompt, Creating timestamps
6002 @subsection Custom time format
6003 @cindex custom date/time format
6004 @cindex time format, custom
6005 @cindex date format, custom
6007 @vindex org-display-custom-times
6008 @vindex org-time-stamp-custom-formats
6009 Org mode uses the standard ISO notation for dates and times as it is
6010 defined in ISO 8601.  If you cannot get used to this and require another
6011 representation of date and time to keep you happy, you can get it by
6012 customizing the options @var{org-display-custom-times} and
6013 @var{org-time-stamp-custom-formats}.
6015 @table @kbd
6016 @orgcmd{C-c C-x C-t,org-toggle-time-stamp-overlays}
6017 Toggle the display of custom formats for dates and times.
6018 @end table
6020 @noindent
6021 Org mode needs the default format for scanning, so the custom date/time
6022 format does not @emph{replace} the default format---instead it is put
6023 @emph{over} the default format using text properties.  This has the
6024 following consequences:
6025 @itemize @bullet
6026 @item
6027 You cannot place the cursor onto a timestamp anymore, only before or
6028 after.
6029 @item
6030 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
6031 each component of a timestamp.  If the cursor is at the beginning of
6032 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
6033 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
6034 time will be changed by one minute.
6035 @item
6036 If the timestamp contains a range of clock times or a repeater, these
6037 will not be overlaid, but remain in the buffer as they were.
6038 @item
6039 When you delete a timestamp character-by-character, it will only
6040 disappear from the buffer after @emph{all} (invisible) characters
6041 belonging to the ISO timestamp have been removed.
6042 @item
6043 If the custom timestamp format is longer than the default and you are
6044 using dates in tables, table alignment will be messed up.  If the custom
6045 format is shorter, things do work as expected.
6046 @end itemize
6049 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
6050 @section Deadlines and scheduling
6052 A timestamp may be preceded by special keywords to facilitate planning:
6054 @table @var
6055 @item DEADLINE
6056 @cindex DEADLINE keyword
6058 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
6059 to be finished on that date.
6061 @vindex org-deadline-warning-days
6062 @vindex org-agenda-skip-deadline-prewarning-if-scheduled
6063 On the deadline date, the task will be listed in the agenda.  In
6064 addition, the agenda for @emph{today} will carry a warning about the
6065 approaching or missed deadline, starting
6066 @var{org-deadline-warning-days} before the due date, and continuing
6067 until the entry is marked DONE@.  An example:
6069 @example
6070 *** TODO write article about the Earth for the Guide
6071     DEADLINE: <2004-02-29 Sun>
6072     The editor in charge is [[bbdb:Ford Prefect]]
6073 @end example
6075 You can specify a different lead time for warnings for a specific
6076 deadlines using the following syntax.  Here is an example with a warning
6077 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.  This warning is
6078 deactivated if the task get scheduled and you set
6079 @var{org-agenda-skip-deadline-prewarning-if-scheduled} to @code{t}.
6081 @item SCHEDULED
6082 @cindex SCHEDULED keyword
6084 Meaning: you are planning to start working on that task on the given
6085 date.
6087 @vindex org-agenda-skip-scheduled-if-done
6088 The headline will be listed under the given date@footnote{It will still
6089 be listed on that date after it has been marked DONE@.  If you don't like
6090 this, set the variable @var{org-agenda-skip-scheduled-if-done}.}.  In
6091 addition, a reminder that the scheduled date has passed will be present
6092 in the compilation for @emph{today}, until the entry is marked DONE, i.e.,
6093 the task will automatically be forwarded until completed.
6095 @example
6096 *** TODO Call Trillian for a date on New Years Eve.
6097     SCHEDULED: <2004-12-25 Sat>
6098 @end example
6100 @vindex org-scheduled-delay-days
6101 @vindex org-agenda-skip-scheduled-delay-if-deadline
6102 If you want to @emph{delay} the display of this task in the agenda, use
6103 @code{SCHEDULED: <2004-12-25 Sat -2d>}: the task is still scheduled on the
6104 25th but will appear two days later.  In case the task contains a repeater,
6105 the delay is considered to affect all occurrences; if you want the delay to
6106 only affect the first scheduled occurrence of the task, use @code{--2d}
6107 instead.  See @var{org-scheduled-delay-days} and
6108 @var{org-agenda-skip-scheduled-delay-if-deadline} for details on how to
6109 control this globally or per agenda.
6111 @noindent
6112 @b{Important:} Scheduling an item in Org mode should @i{not} be
6113 understood in the same way that we understand @i{scheduling a meeting}.
6114 Setting a date for a meeting is just a simple appointment, you should
6115 mark this entry with a simple plain timestamp, to get this item shown
6116 on the date where it applies.  This is a frequent misunderstanding by
6117 Org users.  In Org mode, @i{scheduling} means setting a date when you
6118 want to start working on an action item.
6119 @end table
6121 You may use timestamps with repeaters in scheduling and deadline
6122 entries.  Org mode will issue early and late warnings based on the
6123 assumption that the timestamp represents the @i{nearest instance} of
6124 the repeater.  However, the use of diary sexp entries like
6126 @code{<%%(diary-float t 42)>}
6128 in scheduling and deadline timestamps is limited.  Org mode does not
6129 know enough about the internals of each sexp function to issue early and
6130 late warnings.  However, it will show the item on each day where the
6131 sexp entry matches.
6133 @menu
6134 * Inserting deadline/schedule::  Planning items
6135 * Repeated tasks::              Items that show up again and again
6136 @end menu
6138 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
6139 @subsection Inserting deadlines or schedules
6141 The following commands allow you to quickly insert@footnote{The @samp{SCHEDULED} and
6142 @samp{DEADLINE} dates are inserted on the line right below the headline.  Don't put
6143 any text between this line and the headline.} a deadline or to schedule
6144 an item:
6146 @table @kbd
6148 @orgcmd{C-c C-d,org-deadline}
6149 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will happen
6150 in the line directly following the headline.  Any CLOSED timestamp will be
6151 removed.  When called with a prefix arg, an existing deadline will be removed
6152 from the entry.  Depending on the variable @var{org-log-redeadline}@footnote{with corresponding
6153 @code{#+STARTUP} keywords @code{logredeadline}, @code{lognoteredeadline},
6154 and @code{nologredeadline}}, a note will be taken when changing an existing
6155 deadline.
6157 @orgcmd{C-c C-s,org-schedule}
6158 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
6159 happen in the line directly following the headline.  Any CLOSED timestamp
6160 will be removed.  When called with a prefix argument, remove the scheduling
6161 date from the entry.  Depending on the variable
6162 @var{org-log-reschedule}@footnote{with corresponding @code{#+STARTUP}
6163 keywords @code{logreschedule}, @code{lognotereschedule}, and
6164 @code{nologreschedule}}, a note will be taken when changing an existing
6165 scheduling time.
6167 @orgcmd{C-c C-x C-k,org-mark-entry-for-agenda-action}
6168 @kindex k a
6169 @kindex k s
6170 Mark the current entry for agenda action.  After you have marked the entry
6171 like this, you can open the agenda or the calendar to find an appropriate
6172 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
6173 schedule the marked item.
6175 @orgcmd{C-c / d,org-check-deadlines}
6176 @cindex sparse tree, for deadlines
6177 @vindex org-deadline-warning-days
6178 Create a sparse tree with all deadlines that are either past-due, or
6179 which will become due within @var{org-deadline-warning-days}.
6180 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
6181 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
6182 all deadlines due tomorrow.
6184 @orgcmd{C-c / b,org-check-before-date}
6185 Sparse tree for deadlines and scheduled items before a given date.
6187 @orgcmd{C-c / a,org-check-after-date}
6188 Sparse tree for deadlines and scheduled items after a given date.
6189 @end table
6191 Note that @code{org-schedule} and @code{org-deadline} supports
6192 setting the date by indicating a relative time: e.g., +1d will set
6193 the date to the next day after today, and --1w will set the date
6194 to the previous week before any current timestamp.
6196 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
6197 @subsection Repeated tasks
6198 @cindex tasks, repeated
6199 @cindex repeated tasks
6201 Some tasks need to be repeated again and again.  Org mode helps to
6202 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
6203 or plain timestamp.  In the following example
6204 @example
6205 ** TODO Pay the rent
6206    DEADLINE: <2005-10-01 Sat +1m>
6207 @end example
6208 @noindent
6209 the @code{+1m} is a repeater; the intended interpretation is that the task
6210 has a deadline on <2005-10-01> and repeats itself every (one) month starting
6211 from that time.  You can use yearly, monthly, weekly, daily and hourly repeat
6212 cookies by using the @code{y/w/m/d/h} letters.  If you need both a repeater
6213 and a special warning period in a deadline entry, the repeater should come
6214 first and the warning period last: @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
6216 @vindex org-todo-repeat-to-state
6217 Deadlines and scheduled items produce entries in the agenda when they are
6218 over-due, so it is important to be able to mark such an entry as completed
6219 once you have done so.  When you mark a DEADLINE or a SCHEDULE with the TODO
6220 keyword DONE, it will no longer produce entries in the agenda.  The problem
6221 with this is, however, that then also the @emph{next} instance of the
6222 repeated entry will not be active.  Org mode deals with this in the following
6223 way: When you try to mark such an entry DONE (using @kbd{C-c C-t}), it will
6224 shift the base date of the repeating timestamp by the repeater interval, and
6225 immediately set the entry state back to TODO@footnote{In fact, the target
6226 state is taken from, in this sequence, the @code{REPEAT_TO_STATE} property or
6227 the variable @var{org-todo-repeat-to-state}.  If neither of these is
6228 specified, the target state defaults to the first state of the TODO state
6229 sequence.}.  In the example above, setting the state to DONE would actually
6230 switch the date like this:
6232 @example
6233 ** TODO Pay the rent
6234    DEADLINE: <2005-11-01 Tue +1m>
6235 @end example
6237 @vindex org-log-repeat
6238 A timestamp@footnote{You can change this using the option
6239 @var{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
6240 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
6241 will also be prompted for a note.} will be added under the deadline, to keep
6242 a record that you actually acted on the previous instance of this deadline.
6244 As a consequence of shifting the base date, this entry will no longer be
6245 visible in the agenda when checking past dates, but all future instances
6246 will be visible.
6248 With the @samp{+1m} cookie, the date shift will always be exactly one
6249 month.  So if you have not paid the rent for three months, marking this
6250 entry DONE will still keep it as an overdue deadline.  Depending on the
6251 task, this may not be the best way to handle it.  For example, if you
6252 forgot to call your father for 3 weeks, it does not make sense to call
6253 him 3 times in a single day to make up for it.  Finally, there are tasks
6254 like changing batteries which should always repeat a certain time
6255 @i{after} the last time you did it.  For these tasks, Org mode has
6256 special repeaters  @samp{++} and @samp{.+}.  For example:
6258 @example
6259 ** TODO Call Father
6260    DEADLINE: <2008-02-10 Sun ++1w>
6261    Marking this DONE will shift the date by at least one week,
6262    but also by as many weeks as it takes to get this date into
6263    the future.  However, it stays on a Sunday, even if you called
6264    and marked it done on Saturday.
6265 ** TODO Check the batteries in the smoke detectors
6266    DEADLINE: <2005-11-01 Tue .+1m>
6267    Marking this DONE will shift the date to one month after
6268    today.
6269 @end example
6271 @vindex org-agenda-skip-scheduled-if-deadline-is-shown
6272 You may have both scheduling and deadline information for a specific task.
6273 If the repeater is set for the scheduling information only, you probably want
6274 the repeater to be ignored after the deadline.  If so, set the variable
6275 @var{org-agenda-skip-scheduled-if-deadline-is-shown} to
6276 @code{repeated-after-deadline}.  If you want both scheduling and deadline
6277 information to repeat after the same interval, set the same repeater for both
6278 timestamps.
6280 An alternative to using a repeater is to create a number of copies of a task
6281 subtree, with dates shifted in each copy.  The command @kbd{C-c C-x c} was
6282 created for this purpose, it is described in @ref{Structure editing}.
6285 @node Clocking work time, Effort estimates, Deadlines and scheduling, Dates and Times
6286 @section Clocking work time
6287 @cindex clocking time
6288 @cindex time clocking
6290 Org mode allows you to clock the time you spend on specific tasks in a
6291 project.  When you start working on an item, you can start the clock.  When
6292 you stop working on that task, or when you mark the task done, the clock is
6293 stopped and the corresponding time interval is recorded.  It also computes
6294 the total time spent on each subtree@footnote{Clocking only works if all
6295 headings are indented with less than 30 stars.  This is a hardcoded
6296 limitation of `lmax' in `org-clock-sum'.} of a project.  And it remembers a
6297 history or tasks recently clocked, to that you can jump quickly between a
6298 number of tasks absorbing your time.
6300 To save the clock history across Emacs sessions, use
6301 @lisp
6302 (setq org-clock-persist 'history)
6303 (org-clock-persistence-insinuate)
6304 @end lisp
6305 When you clock into a new task after resuming Emacs, the incomplete
6306 clock@footnote{To resume the clock under the assumption that you have worked
6307 on this task while outside Emacs, use @code{(setq org-clock-persist t)}.}
6308 will be found (@pxref{Resolving idle time}) and you will be prompted about
6309 what to do with it.
6311 @menu
6312 * Clocking commands::           Starting and stopping a clock
6313 * The clock table::             Detailed reports
6314 * Resolving idle time::         Resolving time when you've been idle
6315 @end menu
6317 @node Clocking commands, The clock table, Clocking work time, Clocking work time
6318 @subsection Clocking commands
6320 @table @kbd
6321 @orgcmd{C-c C-x C-i,org-clock-in}
6322 @vindex org-clock-into-drawer
6323 @vindex org-clock-continuously
6324 @cindex property, LOG_INTO_DRAWER
6325 Start the clock on the current item (clock-in).  This inserts the CLOCK
6326 keyword together with a timestamp.  If this is not the first clocking of
6327 this item, the multiple CLOCK lines will be wrapped into a
6328 @code{:LOGBOOK:} drawer (see also the variable
6329 @var{org-clock-into-drawer}).  You can also overrule
6330 the setting of this variable for a subtree by setting a
6331 @code{CLOCK_INTO_DRAWER} or @code{LOG_INTO_DRAWER} property.
6332 When called with a @kbd{C-u} prefix argument,
6333 select the task from a list of recently clocked tasks.  With two @kbd{C-u
6334 C-u} prefixes, clock into the task at point and mark it as the default task;
6335 the default task will then always be available with letter @kbd{d} when
6336 selecting a clocking task.  With three @kbd{C-u C-u C-u} prefixes, force
6337 continuous clocking by starting the clock when the last clock stopped.@*
6338 @cindex property: CLOCK_MODELINE_TOTAL
6339 @cindex property: LAST_REPEAT
6340 @vindex org-clock-modeline-total
6341 While the clock is running, the current clocking time is shown in the mode
6342 line, along with the title of the task.  The clock time shown will be all
6343 time ever clocked for this task and its children.  If the task has an effort
6344 estimate (@pxref{Effort estimates}), the mode line displays the current
6345 clocking time against it@footnote{To add an effort estimate ``on the fly'',
6346 hook a function doing this to @var{org-clock-in-prepare-hook}.}  If the task
6347 is a repeating one (@pxref{Repeated tasks}), only the time since the last
6348 reset of the task @footnote{as recorded by the @code{LAST_REPEAT} property}
6349 will be shown.  More control over what time is shown can be exercised with
6350 the @code{CLOCK_MODELINE_TOTAL} property.  It may have the values
6351 @code{current} to show only the current clocking instance, @code{today} to
6352 show all time clocked on this tasks today (see also the variable
6353 @var{org-extend-today-until}), @code{all} to include all time, or
6354 @code{auto} which is the default@footnote{See also the variable
6355 @var{org-clock-modeline-total}.}.@* Clicking with @kbd{mouse-1} onto the
6356 mode line entry will pop up a menu with clocking options.
6358 @orgcmd{C-c C-x C-o,org-clock-out}
6359 @vindex org-log-note-clock-out
6360 Stop the clock (clock-out).  This inserts another timestamp at the same
6361 location where the clock was last started.  It also directly computes
6362 the resulting time in inserts it after the time range as @samp{=>
6363 HH:MM}.  See the variable @var{org-log-note-clock-out} for the
6364 possibility to record an additional note together with the clock-out
6365 timestamp@footnote{The corresponding in-buffer setting is:
6366 @code{#+STARTUP: lognoteclock-out}}.
6367 @orgcmd{C-c C-x C-x,org-clock-in-last}
6368 @vindex org-clock-continuously
6369 Reclock the last clocked task.  With one @kbd{C-u} prefix argument,
6370 select the task from the clock history.  With two @kbd{C-u} prefixes,
6371 force continuous clocking by starting the clock when the last clock
6372 stopped.
6373 @orgcmd{C-c C-x C-e,org-clock-modify-effort-estimate}
6374 Update the effort estimate for the current clock task.
6375 @kindex C-c C-y
6376 @kindex C-c C-c
6377 @orgcmdkkc{C-c C-c,C-c C-y,org-evaluate-time-range}
6378 Recompute the time interval after changing one of the timestamps.  This
6379 is only necessary if you edit the timestamps directly.  If you change
6380 them with @kbd{S-@key{cursor}} keys, the update is automatic.
6381 @orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down}
6382 On @code{CLOCK} log lines, increase/decrease both timestamps so that the
6383 clock duration keeps the same.
6384 @orgcmd{S-M-@key{up/down},org-timestamp-up/down}
6385 On @code{CLOCK} log lines, increase/decrease the timestamp at point and
6386 the one of the previous (or the next clock) timestamp by the same duration.
6387 For example, if you hit @kbd{S-M-@key{up}} to increase a clocked-out timestamp
6388 by five minutes, then the clocked-in timestamp of the next clock will be
6389 increased by five minutes.
6390 @orgcmd{C-c C-t,org-todo}
6391 Changing the TODO state of an item to DONE automatically stops the clock
6392 if it is running in this same item.
6393 @orgcmd{C-c C-x C-q,org-clock-cancel}
6394 Cancel the current clock.  This is useful if a clock was started by
6395 mistake, or if you ended up working on something else.
6396 @orgcmd{C-c C-x C-j,org-clock-goto}
6397 Jump to the headline of the currently clocked in task.  With a @kbd{C-u}
6398 prefix arg, select the target task from a list of recently clocked tasks.
6399 @orgcmd{C-c C-x C-d,org-clock-display}
6400 @vindex org-remove-highlights-with-change
6401 Display time summaries for each subtree in the current buffer.  This puts
6402 overlays at the end of each headline, showing the total time recorded under
6403 that heading, including the time of any subheadings.  You can use visibility
6404 cycling to study the tree, but the overlays disappear when you change the
6405 buffer (see variable @var{org-remove-highlights-with-change}) or press
6406 @kbd{C-c C-c}.
6407 @end table
6409 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
6410 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
6411 worked on or closed during a day.
6413 @strong{Important:} note that both @code{org-clock-out} and
6414 @code{org-clock-in-last} can have a global keybinding and will not
6415 modify the window disposition.
6417 @node The clock table, Resolving idle time, Clocking commands, Clocking work time
6418 @subsection The clock table
6419 @cindex clocktable, dynamic block
6420 @cindex report, of clocked time
6422 Org mode can produce quite complex reports based on the time clocking
6423 information.  Such a report is called a @emph{clock table}, because it is
6424 formatted as one or several Org tables.
6426 @table @kbd
6427 @orgcmd{C-c C-x C-r,org-clock-report}
6428 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
6429 report as an Org mode table into the current file.  When the cursor is
6430 at an existing clock table, just update it.  When called with a prefix
6431 argument, jump to the first clock report in the current document and
6432 update it.  The clock table always includes also trees with
6433 @code{:ARCHIVE:} tag.
6434 @orgcmdkkc{C-c C-c,C-c C-x C-u,org-dblock-update}
6435 Update dynamic block at point.  The cursor needs to be in the
6436 @code{#+BEGIN} line of the dynamic block.
6437 @orgkey{C-u C-c C-x C-u}
6438 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
6439 you have several clock table blocks in a buffer.
6440 @orgcmdkxkc{S-@key{left},S-@key{right},org-clocktable-try-shift}
6441 Shift the current @code{:block} interval and update the table.  The cursor
6442 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
6443 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
6444 @end table
6447 Here is an example of the frame for a clock table as it is inserted into the
6448 buffer with the @kbd{C-c C-x C-r} command:
6450 @cindex #+BEGIN, clocktable
6451 @example
6452 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
6453 #+END: clocktable
6454 @end example
6455 @noindent
6456 @vindex org-clocktable-defaults
6457 The @samp{BEGIN} line and specify a number of options to define the scope,
6458 structure, and formatting of the report.  Defaults for all these options can
6459 be configured in the variable @var{org-clocktable-defaults}.
6461 @noindent First there are options that determine which clock entries are to
6462 be selected:
6463 @example
6464 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
6465              @r{Clocks at deeper levels will be summed into the upper level.}
6466 :scope       @r{The scope to consider.  This can be any of the following:}
6467              nil        @r{the current buffer or narrowed region}
6468              file       @r{the full current buffer}
6469              subtree    @r{the subtree where the clocktable is located}
6470              tree@var{N}      @r{the surrounding level @var{N} tree, for example @code{tree3}}
6471              tree       @r{the surrounding level 1 tree}
6472              agenda     @r{all agenda files}
6473              ("file"..) @r{scan these files}
6474              file-with-archives    @r{current file and its archives}
6475              agenda-with-archives  @r{all agenda files, including archives}
6476 :block       @r{The time block to consider.  This block is specified either}
6477              @r{absolute, or relative to the current time and may be any of}
6478              @r{these formats:}
6479              2007-12-31    @r{New year eve 2007}
6480              2007-12       @r{December 2007}
6481              2007-W50      @r{ISO-week 50 in 2007}
6482              2007-Q2       @r{2nd quarter in 2007}
6483              2007          @r{the year 2007}
6484              today, yesterday, today-@var{N}          @r{a relative day}
6485              thisweek, lastweek, thisweek-@var{N}     @r{a relative week}
6486              thismonth, lastmonth, thismonth-@var{N}  @r{a relative month}
6487              thisyear, lastyear, thisyear-@var{N}     @r{a relative year}
6488              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
6489 :tstart      @r{A time string specifying when to start considering times.}
6490              @r{Relative times like @code{"<-2w>"} can also be used.  See}
6491              @r{@ref{Matching tags and properties} for relative time syntax.}
6492 :tend        @r{A time string specifying when to stop considering times.}
6493              @r{Relative times like @code{"<now>"} can also be used.  See}
6494              @r{@ref{Matching tags and properties} for relative time syntax.}
6495 :wstart      @r{The starting day of the week.  The default is 1 for monday.}
6496 :mstart      @r{The starting day of the month.  The default 1 is for the first}
6497              @r{day of the month.}
6498 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
6499              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
6500 :stepskip0   @r{Do not show steps that have zero time.}
6501 :fileskip0   @r{Do not show table sections from files which did not contribute.}
6502 :tags        @r{A tags match to select entries that should contribute.  See}
6503              @r{@ref{Matching tags and properties} for the match syntax.}
6504 @end example
6506 Then there are options which determine the formatting of the table.  There
6507 options are interpreted by the function @code{org-clocktable-write-default},
6508 but you can specify your own function using the @code{:formatter} parameter.
6509 @example
6510 :emphasize   @r{When @code{t}, emphasize level one and level two items.}
6511 :lang        @r{Language@footnote{Language terms can be set through the variable @var{org-clock-clocktable-language-setup}.} to use for descriptive cells like "Task".}
6512 :link        @r{Link the item headlines in the table to their origins.}
6513 :narrow      @r{An integer to limit the width of the headline column in}
6514              @r{the org table.  If you write it like @samp{50!}, then the}
6515              @r{headline will also be shortened in export.}
6516 :indent      @r{Indent each headline field according to its level.}
6517 :tcolumns    @r{Number of columns to be used for times.  If this is smaller}
6518              @r{than @code{:maxlevel}, lower levels will be lumped into one column.}
6519 :level       @r{Should a level number column be included?}
6520 :compact     @r{Abbreviation for @code{:level nil :indent t :narrow 40! :tcolumns 1}}
6521              @r{All are overwritten except if there is an explicit @code{:narrow}}
6522 :timestamp   @r{A timestamp for the entry, when available.  Look for SCHEDULED,}
6523              @r{DEADLINE, TIMESTAMP and TIMESTAMP_IA, in this order.}
6524 :properties  @r{List of properties that should be shown in the table.  Each}
6525              @r{property will get its own column.}
6526 :inherit-props @r{When this flag is @code{t}, the values for @code{:properties} will be inherited.}
6527 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
6528              @r{As a special case, @samp{:formula %} adds a column with % time.}
6529              @r{If you do not specify a formula here, any existing formula}
6530              @r{below the clock table will survive updates and be evaluated.}
6531 :formatter   @r{A function to format clock data and insert it into the buffer.}
6532 @end example
6533 To get a clock summary of the current level 1 tree, for the current
6534 day, you could write
6535 @example
6536 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
6537 #+END: clocktable
6538 @end example
6539 @noindent
6540 and to use a specific time range you could write@footnote{Note that all
6541 parameters must be specified in a single line---the line is broken here
6542 only to fit it into the manual.}
6543 @example
6544 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
6545                     :tend "<2006-08-10 Thu 12:00>"
6546 #+END: clocktable
6547 @end example
6548 A range starting a week ago and ending right now could be written as
6549 @example
6550 #+BEGIN: clocktable :tstart "<-1w>" :tend "<now>"
6551 #+END: clocktable
6552 @end example
6553 A summary of the current subtree with % times would be
6554 @example
6555 #+BEGIN: clocktable :scope subtree :link t :formula %
6556 #+END: clocktable
6557 @end example
6558 A horizontally compact representation of everything clocked during last week
6559 would be
6560 @example
6561 #+BEGIN: clocktable :scope agenda :block lastweek :compact t
6562 #+END: clocktable
6563 @end example
6565 @node Resolving idle time,  , The clock table, Clocking work time
6566 @subsection Resolving idle time and continuous clocking
6568 @subsubheading Resolving idle time
6569 @cindex resolve idle time
6570 @vindex org-clock-x11idle-program-name
6572 @cindex idle, resolve, dangling
6573 If you clock in on a work item, and then walk away from your
6574 computer---perhaps to take a phone call---you often need to ``resolve'' the
6575 time you were away by either subtracting it from the current clock, or
6576 applying it to another one.
6578 @vindex org-clock-idle-time
6579 By customizing the variable @var{org-clock-idle-time} to some integer, such
6580 as 10 or 15, Emacs can alert you when you get back to your computer after
6581 being idle for that many minutes@footnote{On computers using Mac OS X,
6582 idleness is based on actual user idleness, not just Emacs' idle time.  For
6583 X11, you can install a utility program @file{x11idle.c}, available in the
6584 @code{contrib/scripts} directory of the Org git distribution, or install the
6585 @file{xprintidle} package and set it to the variable
6586 @var{org-clock-x11idle-program-name} if you are running Debian, to get the
6587 same general treatment of idleness.  On other systems, idle time refers to
6588 Emacs idle time only.}, and ask what you want to do with the idle time.
6589 There will be a question waiting for you when you get back, indicating how
6590 much idle time has passed (constantly updated with the current amount), as
6591 well as a set of choices to correct the discrepancy:
6593 @table @kbd
6594 @item k
6595 To keep some or all of the minutes and stay clocked in, press @kbd{k}.  Org
6596 will ask how many of the minutes to keep.  Press @key{RET} to keep them all,
6597 effectively changing nothing, or enter a number to keep that many minutes.
6598 @item K
6599 If you use the shift key and press @kbd{K}, it will keep however many minutes
6600 you request and then immediately clock out of that task.  If you keep all of
6601 the minutes, this is the same as just clocking out of the current task.
6602 @item s
6603 To keep none of the minutes, use @kbd{s} to subtract all the away time from
6604 the clock, and then check back in from the moment you returned.
6605 @item S
6606 To keep none of the minutes and just clock out at the start of the away time,
6607 use the shift key and press @kbd{S}.  Remember that using shift will always
6608 leave you clocked out, no matter which option you choose.
6609 @item C
6610 To cancel the clock altogether, use @kbd{C}.  Note that if instead of
6611 canceling you subtract the away time, and the resulting clock amount is less
6612 than a minute, the clock will still be canceled rather than clutter up the
6613 log with an empty entry.
6614 @end table
6616 What if you subtracted those away minutes from the current clock, and now
6617 want to apply them to a new clock?  Simply clock in to any task immediately
6618 after the subtraction.  Org will notice that you have subtracted time ``on
6619 the books'', so to speak, and will ask if you want to apply those minutes to
6620 the next task you clock in on.
6622 There is one other instance when this clock resolution magic occurs.  Say you
6623 were clocked in and hacking away, and suddenly your cat chased a mouse who
6624 scared a hamster that crashed into your UPS's power button!  You suddenly
6625 lose all your buffers, but thanks to auto-save you still have your recent Org
6626 mode changes, including your last clock in.
6628 If you restart Emacs and clock into any task, Org will notice that you have a
6629 dangling clock which was never clocked out from your last session.  Using
6630 that clock's starting time as the beginning of the unaccounted-for period,
6631 Org will ask how you want to resolve that time.  The logic and behavior is
6632 identical to dealing with away time due to idleness; it is just happening due
6633 to a recovery event rather than a set amount of idle time.
6635 You can also check all the files visited by your Org agenda for dangling
6636 clocks at any time using @kbd{M-x org-resolve-clocks RET} (or @kbd{C-c C-x C-z}).
6638 @subsubheading Continuous clocking
6639 @cindex continuous clocking
6640 @vindex org-clock-continuously
6642 You may want to start clocking from the time when you clocked out the
6643 previous task.  To enable this systematically, set @var{org-clock-continuously}
6644 to @code{t}.  Each time you clock in, Org retrieves the clock-out time of the
6645 last clocked entry for this session, and start the new clock from there.
6647 If you only want this from time to time, use three universal prefix arguments
6648 with @code{org-clock-in} and two @kbd{C-u C-u} with @code{org-clock-in-last}.
6650 @node Effort estimates, Relative timer, Clocking work time, Dates and Times
6651 @section Effort estimates
6652 @cindex effort estimates
6654 @cindex property, Effort
6655 @vindex org-effort-property
6656 If you want to plan your work in a very detailed way, or if you need to
6657 produce offers with quotations of the estimated work effort, you may want to
6658 assign effort estimates to entries.  If you are also clocking your work, you
6659 may later want to compare the planned effort with the actual working time, a
6660 great way to improve planning estimates.  Effort estimates are stored in a
6661 special property @samp{Effort}@footnote{You may change the property being
6662 used with the variable @var{org-effort-property}.}.  You can set the effort
6663 for an entry with the following commands:
6665 @table @kbd
6666 @orgcmd{C-c C-x e,org-set-effort}
6667 Set the effort estimate for the current entry.  With a numeric prefix
6668 argument, set it to the Nth allowed value (see below).  This command is also
6669 accessible from the agenda with the @kbd{e} key.
6670 @orgcmd{C-c C-x C-e,org-clock-modify-effort-estimate}
6671 Modify the effort estimate of the item currently being clocked.
6672 @end table
6674 Clearly the best way to work with effort estimates is through column view
6675 (@pxref{Column view}).  You should start by setting up discrete values for
6676 effort estimates, and a @code{COLUMNS} format that displays these values
6677 together with clock sums (if you want to clock your time).  For a specific
6678 buffer you can use
6680 @example
6681 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00
6682 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
6683 @end example
6685 @noindent
6686 @vindex org-global-properties
6687 @vindex org-columns-default-format
6688 or, even better, you can set up these values globally by customizing the
6689 variables @var{org-global-properties} and @var{org-columns-default-format}.
6690 In particular if you want to use this setup also in the agenda, a global
6691 setup may be advised.
6693 The way to assign estimates to individual items is then to switch to column
6694 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
6695 value.  The values you enter will immediately be summed up in the hierarchy.
6696 In the column next to it, any clocked time will be displayed.
6698 @vindex org-agenda-columns-add-appointments-to-effort-sum
6699 If you switch to column view in the daily/weekly agenda, the effort column
6700 will summarize the estimated work effort for each day@footnote{Please note
6701 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
6702 column view}).}, and you can use this to find space in your schedule.  To get
6703 an overview of the entire part of the day that is committed, you can set the
6704 option @var{org-agenda-columns-add-appointments-to-effort-sum}.  The
6705 appointments on a day that take place over a specified time interval will
6706 then also be added to the load estimate of the day.
6708 Effort estimates can be used in secondary agenda filtering that is triggered
6709 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
6710 these estimates defined consistently, two or three key presses will narrow
6711 down the list to stuff that fits into an available time slot.
6713 @node Relative timer, Countdown timer, Effort estimates, Dates and Times
6714 @section Taking notes with a relative timer
6715 @cindex relative timer
6717 When taking notes during, for example, a meeting or a video viewing, it can
6718 be useful to have access to times relative to a starting time.  Org provides
6719 such a relative timer and make it easy to create timed notes.
6721 @table @kbd
6722 @orgcmd{C-c C-x .,org-timer}
6723 Insert a relative time into the buffer.  The first time you use this, the
6724 timer will be started.  When called with a prefix argument, the timer is
6725 restarted.
6726 @orgcmd{C-c C-x -,org-timer-item}
6727 Insert a description list item with the current relative time.  With a prefix
6728 argument, first reset the timer to 0.
6729 @orgcmd{M-@key{RET},org-insert-heading}
6730 Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert
6731 new timer items.
6732 @c for key sequences with a comma, command name macros fail :(
6733 @kindex C-c C-x ,
6734 @item C-c C-x ,
6735 Pause the timer, or continue it if it is already paused
6736 (@command{org-timer-pause-or-continue}).
6737 @c removed the sentence because it is redundant to the following item
6738 @kindex C-u C-c C-x ,
6739 @item C-u C-c C-x ,
6740 Stop the timer.  After this, you can only start a new timer, not continue the
6741 old one.  This command also removes the timer from the mode line.
6742 @orgcmd{C-c C-x 0,org-timer-start}
6743 Reset the timer without inserting anything into the buffer.  By default, the
6744 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
6745 specific starting offset.  The user is prompted for the offset, with a
6746 default taken from a timer string at point, if any, So this can be used to
6747 restart taking notes after a break in the process.  When called with a double
6748 prefix argument @kbd{C-u C-u}, change all timer strings in the active region
6749 by a certain amount.  This can be used to fix timer strings if the timer was
6750 not started at exactly the right moment.
6751 @end table
6753 @node Countdown timer,  , Relative timer, Dates and Times
6754 @section Countdown timer
6755 @cindex Countdown timer
6756 @kindex C-c C-x ;
6757 @kindex ;
6759 Calling @code{org-timer-set-timer} from an Org mode buffer runs a countdown
6760 timer.  Use @kbd{;} from agenda buffers, @key{C-c C-x ;} everywhere else.
6762 @code{org-timer-set-timer} prompts the user for a duration and displays a
6763 countdown timer in the modeline.  @code{org-timer-default-timer} sets the
6764 default countdown value.  Giving a prefix numeric argument overrides this
6765 default value.
6767 @node Capture - Refile - Archive, Agenda Views, Dates and Times, Top
6768 @chapter Capture - Refile - Archive
6769 @cindex capture
6771 An important part of any organization system is the ability to quickly
6772 capture new ideas and tasks, and to associate reference material with them.
6773 Org does this using a process called @i{capture}.  It also can store files
6774 related to a task (@i{attachments}) in a special directory.  Once in the
6775 system, tasks and projects need to be moved around.  Moving completed project
6776 trees to an archive file keeps the system compact and fast.
6778 @menu
6779 * Capture::                     Capturing new stuff
6780 * Attachments::                 Add files to tasks
6781 * RSS Feeds::                   Getting input from RSS feeds
6782 * Protocols::                   External (e.g., Browser) access to Emacs and Org
6783 * Refile and copy::             Moving/copying a tree from one place to another
6784 * Archiving::                   What to do with finished projects
6785 @end menu
6787 @node Capture, Attachments, Capture - Refile - Archive, Capture - Refile - Archive
6788 @section Capture
6789 @cindex capture
6791 Capture lets you quickly store notes with little interruption of your work
6792 flow.  Org's method for capturing new items is heavily inspired by John
6793 Wiegley excellent @file{remember.el} package.  Up to version 6.36, Org
6794 used a special setup for @file{remember.el}, then replaced it with
6795 @file{org-remember.el}.  As of version 8.0, @file{org-remember.el} has
6796 been completely replaced by @file{org-capture.el}.
6798 If your configuration depends on @file{org-remember.el}, you need to update
6799 it and use the setup described below.  To convert your
6800 @var{org-remember-templates}, run the command
6801 @example
6802 @kbd{M-x org-capture-import-remember-templates RET}
6803 @end example
6804 @noindent and then customize the new variable with @kbd{M-x
6805 customize-variable org-capture-templates}, check the result, and save the
6806 customization.
6808 @menu
6809 * Setting up capture::          Where notes will be stored
6810 * Using capture::               Commands to invoke and terminate capture
6811 * Capture templates::           Define the outline of different note types
6812 @end menu
6814 @node Setting up capture, Using capture, Capture, Capture
6815 @subsection Setting up capture
6817 The following customization sets a default target file for notes, and defines
6818 a global key@footnote{Please select your own key, @kbd{C-c c} is only a
6819 suggestion.}  for capturing new material.
6821 @vindex org-default-notes-file
6822 @smalllisp
6823 @group
6824 (setq org-default-notes-file (concat org-directory "/notes.org"))
6825 (define-key global-map "\C-cc" 'org-capture)
6826 @end group
6827 @end smalllisp
6829 @node Using capture, Capture templates, Setting up capture, Capture
6830 @subsection Using capture
6832 @table @kbd
6833 @orgcmd{C-c c,org-capture}
6834 Call the command @code{org-capture}.  Note that this keybinding is global and
6835 not active by default: you need to install it.  If you have templates
6836 @cindex date tree
6837 defined @pxref{Capture templates}, it will offer these templates for
6838 selection or use a new Org outline node as the default template.  It will
6839 insert the template into the target file and switch to an indirect buffer
6840 narrowed to this new node.  You may then insert the information you want.
6842 @orgcmd{C-c C-c,org-capture-finalize}
6843 Once you have finished entering information into the capture buffer, @kbd{C-c
6844 C-c} will return you to the window configuration before the capture process,
6845 so that you can resume your work without further distraction.  When called
6846 with a prefix arg, finalize and then jump to the captured item.
6848 @orgcmd{C-c C-w,org-capture-refile}
6849 Finalize the capture process by refiling (@pxref{Refile and copy}) the note to
6850 a different place.  Please realize that this is a normal refiling command
6851 that will be executed---so the cursor position at the moment you run this
6852 command is important.  If you have inserted a tree with a parent and
6853 children, first move the cursor back to the parent.  Any prefix argument
6854 given to this command will be passed on to the @code{org-refile} command.
6856 @orgcmd{C-c C-k,org-capture-kill}
6857 Abort the capture process and return to the previous state.
6859 @end table
6861 You can also call @code{org-capture} in a special way from the agenda, using
6862 the @kbd{k c} key combination.  With this access, any timestamps inserted by
6863 the selected capture template will default to the cursor date in the agenda,
6864 rather than to the current date.
6866 To find the locations of the last stored capture, use @code{org-capture} with
6867 prefix commands:
6869 @table @kbd
6870 @orgkey{C-u C-c c}
6871 Visit the target location of a capture template.  You get to select the
6872 template in the usual way.
6873 @orgkey{C-u C-u C-c c}
6874 Visit the last stored capture item in its buffer.
6875 @end table
6877 @vindex org-capture-bookmark
6878 @cindex org-capture-last-stored
6879 You can also jump to the bookmark @var{org-capture-last-stored}, which will
6880 automatically be created unless you set @var{org-capture-bookmark} to
6881 @code{nil}.
6883 To insert the capture at point in an Org buffer, call @code{org-capture} with
6884 a @code{C-0} prefix argument.
6886 @node Capture templates,  , Using capture, Capture
6887 @subsection Capture templates
6888 @cindex templates, for Capture
6890 You can use templates for different types of capture items, and
6891 for different target locations.  The easiest way to create such templates is
6892 through the customize interface.
6894 @table @kbd
6895 @orgkey{C-c c C}
6896 Customize the variable @var{org-capture-templates}.
6897 @end table
6899 Before we give the formal description of template definitions, let's look at
6900 an example.  Say you would like to use one template to create general TODO
6901 entries, and you want to put these entries under the heading @samp{Tasks} in
6902 your file @file{~/org/gtd.org}.  Also, a date tree in the file
6903 @file{journal.org} should capture journal entries.  A possible configuration
6904 would look like:
6906 @smalllisp
6907 @group
6908 (setq org-capture-templates
6909  '(("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")
6910         "* TODO %?\n  %i\n  %a")
6911    ("j" "Journal" entry (file+datetree "~/org/journal.org")
6912         "* %?\nEntered on %U\n  %i\n  %a")))
6913 @end group
6914 @end smalllisp
6916 @noindent If you then press @kbd{C-c c t}, Org will prepare the template
6917 for you like this:
6918 @example
6919 * TODO
6920   [[file:@var{link to where you initiated capture}]]
6921 @end example
6923 @noindent
6924 During expansion of the template, @code{%a} has been replaced by a link to
6925 the location from where you called the capture command.  This can be
6926 extremely useful for deriving tasks from emails, for example.  You fill in
6927 the task definition, press @kbd{C-c C-c} and Org returns you to the same
6928 place where you started the capture process.
6930 To define special keys to capture to a particular template without going
6931 through the interactive template selection, you can create your key binding
6932 like this:
6934 @lisp
6935 (define-key global-map "\C-cx"
6936    (lambda () (interactive) (org-capture nil "x")))
6937 @end lisp
6939 @menu
6940 * Template elements::           What is needed for a complete template entry
6941 * Template expansion::          Filling in information about time and context
6942 * Templates in contexts::       Only show a template in a specific context
6943 @end menu
6945 @node Template elements, Template expansion, Capture templates, Capture templates
6946 @subsubsection Template elements
6948 Now lets look at the elements of a template definition.  Each entry in
6949 @var{org-capture-templates} is a list with the following items:
6951 @table @var
6952 @item keys
6953 The keys that will select the template, as a string, characters
6954 only, for example @code{"a"} for a template to be selected with a
6955 single key, or @code{"bt"} for selection with two keys.  When using
6956 several keys, keys using the same prefix key must be sequential
6957 in the list and preceded by a 2-element entry explaining the
6958 prefix key, for example
6959 @smalllisp
6960          ("b" "Templates for marking stuff to buy")
6961 @end smalllisp
6962 @noindent If you do not define a template for the @kbd{C} key, this key will
6963 be used to open the customize buffer for this complex variable.
6965 @item description
6966 A short string describing the template, which will be shown during
6967 selection.
6969 @item type
6970 The type of entry, a symbol.  Valid values are:
6972 @table @code
6973 @item entry
6974 An Org mode node, with a headline.  Will be filed as the child of the target
6975 entry or as a top-level entry.  The target file should be an Org mode file.
6976 @item item
6977 A plain list item, placed in the first plain  list at the target
6978 location.  Again the target file should be an Org file.
6979 @item checkitem
6980 A checkbox item.  This only differs from the plain list item by the
6981 default template.
6982 @item table-line
6983 a new line in the first table at the target location.  Where exactly the
6984 line will be inserted depends on the properties @code{:prepend} and
6985 @code{:table-line-pos} (see below).
6986 @item plain
6987 Text to be inserted as it is.
6988 @end table
6990 @item target
6991 @vindex org-default-notes-file
6992 Specification of where the captured item should be placed.  In Org mode
6993 files, targets usually define a node.  Entries will become children of this
6994 node.  Other types will be added to the table or list in the body of this
6995 node.  Most target specifications contain a file name.  If that file name is
6996 the empty string, it defaults to @var{org-default-notes-file}.  A file can
6997 also be given as a variable, function, or Emacs Lisp form.
6999 Valid values are:
7001 @table @code
7002 @item (file "path/to/file")
7003 Text will be placed at the beginning or end of that file.
7005 @item (id "id of existing org entry")
7006 Filing as child of this entry, or in the body of the entry.
7008 @item (file+headline "path/to/file" "node headline")
7009 Fast configuration if the target heading is unique in the file.
7011 @item (file+olp "path/to/file" "Level 1 heading" "Level 2" ...)
7012 For non-unique headings, the full path is safer.
7014 @item (file+regexp  "path/to/file" "regexp to find location")
7015 Use a regular expression to position the cursor.
7017 @item (file+datetree "path/to/file")
7018 Will create a heading in a date tree for today's date.
7020 @item (file+datetree+prompt "path/to/file")
7021 Will create a heading in a date tree, but will prompt for the date.
7023 @item (file+function "path/to/file" function-finding-location)
7024 A function to find the right location in the file.
7026 @item (clock)
7027 File to the entry that is currently being clocked.
7029 @item (function function-finding-location)
7030 Most general way, write your own function to find both
7031 file and location.
7032 @end table
7034 @item template
7035 The template for creating the capture item.  If you leave this empty, an
7036 appropriate default template will be used.  Otherwise this is a string with
7037 escape codes, which will be replaced depending on time and context of the
7038 capture call.  The string with escapes may be loaded from a template file,
7039 using the special syntax @code{(file "path/to/template")}.  See below for
7040 more details.
7042 @item properties
7043 The rest of the entry is a property list of additional options.
7044 Recognized properties are:
7046 @table @code
7047 @item :prepend
7048 Normally new captured information will be appended at
7049 the target location (last child, last table line, last list item...).
7050 Setting this property will change that.
7052 @item :immediate-finish
7053 When set, do not offer to edit the information, just
7054 file it away immediately.  This makes sense if the template only needs
7055 information that can be added automatically.
7057 @item :empty-lines
7058 Set this to the number of lines to insert
7059 before and after the new item.  Default 0, only common other value is 1.
7061 @item :clock-in
7062 Start the clock in this item.
7064 @item :clock-keep
7065 Keep the clock running when filing the captured entry.
7067 @item :clock-resume
7068 If starting the capture interrupted a clock, restart that clock when finished
7069 with the capture.  Note that @code{:clock-keep} has precedence over
7070 @code{:clock-resume}.  When setting both to @code{t}, the current clock will
7071 run and the previous one will not be resumed.
7073 @item :unnarrowed
7074 Do not narrow the target buffer, simply show the full buffer.  Default is to
7075 narrow it so that you only see the new material.
7077 @item :table-line-pos
7078 Specification of the location in the table where the new line should be
7079 inserted.  It should be a string like @code{"II-3"} meaning that the new
7080 line should become the third line before the second horizontal separator
7081 line.
7083 @item :kill-buffer
7084 If the target file was not yet visited when capture was invoked, kill the
7085 buffer again after capture is completed.
7086 @end table
7087 @end table
7089 @node Template expansion, Templates in contexts, Template elements, Capture templates
7090 @subsubsection Template expansion
7092 In the template itself, special @kbd{%}-escapes@footnote{If you need one of
7093 these sequences literally, escape the @kbd{%} with a backslash.} allow
7094 dynamic insertion of content.  The templates are expanded in the order given here:
7096 @smallexample
7097 %[@var{file}]     @r{Insert the contents of the file given by @var{file}.}
7098 %(@var{sexp})     @r{Evaluate Elisp @var{sexp} and replace with the result.}
7099                   @r{For convenience, %:keyword (see below) placeholders}
7100                   @r{within the expression will be expanded prior to this.}
7101                   @r{The sexp must return a string.}
7102 %<...>      @r{The result of format-time-string on the ... format specification.}
7103 %t          @r{Timestamp, date only.}
7104 %T          @r{Timestamp, with date and time.}
7105 %u, %U      @r{Like the above, but inactive timestamps.}
7106 %i          @r{Initial content, the region when capture is called while the}
7107             @r{region is active.}
7108             @r{The entire text will be indented like @code{%i} itself.}
7109 %a          @r{Annotation, normally the link created with @code{org-store-link}.}
7110 %A          @r{Like @code{%a}, but prompt for the description part.}
7111 %l          @r{Like %a, but only insert the literal link.}
7112 %c          @r{Current kill ring head.}
7113 %x          @r{Content of the X clipboard.}
7114 %k          @r{Title of the currently clocked task.}
7115 %K          @r{Link to the currently clocked task.}
7116 %n          @r{User name (taken from @var{user-full-name}).}
7117 %f          @r{File visited by current buffer when org-capture was called.}
7118 %F          @r{Full path of the file or directory visited by current buffer.}
7119 %:keyword   @r{Specific information for certain link types, see below.}
7120 %^g         @r{Prompt for tags, with completion on tags in target file.}
7121 %^G         @r{Prompt for tags, with completion all tags in all agenda files.}
7122 %^t         @r{Like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}.}
7123             @r{You may define a prompt like @code{%^@{Birthday@}t}.}
7124 %^C         @r{Interactive selection of which kill or clip to use.}
7125 %^L         @r{Like @code{%^C}, but insert as link.}
7126 %^@{@var{prop}@}p   @r{Prompt the user for a value for property @var{prop}.}
7127 %^@{@var{prompt}@}  @r{prompt the user for a string and replace this sequence with it.}
7128             @r{You may specify a default value and a completion table with}
7129             @r{%^@{prompt|default|completion2|completion3...@}.}
7130             @r{The arrow keys access a prompt-specific history.}
7131 %\n         @r{Insert the text entered at the nth %^@{@var{prompt}@}, where @code{n} is}
7132             @r{a number, starting from 1.}
7133 %?          @r{After completing the template, position cursor here.}
7134 @end smallexample
7136 @noindent
7137 For specific link types, the following keywords will be
7138 defined@footnote{If you define your own link types (@pxref{Adding
7139 hyperlink types}), any property you store with
7140 @code{org-store-link-props} can be accessed in capture templates in a
7141 similar way.}:
7143 @vindex org-from-is-user-regexp
7144 @smallexample
7145 Link type                        |  Available keywords
7146 ---------------------------------+----------------------------------------------
7147 bbdb                             |  %:name %:company
7148 irc                              |  %:server %:port %:nick
7149 vm, vm-imap, wl, mh, mew, rmail  |  %:type %:subject %:message-id
7150                                  |  %:from %:fromname %:fromaddress
7151                                  |  %:to   %:toname   %:toaddress
7152                                  |  %:date @r{(message date header field)}
7153                                  |  %:date-timestamp @r{(date as active timestamp)}
7154                                  |  %:date-timestamp-inactive @r{(date as inactive timestamp)}
7155                                  |  %:fromto @r{(either "to NAME" or "from NAME")@footnote{This will always be the other, not the user.  See the variable @var{org-from-is-user-regexp}.}}
7156 gnus                             |  %:group, @r{for messages also all email fields}
7157 w3, w3m                          |  %:url
7158 info                             |  %:file %:node
7159 calendar                         |  %:date
7160 @end smallexample
7162 @noindent
7163 To place the cursor after template expansion use:
7165 @smallexample
7166 %?          @r{After completing the template, position cursor here.}
7167 @end smallexample
7169 @node Templates in contexts,  , Template expansion, Capture templates
7170 @subsubsection Templates in contexts
7172 @vindex org-capture-templates-contexts
7173 To control whether a capture template should be accessible from a specific
7174 context, you can customize @var{org-capture-templates-contexts}.  Let's say
7175 for example that you have a capture template @code{"p"} for storing Gnus
7176 emails containing patches.  Then you would configure this option like this:
7178 @smalllisp
7179 (setq org-capture-templates-contexts
7180       '(("p" (in-mode . "message-mode"))))
7181 @end smalllisp
7183 You can also tell that the command key @code{"p"} should refer to another
7184 template.  In that case, add this command key like this:
7186 @smalllisp
7187 (setq org-capture-templates-contexts
7188       '(("p" "q" (in-mode . "message-mode"))))
7189 @end smalllisp
7191 See the docstring of the variable for more information.
7193 @node Attachments, RSS Feeds, Capture, Capture - Refile - Archive
7194 @section Attachments
7195 @cindex attachments
7197 @vindex org-attach-directory
7198 It is often useful to associate reference material with an outline node/task.
7199 Small chunks of plain text can simply be stored in the subtree of a project.
7200 Hyperlinks (@pxref{Hyperlinks}) can establish associations with
7201 files that live elsewhere on your computer or in the cloud, like emails or
7202 source code files belonging to a project.  Another method is @i{attachments},
7203 which are files located in a directory belonging to an outline node.  Org
7204 uses directories named by the unique ID of each entry.  These directories are
7205 located in the @file{data} directory which lives in the same directory where
7206 your Org file lives@footnote{If you move entries or Org files from one
7207 directory to another, you may want to configure @var{org-attach-directory}
7208 to contain an absolute path.}.  If you initialize this directory with
7209 @code{git init}, Org will automatically commit changes when it sees them.
7210 The attachment system has been contributed to Org by John Wiegley.
7212 In cases where it seems better to do so, you can also attach a directory of your
7213 choice to an entry.  You can also make children inherit the attachment
7214 directory from a parent, so that an entire subtree uses the same attached
7215 directory.
7217 @noindent The following commands deal with attachments:
7219 @table @kbd
7220 @orgcmd{C-c C-a,org-attach}
7221 The dispatcher for commands related to the attachment system.  After these
7222 keys, a list of commands is displayed and you must press an additional key
7223 to select a command:
7225 @table @kbd
7226 @orgcmdtkc{a,C-c C-a a,org-attach-attach}
7227 @vindex org-attach-method
7228 Select a file and move it into the task's attachment directory.  The file
7229 will be copied, moved, or linked, depending on @var{org-attach-method}.
7230 Note that hard links are not supported on all systems.
7232 @kindex C-c C-a c
7233 @kindex C-c C-a m
7234 @kindex C-c C-a l
7235 @item c/m/l
7236 Attach a file using the copy/move/link method.
7237 Note that hard links are not supported on all systems.
7239 @orgcmdtkc{n,C-c C-a n,org-attach-new}
7240 Create a new attachment as an Emacs buffer.
7242 @orgcmdtkc{z,C-c C-a z,org-attach-sync}
7243 Synchronize the current task with its attachment directory, in case you added
7244 attachments yourself.
7246 @orgcmdtkc{o,C-c C-a o,org-attach-open}
7247 @vindex org-file-apps
7248 Open current task's attachment.  If there is more than one, prompt for a
7249 file name first.  Opening will follow the rules set by @var{org-file-apps}.
7250 For more details, see the information on following hyperlinks
7251 (@pxref{Handling links}).
7253 @orgcmdtkc{O,C-c C-a O,org-attach-open-in-emacs}
7254 Also open the attachment, but force opening the file in Emacs.
7256 @orgcmdtkc{f,C-c C-a f,org-attach-reveal}
7257 Open the current task's attachment directory.
7259 @orgcmdtkc{F,C-c C-a F,org-attach-reveal-in-emacs}
7260 Also open the directory, but force using @command{dired} in Emacs.
7262 @orgcmdtkc{d,C-c C-a d,org-attach-delete-one}
7263 Select and delete a single attachment.
7265 @orgcmdtkc{D,C-c C-a D,org-attach-delete-all}
7266 Delete all of a task's attachments.  A safer way is to open the directory in
7267 @command{dired} and delete from there.
7269 @orgcmdtkc{s,C-c C-a s,org-attach-set-directory}
7270 @cindex property, ATTACH_DIR
7271 Set a specific directory as the entry's attachment directory.  This works by
7272 putting the directory path into the @code{ATTACH_DIR} property.
7274 @orgcmdtkc{i,C-c C-a i,org-attach-set-inherit}
7275 @cindex property, ATTACH_DIR_INHERIT
7276 Set the @code{ATTACH_DIR_INHERIT} property, so that children will use the
7277 same directory for attachments as the parent does.
7278 @end table
7279 @end table
7281 @node RSS Feeds, Protocols, Attachments, Capture - Refile - Archive
7282 @section RSS feeds
7283 @cindex RSS feeds
7284 @cindex Atom feeds
7286 Org can add and change entries based on information found in RSS feeds and
7287 Atom feeds.  You could use this to make a task out of each new podcast in a
7288 podcast feed.  Or you could use a phone-based note-creating service on the
7289 web to import tasks into Org.  To access feeds, configure the variable
7290 @var{org-feed-alist}.  The docstring of this variable has detailed
7291 information.  Here is just an example:
7293 @smalllisp
7294 @group
7295 (setq org-feed-alist
7296      '(("Slashdot"
7297          "http://rss.slashdot.org/Slashdot/slashdot"
7298          "~/txt/org/feeds.org" "Slashdot Entries")))
7299 @end group
7300 @end smalllisp
7302 @noindent
7303 will configure that new items from the feed provided by
7304 @code{rss.slashdot.org} will result in new entries in the file
7305 @file{~/org/feeds.org} under the heading @samp{Slashdot Entries}, whenever
7306 the following command is used:
7308 @table @kbd
7309 @orgcmd{C-c C-x g,org-feed-update-all}
7310 @item C-c C-x g
7311 Collect items from the feeds configured in @var{org-feed-alist} and act upon
7312 them.
7313 @orgcmd{C-c C-x G,org-feed-goto-inbox}
7314 Prompt for a feed name and go to the inbox configured for this feed.
7315 @end table
7317 Under the same headline, Org will create a drawer @samp{FEEDSTATUS} in which
7318 it will store information about the status of items in the feed, to avoid
7319 adding the same item several times.  You should add @samp{FEEDSTATUS} to the
7320 list of drawers in that file:
7322 @example
7323 #+DRAWERS: LOGBOOK PROPERTIES FEEDSTATUS
7324 @end example
7326 For more information, including how to read atom feeds, see
7327 @file{org-feed.el} and the docstring of @var{org-feed-alist}.
7329 @node Protocols, Refile and copy, RSS Feeds, Capture - Refile - Archive
7330 @section Protocols for external access
7331 @cindex protocols, for external access
7332 @cindex emacsserver
7334 You can set up Org for handling protocol calls from outside applications that
7335 are passed to Emacs through the @file{emacsserver}.  For example, you can
7336 configure bookmarks in your web browser to send a link to the current page to
7337 Org and create a note from it using capture (@pxref{Capture}).  Or you
7338 could create a bookmark that will tell Emacs to open the local source file of
7339 a remote website you are looking at with the browser.  See
7340 @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed
7341 documentation and setup instructions.
7343 @node Refile and copy, Archiving, Protocols, Capture - Refile - Archive
7344 @section Refile and copy
7345 @cindex refiling notes
7346 @cindex copying notes
7348 When reviewing the captured data, you may want to refile or to copy some of
7349 the entries into a different list, for example into a project.  Cutting,
7350 finding the right location, and then pasting the note is cumbersome.  To
7351 simplify this process, you can use the following special command:
7353 @table @kbd
7354 @orgcmd{C-c M-w,org-copy}
7355 @findex org-copy
7356 Copying works like refiling, except that the original note is not deleted.
7357 @orgcmd{C-c C-w,org-refile}
7358 @findex org-refile
7359 @vindex org-reverse-note-order
7360 @vindex org-refile-targets
7361 @vindex org-refile-use-outline-path
7362 @vindex org-outline-path-complete-in-steps
7363 @vindex org-refile-allow-creating-parent-nodes
7364 @vindex org-log-refile
7365 @vindex org-refile-use-cache
7366 Refile the entry or region at point.  This command offers possible locations
7367 for refiling the entry and lets you select one with completion.  The item (or
7368 all items in the region) is filed below the target heading as a subitem.
7369 Depending on @var{org-reverse-note-order}, it will be either the first or
7370 last subitem.@*
7371 By default, all level 1 headlines in the current buffer are considered to be
7372 targets, but you can have more complex definitions across a number of files.
7373 See the variable @var{org-refile-targets} for details.  If you would like to
7374 select a location via a file-path-like completion along the outline path, see
7375 the variables @var{org-refile-use-outline-path} and
7376 @var{org-outline-path-complete-in-steps}.  If you would like to be able to
7377 create new nodes as new parents for refiling on the fly, check the
7378 variable @var{org-refile-allow-creating-parent-nodes}.
7379 When the variable @var{org-log-refile}@footnote{with corresponding
7380 @code{#+STARTUP} keywords @code{logrefile}, @code{lognoterefile},
7381 and @code{nologrefile}} is set, a timestamp or a note will be
7382 recorded when an entry has been refiled.
7383 @orgkey{C-u C-c C-w}
7384 Use the refile interface to jump to a heading.
7385 @orgcmd{C-u C-u C-c C-w,org-refile-goto-last-stored}
7386 Jump to the location where @code{org-refile} last moved a tree to.
7387 @item C-2 C-c C-w
7388 Refile as the child of the item currently being clocked.
7389 @orgcmdtkc{C-0 C-c C-w @ @r{or} @ C-u C-u C-u C-c C-w,C-0 C-c C-w,org-refile-cache-clear}
7390 Clear the target cache.  Caching of refile targets can be turned on by
7391 setting @var{org-refile-use-cache}.  To make the command see new possible
7392 targets, you have to clear the cache with this command.
7393 @end table
7395 @node Archiving,  , Refile and copy, Capture - Refile - Archive
7396 @section Archiving
7397 @cindex archiving
7399 When a project represented by a (sub)tree is finished, you may want
7400 to move the tree out of the way and to stop it from contributing to the
7401 agenda.  Archiving is important to keep your working files compact and global
7402 searches like the construction of agenda views fast.
7404 @table @kbd
7405 @orgcmd{C-c C-x C-a,org-archive-subtree-default}
7406 @vindex org-archive-default-command
7407 Archive the current entry using the command specified in the variable
7408 @var{org-archive-default-command}.
7409 @end table
7411 @menu
7412 * Moving subtrees::             Moving a tree to an archive file
7413 * Internal archiving::          Switch off a tree but keep it in the file
7414 @end menu
7416 @node Moving subtrees, Internal archiving, Archiving, Archiving
7417 @subsection Moving a tree to the archive file
7418 @cindex external archiving
7420 The most common archiving action is to move a project tree to another file,
7421 the archive file.
7423 @table @kbd
7424 @orgcmdkskc{C-c C-x C-s,C-c $,org-archive-subtree}
7425 @vindex org-archive-location
7426 Archive the subtree starting at the cursor position to the location
7427 given by @var{org-archive-location}.
7428 @orgkey{C-u C-c C-x C-s}
7429 Check if any direct children of the current headline could be moved to
7430 the archive.  To do this, each subtree is checked for open TODO entries.
7431 If none are found, the command offers to move it to the archive
7432 location.  If the cursor is @emph{not} on a headline when this command
7433 is invoked, the level 1 trees will be checked.
7434 @end table
7436 @cindex archive locations
7437 The default archive location is a file in the same directory as the
7438 current file, with the name derived by appending @file{_archive} to the
7439 current file name.  You can also choose what heading to file archived
7440 items under, with the possibility to add them to a datetree in a file.
7441 For information and examples on how to specify the file and the heading,
7442 see the documentation string of the variable
7443 @var{org-archive-location}.
7445 There is also an in-buffer option for setting this variable, for
7446 example@footnote{For backward compatibility, the following also works:
7447 If there are several such lines in a file, each specifies the archive
7448 location for the text below it.  The first such line also applies to any
7449 text before its definition.  However, using this method is
7450 @emph{strongly} deprecated as it is incompatible with the outline
7451 structure of the document.  The correct method for setting multiple
7452 archive locations in a buffer is using properties.}:
7454 @cindex #+ARCHIVE
7455 @example
7456 #+ARCHIVE: %s_done::
7457 @end example
7459 @cindex property, ARCHIVE
7460 @noindent
7461 If you would like to have a special ARCHIVE location for a single entry
7462 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
7463 location as the value (@pxref{Properties and Columns}).
7465 @vindex org-archive-save-context-info
7466 When a subtree is moved, it receives a number of special properties that
7467 record context information like the file from where the entry came, its
7468 outline path the archiving time etc.  Configure the variable
7469 @var{org-archive-save-context-info} to adjust the amount of information
7470 added.
7473 @node Internal archiving,  , Moving subtrees, Archiving
7474 @subsection Internal archiving
7476 If you want to just switch off (for agenda views) certain subtrees without
7477 moving them to a different file, you can use the @code{ARCHIVE tag}.
7479 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
7480 its location in the outline tree, but behaves in the following way:
7481 @itemize @minus
7482 @item
7483 @vindex org-cycle-open-archived-trees
7484 It does not open when you attempt to do so with a visibility cycling
7485 command (@pxref{Visibility cycling}).  You can force cycling archived
7486 subtrees with @kbd{C-@key{TAB}}, or by setting the option
7487 @var{org-cycle-open-archived-trees}.  Also normal outline commands like
7488 @code{show-all} will open archived subtrees.
7489 @item
7490 @vindex org-sparse-tree-open-archived-trees
7491 During sparse tree construction (@pxref{Sparse trees}), matches in
7492 archived subtrees are not exposed, unless you configure the option
7493 @var{org-sparse-tree-open-archived-trees}.
7494 @item
7495 @vindex org-agenda-skip-archived-trees
7496 During agenda view construction (@pxref{Agenda Views}), the content of
7497 archived trees is ignored unless you configure the option
7498 @var{org-agenda-skip-archived-trees}, in which case these trees will always
7499 be included.  In the agenda you can press @kbd{v a} to get archives
7500 temporarily included.
7501 @item
7502 @vindex org-export-with-archived-trees
7503 Archived trees are not exported (@pxref{Exporting}), only the headline
7504 is.  Configure the details using the variable
7505 @var{org-export-with-archived-trees}.
7506 @item
7507 @vindex org-columns-skip-archived-trees
7508 Archived trees are excluded from column view unless the variable
7509 @var{org-columns-skip-archived-trees} is configured to @code{nil}.
7510 @end itemize
7512 The following commands help manage the ARCHIVE tag:
7514 @table @kbd
7515 @orgcmd{C-c C-x a,org-toggle-archive-tag}
7516 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
7517 the headline changes to a shadowed face, and the subtree below it is
7518 hidden.
7519 @orgkey{C-u C-c C-x a}
7520 Check if any direct children of the current headline should be archived.
7521 To do this, each subtree is checked for open TODO entries.  If none are
7522 found, the command offers to set the ARCHIVE tag for the child.  If the
7523 cursor is @emph{not} on a headline when this command is invoked, the
7524 level 1 trees will be checked.
7525 @orgcmd{C-@kbd{TAB},org-force-cycle-archived}
7526 Cycle a tree even if it is tagged with ARCHIVE.
7527 @orgcmd{C-c C-x A,org-archive-to-archive-sibling}
7528 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
7529 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}.  The
7530 entry becomes a child of that sibling and in this way retains a lot of its
7531 original context, including inherited tags and approximate position in the
7532 outline.
7533 @end table
7536 @node Agenda Views, Markup, Capture - Refile - Archive, Top
7537 @chapter Agenda views
7538 @cindex agenda views
7540 Due to the way Org works, TODO items, time-stamped items, and
7541 tagged headlines can be scattered throughout a file or even a number of
7542 files.  To get an overview of open action items, or of events that are
7543 important for a particular date, this information must be collected,
7544 sorted and displayed in an organized way.
7546 Org can select items based on various criteria and display them
7547 in a separate buffer.  Seven different view types are provided:
7549 @itemize @bullet
7550 @item
7551 an @emph{agenda} that is like a calendar and shows information
7552 for specific dates,
7553 @item
7554 a @emph{TODO list} that covers all unfinished
7555 action items,
7556 @item
7557 a @emph{match view}, showings headlines based on the tags, properties, and
7558 TODO state associated with them,
7559 @item
7560 a @emph{timeline view} that shows all events in a single Org file,
7561 in time-sorted view,
7562 @item
7563 a @emph{text search view} that shows all entries from multiple files
7564 that contain specified keywords,
7565 @item
7566 a @emph{stuck projects view} showing projects that currently don't move
7567 along, and
7568 @item
7569 @emph{custom views} that are special searches and combinations of different
7570 views.
7571 @end itemize
7573 @noindent
7574 The extracted information is displayed in a special @emph{agenda
7575 buffer}.  This buffer is read-only, but provides commands to visit the
7576 corresponding locations in the original Org files, and even to
7577 edit these files remotely.
7579 @vindex org-agenda-window-setup
7580 @vindex org-agenda-restore-windows-after-quit
7581 Two variables control how the agenda buffer is displayed and whether the
7582 window configuration is restored when the agenda exits:
7583 @var{org-agenda-window-setup} and
7584 @var{org-agenda-restore-windows-after-quit}.
7586 @menu
7587 * Agenda files::                Files being searched for agenda information
7588 * Agenda dispatcher::           Keyboard access to agenda views
7589 * Built-in agenda views::       What is available out of the box?
7590 * Presentation and sorting::    How agenda items are prepared for display
7591 * Agenda commands::             Remote editing of Org trees
7592 * Custom agenda views::         Defining special searches and views
7593 * Exporting Agenda Views::      Writing a view to a file
7594 * Agenda column view::          Using column view for collected entries
7595 @end menu
7597 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
7598 @section Agenda files
7599 @cindex agenda files
7600 @cindex files for agenda
7602 @vindex org-agenda-files
7603 The information to be shown is normally collected from all @emph{agenda
7604 files}, the files listed in the variable
7605 @var{org-agenda-files}@footnote{If the value of that variable is not a
7606 list, but a single file name, then the list of agenda files will be
7607 maintained in that external file.}.  If a directory is part of this list,
7608 all files with the extension @file{.org} in this directory will be part
7609 of the list.
7611 Thus, even if you only work with a single Org file, that file should
7612 be put into the list@footnote{When using the dispatcher, pressing
7613 @kbd{<} before selecting a command will actually limit the command to
7614 the current file, and ignore @var{org-agenda-files} until the next
7615 dispatcher command.}.  You can customize @var{org-agenda-files}, but
7616 the easiest way to maintain it is through the following commands
7618 @cindex files, adding to agenda list
7619 @table @kbd
7620 @orgcmd{C-c [,org-agenda-file-to-front}
7621 Add current file to the list of agenda files.  The file is added to
7622 the front of the list.  If it was already in the list, it is moved to
7623 the front.  With a prefix argument, file is added/moved to the end.
7624 @orgcmd{C-c ],org-remove-file}
7625 Remove current file from the list of agenda files.
7626 @kindex C-,
7627 @cindex cycling, of agenda files
7628 @orgcmd{C-',org-cycle-agenda-files}
7629 @itemx C-,
7630 Cycle through agenda file list, visiting one file after the other.
7631 @kindex M-x org-iswitchb
7632 @item M-x org-iswitchb RET
7633 Command to use an @code{iswitchb}-like interface to switch to and between Org
7634 buffers.
7635 @end table
7637 @noindent
7638 The Org menu contains the current list of files and can be used
7639 to visit any of them.
7641 If you would like to focus the agenda temporarily on a file not in
7642 this list, or on just one file in the list, or even on only a subtree in a
7643 file, then this can be done in different ways.  For a single agenda command,
7644 you may press @kbd{<} once or several times in the dispatcher
7645 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
7646 extended period, use the following commands:
7648 @table @kbd
7649 @orgcmd{C-c C-x <,org-agenda-set-restriction-lock}
7650 Permanently restrict the agenda to the current subtree.  When with a
7651 prefix argument, or with the cursor before the first headline in a file,
7652 the agenda scope is set to the entire file.  This restriction remains in
7653 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
7654 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
7655 agenda view, the new restriction takes effect immediately.
7656 @orgcmd{C-c C-x >,org-agenda-remove-restriction-lock}
7657 Remove the permanent restriction created by @kbd{C-c C-x <}.
7658 @end table
7660 @noindent
7661 When working with @file{speedbar.el}, you can use the following commands in
7662 the Speedbar frame:
7664 @table @kbd
7665 @orgcmdtkc{< @r{in the speedbar frame},<,org-speedbar-set-agenda-restriction}
7666 Permanently restrict the agenda to the item---either an Org file or a subtree
7667 in such a file---at the cursor in the Speedbar frame.
7668 If there is a window displaying an agenda view, the new restriction takes
7669 effect immediately.
7670 @orgcmdtkc{> @r{in the speedbar frame},>,org-agenda-remove-restriction-lock}
7671 Lift the restriction.
7672 @end table
7674 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
7675 @section The agenda dispatcher
7676 @cindex agenda dispatcher
7677 @cindex dispatching agenda commands
7678 The views are created through a dispatcher, which should be bound to a
7679 global key---for example @kbd{C-c a} (@pxref{Activation}).  In the
7680 following we will assume that @kbd{C-c a} is indeed how the dispatcher
7681 is accessed and list keyboard access to commands accordingly.  After
7682 pressing @kbd{C-c a}, an additional letter is required to execute a
7683 command.  The dispatcher offers the following default commands:
7685 @table @kbd
7686 @item a
7687 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
7688 @item t @r{/} T
7689 Create a list of all TODO items (@pxref{Global TODO list}).
7690 @item m @r{/} M
7691 Create a list of headlines matching a TAGS expression (@pxref{Matching
7692 tags and properties}).
7693 @item L
7694 Create the timeline view for the current buffer (@pxref{Timeline}).
7695 @item s
7696 Create a list of entries selected by a boolean expression of keywords
7697 and/or regular expressions that must or must not occur in the entry.
7698 @item /
7699 @vindex org-agenda-text-search-extra-files
7700 Search for a regular expression in all agenda files and additionally in
7701 the files listed in @var{org-agenda-text-search-extra-files}.  This
7702 uses the Emacs command @code{multi-occur}.  A prefix argument can be
7703 used to specify the number of context lines for each match, default is
7705 @item # @r{/} !
7706 Create a list of stuck projects (@pxref{Stuck projects}).
7707 @item <
7708 Restrict an agenda command to the current buffer@footnote{For backward
7709 compatibility, you can also press @kbd{1} to restrict to the current
7710 buffer.}.  After pressing @kbd{<}, you still need to press the character
7711 selecting the command.
7712 @item < <
7713 If there is an active region, restrict the following agenda command to
7714 the region.  Otherwise, restrict it to the current subtree@footnote{For
7715 backward compatibility, you can also press @kbd{0} to restrict to the
7716 current region/subtree.}.  After pressing @kbd{< <}, you still need to press the
7717 character selecting the command.
7719 @item *
7720 @vindex org-agenda-sticky
7721 Toggle sticky agenda views.  By default, Org maintains only a single agenda
7722 buffer and rebuilds it each time you change the view, to make sure everything
7723 is always up to date.  If you switch between views often and the build time
7724 bothers you, you can turn on sticky agenda buffers (make this the default by
7725 customizing the variable @var{org-agenda-sticky}).  With sticky agendas, the
7726 dispatcher only switches to the selected view, you need to update it by hand
7727 with @kbd{r} or @kbd{g}.  You can toggle sticky agenda view any time with
7728 @code{org-toggle-sticky-agenda}.
7729 @end table
7731 You can also define custom commands that will be accessible through the
7732 dispatcher, just like the default commands.  This includes the
7733 possibility to create extended agenda buffers that contain several
7734 blocks together, for example the weekly agenda, the global TODO list and
7735 a number of special tags matches.  @xref{Custom agenda views}.
7737 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
7738 @section The built-in agenda views
7740 In this section we describe the built-in views.
7742 @menu
7743 * Weekly/daily agenda::         The calendar page with current tasks
7744 * Global TODO list::            All unfinished action items
7745 * Matching tags and properties::  Structured information with fine-tuned search
7746 * Timeline::                    Time-sorted view for single file
7747 * Search view::                 Find entries by searching for text
7748 * Stuck projects::              Find projects you need to review
7749 @end menu
7751 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
7752 @subsection The weekly/daily agenda
7753 @cindex agenda
7754 @cindex weekly agenda
7755 @cindex daily agenda
7757 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
7758 paper agenda, showing all the tasks for the current week or day.
7760 @table @kbd
7761 @cindex org-agenda, command
7762 @orgcmd{C-c a a,org-agenda-list}
7763 Compile an agenda for the current week from a list of Org files.  The agenda
7764 shows the entries for each day.  With a numeric prefix@footnote{For backward
7765 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
7766 listed before the agenda.  This feature is deprecated, use the dedicated TODO
7767 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
7768 C-c a a}) you may set the number of days to be displayed.
7769 @end table
7771 @vindex org-agenda-span
7772 @vindex org-agenda-ndays
7773 @vindex org-agenda-start-day
7774 @vindex org-agenda-start-on-weekday
7775 The default number of days displayed in the agenda is set by the variable
7776 @var{org-agenda-span} (or the obsolete @var{org-agenda-ndays}).  This
7777 variable can be set to any number of days you want to see by default in the
7778 agenda, or to a span name, such as @code{day}, @code{week}, @code{month} or
7779 @code{year}.  For weekly agendas, the default is to start on the previous
7780 monday (see @var{org-agenda-start-on-weekday}).  You can also set the start
7781 date using a date shift: @code{(setq org-agenda-start-day "+10d")} will
7782 start the agenda ten days from today in the future.
7784 Remote editing from the agenda buffer means, for example, that you can
7785 change the dates of deadlines and appointments from the agenda buffer.
7786 The commands available in the Agenda buffer are listed in @ref{Agenda
7787 commands}.
7789 @subsubheading Calendar/Diary integration
7790 @cindex calendar integration
7791 @cindex diary integration
7793 Emacs contains the calendar and diary by Edward M. Reingold.  The
7794 calendar displays a three-month calendar with holidays from different
7795 countries and cultures.  The diary allows you to keep track of
7796 anniversaries, lunar phases, sunrise/set, recurrent appointments
7797 (weekly, monthly) and more.  In this way, it is quite complementary to
7798 Org.  It can be very useful to combine output from Org with
7799 the diary.
7801 In order to include entries from the Emacs diary into Org mode's
7802 agenda, you only need to customize the variable
7804 @lisp
7805 (setq org-agenda-include-diary t)
7806 @end lisp
7808 @noindent After that, everything will happen automatically.  All diary
7809 entries including holidays, anniversaries, etc., will be included in the
7810 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
7811 @key{RET} can be used from the agenda buffer to jump to the diary
7812 file in order to edit existing diary entries.  The @kbd{i} command to
7813 insert new entries for the current date works in the agenda buffer, as
7814 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
7815 Sunrise/Sunset times, show lunar phases and to convert to other
7816 calendars, respectively.  @kbd{c} can be used to switch back and forth
7817 between calendar and agenda.
7819 If you are using the diary only for sexp entries and holidays, it is
7820 faster to not use the above setting, but instead to copy or even move
7821 the entries into an Org file.  Org mode evaluates diary-style sexp
7822 entries, and does it faster because there is no overhead for first
7823 creating the diary display.  Note that the sexp entries must start at
7824 the left margin, no whitespace is allowed before them.  For example,
7825 the following segment of an Org file will be processed and entries
7826 will be made in the agenda:
7828 @example
7829 * Birthdays and similar stuff
7830 #+CATEGORY: Holiday
7831 %%(org-calendar-holiday)   ; special function for holiday names
7832 #+CATEGORY: Ann
7833 %%(org-anniversary 1956  5 14)@footnote{@code{org-anniversary} is just like @code{diary-anniversary}, but the argument order is always according to ISO and therefore independent of the value of @var{calendar-date-style}.} Arthur Dent is %d years old
7834 %%(org-anniversary 1869 10  2) Mahatma Gandhi would be %d years old
7835 @end example
7837 @subsubheading Anniversaries from BBDB
7838 @cindex BBDB, anniversaries
7839 @cindex anniversaries, from BBDB
7841 If you are using the Big Brothers Database to store your contacts, you will
7842 very likely prefer to store anniversaries in BBDB rather than in a
7843 separate Org or diary file.  Org supports this and will show BBDB
7844 anniversaries as part of the agenda.  All you need to do is to add the
7845 following to one of your agenda files:
7847 @example
7848 * Anniversaries
7849   :PROPERTIES:
7850   :CATEGORY: Anniv
7851   :END:
7852 %%(org-bbdb-anniversaries)
7853 @end example
7855 You can then go ahead and define anniversaries for a BBDB record.  Basically,
7856 you need to press @kbd{C-o anniversary @key{RET}} with the cursor in a BBDB
7857 record and then add the date in the format @code{YYYY-MM-DD} or @code{MM-DD},
7858 followed by a space and the class of the anniversary (@samp{birthday} or
7859 @samp{wedding}, or a format string).  If you omit the class, it will default to
7860 @samp{birthday}.  Here are a few examples, the header for the file
7861 @file{org-bbdb.el} contains more detailed information.
7863 @example
7864 1973-06-22
7865 06-22
7866 1955-08-02 wedding
7867 2008-04-14 %s released version 6.01 of org mode, %d years ago
7868 @end example
7870 After a change to BBDB, or for the first agenda display during an Emacs
7871 session, the agenda display will suffer a short delay as Org updates its
7872 hash with anniversaries.  However, from then on things will be very fast---much
7873 faster in fact than a long list of @samp{%%(diary-anniversary)} entries
7874 in an Org or Diary file.
7876 @subsubheading Appointment reminders
7877 @cindex @file{appt.el}
7878 @cindex appointment reminders
7879 @cindex appointment
7880 @cindex reminders
7882 Org can interact with Emacs appointments notification facility.  To add the
7883 appointments of your agenda files, use the command @code{org-agenda-to-appt}.
7884 This command lets you filter through the list of your appointments and add
7885 only those belonging to a specific category or matching a regular expression.
7886 It also reads a @code{APPT_WARNTIME} property which will then override the
7887 value of @var{appt-message-warning-time} for this appointment.  See the
7888 docstring for details.
7890 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
7891 @subsection The global TODO list
7892 @cindex global TODO list
7893 @cindex TODO list, global
7895 The global TODO list contains all unfinished TODO items formatted and
7896 collected into a single place.
7898 @table @kbd
7899 @orgcmd{C-c a t,org-todo-list}
7900 Show the global TODO list.  This collects the TODO items from all agenda
7901 files (@pxref{Agenda Views}) into a single buffer.  By default, this lists
7902 items with a state the is not a DONE state.  The buffer is in
7903 @code{agenda-mode}, so there are commands to examine and manipulate the TODO
7904 entries directly from that buffer (@pxref{Agenda commands}).
7905 @orgcmd{C-c a T,org-todo-list}
7906 @cindex TODO keyword matching
7907 @vindex org-todo-keywords
7908 Like the above, but allows selection of a specific TODO keyword.  You can
7909 also do this by specifying a prefix argument to @kbd{C-c a t}.  You are
7910 prompted for a keyword, and you may also specify several keywords by
7911 separating them with @samp{|} as the boolean OR operator.  With a numeric
7912 prefix, the Nth keyword in @var{org-todo-keywords} is selected.
7913 @kindex r
7914 The @kbd{r} key in the agenda buffer regenerates it, and you can give
7915 a prefix argument to this command to change the selected TODO keyword,
7916 for example @kbd{3 r}.  If you often need a search for a specific
7917 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
7918 Matching specific TODO keywords can also be done as part of a tags
7919 search (@pxref{Tag searches}).
7920 @end table
7922 Remote editing of TODO items means that you can change the state of a
7923 TODO entry with a single key press.  The commands available in the
7924 TODO list are described in @ref{Agenda commands}.
7926 @cindex sublevels, inclusion into TODO list
7927 Normally the global TODO list simply shows all headlines with TODO
7928 keywords.  This list can become very long.  There are two ways to keep
7929 it more compact:
7930 @itemize @minus
7931 @item
7932 @vindex org-agenda-todo-ignore-scheduled
7933 @vindex org-agenda-todo-ignore-deadlines
7934 @vindex org-agenda-todo-ignore-timestamp
7935 @vindex org-agenda-todo-ignore-with-date
7936 Some people view a TODO item that has been @emph{scheduled} for execution or
7937 have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}.
7938 Configure the variables @var{org-agenda-todo-ignore-scheduled},
7939 @var{org-agenda-todo-ignore-deadlines},
7940 @var{org-agenda-todo-ignore-timestamp} and/or
7941 @var{org-agenda-todo-ignore-with-date} to exclude such items from the global
7942 TODO list.
7943 @item
7944 @vindex org-agenda-todo-list-sublevels
7945 TODO items may have sublevels to break up the task into subtasks.  In
7946 such cases it may be enough to list only the highest level TODO headline
7947 and omit the sublevels from the global list.  Configure the variable
7948 @var{org-agenda-todo-list-sublevels} to get this behavior.
7949 @end itemize
7951 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
7952 @subsection Matching tags and properties
7953 @cindex matching, of tags
7954 @cindex matching, of properties
7955 @cindex tags view
7956 @cindex match view
7958 If headlines in the agenda files are marked with @emph{tags} (@pxref{Tags}),
7959 or have properties (@pxref{Properties and Columns}), you can select headlines
7960 based on this metadata and collect them into an agenda buffer.  The match
7961 syntax described here also applies when creating sparse trees with @kbd{C-c /
7964 @table @kbd
7965 @orgcmd{C-c a m,org-tags-view}
7966 Produce a list of all headlines that match a given set of tags.  The
7967 command prompts for a selection criterion, which is a boolean logic
7968 expression with tags, like @samp{+work+urgent-withboss} or
7969 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
7970 define a custom command for it (@pxref{Agenda dispatcher}).
7971 @orgcmd{C-c a M,org-tags-view}
7972 @vindex org-tags-match-list-sublevels
7973 @vindex org-agenda-tags-todo-honor-ignore-options
7974 Like @kbd{C-c a m}, but only select headlines that are also TODO items in a
7975 not-DONE state and force checking subitems (see variable
7976 @var{org-tags-match-list-sublevels}).  To exclude scheduled/deadline items,
7977 see the variable @var{org-agenda-tags-todo-honor-ignore-options}.  Matching
7978 specific TODO keywords together with a tags match is also possible, see
7979 @ref{Tag searches}.
7980 @end table
7982 The commands available in the tags list are described in @ref{Agenda
7983 commands}.
7985 @subsubheading Match syntax
7987 @cindex Boolean logic, for tag/property searches
7988 A search string can use Boolean operators @samp{&} for @code{AND} and
7989 @samp{|} for @code{OR}@.  @samp{&} binds more strongly than @samp{|}.
7990 Parentheses are not implemented.  Each element in the search is either a
7991 tag, a regular expression matching tags, or an expression like
7992 @code{PROPERTY OPERATOR VALUE} with a comparison operator, accessing a
7993 property value.  Each element may be preceded by @samp{-}, to select
7994 against it, and @samp{+} is syntactic sugar for positive selection.  The
7995 @code{AND} operator @samp{&} is optional when @samp{+} or @samp{-} is
7996 present.  Here are some examples, using only tags.
7998 @table @samp
7999 @item work
8000 Select headlines tagged @samp{:work:}.
8001 @item work&boss
8002 Select headlines tagged @samp{:work:} and @samp{:boss:}.
8003 @item +work-boss
8004 Select headlines tagged @samp{:work:}, but discard those also tagged
8005 @samp{:boss:}.
8006 @item work|laptop
8007 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
8008 @item work|laptop+night
8009 Like before, but require the @samp{:laptop:} lines to be tagged also
8010 @samp{:night:}.
8011 @end table
8013 @cindex regular expressions, with tags search
8014 Instead of a tag, you may also specify a regular expression enclosed in curly
8015 braces.  For example,
8016 @samp{work+@{^boss.*@}} matches headlines that contain the tag
8017 @samp{:work:} and any tag @i{starting} with @samp{boss}.
8019 @cindex group tags, as regular expressions
8020 Group tags (@pxref{Tag groups}) are expanded as regular expressions.  E.g.,
8021 if @samp{:work:} is a group tag for the group @samp{:work:lab:conf:}, then
8022 searching for @samp{work} will search for @samp{@{\(?:work\|lab\|conf\)@}}
8023 and searching for @samp{-work} will search for all headlines but those with
8024 one of the tag in the group (i.e., @samp{-@{\(?:work\|lab\|conf\)@}}).
8026 @cindex TODO keyword matching, with tags search
8027 @cindex level, require for tags/property match
8028 @cindex category, require for tags/property match
8029 @vindex org-odd-levels-only
8030 You may also test for properties (@pxref{Properties and Columns}) at the same
8031 time as matching tags.  The properties may be real properties, or special
8032 properties that represent other metadata (@pxref{Special properties}).  For
8033 example, the ``property'' @code{TODO} represents the TODO keyword of the
8034 entry.  Or, the ``property'' @code{LEVEL} represents the level of an entry.
8035 So a search @samp{+LEVEL=3+boss-TODO="DONE"} lists all level three headlines
8036 that have the tag @samp{boss} and are @emph{not} marked with the TODO keyword
8037 DONE@.  In buffers with @var{org-odd-levels-only} set, @samp{LEVEL} does not
8038 count the number of stars, but @samp{LEVEL=2} will correspond to 3 stars etc.
8039 The ITEM special property cannot currently be used in tags/property
8040 searches@footnote{But @pxref{x-agenda-skip-entry-regexp,
8041 ,skipping entries based on regexp}.}.
8043 Here are more examples:
8045 @table @samp
8046 @item work+TODO="WAITING"
8047 Select @samp{:work:}-tagged TODO lines with the specific TODO
8048 keyword @samp{WAITING}.
8049 @item work+TODO="WAITING"|home+TODO="WAITING"
8050 Waiting tasks both at work and at home.
8051 @end table
8053 When matching properties, a number of different operators can be used to test
8054 the value of a property.  Here is a complex example:
8056 @example
8057 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
8058          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
8059 @end example
8061 @noindent
8062 The type of comparison will depend on how the comparison value is written:
8063 @itemize @minus
8064 @item
8065 If the comparison value is a plain number, a numerical comparison is done,
8066 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
8067 @samp{>=}, and @samp{<>}.
8068 @item
8069 If the comparison value is enclosed in double-quotes,
8070 a string comparison is done, and the same operators are allowed.
8071 @item
8072 If the comparison value is enclosed in double-quotes @emph{and} angular
8073 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
8074 assumed to be date/time specifications in the standard Org way, and the
8075 comparison will be done accordingly.  Special values that will be recognized
8076 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
8077 @code{"<tomorrow>"} for these days at 0:00 hours, i.e., without a time
8078 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
8079 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
8080 respectively, can be used.
8081 @item
8082 If the comparison value is enclosed
8083 in curly braces, a regexp match is performed, with @samp{=} meaning that the
8084 regexp matches the property value, and @samp{<>} meaning that it does not
8085 match.
8086 @end itemize
8088 So the search string in the example finds entries tagged @samp{:work:} but
8089 not @samp{:boss:}, which also have a priority value @samp{A}, a
8090 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
8091 property that is numerically smaller than 2, a @samp{:With:} property that is
8092 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
8093 on or after October 11, 2008.
8095 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
8096 other properties will slow down the search.  However, once you have paid the
8097 price by accessing one property, testing additional properties is cheap
8098 again.
8100 You can configure Org mode to use property inheritance during a search, but
8101 beware that this can slow down searches considerably.  See @ref{Property
8102 inheritance}, for details.
8104 For backward compatibility, and also for typing speed, there is also a
8105 different way to test TODO states in a search.  For this, terminate the
8106 tags/property part of the search string (which may include several terms
8107 connected with @samp{|}) with a @samp{/} and then specify a Boolean
8108 expression just for TODO keywords.  The syntax is then similar to that for
8109 tags, but should be applied with care: for example, a positive selection on
8110 several TODO keywords cannot meaningfully be combined with boolean AND@.
8111 However, @emph{negative selection} combined with AND can be meaningful.  To
8112 make sure that only lines are checked that actually have any TODO keyword
8113 (resulting in a speed-up), use @kbd{C-c a M}, or equivalently start the TODO
8114 part after the slash with @samp{!}.  Using @kbd{C-c a M} or @samp{/!} will
8115 not match TODO keywords in a DONE state.  Examples:
8117 @table @samp
8118 @item work/WAITING
8119 Same as @samp{work+TODO="WAITING"}
8120 @item work/!-WAITING-NEXT
8121 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
8122 nor @samp{NEXT}
8123 @item work/!+WAITING|+NEXT
8124 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
8125 @samp{NEXT}.
8126 @end table
8128 @node Timeline, Search view, Matching tags and properties, Built-in agenda views
8129 @subsection Timeline for a single file
8130 @cindex timeline, single file
8131 @cindex time-sorted view
8133 The timeline summarizes all time-stamped items from a single Org mode
8134 file in a @emph{time-sorted view}.  The main purpose of this command is
8135 to give an overview over events in a project.
8137 @table @kbd
8138 @orgcmd{C-c a L,org-timeline}
8139 Show a time-sorted view of the Org file, with all time-stamped items.
8140 When called with a @kbd{C-u} prefix, all unfinished TODO entries
8141 (scheduled or not) are also listed under the current date.
8142 @end table
8144 @noindent
8145 The commands available in the timeline buffer are listed in
8146 @ref{Agenda commands}.
8148 @node Search view, Stuck projects, Timeline, Built-in agenda views
8149 @subsection Search view
8150 @cindex search view
8151 @cindex text search
8152 @cindex searching, for text
8154 This agenda view is a general text search facility for Org mode entries.
8155 It is particularly useful to find notes.
8157 @table @kbd
8158 @orgcmd{C-c a s,org-search-view}
8159 This is a special search that lets you select entries by matching a substring
8160 or specific words using a boolean logic.
8161 @end table
8162 For example, the search string @samp{computer equipment} will find entries
8163 that contain @samp{computer equipment} as a substring.  If the two words are
8164 separated by more space or a line break, the search will still match.
8165 Search view can also search for specific keywords in the entry, using Boolean
8166 logic.  The search string @samp{+computer +wifi -ethernet -@{8\.11[bg]@}}
8167 will search for note entries that contain the keywords @code{computer}
8168 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
8169 not matched by the regular expression @code{8\.11[bg]}, meaning to
8170 exclude both 8.11b and 8.11g.  The first @samp{+} is necessary to turn on
8171 word search, other @samp{+} characters are optional.  For more details, see
8172 the docstring of the command @code{org-search-view}.
8174 @vindex org-agenda-text-search-extra-files
8175 Note that in addition to the agenda files, this command will also search
8176 the files listed in @var{org-agenda-text-search-extra-files}.
8178 @node Stuck projects,  , Search view, Built-in agenda views
8179 @subsection Stuck projects
8180 @pindex GTD, Getting Things Done
8182 If you are following a system like David Allen's GTD to organize your
8183 work, one of the ``duties'' you have is a regular review to make sure
8184 that all projects move along.  A @emph{stuck} project is a project that
8185 has no defined next actions, so it will never show up in the TODO lists
8186 Org mode produces.  During the review, you need to identify such
8187 projects and define next actions for them.
8189 @table @kbd
8190 @orgcmd{C-c a #,org-agenda-list-stuck-projects}
8191 List projects that are stuck.
8192 @kindex C-c a !
8193 @item C-c a !
8194 @vindex org-stuck-projects
8195 Customize the variable @var{org-stuck-projects} to define what a stuck
8196 project is and how to find it.
8197 @end table
8199 You almost certainly will have to configure this view before it will
8200 work for you.  The built-in default assumes that all your projects are
8201 level-2 headlines, and that a project is not stuck if it has at least
8202 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
8204 Let's assume that you, in your own way of using Org mode, identify
8205 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
8206 indicate a project that should not be considered yet.  Let's further
8207 assume that the TODO keyword DONE marks finished projects, and that NEXT
8208 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
8209 is a next action even without the NEXT tag.  Finally, if the project
8210 contains the special word IGNORE anywhere, it should not be listed
8211 either.  In this case you would start by identifying eligible projects
8212 with a tags/todo match@footnote{@xref{Tag searches}.}
8213 @samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT, @@SHOP, and
8214 IGNORE in the subtree to identify projects that are not stuck.  The
8215 correct customization for this is
8217 @lisp
8218 (setq org-stuck-projects
8219       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
8220                                "\\<IGNORE\\>"))
8221 @end lisp
8223 Note that if a project is identified as non-stuck, the subtree of this entry
8224 will still be searched for stuck projects.
8226 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
8227 @section Presentation and sorting
8228 @cindex presentation, of agenda items
8230 @vindex org-agenda-prefix-format
8231 @vindex org-agenda-tags-column
8232 Before displaying items in an agenda view, Org mode visually prepares the
8233 items and sorts them.  Each item occupies a single line.  The line starts
8234 with a @emph{prefix} that contains the @emph{category} (@pxref{Categories})
8235 of the item and other important information.  You can customize in which
8236 column tags will be displayed through @var{org-agenda-tags-column}.  You can
8237 also customize the prefix using the option @var{org-agenda-prefix-format}.
8238 This prefix is followed by a cleaned-up version of the outline headline
8239 associated with the item.
8241 @menu
8242 * Categories::                  Not all tasks are equal
8243 * Time-of-day specifications::  How the agenda knows the time
8244 * Sorting agenda items::        The order of things
8245 * Filtering/limiting agenda items::  Dynamically narrow the agenda
8246 @end menu
8248 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
8249 @subsection Categories
8251 @cindex category
8252 @cindex #+CATEGORY
8253 The category is a broad label assigned to each agenda item.  By default,
8254 the category is simply derived from the file name, but you can also
8255 specify it with a special line in the buffer, like this@footnote{For
8256 backward compatibility, the following also works: if there are several
8257 such lines in a file, each specifies the category for the text below it.
8258 The first category also applies to any text before the first CATEGORY
8259 line.  However, using this method is @emph{strongly} deprecated as it is
8260 incompatible with the outline structure of the document.  The correct
8261 method for setting multiple categories in a buffer is using a
8262 property.}:
8264 @example
8265 #+CATEGORY: Thesis
8266 @end example
8268 @noindent
8269 @cindex property, CATEGORY
8270 If you would like to have a special CATEGORY for a single entry or a
8271 (sub)tree, give the entry a @code{:CATEGORY:} property with the
8272 special category you want to apply as the value.
8274 @noindent
8275 The display in the agenda buffer looks best if the category is not
8276 longer than 10 characters.
8278 @noindent
8279 You can set up icons for category by customizing the
8280 @var{org-agenda-category-icon-alist} variable.
8282 @node Time-of-day specifications, Sorting agenda items, Categories, Presentation and sorting
8283 @subsection Time-of-day specifications
8284 @cindex time-of-day specification
8286 Org mode checks each agenda item for a time-of-day specification.  The
8287 time can be part of the timestamp that triggered inclusion into the
8288 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
8289 ranges can be specified with two timestamps, like
8291 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
8293 In the headline of the entry itself, a time(range) may also appear as
8294 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
8295 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
8296 specifications in diary entries are recognized as well.
8298 For agenda display, Org mode extracts the time and displays it in a
8299 standard 24 hour format as part of the prefix.  The example times in
8300 the previous paragraphs would end up in the agenda like this:
8302 @example
8303     8:30-13:00 Arthur Dent lies in front of the bulldozer
8304    12:45...... Ford Prefect arrives and takes Arthur to the pub
8305    19:00...... The Vogon reads his poem
8306    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
8307 @end example
8309 @cindex time grid
8310 If the agenda is in single-day mode, or for the display of today, the
8311 timed entries are embedded in a time grid, like
8313 @example
8314     8:00...... ------------------
8315     8:30-13:00 Arthur Dent lies in front of the bulldozer
8316    10:00...... ------------------
8317    12:00...... ------------------
8318    12:45...... Ford Prefect arrives and takes Arthur to the pub
8319    14:00...... ------------------
8320    16:00...... ------------------
8321    18:00...... ------------------
8322    19:00...... The Vogon reads his poem
8323    20:00...... ------------------
8324    20:30-22:15 Marvin escorts the Hitchhikers to the bridge
8325 @end example
8327 @vindex org-agenda-use-time-grid
8328 @vindex org-agenda-time-grid
8329 The time grid can be turned on and off with the variable
8330 @var{org-agenda-use-time-grid}, and can be configured with
8331 @var{org-agenda-time-grid}.
8333 @node Sorting agenda items, Filtering/limiting agenda items, Time-of-day specifications, Presentation and sorting
8334 @subsection Sorting agenda items
8335 @cindex sorting, of agenda items
8336 @cindex priorities, of agenda items
8337 Before being inserted into a view, the items are sorted.  How this is
8338 done depends on the type of view.
8339 @itemize @bullet
8340 @item
8341 @vindex org-agenda-files
8342 For the daily/weekly agenda, the items for each day are sorted.  The
8343 default order is to first collect all items containing an explicit
8344 time-of-day specification.  These entries will be shown at the beginning
8345 of the list, as a @emph{schedule} for the day.  After that, items remain
8346 grouped in categories, in the sequence given by @var{org-agenda-files}.
8347 Within each category, items are sorted by priority (@pxref{Priorities}),
8348 which is composed of the base priority (2000 for priority @samp{A}, 1000
8349 for @samp{B}, and 0 for @samp{C}), plus additional increments for
8350 overdue scheduled or deadline items.
8351 @item
8352 For the TODO list, items remain in the order of categories, but within
8353 each category, sorting takes place according to priority
8354 (@pxref{Priorities}).  The priority used for sorting derives from the
8355 priority cookie, with additions depending on how close an item is to its due
8356 or scheduled date.
8357 @item
8358 For tags matches, items are not sorted at all, but just appear in the
8359 sequence in which they are found in the agenda files.
8360 @end itemize
8362 @vindex org-agenda-sorting-strategy
8363 Sorting can be customized using the variable
8364 @var{org-agenda-sorting-strategy}, and may also include criteria based on
8365 the estimated effort of an entry (@pxref{Effort estimates}).
8367 @node Filtering/limiting agenda items,  , Sorting agenda items, Presentation and sorting
8368 @subsection Filtering/limiting agenda items
8370 Agenda built-in or customized commands are statically defined.  Agenda
8371 filters and limits provide two ways of dynamically narrowing down the list of
8372 agenda entries: @emph{fitlers} and @emph{limits}.  Filters only act on the
8373 display of the items, while limits take effect before the list of agenda
8374 entries is built.  Filter are more often used interactively, while limits are
8375 mostly useful when defined as local variables within custom agenda commands.
8377 @subsubheading Filtering in the agenda
8378 @cindex filtering, by tag, category, top headline and effort, in agenda
8379 @cindex tag filtering, in agenda
8380 @cindex category filtering, in agenda
8381 @cindex top headline filtering, in agenda
8382 @cindex effort filtering, in agenda
8383 @cindex query editing, in agenda
8385 @table @kbd
8386 @orgcmd{/,org-agenda-filter-by-tag}
8387 @vindex org-agenda-tag-filter-preset
8388 Filter the agenda view with respect to a tag and/or effort estimates.  The
8389 difference between this and a custom agenda command is that filtering is very
8390 fast, so that you can switch quickly between different filters without having
8391 to recreate the agenda.@footnote{Custom commands can preset a filter by
8392 binding the variable @var{org-agenda-tag-filter-preset} as an option.  This
8393 filter will then be applied to the view and persist as a basic filter through
8394 refreshes and more secondary filtering.  The filter is a global property of
8395 the entire agenda view---in a block agenda, you should only set this in the
8396 global options section, not in the section of an individual block.}
8398 You will be prompted for a tag selection letter; @key{SPC} will mean any tag at
8399 all.  Pressing @key{TAB} at that prompt will offer use completion to select a
8400 tag (including any tags that do not have a selection character).  The command
8401 then hides all entries that do not contain or inherit this tag.  When called
8402 with prefix arg, remove the entries that @emph{do} have the tag.  A second
8403 @kbd{/} at the prompt will turn off the filter and unhide any hidden entries.
8404 If the first key you press is either @kbd{+} or @kbd{-}, the previous filter
8405 will be narrowed by requiring or forbidding the selected additional tag.
8406 Instead of pressing @kbd{+} or @kbd{-} after @kbd{/}, you can also
8407 immediately use the @kbd{\} command.
8409 @vindex org-sort-agenda-noeffort-is-high
8410 In order to filter for effort estimates, you should set up allowed
8411 efforts globally, for example
8412 @lisp
8413 (setq org-global-properties
8414     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
8415 @end lisp
8416 You can then filter for an effort by first typing an operator, one of
8417 @kbd{<}, @kbd{>}, and @kbd{=}, and then the one-digit index of an effort
8418 estimate in your array of allowed values, where @kbd{0} means the 10th value.
8419 The filter will then restrict to entries with effort smaller-or-equal, equal,
8420 or larger-or-equal than the selected value.  If the digits 0--9 are not used
8421 as fast access keys to tags, you can also simply press the index digit
8422 directly without an operator.  In this case, @kbd{<} will be assumed.  For
8423 application of the operator, entries without a defined effort will be treated
8424 according to the value of @var{org-sort-agenda-noeffort-is-high}.  To filter
8425 for tasks without effort definition, press @kbd{?} as the operator.
8427 Org also supports automatic, context-aware tag filtering.  If the variable
8428 @var{org-agenda-auto-exclude-function} is set to a user-defined function,
8429 that function can decide which tags should be excluded from the agenda
8430 automatically.  Once this is set, the @kbd{/} command then accepts @kbd{RET}
8431 as a sub-option key and runs the auto exclusion logic.  For example, let's
8432 say you use a @code{Net} tag to identify tasks which need network access, an
8433 @code{Errand} tag for errands in town, and a @code{Call} tag for making phone
8434 calls.  You could auto-exclude these tags based on the availability of the
8435 Internet, and outside of business hours, with something like this:
8437 @smalllisp
8438 @group
8439 (defun org-my-auto-exclude-function (tag)
8440   (and (cond
8441         ((string= tag "Net")
8442          (/= 0 (call-process "/sbin/ping" nil nil nil
8443                              "-c1" "-q" "-t1" "mail.gnu.org")))
8444         ((or (string= tag "Errand") (string= tag "Call"))
8445          (let ((hour (nth 2 (decode-time))))
8446            (or (< hour 8) (> hour 21)))))
8447        (concat "-" tag)))
8449 (setq org-agenda-auto-exclude-function 'org-my-auto-exclude-function)
8450 @end group
8451 @end smalllisp
8453 @orgcmd{\\,org-agenda-filter-by-tag-refine}
8454 Narrow the current agenda filter by an additional condition.  When called with
8455 prefix arg, remove the entries that @emph{do} have the tag, or that do match
8456 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
8457 @kbd{-} as the first key after the @kbd{/} command.
8460 @kindex [
8461 @kindex ]
8462 @kindex @{
8463 @kindex @}
8464 @item [ ] @{ @}
8465 @table @i
8466 @item @r{in} search view
8467 add new search words (@kbd{[} and @kbd{]}) or new regular expressions
8468 (@kbd{@{} and @kbd{@}}) to the query string.  The opening bracket/brace will
8469 add a positive search term prefixed by @samp{+}, indicating that this search
8470 term @i{must} occur/match in the entry.  The closing bracket/brace will add a
8471 negative search term which @i{must not} occur/match in the entry for it to be
8472 selected.
8473 @end table
8475 @orgcmd{<,org-agenda-filter-by-category}
8476 @vindex org-agenda-category-filter-preset
8478 Filter the current agenda view with respect to the category of the item at
8479 point.  Pressing @code{<} another time will remove this filter.  You can add
8480 a filter preset through the option @var{org-agenda-category-filter-preset}
8481 (see below.)
8483 @orgcmd{^,org-agenda-filter-by-top-headline}
8484 Filter the current agenda view and only display the siblings and the parent
8485 headline of the one at point.
8487 @orgcmd{=,org-agenda-filter-by-regexp}
8488 @vindex org-agenda-regexp-filter-preset
8490 Filter the agenda view by a regular expression: only show agenda entries
8491 matching the regular expression the user entered.  When called with a prefix
8492 argument, it will filter @emph{out} entries matching the regexp.  With two
8493 universal prefix arguments, it will remove all the regexp filters, which can
8494 be accumulated.  You can add a filter preset through the option
8495 @var{org-agenda-category-filter-preset} (see below.)
8497 @orgcmd{|,org-agenda-filter-remove-all}
8498 Remove all filters in the current agenda view.
8499 @end table
8501 @subsubheading Setting limits for the agenda
8502 @cindex limits, in agenda
8503 @vindex org-agenda-max-entries
8504 @vindex org-agenda-max-effort
8505 @vindex org-agenda-max-todos
8506 @vindex org-agenda-max-tags
8508 Here is a list of options that you can set, either globally, or locally in
8509 your custom agenda views@pxref{Custom agenda views}.
8511 @table @var
8512 @item org-agenda-max-entries
8513 Limit the number of entries.
8514 @item org-agenda-max-effort
8515 Limit the duration of accumulated efforts (as minutes).
8516 @item org-agenda-max-todos
8517 Limit the number of entries with TODO keywords.
8518 @item org-agenda-max-tags
8519 Limit the number of tagged entries.
8520 @end table
8522 When set to a positive integer, each option will exclude entries from other
8523 catogories: for example, @code{(setq org-agenda-max-effort 100)} will limit
8524 the agenda to 100 minutes of effort and exclude any entry that as no effort
8525 property.  If you want to include entries with no effort property, use a
8526 negative value for @var{org-agenda-max-effort}.
8528 One useful setup is to use @var{org-agenda-max-entries} locally in a custom
8529 command.  For example, this custom command will display the next five entries
8530 with a @code{NEXT} TODO keyword.
8532 @smalllisp
8533 (setq org-agenda-custom-commands
8534       '(("n" todo "NEXT"
8535          ((org-agenda-max-entries 5)))))
8536 @end smalllisp
8538 Once you mark one of these five entry as @code{DONE}, rebuilding the agenda
8539 will again the next five entries again, including the first entry that was
8540 excluded so far.
8542 You can also dynamically set temporary limits@footnote{Those temporary limits
8543 are lost when rebuilding the agenda.}:
8545 @table @kbd
8546 @orgcmd{~,org-agenda-limit-interactively}
8547 This prompts for the type of limit to apply and its value.
8548 @end table
8550 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
8551 @section Commands in the agenda buffer
8552 @cindex commands, in agenda buffer
8554 Entries in the agenda buffer are linked back to the Org file or diary
8555 file where they originate.  You are not allowed to edit the agenda
8556 buffer itself, but commands are provided to show and jump to the
8557 original entry location, and to edit the Org files ``remotely'' from
8558 the agenda buffer.  In this way, all information is stored only once,
8559 removing the risk that your agenda and note files may diverge.
8561 Some commands can be executed with mouse clicks on agenda lines.  For
8562 the other commands, the cursor needs to be in the desired line.
8564 @table @kbd
8565 @tsubheading{Motion}
8566 @cindex motion commands in agenda
8567 @orgcmd{n,org-agenda-next-line}
8568 Next line (same as @key{down} and @kbd{C-n}).
8569 @orgcmd{p,org-agenda-previous-line}
8570 Previous line (same as @key{up} and @kbd{C-p}).
8571 @tsubheading{View/Go to Org file}
8572 @orgcmdkkc{@key{SPC},mouse-3,org-agenda-show-and-scroll-up}
8573 Display the original location of the item in another window.
8574 With prefix arg, make sure that the entire entry is made visible in the
8575 outline, not only the heading.
8577 @orgcmd{L,org-agenda-recenter}
8578 Display original location and recenter that window.
8580 @orgcmdkkc{@key{TAB},mouse-2,org-agenda-goto}
8581 Go to the original location of the item in another window.
8583 @orgcmd{@key{RET},org-agenda-switch-to}
8584 Go to the original location of the item and delete other windows.
8586 @orgcmd{F,org-agenda-follow-mode}
8587 @vindex org-agenda-start-with-follow-mode
8588 Toggle Follow mode.  In Follow mode, as you move the cursor through
8589 the agenda buffer, the other window always shows the corresponding
8590 location in the Org file.  The initial setting for this mode in new
8591 agenda buffers can be set with the variable
8592 @var{org-agenda-start-with-follow-mode}.
8594 @orgcmd{C-c C-x b,org-agenda-tree-to-indirect-buffer}
8595 Display the entire subtree of the current item in an indirect buffer.  With a
8596 numeric prefix argument N, go up to level N and then take that tree.  If N is
8597 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
8598 previously used indirect buffer.
8600 @orgcmd{C-c C-o,org-agenda-open-link}
8601 Follow a link in the entry.  This will offer a selection of any links in the
8602 text belonging to the referenced Org node.  If there is only one link, it
8603 will be followed without a selection prompt.
8605 @tsubheading{Change display}
8606 @cindex display changing, in agenda
8607 @kindex A
8608 @item A
8609 Interactively select another agenda view and append it to the current view.
8611 @kindex o
8612 @item o
8613 Delete other windows.
8615 @orgcmdkskc{v d,d,org-agenda-day-view}
8616 @xorgcmdkskc{v w,w,org-agenda-week-view}
8617 @xorgcmd{v m,org-agenda-month-view}
8618 @xorgcmd{v y,org-agenda-year-view}
8619 @xorgcmd{v SPC,org-agenda-reset-view}
8620 @vindex org-agenda-span
8621 Switch to day/week/month/year view.  When switching to day or week view, this
8622 setting becomes the default for subsequent agenda refreshes.  Since month and
8623 year views are slow to create, they do not become the default.  A numeric
8624 prefix argument may be used to jump directly to a specific day of the year,
8625 ISO week, month, or year, respectively.  For example, @kbd{32 d} jumps to
8626 February 1st, @kbd{9 w} to ISO week number 9.  When setting day, week, or
8627 month view, a year may be encoded in the prefix argument as well.  For
8628 example, @kbd{200712 w} will jump to week 12 in 2007.  If such a year
8629 specification has only one or two digits, it will be mapped to the interval
8630 1938--2037.  @kbd{v @key{SPC}} will reset to what is set in
8631 @var{org-agenda-span}.
8633 @orgcmd{f,org-agenda-later}
8634 Go forward in time to display the following @var{org-agenda-current-span} days.
8635 For example, if the display covers a week, switch to the following week.
8636 With prefix arg, go forward that many times @var{org-agenda-current-span} days.
8638 @orgcmd{b,org-agenda-earlier}
8639 Go backward in time to display earlier dates.
8641 @orgcmd{.,org-agenda-goto-today}
8642 Go to today.
8644 @orgcmd{j,org-agenda-goto-date}
8645 Prompt for a date and go there.
8647 @orgcmd{J,org-agenda-clock-goto}
8648 Go to the currently clocked-in task @i{in the agenda buffer}.
8650 @orgcmd{D,org-agenda-toggle-diary}
8651 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
8653 @orgcmdkskc{v l,l,org-agenda-log-mode}
8654 @kindex v L
8655 @vindex org-log-done
8656 @vindex org-agenda-log-mode-items
8657 Toggle Logbook mode.  In Logbook mode, entries that were marked DONE while
8658 logging was on (variable @var{org-log-done}) are shown in the agenda, as are
8659 entries that have been clocked on that day.  You can configure the entry
8660 types that should be included in log mode using the variable
8661 @var{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
8662 all possible logbook entries, including state changes.  When called with two
8663 prefix arguments @kbd{C-u C-u}, show only logging information, nothing else.
8664 @kbd{v L} is equivalent to @kbd{C-u v l}.
8666 @orgcmdkskc{v [,[,org-agenda-manipulate-query-add}
8667 Include inactive timestamps into the current view.  Only for weekly/daily
8668 agenda and timeline views.
8670 @orgcmd{v a,org-agenda-archives-mode}
8671 @xorgcmd{v A,org-agenda-archives-mode 'files}
8672 Toggle Archives mode.  In Archives mode, trees that are marked
8673 @code{ARCHIVED} are also scanned when producing the agenda.  When you use the
8674 capital @kbd{A}, even all archive files are included.  To exit archives mode,
8675 press @kbd{v a} again.
8677 @orgcmdkskc{v R,R,org-agenda-clockreport-mode}
8678 @vindex org-agenda-start-with-clockreport-mode
8679 @vindex org-clock-report-include-clocking-task
8680 Toggle Clockreport mode.  In Clockreport mode, the daily/weekly agenda will
8681 always show a table with the clocked times for the time span and file scope
8682 covered by the current agenda view.  The initial setting for this mode in new
8683 agenda buffers can be set with the variable
8684 @var{org-agenda-start-with-clockreport-mode}.  By using a prefix argument
8685 when toggling this mode (i.e., @kbd{C-u R}), the clock table will not show
8686 contributions from entries that are hidden by agenda filtering@footnote{Only
8687 tags filtering will be respected here, effort filtering is ignored.}.  See
8688 also the variable @var{org-clock-report-include-clocking-task}.
8690 @orgkey{v c}
8691 @vindex org-agenda-clock-consistency-checks
8692 Show overlapping clock entries, clocking gaps, and other clocking problems in
8693 the current agenda range.  You can then visit clocking lines and fix them
8694 manually.  See the variable @var{org-agenda-clock-consistency-checks} for
8695 information on how to customize the definition of what constituted a clocking
8696 problem.  To return to normal agenda display, press @kbd{l} to exit Logbook
8697 mode.
8699 @orgcmdkskc{v E,E,org-agenda-entry-text-mode}
8700 @vindex org-agenda-start-with-entry-text-mode
8701 @vindex org-agenda-entry-text-maxlines
8702 Toggle entry text mode.  In entry text mode, a number of lines from the Org
8703 outline node referenced by an agenda line will be displayed below the line.
8704 The maximum number of lines is given by the variable
8705 @var{org-agenda-entry-text-maxlines}.  Calling this command with a numeric
8706 prefix argument will temporarily modify that number to the prefix value.
8708 @orgcmd{G,org-agenda-toggle-time-grid}
8709 @vindex org-agenda-use-time-grid
8710 @vindex org-agenda-time-grid
8711 Toggle the time grid on and off.  See also the variables
8712 @var{org-agenda-use-time-grid} and @var{org-agenda-time-grid}.
8714 @orgcmd{r,org-agenda-redo}
8715 Recreate the agenda buffer, for example to reflect the changes after
8716 modification of the timestamps of items with @kbd{S-@key{left}} and
8717 @kbd{S-@key{right}}.  When the buffer is the global TODO list, a prefix
8718 argument is interpreted to create a selective list for a specific TODO
8719 keyword.
8720 @orgcmd{g,org-agenda-redo}
8721 Same as @kbd{r}.
8723 @orgcmdkskc{C-x C-s,s,org-save-all-org-buffers}
8724 Save all Org buffers in the current Emacs session, and also the locations of
8725 IDs.
8727 @orgcmd{C-c C-x C-c,org-agenda-columns}
8728 @vindex org-columns-default-format
8729 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
8730 view format is taken from the entry at point, or (if there is no entry at
8731 point), from the first entry in the agenda view.  So whatever the format for
8732 that entry would be in the original buffer (taken from a property, from a
8733 @code{#+COLUMNS} line, or from the default variable
8734 @var{org-columns-default-format}), will be used in the agenda.
8736 @orgcmd{C-c C-x >,org-agenda-remove-restriction-lock}
8737 Remove the restriction lock on the agenda, if it is currently restricted to a
8738 file or subtree (@pxref{Agenda files}).
8740 @tsubheading{Secondary filtering and query editing}
8742 For a detailed description of these commands, see @pxref{Filtering/limiting
8743 agenda items}.
8745 @orgcmd{/,org-agenda-filter-by-tag}
8746 @vindex org-agenda-tag-filter-preset
8747 Filter the agenda view with respect to a tag and/or effort estimates.
8749 @orgcmd{\\,org-agenda-filter-by-tag-refine}
8750 Narrow the current agenda filter by an additional condition.
8752 @orgcmd{<,org-agenda-filter-by-category}
8753 @vindex org-agenda-category-filter-preset
8755 Filter the current agenda view with respect to the category of the item at
8756 point.  Pressing @code{<} another time will remove this filter.
8758 @orgcmd{^,org-agenda-filter-by-top-headline}
8759 Filter the current agenda view and only display the siblings and the parent
8760 headline of the one at point.
8762 @orgcmd{=,org-agenda-filter-by-regexp}
8763 @vindex org-agenda-regexp-filter-preset
8765 Filter the agenda view by a regular expression: only show agenda entries
8766 matching the regular expression the user entered.  When called with a prefix
8767 argument, it will filter @emph{out} entries matching the regexp.  With two
8768 universal prefix arguments, it will remove all the regexp filters, which can
8769 be accumulated.  You can add a filter preset through the option
8770 @var{org-agenda-category-filter-preset} (see below.)
8772 @orgcmd{|,org-agenda-filter-remove-all}
8773 Remove all filters in the current agenda view.
8775 @tsubheading{Remote editing}
8776 @cindex remote editing, from agenda
8778 @item 0--9
8779 Digit argument.
8781 @cindex undoing remote-editing events
8782 @cindex remote editing, undo
8783 @orgcmd{C-_,org-agenda-undo}
8784 Undo a change due to a remote editing command.  The change is undone
8785 both in the agenda buffer and in the remote buffer.
8787 @orgcmd{t,org-agenda-todo}
8788 Change the TODO state of the item, both in the agenda and in the
8789 original org file.
8791 @orgcmd{C-S-@key{right},org-agenda-todo-nextset}
8792 @orgcmd{C-S-@key{left},org-agenda-todo-previousset}
8793 Switch to the next/previous set of TODO keywords.
8795 @orgcmd{C-k,org-agenda-kill}
8796 @vindex org-agenda-confirm-kill
8797 Delete the current agenda item along with the entire subtree belonging
8798 to it in the original Org file.  If the text to be deleted remotely
8799 is longer than one line, the kill needs to be confirmed by the user.  See
8800 variable @var{org-agenda-confirm-kill}.
8802 @orgcmd{C-c C-w,org-agenda-refile}
8803 Refile the entry at point.
8805 @orgcmdkskc{C-c C-x C-a,a,org-agenda-archive-default-with-confirmation}
8806 @vindex org-archive-default-command
8807 Archive the subtree corresponding to the entry at point using the default
8808 archiving command set in @var{org-archive-default-command}.  When using the
8809 @code{a} key, confirmation will be required.
8811 @orgcmd{C-c C-x a,org-agenda-toggle-archive-tag}
8812 Toggle the ARCHIVE tag for the current headline.
8814 @orgcmd{C-c C-x A,org-agenda-archive-to-archive-sibling}
8815 Move the subtree corresponding to the current entry to its @emph{archive
8816 sibling}.
8818 @orgcmdkskc{C-c C-x C-s,$,org-agenda-archive}
8819 Archive the subtree corresponding to the current headline.  This means the
8820 entry will be moved to the configured archive location, most likely a
8821 different file.
8823 @orgcmd{T,org-agenda-show-tags}
8824 @vindex org-agenda-show-inherited-tags
8825 Show all tags associated with the current item.  This is useful if you have
8826 turned off @var{org-agenda-show-inherited-tags}, but still want to see all
8827 tags of a headline occasionally.
8829 @orgcmd{:,org-agenda-set-tags}
8830 Set tags for the current headline.  If there is an active region in the
8831 agenda, change a tag for all headings in the region.
8833 @kindex ,
8834 @item ,
8835 Set the priority for the current item (@command{org-agenda-priority}).
8836 Org mode prompts for the priority character.  If you reply with @key{SPC},
8837 the priority cookie is removed from the entry.
8839 @orgcmd{P,org-agenda-show-priority}
8840 Display weighted priority of current item.
8842 @orgcmdkkc{+,S-@key{up},org-agenda-priority-up}
8843 Increase the priority of the current item.  The priority is changed in
8844 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
8845 key for this.
8847 @orgcmdkkc{-,S-@key{down},org-agenda-priority-down}
8848 Decrease the priority of the current item.
8850 @orgcmdkkc{z,C-c C-z,org-agenda-add-note}
8851 @vindex org-log-into-drawer
8852 Add a note to the entry.  This note will be recorded, and then filed to the
8853 same location where state change notes are put.  Depending on
8854 @var{org-log-into-drawer}, this may be inside a drawer.
8856 @orgcmd{C-c C-a,org-attach}
8857 Dispatcher for all command related to attachments.
8859 @orgcmd{C-c C-s,org-agenda-schedule}
8860 Schedule this item.  With prefix arg remove the scheduling timestamp
8862 @orgcmd{C-c C-d,org-agenda-deadline}
8863 Set a deadline for this item.  With prefix arg remove the deadline.
8865 @orgcmd{S-@key{right},org-agenda-do-date-later}
8866 Change the timestamp associated with the current line by one day into the
8867 future.  If the date is in the past, the first call to this command will move
8868 it to today.@*
8869 With a numeric prefix argument, change it by that many days.  For example,
8870 @kbd{3 6 5 S-@key{right}} will change it by a year.  With a @kbd{C-u} prefix,
8871 change the time by one hour.  If you immediately repeat the command, it will
8872 continue to change hours even without the prefix arg.  With a double @kbd{C-u
8873 C-u} prefix, do the same for changing minutes.@*
8874 The stamp is changed in the original Org file, but the change is not directly
8875 reflected in the agenda buffer.  Use @kbd{r} or @kbd{g} to update the buffer.
8877 @orgcmd{S-@key{left},org-agenda-do-date-earlier}
8878 Change the timestamp associated with the current line by one day
8879 into the past.
8881 @orgcmd{>,org-agenda-date-prompt}
8882 Change the timestamp associated with the current line.  The key @kbd{>} has
8883 been chosen, because it is the same as @kbd{S-.}  on my keyboard.
8885 @orgcmd{I,org-agenda-clock-in}
8886 Start the clock on the current item.  If a clock is running already, it
8887 is stopped first.
8889 @orgcmd{O,org-agenda-clock-out}
8890 Stop the previously started clock.
8892 @orgcmd{X,org-agenda-clock-cancel}
8893 Cancel the currently running clock.
8895 @orgcmd{J,org-agenda-clock-goto}
8896 Jump to the running clock in another window.
8898 @orgcmd{k,org-agenda-capture}
8899 Like @code{org-capture}, but use the date at point as the default date for
8900 the capture template.  See @var{org-capture-use-agenda-date} to make this
8901 the default behavior of @code{org-capture}.
8902 @cindex capturing, from agenda
8903 @vindex org-capture-use-agenda-date
8905 @tsubheading{Bulk remote editing selected entries}
8906 @cindex remote editing, bulk, from agenda
8907 @vindex org-agenda-bulk-persistent-marks
8908 @vindex org-agenda-bulk-custom-functions
8910 @orgcmd{m,org-agenda-bulk-mark}
8911 Mark the entry at point for bulk action.  With prefix arg, mark that many
8912 successive entries.
8914 @orgcmd{%,org-agenda-bulk-mark-regexp}
8915 Mark entries matching a regular expression for bulk action.
8917 @orgcmd{u,org-agenda-bulk-unmark}
8918 Unmark entry for bulk action.
8920 @orgcmd{U,org-agenda-bulk-remove-all-marks}
8921 Unmark all marked entries for bulk action.
8923 @orgcmd{B,org-agenda-bulk-action}
8924 Bulk action: act on all marked entries in the agenda.  This will prompt for
8925 another key to select the action to be applied.  The prefix arg to @kbd{B}
8926 will be passed through to the @kbd{s} and @kbd{d} commands, to bulk-remove
8927 these special timestamps.  By default, marks are removed after the bulk.  If
8928 you want them to persist, set @var{org-agenda-bulk-persistent-marks} to
8929 @code{t} or hit @kbd{p} at the prompt.
8931 @table @kbd
8932 @item *
8933 Toggle persistent marks.
8934 @item $
8935 Archive all selected entries.
8936 @item A
8937 Archive entries by moving them to their respective archive siblings.
8938 @item t
8939 Change TODO state.  This prompts for a single TODO keyword and changes the
8940 state of all selected entries, bypassing blocking and suppressing logging
8941 notes (but not timestamps).
8942 @item +
8943 Add a tag to all selected entries.
8944 @item -
8945 Remove a tag from all selected entries.
8946 @item s
8947 Schedule all items to a new date.  To shift existing schedule dates by a
8948 fixed number of days, use something starting with double plus at the prompt,
8949 for example @samp{++8d} or @samp{++2w}.
8950 @item d
8951 Set deadline to a specific date.
8952 @item r
8953 Prompt for a single refile target and move all entries.  The entries will no
8954 longer be in the agenda; refresh (@kbd{g}) to bring them back.
8955 @item S
8956 Reschedule randomly into the coming N days.  N will be prompted for.  With
8957 prefix arg (@kbd{C-u B S}), scatter only across weekdays.
8958 @item f
8959 Apply a function@footnote{You can also create persistent custom functions
8960 through @var{org-agenda-bulk-custom-functions}.} to marked entries.  For
8961 example, the function below sets the CATEGORY property of the entries to web.
8963 @lisp
8964 @group
8965 (defun set-category ()
8966   (interactive "P")
8967   (let* ((marker (or (org-get-at-bol 'org-hd-marker)
8968                      (org-agenda-error)))
8969          (buffer (marker-buffer marker)))
8970     (with-current-buffer buffer
8971       (save-excursion
8972         (save-restriction
8973           (widen)
8974           (goto-char marker)
8975           (org-back-to-heading t)
8976           (org-set-property "CATEGORY" "web"))))))
8977 @end group
8978 @end lisp
8979 @end table
8981 @tsubheading{Calendar commands}
8982 @cindex calendar commands, from agenda
8984 @orgcmd{c,org-agenda-goto-calendar}
8985 Open the Emacs calendar and move to the date at the agenda cursor.
8987 @orgcmd{c,org-calendar-goto-agenda}
8988 When in the calendar, compute and show the Org mode agenda for the
8989 date at the cursor.
8991 @cindex diary entries, creating from agenda
8992 @orgcmd{i,org-agenda-diary-entry}
8993 @vindex org-agenda-diary-file
8994 Insert a new entry into the diary, using the date at the cursor and (for
8995 block entries) the date at the mark.  This will add to the Emacs diary
8996 file@footnote{This file is parsed for the agenda when
8997 @var{org-agenda-include-diary} is set.}, in a way similar to the @kbd{i}
8998 command in the calendar.  The diary file will pop up in another window, where
8999 you can add the entry.
9001 If you configure @var{org-agenda-diary-file} to point to an Org mode file,
9002 Org will create entries (in Org mode syntax) in that file instead.  Most
9003 entries will be stored in a date-based outline tree that will later make it
9004 easy to archive appointments from previous months/years.  The tree will be
9005 built under an entry with a @code{DATE_TREE} property, or else with years as
9006 top-level entries.  Emacs will prompt you for the entry text---if you specify
9007 it, the entry will be created in @var{org-agenda-diary-file} without further
9008 interaction.  If you directly press @key{RET} at the prompt without typing
9009 text, the target file will be shown in another window for you to finish the
9010 entry there.  See also the @kbd{k r} command.
9012 @orgcmd{M,org-agenda-phases-of-moon}
9013 Show the phases of the moon for the three months around current date.
9015 @orgcmd{S,org-agenda-sunrise-sunset}
9016 Show sunrise and sunset times.  The geographical location must be set
9017 with calendar variables, see the documentation for the Emacs calendar.
9019 @orgcmd{C,org-agenda-convert-date}
9020 Convert the date at cursor into many other cultural and historic
9021 calendars.
9023 @orgcmd{H,org-agenda-holidays}
9024 Show holidays for three months around the cursor date.
9026 @item M-x org-icalendar-combine-agenda-files RET
9027 Export a single iCalendar file containing entries from all agenda files.
9028 This is a globally available command, and also available in the agenda menu.
9030 @tsubheading{Exporting to a file}
9031 @orgcmd{C-x C-w,org-agenda-write}
9032 @cindex exporting agenda views
9033 @cindex agenda views, exporting
9034 @vindex org-agenda-exporter-settings
9035 Write the agenda view to a file.  Depending on the extension of the selected
9036 file name, the view will be exported as HTML (@file{.html} or @file{.htm}),
9037 Postscript (@file{.ps}), PDF (@file{.pdf}), Org (@file{.org}) and plain text
9038 (any other extension).  When exporting to Org, only the body of original
9039 headlines are exported, not subtrees or inherited tags.  When called with a
9040 @kbd{C-u} prefix argument, immediately open the newly created file.  Use the
9041 variable @var{org-agenda-exporter-settings} to set options for
9042 @file{ps-print} and for @file{htmlize} to be used during export.
9044 @tsubheading{Quit and Exit}
9045 @orgcmd{q,org-agenda-quit}
9046 Quit agenda, remove the agenda buffer.
9048 @cindex agenda files, removing buffers
9049 @orgcmd{x,org-agenda-exit}
9050 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
9051 for the compilation of the agenda.  Buffers created by the user to
9052 visit Org files will not be removed.
9053 @end table
9056 @node Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views
9057 @section Custom agenda views
9058 @cindex custom agenda views
9059 @cindex agenda views, custom
9061 Custom agenda commands serve two purposes: to store and quickly access
9062 frequently used TODO and tags searches, and to create special composite
9063 agenda buffers.  Custom agenda commands will be accessible through the
9064 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
9066 @menu
9067 * Storing searches::            Type once, use often
9068 * Block agenda::                All the stuff you need in a single buffer
9069 * Setting Options::             Changing the rules
9070 @end menu
9072 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
9073 @subsection Storing searches
9075 The first application of custom searches is the definition of keyboard
9076 shortcuts for frequently used searches, either creating an agenda
9077 buffer, or a sparse tree (the latter covering of course only the current
9078 buffer).
9079 @kindex C-c a C
9080 @vindex org-agenda-custom-commands
9081 @cindex agenda views, main example
9082 @cindex agenda, as an agenda views
9083 @cindex agenda*, as an agenda views
9084 @cindex tags, as an agenda view
9085 @cindex todo, as an agenda view
9086 @cindex tags-todo
9087 @cindex todo-tree
9088 @cindex occur-tree
9089 @cindex tags-tree
9091 Custom commands are configured in the variable
9092 @var{org-agenda-custom-commands}.  You can customize this variable, for
9093 example by pressing @kbd{C-c a C}.  You can also directly set it with Emacs
9094 Lisp in @file{.emacs}.  The following example contains all valid agenda
9095 views:
9097 @lisp
9098 @group
9099 (setq org-agenda-custom-commands
9100       '(("x" agenda)
9101         ("y" agenda*)
9102         ("w" todo "WAITING")
9103         ("W" todo-tree "WAITING")
9104         ("u" tags "+boss-urgent")
9105         ("v" tags-todo "+boss-urgent")
9106         ("U" tags-tree "+boss-urgent")
9107         ("f" occur-tree "\\<FIXME\\>")
9108         ("h" . "HOME+Name tags searches") ; description for "h" prefix
9109         ("hl" tags "+home+Lisa")
9110         ("hp" tags "+home+Peter")
9111         ("hk" tags "+home+Kim")))
9112 @end group
9113 @end lisp
9115 @noindent
9116 The initial string in each entry defines the keys you have to press
9117 after the dispatcher command @kbd{C-c a} in order to access the command.
9118 Usually this will be just a single character, but if you have many
9119 similar commands, you can also define two-letter combinations where the
9120 first character is the same in several combinations and serves as a
9121 prefix key@footnote{You can provide a description for a prefix key by
9122 inserting a cons cell with the prefix and the description.}.  The second
9123 parameter is the search type, followed by the string or regular
9124 expression to be used for the matching.  The example above will
9125 therefore define:
9127 @table @kbd
9128 @item C-c a x
9129 as a global search for agenda entries planned@footnote{@emph{Planned} means
9130 here that these entries have some planning information attached to them, like
9131 a time-stamp, a scheduled or a deadline string.  See
9132 @var{org-agenda-entry-types} on how to set what planning information will be
9133 taken into account.} this week/day.
9134 @item C-c a y
9135 as a global search for agenda entries planned this week/day, but only those
9136 with an hour specification like @code{[h]h:mm}---think of them as appointments.
9137 @item C-c a w
9138 as a global search for TODO entries with @samp{WAITING} as the TODO
9139 keyword
9140 @item C-c a W
9141 as the same search, but only in the current buffer and displaying the
9142 results as a sparse tree
9143 @item C-c a u
9144 as a global tags search for headlines marked @samp{:boss:} but not
9145 @samp{:urgent:}
9146 @item C-c a v
9147 as the same search as @kbd{C-c a u}, but limiting the search to
9148 headlines that are also TODO items
9149 @item C-c a U
9150 as the same search as @kbd{C-c a u}, but only in the current buffer and
9151 displaying the result as a sparse tree
9152 @item C-c a f
9153 to create a sparse tree (again: current buffer only) with all entries
9154 containing the word @samp{FIXME}
9155 @item C-c a h
9156 as a prefix command for a HOME tags search where you have to press an
9157 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
9158 Peter, or Kim) as additional tag to match.
9159 @end table
9161 Note that the @code{*-tree} agenda views need to be called from an
9162 Org buffer as they operate on the current buffer only.
9164 @node Block agenda, Setting Options, Storing searches, Custom agenda views
9165 @subsection Block agenda
9166 @cindex block agenda
9167 @cindex agenda, with block views
9169 Another possibility is the construction of agenda views that comprise
9170 the results of @emph{several} commands, each of which creates a block in
9171 the agenda buffer.  The available commands include @code{agenda} for the
9172 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
9173 for the global TODO list (as constructed with @kbd{C-c a t}), and the
9174 matching commands discussed above: @code{todo}, @code{tags}, and
9175 @code{tags-todo}.  Here are two examples:
9177 @lisp
9178 @group
9179 (setq org-agenda-custom-commands
9180       '(("h" "Agenda and Home-related tasks"
9181          ((agenda "")
9182           (tags-todo "home")
9183           (tags "garden")))
9184         ("o" "Agenda and Office-related tasks"
9185          ((agenda "")
9186           (tags-todo "work")
9187           (tags "office")))))
9188 @end group
9189 @end lisp
9191 @noindent
9192 This will define @kbd{C-c a h} to create a multi-block view for stuff
9193 you need to attend to at home.  The resulting agenda buffer will contain
9194 your agenda for the current week, all TODO items that carry the tag
9195 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
9196 command @kbd{C-c a o} provides a similar view for office tasks.
9198 @node Setting Options,  , Block agenda, Custom agenda views
9199 @subsection Setting options for custom commands
9200 @cindex options, for custom agenda views
9202 @vindex org-agenda-custom-commands
9203 Org mode contains a number of variables regulating agenda construction
9204 and display.  The global variables define the behavior for all agenda
9205 commands, including the custom commands.  However, if you want to change
9206 some settings just for a single custom view, you can do so.  Setting
9207 options requires inserting a list of variable names and values at the
9208 right spot in @var{org-agenda-custom-commands}.  For example:
9210 @lisp
9211 @group
9212 (setq org-agenda-custom-commands
9213       '(("w" todo "WAITING"
9214          ((org-agenda-sorting-strategy '(priority-down))
9215           (org-agenda-prefix-format "  Mixed: ")))
9216         ("U" tags-tree "+boss-urgent"
9217          ((org-show-following-heading nil)
9218           (org-show-hierarchy-above nil)))
9219         ("N" search ""
9220          ((org-agenda-files '("~org/notes.org"))
9221           (org-agenda-text-search-extra-files nil)))))
9222 @end group
9223 @end lisp
9225 @noindent
9226 Now the @kbd{C-c a w} command will sort the collected entries only by
9227 priority, and the prefix format is modified to just say @samp{  Mixed: }
9228 instead of giving the category of the entry.  The sparse tags tree of
9229 @kbd{C-c a U} will now turn out ultra-compact, because neither the
9230 headline hierarchy above the match, nor the headline following the match
9231 will be shown.  The command @kbd{C-c a N} will do a text search limited
9232 to only a single file.
9234 @vindex org-agenda-custom-commands
9235 For command sets creating a block agenda,
9236 @var{org-agenda-custom-commands} has two separate spots for setting
9237 options.  You can add options that should be valid for just a single
9238 command in the set, and options that should be valid for all commands in
9239 the set.  The former are just added to the command entry; the latter
9240 must come after the list of command entries.  Going back to the block
9241 agenda example (@pxref{Block agenda}), let's change the sorting strategy
9242 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
9243 the results for GARDEN tags query in the opposite order,
9244 @code{priority-up}.  This would look like this:
9246 @lisp
9247 @group
9248 (setq org-agenda-custom-commands
9249       '(("h" "Agenda and Home-related tasks"
9250          ((agenda)
9251           (tags-todo "home")
9252           (tags "garden"
9253                 ((org-agenda-sorting-strategy '(priority-up)))))
9254          ((org-agenda-sorting-strategy '(priority-down))))
9255         ("o" "Agenda and Office-related tasks"
9256          ((agenda)
9257           (tags-todo "work")
9258           (tags "office")))))
9259 @end group
9260 @end lisp
9262 As you see, the values and parentheses setting is a little complex.
9263 When in doubt, use the customize interface to set this variable---it
9264 fully supports its structure.  Just one caveat: when setting options in
9265 this interface, the @emph{values} are just Lisp expressions.  So if the
9266 value is a string, you need to add the double-quotes around the value
9267 yourself.
9269 @vindex org-agenda-custom-commands-contexts
9270 To control whether an agenda command should be accessible from a specific
9271 context, you can customize @var{org-agenda-custom-commands-contexts}.  Let's
9272 say for example that you have an agenda commands @code{"o"} displaying a view
9273 that you only need when reading emails.  Then you would configure this option
9274 like this:
9276 @lisp
9277 (setq org-agenda-custom-commands-contexts
9278       '(("o" (in-mode . "message-mode"))))
9279 @end lisp
9281 You can also tell that the command key @code{"o"} should refer to another
9282 command key @code{"r"}.  In that case, add this command key like this:
9284 @lisp
9285 (setq org-agenda-custom-commands-contexts
9286       '(("o" "r" (in-mode . "message-mode"))))
9287 @end lisp
9289 See the docstring of the variable for more information.
9291 @node Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views
9292 @section Exporting Agenda Views
9293 @cindex agenda views, exporting
9295 If you are away from your computer, it can be very useful to have a printed
9296 version of some agenda views to carry around.  Org mode can export custom
9297 agenda views as plain text, HTML@footnote{You need to install Hrvoje Niksic's
9298 @file{htmlize.el}.}, Postscript, PDF@footnote{To create PDF output, the
9299 ghostscript @file{ps2pdf} utility must be installed on the system.  Selecting
9300 a PDF file will also create the postscript file.}, and iCalendar files.  If
9301 you want to do this only occasionally, use the command
9303 @table @kbd
9304 @orgcmd{C-x C-w,org-agenda-write}
9305 @cindex exporting agenda views
9306 @cindex agenda views, exporting
9307 @vindex org-agenda-exporter-settings
9308 Write the agenda view to a file.  Depending on the extension of the selected
9309 file name, the view will be exported as HTML (extension @file{.html} or
9310 @file{.htm}), Postscript (extension @file{.ps}), iCalendar (extension
9311 @file{.ics}), or plain text (any other extension).  Use the variable
9312 @var{org-agenda-exporter-settings} to set options for @file{ps-print} and
9313 for @file{htmlize} to be used during export, for example
9315 @vindex org-agenda-add-entry-text-maxlines
9316 @vindex htmlize-output-type
9317 @vindex ps-number-of-columns
9318 @vindex ps-landscape-mode
9319 @lisp
9320 (setq org-agenda-exporter-settings
9321       '((ps-number-of-columns 2)
9322         (ps-landscape-mode t)
9323         (org-agenda-add-entry-text-maxlines 5)
9324         (htmlize-output-type 'css)))
9325 @end lisp
9326 @end table
9328 If you need to export certain agenda views frequently, you can associate
9329 any custom agenda command with a list of output file names
9330 @footnote{If you want to store standard views like the weekly agenda
9331 or the global TODO list as well, you need to define custom commands for
9332 them in order to be able to specify file names.}.  Here is an example
9333 that first defines custom commands for the agenda and the global
9334 TODO list, together with a number of files to which to export them.
9335 Then we define two block agenda commands and specify file names for them
9336 as well.  File names can be relative to the current working directory,
9337 or absolute.
9339 @lisp
9340 @group
9341 (setq org-agenda-custom-commands
9342       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
9343         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
9344         ("h" "Agenda and Home-related tasks"
9345          ((agenda "")
9346           (tags-todo "home")
9347           (tags "garden"))
9348          nil
9349          ("~/views/home.html"))
9350         ("o" "Agenda and Office-related tasks"
9351          ((agenda)
9352           (tags-todo "work")
9353           (tags "office"))
9354          nil
9355          ("~/views/office.ps" "~/calendars/office.ics"))))
9356 @end group
9357 @end lisp
9359 The extension of the file name determines the type of export.  If it is
9360 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
9361 the buffer to HTML and save it to this file name.  If the extension is
9362 @file{.ps}, @var{ps-print-buffer-with-faces} is used to produce
9363 Postscript output.  If the extension is @file{.ics}, iCalendar export is
9364 run export over all files that were used to construct the agenda, and
9365 limit the export to entries listed in the agenda.  Any other
9366 extension produces a plain ASCII file.
9368 The export files are @emph{not} created when you use one of those
9369 commands interactively because this might use too much overhead.
9370 Instead, there is a special command to produce @emph{all} specified
9371 files in one step:
9373 @table @kbd
9374 @orgcmd{C-c a e,org-store-agenda-views}
9375 Export all agenda views that have export file names associated with
9376 them.
9377 @end table
9379 You can use the options section of the custom agenda commands to also
9380 set options for the export commands.  For example:
9382 @lisp
9383 (setq org-agenda-custom-commands
9384       '(("X" agenda ""
9385          ((ps-number-of-columns 2)
9386           (ps-landscape-mode t)
9387           (org-agenda-prefix-format " [ ] ")
9388           (org-agenda-with-colors nil)
9389           (org-agenda-remove-tags t))
9390          ("theagenda.ps"))))
9391 @end lisp
9393 @noindent
9394 This command sets two options for the Postscript exporter, to make it
9395 print in two columns in landscape format---the resulting page can be cut
9396 in two and then used in a paper agenda.  The remaining settings modify
9397 the agenda prefix to omit category and scheduling information, and
9398 instead include a checkbox to check off items.  We also remove the tags
9399 to make the lines compact, and we don't want to use colors for the
9400 black-and-white printer.  Settings specified in
9401 @var{org-agenda-exporter-settings} will also apply, but the settings
9402 in @var{org-agenda-custom-commands} take precedence.
9404 @noindent
9405 From the command line you may also use
9406 @example
9407 emacs -eval (org-batch-store-agenda-views) -kill
9408 @end example
9409 @noindent
9410 or, if you need to modify some parameters@footnote{Quoting depends on the
9411 system you use, please check the FAQ for examples.}
9412 @example
9413 emacs -eval '(org-batch-store-agenda-views                      \
9414               org-agenda-span (quote month)                     \
9415               org-agenda-start-day "2007-11-01"                 \
9416               org-agenda-include-diary nil                      \
9417               org-agenda-files (quote ("~/org/project.org")))'  \
9418       -kill
9419 @end example
9420 @noindent
9421 which will create the agenda views restricted to the file
9422 @file{~/org/project.org}, without diary entries and with a 30-day
9423 extent.
9425 You can also extract agenda information in a way that allows further
9426 processing by other programs.  See @ref{Extracting agenda information}, for
9427 more information.
9430 @node Agenda column view,  , Exporting Agenda Views, Agenda Views
9431 @section Using column view in the agenda
9432 @cindex column view, in agenda
9433 @cindex agenda, column view
9435 Column view (@pxref{Column view}) is normally used to view and edit
9436 properties embedded in the hierarchical structure of an Org file.  It can be
9437 quite useful to use column view also from the agenda, where entries are
9438 collected by certain criteria.
9440 @table @kbd
9441 @orgcmd{C-c C-x C-c,org-agenda-columns}
9442 Turn on column view in the agenda.
9443 @end table
9445 To understand how to use this properly, it is important to realize that the
9446 entries in the agenda are no longer in their proper outline environment.
9447 This causes the following issues:
9449 @enumerate
9450 @item
9451 @vindex org-columns-default-format
9452 @vindex org-overriding-columns-format
9453 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
9454 entries in the agenda are collected from different files, and different files
9455 may have different @code{COLUMNS} formats, this is a non-trivial problem.
9456 Org first checks if the variable @var{org-agenda-overriding-columns-format} is
9457 currently set, and if so, takes the format from there.  Otherwise it takes
9458 the format associated with the first item in the agenda, or, if that item
9459 does not have a specific format (defined in a property, or in its file), it
9460 uses @var{org-columns-default-format}.
9461 @item
9462 @cindex property, special, CLOCKSUM
9463 If any of the columns has a summary type defined (@pxref{Column attributes}),
9464 turning on column view in the agenda will visit all relevant agenda files and
9465 make sure that the computations of this property are up to date.  This is
9466 also true for the special @code{CLOCKSUM} property.  Org will then sum the
9467 values displayed in the agenda.  In the daily/weekly agenda, the sums will
9468 cover a single day; in all other views they cover the entire block.  It is
9469 vital to realize that the agenda may show the same entry @emph{twice} (for
9470 example as scheduled and as a deadline), and it may show two entries from the
9471 same hierarchy (for example a @emph{parent} and its @emph{child}).  In these
9472 cases, the summation in the agenda will lead to incorrect results because
9473 some values will count double.
9474 @item
9475 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
9476 the entire clocked time for this item.  So even in the daily/weekly agenda,
9477 the clocksum listed in column view may originate from times outside the
9478 current view.  This has the advantage that you can compare these values with
9479 a column listing the planned total effort for a task---one of the major
9480 applications for column view in the agenda.  If you want information about
9481 clocked time in the displayed period use clock table mode (press @kbd{R} in
9482 the agenda).
9484 @item
9485 @cindex property, special, CLOCKSUM_T
9486 When the column view in the agenda shows the @code{CLOCKSUM_T}, that is
9487 always today's clocked time for this item.  So even in the weekly agenda,
9488 the clocksum listed in column view only originates from today.  This lets
9489 you compare the time you spent on a task for today, with the time already
9490 spent (via @code{CLOCKSUM}) and with the planned total effort for it.
9491 @end enumerate
9494 @node Markup, Exporting, Agenda Views, Top
9495 @chapter Markup for rich export
9497 When exporting Org mode documents, the exporter tries to reflect the
9498 structure of the document as accurately as possible in the back-end.  Since
9499 export targets like HTML, @LaTeX{} allow much richer formatting, Org mode has
9500 rules on how to prepare text for rich export.  This section summarizes the
9501 markup rules used in an Org mode buffer.
9503 @menu
9504 * Structural markup elements::  The basic structure as seen by the exporter
9505 * Images and tables::           Images, tables and caption mechanism
9506 * Literal examples::            Source code examples with special formatting
9507 * Include files::               Include additional files into a document
9508 * Index entries::               Making an index
9509 * Macro replacement::           Use macros to create templates
9510 * Embedded @LaTeX{}::           LaTeX can be freely used inside Org documents
9511 * Special blocks::              Containers targeted at export back-ends
9512 @end menu
9514 @node Structural markup elements, Images and tables, Markup, Markup
9515 @section Structural markup elements
9517 @menu
9518 * Document title::              Where the title is taken from
9519 * Headings and sections::       The document structure as seen by the exporter
9520 * Table of contents::           The if and where of the table of contents
9521 * Lists::                       Lists
9522 * Paragraphs::                  Paragraphs
9523 * Footnote markup::             Footnotes
9524 * Emphasis and monospace::      Bold, italic, etc.
9525 * Horizontal rules::            Make a line
9526 * Comment lines::               What will *not* be exported
9527 @end menu
9529 @node Document title, Headings and sections, Structural markup elements, Structural markup elements
9530 @subheading Document title
9531 @cindex document title, markup rules
9533 @noindent
9534 The title of the exported document is taken from the special line
9536 @cindex #+TITLE
9537 @example
9538 #+TITLE: This is the title of the document
9539 @end example
9541 @noindent
9542 If this line does not exist, the title will be the name of the file
9543 associated to buffer, without extension, or the buffer name.
9545 @cindex property, EXPORT_TITLE
9546 If you are exporting only a subtree by marking is as the region, the heading
9547 of the subtree will become the title of the document.  If the subtree has a
9548 property @code{EXPORT_TITLE}, that will take precedence.
9550 @node Headings and sections, Table of contents, Document title, Structural markup elements
9551 @subheading Headings and sections
9552 @cindex headings and sections, markup rules
9554 @vindex org-export-headline-levels
9555 The outline structure of the document as described in @ref{Document
9556 Structure}, forms the basis for defining sections of the exported document.
9557 However, since the outline structure is also used for (for example) lists of
9558 tasks, only the first three outline levels will be used as headings.  Deeper
9559 levels will become itemized lists.  You can change the location of this
9560 switch globally by setting the variable @var{org-export-headline-levels}, or on a
9561 per-file basis with a line
9563 @cindex #+OPTIONS
9564 @example
9565 #+OPTIONS: H:4
9566 @end example
9568 @node Table of contents, Lists, Headings and sections, Structural markup elements
9569 @subheading Table of contents
9570 @cindex table of contents, markup rules
9572 @cindex #+TOC
9573 @vindex org-export-with-toc
9574 The table of contents is normally inserted directly before the first headline
9575 of the file.  If you would like to get it to a different location, insert
9576 @code{#+TOC: headlines} at the desired location.  The depth of the table of
9577 contents is by default the same as the number of headline levels, but you can
9578 choose a smaller number, or turn off the table of contents entirely, by
9579 configuring the variable @var{org-export-with-toc}, or on a per-file basis
9580 with a line like
9582 @example
9583 #+OPTIONS: toc:2          (only to two levels in TOC)
9584 #+TOC: headlines 2        (the same, at a specific location)
9585 #+OPTIONS: toc:nil        (no TOC at all)
9586 @end example
9588 The same @code{TOC} keyword can also generate a list of all tables (resp.@:
9589 all listings) with a caption in the buffer.
9591 @example
9592 #+TOC: listings           (build a list of listings)
9593 #+TOC: tables             (build a list of tables)
9594 @end example
9596 @cindex property, ALT_TITLE
9597 The headline's title usually determines its corresponding entry in a table of
9598 contents.  However, it is possible to specify an alternative title by
9599 setting @code{ALT_TITLE} property accordingly.  It will then be used when
9600 building the table.
9602 @node Lists, Paragraphs, Table of contents, Structural markup elements
9603 @subheading Lists
9604 @cindex lists, markup rules
9606 Plain lists as described in @ref{Plain lists}, are translated to the back-end's
9607 syntax for such lists.  Most back-ends support unordered, ordered, and
9608 description lists.
9610 @node Paragraphs, Footnote markup, Lists, Structural markup elements
9611 @subheading Paragraphs, line breaks, and quoting
9612 @cindex paragraphs, markup rules
9614 Paragraphs are separated by at least one empty line.  If you need to enforce
9615 a line break within a paragraph, use @samp{\\} at the end of a line.
9617 To keep the line breaks in a region, but otherwise use normal formatting, you
9618 can use this construct, which can also be used to format poetry.
9620 @cindex #+BEGIN_VERSE
9621 @example
9622 #+BEGIN_VERSE
9623  Great clouds overhead
9624  Tiny black birds rise and fall
9625  Snow covers Emacs
9627      -- AlexSchroeder
9628 #+END_VERSE
9629 @end example
9631 When quoting a passage from another document, it is customary to format this
9632 as a paragraph that is indented on both the left and the right margin.  You
9633 can include quotations in Org mode documents like this:
9635 @cindex #+BEGIN_QUOTE
9636 @example
9637 #+BEGIN_QUOTE
9638 Everything should be made as simple as possible,
9639 but not any simpler -- Albert Einstein
9640 #+END_QUOTE
9641 @end example
9643 If you would like to center some text, do it like this:
9644 @cindex #+BEGIN_CENTER
9645 @example
9646 #+BEGIN_CENTER
9647 Everything should be made as simple as possible, \\
9648 but not any simpler
9649 #+END_CENTER
9650 @end example
9653 @node Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements
9654 @subheading Footnote markup
9655 @cindex footnotes, markup rules
9656 @cindex @file{footnote.el}
9658 Footnotes defined in the way described in @ref{Footnotes}, will be exported
9659 by all back-ends.  Org allows multiple references to the same note, and
9660 multiple footnotes side by side.
9662 @node Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements
9663 @subheading Emphasis and monospace
9665 @cindex underlined text, markup rules
9666 @cindex bold text, markup rules
9667 @cindex italic text, markup rules
9668 @cindex verbatim text, markup rules
9669 @cindex code text, markup rules
9670 @cindex strike-through text, markup rules
9671 @vindex org-fontify-emphasized-text
9672 @vindex org-emphasis-regexp-components
9673 @vindex org-emphasis-alist
9674 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
9675 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
9676 in the code and verbatim string is not processed for Org mode specific
9677 syntax, it is exported verbatim.
9679 To turn off fontification for marked up text, you can set
9680 @var{org-fontify-emphasized-text} to @code{nil}.  To narrow down the list of
9681 available markup syntax, you can customize @var{org-emphasis-alist}.  To fine
9682 tune what characters are allowed before and after the markup characters, you
9683 can tweak @var{org-emphasis-regexp-components}.  Beware that changing one of
9684 the above variables will no take effect until you reload Org, for which you
9685 may need to restart Emacs.
9687 @node Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements
9688 @subheading  Horizontal rules
9689 @cindex horizontal rules, markup rules
9690 A line consisting of only dashes, and at least 5 of them, will be exported as
9691 a horizontal line (@samp{<hr/>} in HTML and @code{\hrule} in @LaTeX{}).
9693 @node Comment lines,  , Horizontal rules, Structural markup elements
9694 @subheading Comment lines
9695 @cindex comment lines
9696 @cindex exporting, not
9697 @cindex #+BEGIN_COMMENT
9699 Lines starting with zero or more whitespace characters followed by one
9700 @samp{#} and a whitespace are treated as comments and will never be exported.
9701 Also entire subtrees starting with the word @samp{COMMENT} will never be
9702 exported.  Finally, regions surrounded by @samp{#+BEGIN_COMMENT}
9703 ... @samp{#+END_COMMENT} will not be exported.
9705 @table @kbd
9706 @kindex C-c ;
9707 @item C-c ;
9708 Toggle the COMMENT keyword at the beginning of an entry.
9709 @end table
9712 @node Images and tables, Literal examples, Structural markup elements, Markup
9713 @section Images and Tables
9715 @cindex tables, markup rules
9716 @cindex #+CAPTION
9717 @cindex #+NAME
9718 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
9719 the @file{table.el} package will be exported properly.  For Org mode tables,
9720 the lines before the first horizontal separator line will become table header
9721 lines.  You can use the following lines somewhere before the table to assign
9722 a caption and a label for cross references, and in the text you can refer to
9723 the object with @code{[[tab:basic-data]]} (@pxref{Internal links}):
9725 @example
9726 #+CAPTION: This is the caption for the next table (or link)
9727 #+NAME:   tab:basic-data
9728    | ... | ...|
9729    |-----|----|
9730 @end example
9732 Optionally, the caption can take the form:
9733 @example
9734 #+CAPTION[Caption for list of tables]: Caption for table.
9735 @end example
9737 @cindex inlined images, markup rules
9738 Some back-ends allow you to directly include images into the exported
9739 document.  Org does this, if a link to an image files does not have
9740 a description part, for example @code{[[./img/a.jpg]]}.  If you wish to
9741 define a caption for the image and maybe a label for internal cross
9742 references, make sure that the link is on a line by itself and precede it
9743 with @code{#+CAPTION} and @code{#+NAME} as follows:
9745 @example
9746 #+CAPTION: This is the caption for the next figure link (or table)
9747 #+NAME:   fig:SED-HR4049
9748 [[./img/a.jpg]]
9749 @end example
9751 @noindent
9752 Such images can be displayed within the buffer.  @xref{Handling links,the
9753 discussion of image links}.
9755 Even though images and tables are prominent examples of captioned structures,
9756 the same caption mechanism can apply to many others (e.g., @LaTeX{}
9757 equations, source code blocks).  Depending on the export back-end, those may
9758 or may not be handled.
9760 @node Literal examples, Include files, Images and tables, Markup
9761 @section Literal examples
9762 @cindex literal examples, markup rules
9763 @cindex code line references, markup rules
9765 You can include literal examples that should not be subjected to
9766 markup.  Such examples will be typeset in monospace, so this is well suited
9767 for source code and similar examples.
9768 @cindex #+BEGIN_EXAMPLE
9770 @example
9771 #+BEGIN_EXAMPLE
9772 Some example from a text file.
9773 #+END_EXAMPLE
9774 @end example
9776 Note that such blocks may be @i{indented} in order to align nicely with
9777 indented text and in particular with plain list structure (@pxref{Plain
9778 lists}).  For simplicity when using small examples, you can also start the
9779 example lines with a colon followed by a space.  There may also be additional
9780 whitespace before the colon:
9782 @example
9783 Here is an example
9784    : Some example from a text file.
9785 @end example
9787 @cindex formatting source code, markup rules
9788 If the example is source code from a programming language, or any other text
9789 that can be marked up by font-lock in Emacs, you can ask for the example to
9790 look like the fontified Emacs buffer@footnote{This works automatically for
9791 the HTML back-end (it requires version 1.34 of the @file{htmlize.el} package,
9792 which is distributed with Org).  Fontified code chunks in @LaTeX{} can be
9793 achieved using either the listings or the
9794 @url{http://code.google.com/p/minted, minted,} package.  Refer to
9795 @var{org-latex-listings} documentation for details.}.  This is done
9796 with the @samp{src} block, where you also need to specify the name of the
9797 major mode that should be used to fontify the example@footnote{Code in
9798 @samp{src} blocks may also be evaluated either interactively or on export.
9799 See @pxref{Working With Source Code} for more information on evaluating code
9800 blocks.}, see @ref{Easy Templates} for shortcuts to easily insert code
9801 blocks.
9802 @cindex #+BEGIN_SRC
9804 @example
9805 #+BEGIN_SRC emacs-lisp
9806   (defun org-xor (a b)
9807      "Exclusive or."
9808      (if a (not b) b))
9809 #+END_SRC
9810 @end example
9812 Both in @code{example} and in @code{src} snippets, you can add a @code{-n}
9813 switch to the end of the @code{BEGIN} line, to get the lines of the example
9814 numbered.  If you use a @code{+n} switch, the numbering from the previous
9815 numbered snippet will be continued in the current one.  In literal examples,
9816 Org will interpret strings like @samp{(ref:name)} as labels, and use them as
9817 targets for special hyperlinks like @code{[[(name)]]} (i.e., the reference name
9818 enclosed in single parenthesis).  In HTML, hovering the mouse over such a
9819 link will remote-highlight the corresponding code line, which is kind of
9820 cool.
9822 You can also add a @code{-r} switch which @i{removes} the labels from the
9823 source code@footnote{Adding @code{-k} to @code{-n -r} will @i{keep} the
9824 labels in the source code while using line numbers for the links, which might
9825 be useful to explain those in an Org mode example code.}.  With the @code{-n}
9826 switch, links to these references will be labeled by the line numbers from
9827 the code listing, otherwise links will use the labels with no parentheses.
9828 Here is an example:
9830 @example
9831 #+BEGIN_SRC emacs-lisp -n -r
9832 (save-excursion                  (ref:sc)
9833    (goto-char (point-min))       (ref:jump)
9834 #+END_SRC
9835 In line [[(sc)]] we remember the current position.  [[(jump)][Line (jump)]]
9836 jumps to point-min.
9837 @end example
9839 @vindex org-coderef-label-format
9840 If the syntax for the label format conflicts with the language syntax, use a
9841 @code{-l} switch to change the format, for example @samp{#+BEGIN_SRC pascal
9842 -n -r -l "((%s))"}.  See also the variable @var{org-coderef-label-format}.
9844 HTML export also allows examples to be published as text areas (@pxref{Text
9845 areas in HTML export}).
9847 Because the @code{#+BEGIN_...} and @code{#+END_...} patterns need to be added
9848 so often, shortcuts are provided using the Easy Templates facility
9849 (@pxref{Easy Templates}).
9851 @table @kbd
9852 @kindex C-c '
9853 @item C-c '
9854 Edit the source code example at point in its native mode.  This works by
9855 switching to a temporary buffer with the source code.  You need to exit by
9856 pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*},
9857 @samp{,*}, @samp{#+} and @samp{,#+} will get a comma prepended, to keep them
9858 from being interpreted by Org as outline nodes or special syntax.  These
9859 commas will be stripped for editing with @kbd{C-c '}, and also for export.}.
9860 The edited version will then replace the old version in the Org buffer.
9861 Fixed-width regions (where each line starts with a colon followed by a space)
9862 will be edited using @code{artist-mode}@footnote{You may select
9863 a different-mode with the variable @var{org-edit-fixed-width-region-mode}.}
9864 to allow creating ASCII drawings easily.  Using this command in an empty line
9865 will create a new fixed-width region.
9866 @kindex C-c l
9867 @item C-c l
9868 Calling @code{org-store-link} while editing a source code example in a
9869 temporary buffer created with @kbd{C-c '} will prompt for a label.  Make sure
9870 that it is unique in the current buffer, and insert it with the proper
9871 formatting like @samp{(ref:label)} at the end of the current line.  Then the
9872 label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}.
9873 @end table
9876 @node Include files, Index entries, Literal examples, Markup
9877 @section Include files
9878 @cindex include files, markup rules
9880 During export, you can include the content of another file.  For example, to
9881 include your @file{.emacs} file, you could use:
9882 @cindex #+INCLUDE
9884 @example
9885 #+INCLUDE: "~/.emacs" src emacs-lisp
9886 @end example
9888 @noindent
9889 The optional second and third parameter are the markup (e.g., @samp{quote},
9890 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
9891 language for formatting the contents.  The markup is optional; if it is not
9892 given, the text will be assumed to be in Org mode format and will be
9893 processed normally.
9895 Contents of the included file will belong to the same structure (headline,
9896 item) containing the INCLUDE keyword.  In particular, headlines within the
9897 file will become children of the current section.  That behaviour can be
9898 changed by providing an additional keyword parameter, @code{:minlevel}.  In
9899 that case, all headlines in the included file will be shifted so the one with
9900 the lowest level reaches that specified level.  For example, to make a file
9901 become a sibling of the current top-level headline, use
9903 @example
9904 #+INCLUDE: "~/my-book/chapter2.org" :minlevel 1
9905 @end example
9907 You can also include a portion of a file by specifying a lines range using
9908 the @code{:lines} parameter.  The line at the upper end of the range will not
9909 be included.  The start and/or the end of the range may be omitted to use the
9910 obvious defaults.
9912 @example
9913 #+INCLUDE: "~/.emacs" :lines "5-10"   @r{Include lines 5 to 10, 10 excluded}
9914 #+INCLUDE: "~/.emacs" :lines "-10"    @r{Include lines 1 to 10, 10 excluded}
9915 #+INCLUDE: "~/.emacs" :lines "10-"    @r{Include lines from 10 to EOF}
9916 @end example
9918 @table @kbd
9919 @kindex C-c '
9920 @item C-c '
9921 Visit the include file at point.
9922 @end table
9924 @node Index entries, Macro replacement, Include files, Markup
9925 @section Index entries
9926 @cindex index entries, for publishing
9928 You can specify entries that will be used for generating an index during
9929 publishing.  This is done by lines starting with @code{#+INDEX}.  An entry
9930 the contains an exclamation mark will create a sub item.  See @ref{Generating
9931 an index} for more information.
9933 @example
9934 * Curriculum Vitae
9935 #+INDEX: CV
9936 #+INDEX: Application!CV
9937 @end example
9942 @node Macro replacement, Embedded @LaTeX{}, Index entries, Markup
9943 @section Macro replacement
9944 @cindex macro replacement, during export
9945 @cindex #+MACRO
9947 You can define text snippets with
9949 @example
9950 #+MACRO: name   replacement text $1, $2 are arguments
9951 @end example
9953 @noindent which can be referenced in
9954 paragraphs, verse blocks, table cells and some keywords with
9955 @code{@{@{@{name(arg1,arg2)@}@}@}}@footnote{Since commas separate arguments,
9956 commas within arguments have to be escaped with a backslash character.
9957 Conversely, backslash characters before a comma, and only them, need to be
9958 escaped with another backslash character.}.  In addition to defined macros,
9959 @code{@{@{@{title@}@}@}}, @code{@{@{@{author@}@}@}}, etc., will reference
9960 information set by the @code{#+TITLE:}, @code{#+AUTHOR:}, and similar lines.
9961 Also, @code{@{@{@{date(@var{FORMAT})@}@}@}} and
9962 @code{@{@{@{modification-time(@var{FORMAT})@}@}@}} refer to current date time
9963 and to the modification time of the file being exported, respectively.
9964 @var{FORMAT} should be a format string understood by
9965 @code{format-time-string}.
9967 Macro expansion takes place during export.
9970 @node Embedded @LaTeX{}, Special blocks , Macro replacement, Markup
9971 @section Embedded @LaTeX{}
9972 @cindex @TeX{} interpretation
9973 @cindex @LaTeX{} interpretation
9975 Plain ASCII is normally sufficient for almost all note taking.  Exceptions
9976 include scientific notes, which often require mathematical symbols and the
9977 occasional formula.  @LaTeX{}@footnote{@LaTeX{} is a macro system based on
9978 Donald E. Knuth's @TeX{} system.  Many of the features described here as
9979 ``@LaTeX{}'' are really from @TeX{}, but for simplicity I am blurring this
9980 distinction.}  is widely used to typeset scientific documents.  Org mode
9981 supports embedding @LaTeX{} code into its files, because many academics are
9982 used to writing and reading @LaTeX{} source code, and because it can be
9983 readily processed to produce pretty output for a number of export back-ends.
9985 @menu
9986 * Special symbols::             Greek letters and other symbols
9987 * Subscripts and superscripts::  Simple syntax for raising/lowering text
9988 * @LaTeX{} fragments::          Complex formulas made easy
9989 * Previewing @LaTeX{} fragments::  What will this snippet look like?
9990 * CDLaTeX mode::                Speed up entering of formulas
9991 @end menu
9993 @node Special symbols, Subscripts and superscripts, Embedded @LaTeX{}, Embedded @LaTeX{}
9994 @subsection Special symbols
9995 @cindex math symbols
9996 @cindex special symbols
9997 @cindex @TeX{} macros
9998 @cindex @LaTeX{} fragments, markup rules
9999 @cindex HTML entities
10000 @cindex @LaTeX{} entities
10002 You can use @LaTeX{}-like syntax to insert special symbols like @samp{\alpha}
10003 to indicate the Greek letter, or @samp{\to} to indicate an arrow.  Completion
10004 for these symbols is available, just type @samp{\} and maybe a few letters,
10005 and press @kbd{M-@key{TAB}} to see possible completions.  Unlike @LaTeX{}
10006 code, Org mode allows these symbols to be present without surrounding math
10007 delimiters, for example:
10009 @example
10010 Angles are written as Greek letters \alpha, \beta and \gamma.
10011 @end example
10013 @vindex org-entities
10014 During export, these symbols will be transformed into the native format of
10015 the exporter back-end.  Strings like @code{\alpha} will be exported as
10016 @code{&alpha;} in the HTML output, and as @code{$\alpha$} in the @LaTeX{}
10017 output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in HTML and
10018 @code{~} in @LaTeX{}.  If you need such a symbol inside a word, terminate it
10019 like this: @samp{\Aacute@{@}stor}.
10021 A large number of entities is provided, with names taken from both HTML and
10022 @LaTeX{}; see the variable @var{org-entities} for the complete list.
10023 @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
10024 @samp{...} are all converted into special commands creating hyphens of
10025 different lengths or a compact set of dots.
10027 If you would like to see entities displayed as UTF-8 characters, use the
10028 following command@footnote{You can turn this on by default by setting the
10029 variable @var{org-pretty-entities}, or on a per-file base with the
10030 @code{#+STARTUP} option @code{entitiespretty}.}:
10032 @table @kbd
10033 @cindex @code{entitiespretty}, STARTUP keyword
10034 @kindex C-c C-x \
10035 @item C-c C-x \
10036 Toggle display of entities as UTF-8 characters.  This does not change the
10037 buffer content which remains plain ASCII, but it overlays the UTF-8 character
10038 for display purposes only.
10039 @end table
10041 @node Subscripts and superscripts, @LaTeX{} fragments, Special symbols, Embedded @LaTeX{}
10042 @subsection Subscripts and superscripts
10043 @cindex subscript
10044 @cindex superscript
10046 Just like in @LaTeX{}, @samp{^} and @samp{_} are used to indicate super- and
10047 subscripts.  Again, these can be used without embedding them in math-mode
10048 delimiters.  To increase the readability of ASCII text, it is not necessary
10049 (but OK) to surround multi-character sub- and superscripts with curly braces.
10050 For example
10052 @example
10053 The mass of the sun is M_sun = 1.989 x 10^30 kg.  The radius of
10054 the sun is R_@{sun@} = 6.96 x 10^8 m.
10055 @end example
10057 @vindex org-use-sub-superscripts
10058 To avoid interpretation as raised or lowered text, you can quote @samp{^} and
10059 @samp{_} with a backslash: @samp{\^} and @samp{\_}.  If you write a text
10060 where the underscore is often used in a different context, Org's convention
10061 to always interpret these as subscripts can get in your way.  Configure the
10062 variable @var{org-use-sub-superscripts} to change this convention.  For
10063 example, when setting this variable to @code{@{@}}, @samp{a_b} will not be
10064 interpreted as a subscript, but @samp{a_@{b@}} will.
10066 @table @kbd
10067 @kindex C-c C-x \
10068 @item C-c C-x \
10069 In addition to showing entities as UTF-8 characters, this command will also
10070 format sub- and superscripts in a WYSIWYM way.
10071 @end table
10073 @node @LaTeX{} fragments, Previewing @LaTeX{} fragments, Subscripts and superscripts, Embedded @LaTeX{}
10074 @subsection @LaTeX{} fragments
10075 @cindex @LaTeX{} fragments
10077 @vindex org-format-latex-header
10078 Going beyond symbols and sub- and superscripts, a full formula language is
10079 needed.  Org mode can contain @LaTeX{} math fragments, and it supports ways
10080 to process these for several export back-ends.  When exporting to @LaTeX{},
10081 the code is obviously left as it is.  When exporting to HTML, Org invokes the
10082 @uref{http://www.mathjax.org, MathJax library} (@pxref{Math formatting in
10083 HTML export}) to process and display the math@footnote{If you plan to use
10084 this regularly or on pages with significant page views, you should install
10085 @file{MathJax} on your own server in order to limit the load of our server.}.
10086 Finally, it can also process the mathematical expressions into
10087 images@footnote{For this to work you need to be on a system with a working
10088 @LaTeX{} installation.  You also need the @file{dvipng} program or the
10089 @file{convert}, respectively available at
10090 @url{http://sourceforge.net/projects/dvipng/} and from the @file{imagemagick}
10091 suite.  The @LaTeX{} header that will be used when processing a fragment can
10092 be configured with the variable @var{org-format-latex-header}.} that can be
10093 displayed in a browser.
10095 @LaTeX{} fragments don't need any special marking at all.  The following
10096 snippets will be identified as @LaTeX{} source code:
10097 @itemize @bullet
10098 @item
10099 Environments of any kind@footnote{When @file{MathJax} is used, only the
10100 environments recognized by @file{MathJax} will be processed.  When
10101 @file{dvipng} is used to create images, any @LaTeX{} environment will be
10102 handled.}.  The only requirement is that the @code{\begin} and @code{\end}
10103 statements appear on a new line, at the beginning of the line or after
10104 whitespaces only.
10105 @item
10106 Text within the usual @LaTeX{} math delimiters.  To avoid conflicts with
10107 currency specifications, single @samp{$} characters are only recognized as
10108 math delimiters if the enclosed text contains at most two line breaks, is
10109 directly attached to the @samp{$} characters with no whitespace in between,
10110 and if the closing @samp{$} is followed by whitespace, punctuation or a dash.
10111 For the other delimiters, there is no such restriction, so when in doubt, use
10112 @samp{\(...\)} as inline math delimiters.
10113 @end itemize
10115 @noindent For example:
10117 @example
10118 \begin@{equation@}
10119 x=\sqrt@{b@}
10120 \end@{equation@}
10122 If $a^2=b$ and \( b=2 \), then the solution must be
10123 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
10124 @end example
10126 @c FIXME
10127 @c @noindent
10128 @c @vindex org-format-latex-options
10129 @c If you need any of the delimiter ASCII sequences for other purposes, you
10130 @c can configure the option @code{org-format-latex-options} to deselect the
10131 @c ones you do not wish to have interpreted by the @LaTeX{} converter.
10133 @vindex org-export-with-latex
10134 @LaTeX{} processing can be configured with the variable
10135 @var{org-export-with-latex}.  The default setting is @code{t} which means
10136 @file{MathJax} for HTML, and no processing for ASCII and @LaTeX{} back-ends.
10137 You can also set this variable on a per-file basis using one of these
10138 lines:
10140 @example
10141 #+OPTIONS: tex:t          @r{Do the right thing automatically (MathJax)}
10142 #+OPTIONS: tex:dvipng     @r{Force using dvipng images}
10143 #+OPTIONS: tex:nil        @r{Do not process @LaTeX{} fragments at all}
10144 #+OPTIONS: tex:verbatim   @r{Verbatim export, for jsMath or so}
10145 @end example
10147 @node Previewing @LaTeX{} fragments, CDLaTeX mode, @LaTeX{} fragments, Embedded @LaTeX{}
10148 @subsection Previewing @LaTeX{} fragments
10149 @cindex @LaTeX{} fragments, preview
10151 @vindex org-latex-create-formula-image-program
10152 If you have @file{dvipng} or @file{imagemagick} installed@footnote{Choose the
10153 converter by setting the variable
10154 @var{org-latex-create-formula-image-program} accordingly.}, @LaTeX{}
10155 fragments can be processed to produce preview images of the typeset
10156 expressions:
10158 @table @kbd
10159 @kindex C-c C-x C-l
10160 @item C-c C-x C-l
10161 Produce a preview image of the @LaTeX{} fragment at point and overlay it
10162 over the source code.  If there is no fragment at point, process all
10163 fragments in the current entry (between two headlines).  When called
10164 with a prefix argument, process the entire subtree.  When called with
10165 two prefix arguments, or when the cursor is before the first headline,
10166 process the entire buffer.
10167 @kindex C-c C-c
10168 @item C-c C-c
10169 Remove the overlay preview images.
10170 @end table
10172 @vindex org-format-latex-options
10173 You can customize the variable @var{org-format-latex-options} to influence
10174 some aspects of the preview.  In particular, the @code{:scale} (and for HTML
10175 export, @code{:html-scale}) property can be used to adjust the size of the
10176 preview images.
10178 @vindex org-startup-with-latex-preview
10179 You can turn on the previewing of all @LaTeX{} fragments in a file with
10181 @example
10182 #+STARTUP: latexpreview
10183 @end example
10185 To disable it, simply use
10187 @example
10188 #+STARTUP: nolatexpreview
10189 @end example
10191 @node CDLaTeX mode,  , Previewing @LaTeX{} fragments, Embedded @LaTeX{}
10192 @subsection Using CD@LaTeX{} to enter math
10193 @cindex CD@LaTeX{}
10195 CD@LaTeX{} mode is a minor mode that is normally used in combination with a
10196 major @LaTeX{} mode like AUC@TeX{} in order to speed-up insertion of
10197 environments and math templates.  Inside Org mode, you can make use of
10198 some of the features of CD@LaTeX{} mode.  You need to install
10199 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
10200 AUC@TeX{}) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
10201 Don't use CD@LaTeX{} mode itself under Org mode, but use the light
10202 version @var{org-cdlatex-mode} that comes as part of Org mode.  Turn it
10203 on for the current buffer with @kbd{M-x org-cdlatex-mode RET}, or for all
10204 Org files with
10206 @lisp
10207 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
10208 @end lisp
10210 When this mode is enabled, the following features are present (for more
10211 details see the documentation of CD@LaTeX{} mode):
10212 @itemize @bullet
10213 @kindex C-c @{
10214 @item
10215 Environment templates can be inserted with @kbd{C-c @{}.
10216 @item
10217 @kindex @key{TAB}
10218 The @key{TAB} key will do template expansion if the cursor is inside a
10219 @LaTeX{} fragment@footnote{Org mode has a method to test if the cursor is
10220 inside such a fragment, see the documentation of the function
10221 @var{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
10222 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
10223 correctly inside the first brace.  Another @key{TAB} will get you into
10224 the second brace.  Even outside fragments, @key{TAB} will expand
10225 environment abbreviations at the beginning of a line.  For example, if
10226 you write @samp{equ} at the beginning of a line and press @key{TAB},
10227 this abbreviation will be expanded to an @code{equation} environment.
10228 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help RET}.
10229 @item
10230 @kindex _
10231 @kindex ^
10232 @vindex cdlatex-simplify-sub-super-scripts
10233 Pressing @kbd{_} and @kbd{^} inside a @LaTeX{} fragment will insert these
10234 characters together with a pair of braces.  If you use @key{TAB} to move
10235 out of the braces, and if the braces surround only a single character or
10236 macro, they are removed again (depending on the variable
10237 @var{cdlatex-simplify-sub-super-scripts}).
10238 @item
10239 @kindex `
10240 Pressing the backquote @kbd{`} followed by a character inserts math
10241 macros, also outside @LaTeX{} fragments.  If you wait more than 1.5 seconds
10242 after the backquote, a help window will pop up.
10243 @item
10244 @kindex '
10245 Pressing the single-quote @kbd{'} followed by another character modifies
10246 the symbol before point with an accent or a font.  If you wait more than
10247 1.5 seconds after the single-quote, a help window will pop up.  Character
10248 modification will work only inside @LaTeX{} fragments; outside the quote
10249 is normal.
10250 @end itemize
10252 @node Special blocks, , Embedded @LaTeX{}, Markup
10253 @section Special blocks
10254 @cindex Special blocks
10256 Org syntax includes pre-defined blocks (@pxref{Paragraphs} and @ref{Literal
10257 examples}).  It is also possible to create blocks containing raw code
10258 targeted at a specific back-ends (e.g., @samp{#+BEGIN_LATEX}).
10260 Any other block is a @emph{special block}.  Each export back-end decides if
10261 they should be exported, and how.  When the block is ignored, its contents
10262 are still exported, as if the block were not there.  For example, when
10263 exporting a @samp{#+BEGIN_TEST} block, HTML back-end wraps its contents
10264 within @samp{<div name="test">} tag.  Refer to back-end specific
10265 documentation for more information.
10267 @node Exporting, Publishing, Markup, Top
10268 @chapter Exporting
10269 @cindex exporting
10271 Org mode documents can be exported to a variety of other formats.
10273 ASCII export produces a readable and simple version of an Org file for
10274 printing and sharing notes.  HTML export allows you to easily publish notes
10275 on the web, or to build full-fledged websites.  @LaTeX{} export lets you use
10276 Org mode and its structured editing functions to create arbitrarily complex
10277 @LaTeX{} files for any kind of document.  OpenDocument Text (ODT) export
10278 allows seamless collaboration across organizational boundaries.  Markdown
10279 export lets you seamlessly collaborate with other developers.  Finally, iCal
10280 export can extract entries with deadlines or appointments to produce a file
10281 in the iCalendar format.
10283 Note that the built-in back-ends come with commands to convert the selected
10284 region: e.g., in a HTML buffer, @kbd{M-x org-html-convert-region-to-html
10285 RET} will replace the selected region with its HTML export.  Used in
10286 combination with @code{orgtbl-mode} and/or @code{orgstruc-mode}, this is a
10287 powerful way of quickly editing tables and lists in HTML, @LaTeX{},
10288 @code{Texinfo}, etc.
10291 @menu
10292 * The Export Dispatcher::       The main exporter interface
10293 * Export formats::              Available export formats
10294 * Export settings::             Generic export settings
10295 * ASCII/Latin-1/UTF-8 export::  Exporting to flat files with encoding
10296 * Beamer export::               Exporting as a Beamer presentation
10297 * HTML export::                 Exporting to HTML
10298 * @LaTeX{} and PDF export::     Exporting to @LaTeX{}, and processing to PDF
10299 * Markdown export::             Exporting to Markdown
10300 * OpenDocument Text export::    Exporting to OpenDocument Text
10301 * iCalendar export::            Exporting to iCalendar
10302 * Advanced configuration::      Fine-tuning the export output
10303 @end menu
10305 @node The Export Dispatcher, Export formats, Exporting, Exporting
10306 @section The Export Dispatcher
10307 @vindex org-export-dispatch-use-expert-ui
10308 @cindex Export, dispatcher
10310 The main entry point for any export related task is the dispatcher, a
10311 hierarchical menu@footnote{It is also possible to use a less intrusive
10312 interface by setting @var{org-export-dispatch-use-expert-ui} to a non-nil
10313 value.  In that case, only a prompt is visible from the minibuffer.  From
10314 there one can still switch back to regular menu with @kbd{?} key.} from
10315 which it is possible to select an export format and to toggle export
10316 options.
10318 @c @quotation
10319 @table @asis
10320 @orgcmd{C-c C-e,org-export-dispatch}
10322 Dispatch for export and publishing commands.  When called with @kbd{C-u}
10323 prefix argument, repeat last command, preserving toggled options, on
10324 current buffer.  If the active buffer hasn't changed and subtree export was
10325 activated, the command will affect that same subtree.
10326 @end table
10327 @c @end quotation
10329 Normally the entire buffer is exported, but if there is an active region
10330 only that part of the buffer will be exported.
10332 Export options can also, among other things, affect the scope of export
10333 process.  They are toggled from the dispatcher with appropriate key
10334 combinations:
10336 @table @kbd
10337 @item C-a
10338 @vindex org-export-async-init-file
10339 Toggles asynchronous export.  The export happens in an external Emacs
10340 process@footnote{Configure @var{org-export-async-init-file} to properly set
10341 it up.}.
10343 In this case, no output is displayed automatically.  It is stored in a list
10344 called the export stack, and can be viewed from there.  The stack can be
10345 reached by calling the dispatcher with a double @kbd{C-u} prefix argument,
10346 or with @kbd{&} key from the dispatcher.
10348 @vindex org-export-in-background
10349 To make this behaviour the default, customize the variable
10350 @var{org-export-in-background}.
10352 @item C-b
10353 Toggles body-only export.  Its effect, if any, depends on the back-end
10354 used.  Its purpose is to remove all meta-data from output and focus on the
10355 real contents.
10357 @item C-s
10358 @vindex org-export-initial-scope
10359 Toggles subtree export.  The top heading becomes the document title and is
10360 removed from the contents.
10362 You can change the default state of this option by setting
10363 @var{org-export-initial-scope}.
10365 @item C-v
10366 Toggles visible-only export.  Only export the text that is currently
10367 visible, i.e. not hidden by outline visibility in the buffer.
10369 @end table
10371 @vindex org-export-copy-to-kill-ring
10372 Unless it happened asynchronously, a successful export process usually
10373 stores its output into the kill-ring.  You can configure
10374 @var{org-export-copy-to-kill-ring} in order to change this behaviour.
10376 @node Export formats, Export settings, The Export Dispatcher, Exporting
10377 @section Export formats
10378 @cindex Export, formats
10380 Libraries translating an Org buffer into a foreign format are called export
10381 back-ends.  An export format is not available until the proper back-end has
10382 been loaded.
10384 @vindex org-export-backends
10385 By default, the following four back-ends are ready to use: @code{ascii},
10386 @code{html}, @code{icalendar} and @code{latex}.  It is possible to add more
10387 (or remove some) by customizing @var{org-export-backends}.
10389 Core back-ends include:
10391 @itemize
10392 @item ascii (ASCII format)
10393 @item beamer (@LaTeX{} Beamer format)
10394 @item html (HTML format)
10395 @item icalendar (iCalendar format)
10396 @item latex (@LaTeX{} format)
10397 @item man (Man page format)
10398 @item md (Markdown format)
10399 @item odt (OpenDocument Text format)
10400 @item texinfo (Texinfo format)
10401 @end itemize
10403 More are available from the @code{contrib/} directory available from the
10404 distribution archives or from GNU/Org ELPA.
10406 @node Export settings, ASCII/Latin-1/UTF-8 export, Export formats, Exporting
10407 @section Export settings
10408 @cindex Export, settings
10410 Export output can be controlled through a number of export options.  These
10411 can be set globally with variables, and overridden on a per-buffer basis with
10412 keywords.  Such keywords may be put anywhere in the file.  For individual
10413 lines, a good way to make sure the keyword is correct is to type @code{#+}
10414 and then use @kbd{M-<TAB>} completion.
10416 Here is an exhaustive list of such keywords along with the equivalent global
10417 variable.  Only options available for every back-end are discussed in this
10418 section.
10420 @table @samp
10421 @item AUTHOR
10422 @vindex user-full-name
10423 the author (@var{user-full-name}).
10425 @item CREATOR
10426 @vindex org-export-creator-string
10427 entity responsible for output generation (@var{org-export-creator-string}).
10429 @item DATE
10430 @vindex org-export-date-timestamp-format
10431 A date or a time-stamp@footnote{The variable
10432 @var{org-export-date-timestamp-format} defines how this time-stamp will be
10433 exported.}.
10435 @item DESCRIPTION
10436 the page description, e.g., for the XHTML meta tag.
10438 @item EMAIL
10439 @vindex user-mail-address
10440 email address (@var{user-mail-address}).
10442 @item KEYWORDS
10443 keywords defining the contents, e.g., for the XHTML meta tag.
10445 @item LANGUAGE
10446 @vindex org-export-default-language
10447 language used for translation of some strings
10448 (@var{org-export-default-language}).
10450 @item SELECT_TAGS
10451 @vindex org-export-select-tags
10452 Tags that select a tree for export (@var{org-export-select-tags}).  The
10453 default value is @code{:export:}.  Within a subtree tagged with
10454 @code{:export:}, you can still exclude entries with @code{:noexport:} (see
10455 below).
10457 @item EXCLUDE_TAGS
10458 Tags that exclude a tree from export (@var{org-export-exclude-tags}).  The
10459 default value is @code{:noexport:}.  Entries with the @code{:noexport:} tag
10460 will be unconditionally excluded from the export, even if they have an
10461 @code{:export:} tag.
10463 @item TITLE
10464 the title to be shown (otherwise derived from buffer's name).
10465 @end table
10467 Additionally, the @code{OPTIONS} keyword is a compact@footnote{If you want
10468 to configure many options this way, you can use several @code{#+OPTIONS}
10469 lines.} form to specify export settings.  Here you can:
10471 @table @code
10472 @item ':
10473 @vindex org-export-with-smart-quotes
10474 toggle smart quotes (@var{org-export-with-smart-quotes}).
10476 @item *:
10477 toggle emphasized text (@var{org-export-with-emphasize}).
10479 @item -:
10480 @vindex org-export-with-special-strings
10481 toggle conversion of special strings
10482 (@var{org-export-with-special-strings}).
10484 @item ::
10485 @vindex org-export-with-fixed-width
10486 toggle fixed-width sections
10487 (@var{org-export-with-fixed-width}).
10489 @item <:
10490 @vindex org-export-with-timestamps
10491 toggle inclusion of any time/date active/inactive stamps
10492 (@var{org-export-with-timestamps}).
10494 @item :
10495 @vindex org-export-preserve-breaks
10496 toggle line-break-preservation (@var{org-export-preserve-breaks}).
10498 @item ^:
10499 @vindex org-export-with-sub-superscripts
10500 toggle @TeX{}-like syntax for sub- and superscripts.  If you write "^:@{@}",
10501 @samp{a_@{b@}} will be interpreted, but the simple @samp{a_b} will be left as
10502 it is (@var{org-export-with-sub-superscripts}).
10504 @item arch:
10505 @vindex org-export-with-archived-trees
10506 configure export of archived trees.  Can be set to @code{headline} to only
10507 process the headline, skipping its contents
10508 (@var{org-export-with-archived-trees}).
10510 @item author:
10511 @vindex org-export-with-author
10512 toggle inclusion of author name into exported file
10513 (@var{org-export-with-author}).
10515 @item c:
10516 @vindex org-export-with-clocks
10517 toggle inclusion of CLOCK keywords (@var{org-export-with-clocks}).
10519 @item creator:
10520 @vindex org-export-with-creator
10521 configure inclusion of creator info into exported file.  It may be set to
10522 @code{comment} (@var{org-export-with-creator}).
10524 @item d:
10525 @vindex org-export-with-drawers
10526 toggle inclusion of drawers, or list drawers to include
10527 (@var{org-export-with-drawers}).
10529 @item e:
10530 @vindex org-export-with-entities
10531 toggle inclusion of entities (@var{org-export-with-entities}).
10533 @item email:
10534 @vindex org-export-with-email
10535 toggle inclusion of author email into exported file
10536 (@var{org-export-with-email}).
10538 @item f:
10539 @vindex org-export-with-footnotes
10540 toggle footnotes (@var{org-export-with-footnotes}).
10542 @item H:
10543 @vindex org-export-headline-levels
10544 set the number of headline levels for export
10545 (@var{org-export-headline-levels}).
10547 @item inline:
10548 @vindex org-export-with-inlinetasks
10549 toggle inclusion of inlinetasks (@var{org-export-with-inlinetasks}).
10551 @item num:
10552 @vindex org-export-with-section-numbers
10553 toggle section-numbers (@var{org-export-with-section-numbers}).
10555 @item p:
10556 @vindex org-export-with-planning
10557 toggle export of planning information (@var{org-export-with-planning}).
10558 ``Planning information'' is the line containing the @code{SCHEDULED:}, the
10559 @code{DEADLINE:} or the @code{CLOSED:} cookies or a combination of them.
10561 @item pri:
10562 @vindex org-export-with-priority
10563 toggle priority cookies (@var{org-export-with-priority}).
10565 @item stat:
10566 @vindex org-export-with-statistics-cookies
10567 toggle inclusion of statistics cookies
10568 (@var{org-export-with-statistics-cookies}).
10570 @item tags:
10571 @vindex org-export-with-tags
10572 toggle inclusion of tags, may also be @code{not-in-toc}
10573 (@var{org-export-with-tags}).
10575 @item tasks:
10576 @vindex org-export-with-tasks
10577 toggle inclusion of tasks (TODO items), can be @code{nil} to remove all
10578 tasks, @code{todo} to remove DONE tasks, or a list of keywords to keep
10579 (@var{org-export-with-tasks}).
10581 @item tex:
10582 @vindex org-export-with-latex
10583 configure export of @LaTeX{} fragments and environments.  It may be set to
10584 @code{verbatim} (@var{org-export-with-latex}).
10586 @item timestamp:
10587 @vindex org-export-time-stamp-file
10588 toggle inclusion creation time into exported file
10589 (@var{org-export-time-stamp-file}).
10591 @item toc:
10592 @vindex org-export-with-toc
10593 toggle table of contents, or set level limit (@var{org-export-with-toc}).
10595 @item todo:
10596 @vindex org-export-with-todo-keywords
10597 toggle inclusion of TODO keywords into exported text
10598 (@var{org-export-with-todo-keywords}).
10600 @item |:
10601 @vindex org-export-with-tables
10602 toggle tables (@var{org-export-with-tables}).
10604 @end table
10606 A more general mechanism is also provided.  Indeed, Emacs variables can
10607 become buffer-local during export by using the BIND keyword.  Its syntax is
10608 @samp{#+BIND: variable value}.  This is particularly useful for in-buffer
10609 settings that cannot be changed using specific keywords.
10611 You can place commonly-used export settings in a separate file which can be
10612 included using @samp{#+SETUPFILE: filename} syntax.
10614 These settings affect all buffer's export processes.  Though, it is
10615 possible to override them locally when exporting only a subtree.  This is
10616 done by adding a headline property named after the keyword with the
10617 @samp{EXPORT_} prefix.  For example, @samp{DATE} and @samp{OPTIONS}
10618 keywords become, respectively @samp{EXPORT_DATE} and @samp{EXPORT_OPTIONS}
10619 properties.  Subtree export also supports the self-explicit
10620 @samp{EXPORT_FILE_NAME} property@footnote{There is no buffer-wide
10621 equivalent for this property.  The file name in this case is derived from
10622 the file associated to the buffer, if possible, or asked to the user
10623 otherwise.}.
10625 @node ASCII/Latin-1/UTF-8 export, Beamer export, Export settings, Exporting
10626 @section ASCII/Latin-1/UTF-8 export
10627 @cindex ASCII export
10628 @cindex Latin-1 export
10629 @cindex UTF-8 export
10631 ASCII export produces a simple and very readable version of an Org mode
10632 file, containing only plain ASCII@.  Latin-1 and UTF-8 export augment the file
10633 with special characters and symbols available in these encodings.
10635 @vindex org-ascii-links-to-notes
10636 Links are exported in a footnote-like style, with the descriptive part in the
10637 text and the link in a note before the next heading.  See the variable
10638 @var{org-ascii-links-to-notes} for details and other options.
10640 @subheading ASCII export commands
10642 @table @kbd
10643 @orgcmd{C-c C-e t a/l/u,org-ascii-export-to-ascii}
10644 Export as an ASCII file.  For an Org file, @file{myfile.org}, the ASCII file
10645 will be @file{myfile.txt}.  The file will be overwritten without warning.
10646 When the original file is @file{myfile.txt}, the resulting file becomes
10647 @file{myfile.txt.txt} in order to prevent data loss.
10648 @orgcmd{C-c C-e t A/L/U,org-ascii-export-as-ascii}
10649 Export to a temporary buffer.  Do not create a file.
10650 @end table
10652 @subheading Header and sectioning structure
10654 In the exported version, the first three outline levels become headlines,
10655 defining a general document structure.  Additional levels are exported as
10656 lists.  The transition can also occur at a different level (@pxref{Export
10657 settings}).
10659 @subheading Quoting ASCII text
10661 You can insert text that will only appear when using @code{ASCII} back-end
10662 with the following constructs:
10664 @cindex #+ASCII
10665 @cindex #+BEGIN_ASCII
10666 @example
10667 Text @@@@ascii:and additional text@@@@ within a paragraph.
10669 #+ASCII: Some text
10671 #+BEGIN_ASCII
10672 All lines in this block will appear only when using this back-end.
10673 #+END_ASCII
10674 @end example
10676 @subheading ASCII specific attributes
10677 @cindex #+ATTR_ASCII
10678 @cindex horizontal rules, in ASCII export
10680 @code{ASCII} back-end only understands one attribute, @code{:width}, which
10681 specifies the length, in characters, of a given horizontal rule.  It must be
10682 specified using an @code{ATTR_ASCII} line, directly preceding the rule.
10684 @example
10685 #+ATTR_ASCII: :width 10
10686 -----
10687 @end example
10689 @node Beamer export, HTML export, ASCII/Latin-1/UTF-8 export, Exporting
10690 @section Beamer export
10691 @cindex Beamer export
10693 The @LaTeX{} class @emph{Beamer} allows production of high quality
10694 presentations using @LaTeX{} and pdf processing.  Org mode has special
10695 support for turning an Org mode file or tree into a Beamer presentation.
10697 @subheading Beamer export commands
10699 @table @kbd
10700 @orgcmd{C-c C-e l b,org-beamer-export-to-latex}
10701 Export as a @LaTeX{} file.  For an Org file @file{myfile.org}, the @LaTeX{}
10702 file will be @file{myfile.tex}.  The file will be overwritten without
10703 warning.
10704 @orgcmd{C-c C-e l B,org-beamer-export-as-latex}
10705 Export to a temporary buffer.  Do not create a file.
10706 @orgcmd{C-c C-e l P,org-beamer-export-to-pdf}
10707 Export as @LaTeX{} and then process to PDF.
10708 @item C-c C-e l O
10709 Export as @LaTeX{} and then process to PDF, then open the resulting PDF file.
10710 @end table
10712 @subheading Sectioning, Frames and Blocks
10714 Any tree with not-too-deep level nesting should in principle be exportable as
10715 a Beamer presentation.  Headlines fall into three categories: sectioning
10716 elements, frames and blocks.
10718 @itemize @minus
10719 @item
10720 @vindex org-beamer-frame-level
10721 Headlines become frames when their level is equal to
10722 @var{org-beamer-frame-level} or @code{H} value in an @code{OPTIONS} line
10723 (@pxref{Export settings}).
10725 @cindex property, BEAMER_ENV
10726 Though, if a headline in the current tree has a @code{BEAMER_ENV} property
10727 set to either to @code{frame} or @code{fullframe}, its level overrides the
10728 variable.  A @code{fullframe} is a frame with an empty (ignored) title.
10730 @item
10731 @vindex org-beamer-environments-default
10732 @vindex org-beamer-environments-extra
10733 All frame's children become @code{block} environments.  Special block types
10734 can be enforced by setting headline's @code{BEAMER_ENV} property@footnote{If
10735 this property is set, the entry will also get a @code{:B_environment:} tag to
10736 make this visible.  This tag has no semantic meaning, it is only a visual
10737 aid.} to an appropriate value (see @var{org-beamer-environments-default} for
10738 supported values and @var{org-beamer-environments-extra} for adding more).
10740 @item
10741 @cindex property, BEAMER_REF
10742 As a special case, if the @code{BEAMER_ENV} property is set to either
10743 @code{appendix}, @code{note}, @code{noteNH} or @code{againframe}, the
10744 headline will become, respectively, an appendix, a note (within frame or
10745 between frame, depending on its level), a note with its title ignored or an
10746 @code{\againframe} command.  In the latter case, a @code{BEAMER_REF} property
10747 is mandatory in order to refer to the frame being resumed, and contents are
10748 ignored.
10750 Also, a headline with an @code{ignoreheading} environment will have its
10751 contents only inserted in the output.  This special value is useful to have
10752 data between frames, or to properly close a @code{column} environment.
10753 @end itemize
10755 @cindex property, BEAMER_ACT
10756 @cindex property, BEAMER_OPT
10757 Headlines also support @code{BEAMER_ACT} and @code{BEAMER_OPT} properties.
10758 The former is translated as an overlay/action specification, or a default
10759 overlay specification when enclosed within square brackets.  The latter
10760 specifies options for the current frame.  Though, @code{fragile} option is
10761 added automatically if it contains source code that uses any verbatim
10762 environment.
10764 @cindex property, BEAMER_COL
10765 Moreover, headlines handle the @code{BEAMER_COL} property.  Its value should
10766 be a decimal number representing the width of the column as a fraction of the
10767 total text width.  If the headline has no specific environment, its title
10768 will be ignored and its contents will fill the column created.  Otherwise,
10769 the block will fill the whole column and the title will be preserved.  Two
10770 contiguous headlines with a non-nil @code{BEAMER_COL} value share the same
10771 @code{columns} @LaTeX{} environment.  It will end before the next headline
10772 without such a property.  This environment is generated automatically.
10773 Although, it can also be explicitly created, with a special @code{columns}
10774 value for @code{BEAMER_ENV} property (if it needs to be set up with some
10775 specific options, for example).
10777 @subheading Beamer specific syntax
10779 Beamer back-end is an extension of @LaTeX{} back-end.  As such, all @LaTeX{}
10780 specific syntax (e.g., @samp{#+LATEX:} or @samp{#+ATTR_LATEX:}) is
10781 recognized.  See @ref{@LaTeX{} and PDF export} for more information.
10783 @cindex #+BEAMER_THEME
10784 @cindex #+BEAMER_COLOR_THEME
10785 @cindex #+BEAMER_FONT_THEME
10786 @cindex #+BEAMER_INNER_THEME
10787 @cindex #+BEAMER_OUTER_THEME
10788 Beamer export introduces a number of keywords to insert code in the
10789 document's header.  Four control appearance of the presentantion:
10790 @code{#+BEAMER_THEME}, @code{#+BEAMER_COLOR_THEME},
10791 @code{#+BEAMER_FONT_THEME}, @code{#+BEAMER_INNER_THEME} and
10792 @code{#+BEAMER_OUTER_THEME}.  All of them accept optional arguments within
10793 square brackets.  The last one, @code{#+BEAMER_HEADER}, is more generic and
10794 allows to append any line of code in the header.
10796 @example
10797 #+BEAMER_THEME: Rochester [height=20pt]
10798 #+BEAMER_COLOR_THEME: spruce
10799 @end example
10801 Table of contents generated from @code{toc:t} @code{OPTION} keyword are
10802 wrapped within a @code{frame} environment.  Those generated from a @code{TOC}
10803 keyword (@pxref{Table of contents}) are not.  In that case, it is also
10804 possible to specify options, enclosed within square brackets.
10806 @example
10807 #+TOC: headlines [currentsection]
10808 @end example
10810 Beamer specific code can be inserted with the following constructs:
10812 @cindex #+BEAMER
10813 @cindex #+BEGIN_BEAMER
10814 @example
10815 #+BEAMER: \pause
10817 #+BEGIN_BEAMER
10818 All lines in this block will appear only when using this back-end.
10819 #+END_BEAMER
10821 Text @@@@beamer:some code@@@@ within a paragraph.
10822 @end example
10824 In particular, this last example can be used to add overlay specifications to
10825 objects whose type is among @code{bold}, @code{item}, @code{link},
10826 @code{radio-target} and @code{target}, when the value is enclosed within
10827 angular brackets and put at the beginning the object.
10829 @example
10830 A *@@@@beamer:<2->@@@@useful* feature
10831 @end example
10833 @cindex #+ATTR_BEAMER
10834 Eventually, every plain list has support for @code{:environment},
10835 @code{:overlay} and @code{:options} attributes through @code{ATTR_BEAMER}
10836 affiliated keyword.  The first one allows to use a different environment, the
10837 second sets overlay specifications and the last one inserts optional
10838 arguments in current list environment.
10840 @example
10841 #+ATTR_BEAMER: :overlay +-
10842 - item 1
10843 - item 2
10844 @end example
10846 @subheading Editing support
10848 You can turn on a special minor mode @code{org-beamer-mode} for faster
10849 editing with:
10851 @example
10852 #+STARTUP: beamer
10853 @end example
10855 @table @kbd
10856 @orgcmd{C-c C-b,org-beamer-select-environment}
10857 In @code{org-beamer-mode}, this key offers fast selection of a Beamer
10858 environment or the @code{BEAMER_COL} property.
10859 @end table
10861 Also, a template for useful in-buffer settings or properties can be inserted
10862 into the buffer with @kbd{M-x org-beamer-insert-options-template}.  Among
10863 other things, this will install a column view format which is very handy for
10864 editing special properties used by Beamer.
10866 @subheading An example
10868 Here is a simple example Org document that is intended for Beamer export.
10870 @smallexample
10871 #+TITLE: Example Presentation
10872 #+AUTHOR: Carsten Dominik
10873 #+OPTIONS: H:2
10874 #+LATEX_CLASS: beamer
10875 #+LATEX_CLASS_OPTIONS: [presentation]
10876 #+BEAMER_THEME: Madrid
10877 #+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col) %8BEAMER_OPT(Opt)
10879 * This is the first structural section
10881 ** Frame 1
10882 *** Thanks to Eric Fraga                                           :B_block:BMCOL:
10883     :PROPERTIES:
10884     :BEAMER_COL: 0.48
10885     :BEAMER_ENV: block
10886     :END:
10887     for the first viable Beamer setup in Org
10888 *** Thanks to everyone else                                        :B_block:BMCOL:
10889     :PROPERTIES:
10890     :BEAMER_COL: 0.48
10891     :BEAMER_ACT: <2->
10892     :BEAMER_ENV: block
10893     :END:
10894     for contributing to the discussion
10895 **** This will be formatted as a beamer note                              :B_note:
10896      :PROPERTIES:
10897      :BEAMER_env: note
10898      :END:
10899 ** Frame 2 (where we will not use columns)
10900 *** Request
10901     Please test this stuff!
10902 @end smallexample
10904 @node HTML export, @LaTeX{} and PDF export, Beamer export, Exporting
10905 @section HTML export
10906 @cindex HTML export
10908 Org mode contains a HTML (XHTML 1.0 strict) exporter with extensive
10909 HTML formatting, in ways similar to John Gruber's @emph{markdown}
10910 language, but with additional support for tables.
10912 @menu
10913 * HTML Export commands::        How to invoke HTML export
10914 * HTML preamble and postamble::  How to insert a preamble and a postamble
10915 * Quoting HTML tags::           Using direct HTML in Org mode
10916 * Links in HTML export::        How links will be interpreted and formatted
10917 * Tables in HTML export::       How to modify the formatting of tables
10918 * Images in HTML export::       How to insert figures into HTML output
10919 * Math formatting in HTML export::  Beautiful math also on the web
10920 * Text areas in HTML export::   An alternative way to show an example
10921 * CSS support::                 Changing the appearance of the output
10922 * JavaScript support::          Info and Folding in a web browser
10923 @end menu
10925 @node HTML Export commands, HTML preamble and postamble, HTML export, HTML export
10926 @subsection HTML export commands
10928 @cindex region, active
10929 @cindex active region
10930 @cindex transient-mark-mode
10931 @table @kbd
10932 @orgcmd{C-c C-e h h,org-html-export-to-html}
10933 @cindex property, EXPORT_FILE_NAME
10934 Export as a HTML file.  For an Org file @file{myfile.org},
10935 the HTML file will be @file{myfile.html}.  The file will be overwritten
10936 without warning.  If there is an active region@footnote{This requires
10937 @var{transient-mark-mode} be turned on.}, only the region will be
10938 exported.  If the selected region is a single tree@footnote{To select the
10939 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
10940 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
10941 property, that name will be used for the export.
10942 @kbd{C-c C-e h o}
10943 Export as a HTML file and immediately open it with a browser.
10944 @orgcmd{C-c C-e h H,org-html-export-as-html}
10945 Export to a temporary buffer.  Do not create a file.
10946 @item C-c C-e C-v h H/h h/h o
10947 Export only the visible part of the document.
10948 @end table
10950 @c FIXME Exporting sublevels
10951 @c @cindex headline levels, for exporting
10952 @c In the exported version, the first 3 outline levels will become headlines,
10953 @c defining a general document structure.  Additional levels will be exported as
10954 @c itemized lists.  If you want that transition to occur at a different level,
10955 @c specify it with a numeric prefix argument.  For example,
10957 @c @example
10958 @c @kbd{C-2 C-c C-e b}
10959 @c @end example
10961 @c @noindent
10962 @c creates two levels of headings and does the rest as items.
10964 @node HTML preamble and postamble, Quoting HTML tags, HTML Export commands, HTML export
10965 @subsection HTML preamble and postamble
10966 @vindex org-html-preamble
10967 @vindex org-html-postamble
10968 @vindex org-html-preamble-format
10969 @vindex org-html-postamble-format
10970 @vindex org-html-validation-link
10971 @vindex org-export-author-info
10972 @vindex org-export-email-info
10973 @vindex org-export-creator-info
10974 @vindex org-export-time-stamp-file
10976 The HTML exporter lets you define a preamble and a postamble.
10978 The default value for @var{org-html-preamble} is @code{t}, which means
10979 that the preamble is inserted depending on the relevant format string in
10980 @var{org-html-preamble-format}.
10982 Setting @var{org-html-preamble} to a string will override the default format
10983 string.  If you set it to a function, it will insert the output of the
10984 function, which must be a string.  Setting to @code{nil} will not insert any
10985 preamble.
10987 The default value for @var{org-html-postamble} is @code{'auto}, which means
10988 that the HTML exporter will look for information about the author, the email,
10989 the creator and the date, and build the postamble from these values.  Setting
10990 @var{org-html-postamble} to @code{t} will insert the postamble from the
10991 relevant format string found in @var{org-html-postamble-format}.  Setting it
10992 to @code{nil} will not insert any postamble.
10994 @node Quoting HTML tags, Links in HTML export, HTML preamble and postamble, HTML export
10995 @subsection Quoting HTML tags
10997 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
10998 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
10999 which should be interpreted as such, mark them with @samp{@@} as in
11000 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
11001 simple tags.  For more extensive HTML that should be copied verbatim to
11002 the exported file use either
11004 @cindex #+HTML
11005 @cindex #+BEGIN_HTML
11006 @example
11007 #+HTML: Literal HTML code for export
11008 @end example
11010 @noindent or
11011 @cindex #+BEGIN_HTML
11013 @example
11014 #+BEGIN_HTML
11015 All lines between these markers are exported literally
11016 #+END_HTML
11017 @end example
11020 @node Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export
11021 @subsection Links in HTML export
11023 @cindex links, in HTML export
11024 @cindex internal links, in HTML export
11025 @cindex external links, in HTML export
11026 Internal links (@pxref{Internal links}) will continue to work in HTML@.  This
11027 includes automatic links created by radio targets (@pxref{Radio
11028 targets}).  Links to external files will still work if the target file is on
11029 the same @i{relative} path as the published Org file.  Links to other
11030 @file{.org} files will be translated into HTML links under the assumption
11031 that a HTML version also exists of the linked file, at the same relative
11032 path.  @samp{id:} links can then be used to jump to specific entries across
11033 files.  For information related to linking files while publishing them to a
11034 publishing directory see @ref{Publishing links}.
11036 If you want to specify attributes for links, you can do so using a special
11037 @code{#+ATTR_HTML} line to define attributes that will be added to the
11038 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{title}
11039 and @code{style} attributes for a link:
11041 @cindex #+ATTR_HTML
11042 @example
11043 #+ATTR_HTML: :title The Org mode homepage :style color:red;
11044 [[http://orgmode.org]]
11045 @end example
11047 @node Tables in HTML export, Images in HTML export, Links in HTML export, HTML export
11048 @subsection Tables
11049 @cindex tables, in HTML
11050 @vindex org-html-table-default-attributes
11052 Org mode tables are exported to HTML using the table attributes defined in
11053 @var{org-html-table-default-attributes}.  The default setting makes tables
11054 without cell borders and frame.  If you would like to change this for
11055 individual tables, place something like the following before the table:
11057 @cindex #+CAPTION
11058 @cindex #+ATTR_HTML
11059 @example
11060 #+CAPTION: This is a table with lines around and between cells
11061 #+ATTR_HTML: :border 2 :rules all :frame border
11062 @end example
11064 @vindex org-html-table-row-tags
11065 You can also modify the default tags used for each row by setting
11066 @var{org-html-table-row-tags}.  See the docstring for an example on
11067 how to use this option.
11069 @node Images in HTML export, Math formatting in HTML export, Tables in HTML export, HTML export
11070 @subsection Images in HTML export
11072 @cindex images, inline in HTML
11073 @cindex inlining images in HTML
11074 @vindex org-html-inline-images
11075 HTML export can inline images given as links in the Org file, and
11076 it can make an image the clickable part of a link.  By
11077 default@footnote{But see the variable
11078 @var{org-html-inline-images}.}, images are inlined if a link does
11079 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
11080 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
11081 @samp{the image} that points to the image.  If the description part
11082 itself is a @code{file:} link or a @code{http:} URL pointing to an
11083 image, this image will be inlined and activated so that clicking on the
11084 image will activate the link.  For example, to include a thumbnail that
11085 will link to a high resolution version of the image, you could use:
11087 @example
11088 [[file:highres.jpg][file:thumb.jpg]]
11089 @end example
11091 If you need to add attributes to an inlined image, use a @code{#+ATTR_HTML}.
11092 In the example below we specify the @code{alt} and @code{title} attributes to
11093 support text viewers and accessibility, and align it to the right.
11095 @cindex #+CAPTION
11096 @cindex #+ATTR_HTML
11097 @example
11098 #+CAPTION: A black cat stalking a spider
11099 #+ATTR_HTML: :alt cat/spider image :title Action! :align right
11100 [[./img/a.jpg]]
11101 @end example
11103 @noindent
11104 You could use @code{http} addresses just as well.
11106 @node Math formatting in HTML export, Text areas in HTML export, Images in HTML export, HTML export
11107 @subsection Math formatting in HTML export
11108 @cindex MathJax
11109 @cindex dvipng
11111 @LaTeX{} math snippets (@pxref{@LaTeX{} fragments}) can be displayed in two
11112 different ways on HTML pages.  The default is to use the
11113 @uref{http://www.mathjax.org, MathJax system} which should work out of the
11114 box with Org mode installation because @uref{http://orgmode.org} serves
11115 @file{MathJax} for Org mode users for small applications and for testing
11116 purposes.  @b{If you plan to use this regularly or on pages with significant
11117 page views, you should install@footnote{Installation instructions can be
11118 found on the MathJax website, see
11119 @uref{http://www.mathjax.org/resources/docs/?installation.html}.} MathJax on
11120 your own server in order to limit the load of our server.}  To configure
11121 @file{MathJax}, use the variable @var{org-html-mathjax-options} or
11122 insert something like the following into the buffer:
11124 @example
11125 #+HTML_MATHJAX: align:"left" mathml:t path:"/MathJax/MathJax.js"
11126 @end example
11128 @noindent See the docstring of the variable
11129 @var{org-html-mathjax-options} for the meaning of the parameters in
11130 this line.
11132 If you prefer, you can also request that @LaTeX{} fragments are processed
11133 into small images that will be inserted into the browser page.  Before the
11134 availability of MathJax, this was the default method for Org files.  This
11135 method requires that the @file{dvipng} program is available on your system.
11136 You can still get this processing with
11138 @example
11139 #+OPTIONS: LaTeX:dvipng
11140 @end example
11142 @node Text areas in HTML export, CSS support, Math formatting in HTML export, HTML export
11143 @subsection Text areas in HTML export
11145 @cindex text areas, in HTML
11146 An alternative way to publish literal code examples in HTML is to use text
11147 areas, where the example can even be edited before pasting it into an
11148 application.  It is triggered by a @code{-t} switch at an @code{example} or
11149 @code{src} block.  Using this switch disables any options for syntax and
11150 label highlighting, and line numbering, which may be present.  You may also
11151 use @code{-h} and @code{-w} switches to specify the height and width of the
11152 text area, which default to the number of lines in the example, and 80,
11153 respectively.  For example
11155 @example
11156 #+BEGIN_EXAMPLE -t -w 40
11157   (defun org-xor (a b)
11158      "Exclusive or."
11159      (if a (not b) b))
11160 #+END_EXAMPLE
11161 @end example
11164 @node CSS support, JavaScript support, Text areas in HTML export, HTML export
11165 @subsection CSS support
11166 @cindex CSS, for HTML export
11167 @cindex HTML export, CSS
11169 @vindex org-html-todo-kwd-class-prefix
11170 @vindex org-html-tag-class-prefix
11171 You can also give style information for the exported file.  The HTML exporter
11172 assigns the following special CSS classes@footnote{If the classes on TODO
11173 keywords and tags lead to conflicts, use the variables
11174 @var{org-html-todo-kwd-class-prefix} and
11175 @var{org-html-tag-class-prefix} to make them unique.} to appropriate
11176 parts of the document---your style specifications may change these, in
11177 addition to any of the standard classes like for headlines, tables, etc.
11178 @example
11179 p.author            @r{author information, including email}
11180 p.date              @r{publishing date}
11181 p.creator           @r{creator info, about org mode version}
11182 .title              @r{document title}
11183 .todo               @r{TODO keywords, all not-done states}
11184 .done               @r{the DONE keywords, all states that count as done}
11185 .WAITING            @r{each TODO keyword also uses a class named after itself}
11186 .timestamp          @r{timestamp}
11187 .timestamp-kwd      @r{keyword associated with a timestamp, like SCHEDULED}
11188 .timestamp-wrapper  @r{span around keyword plus timestamp}
11189 .tag                @r{tag in a headline}
11190 ._HOME              @r{each tag uses itself as a class, "@@" replaced by "_"}
11191 .target             @r{target for links}
11192 .linenr             @r{the line number in a code example}
11193 .code-highlighted   @r{for highlighting referenced code lines}
11194 div.outline-N       @r{div for outline level N (headline plus text))}
11195 div.outline-text-N  @r{extra div for text at outline level N}
11196 .section-number-N   @r{section number in headlines, different for each level}
11197 div.figure          @r{how to format an inlined image}
11198 pre.src             @r{formatted source code}
11199 pre.example         @r{normal example}
11200 p.verse             @r{verse paragraph}
11201 div.footnotes       @r{footnote section headline}
11202 p.footnote          @r{footnote definition paragraph, containing a footnote}
11203 .footref            @r{a footnote reference number (always a <sup>)}
11204 .footnum            @r{footnote number in footnote definition (always <sup>)}
11205 @end example
11207 @vindex org-html-style-default
11208 @vindex org-html-head-include-default-style
11209 @vindex org-html-head
11210 @vindex org-html-head-extra
11211 @cindex #+HTML_INCLUDE_STYLE
11212 Each exported file contains a compact default style that defines these
11213 classes in a basic way@footnote{This style is defined in the constant
11214 @var{org-html-style-default}, which you should not modify.  To turn
11215 inclusion of these defaults off, customize
11216 @var{org-html-head-include-default-style} or set @code{#+HTML_INCLUDE_STYLE}
11217 to nil on a per-file basis.}.  You may overwrite these settings, or add to
11218 them by using the variables @var{org-html-head} and
11219 @var{org-html-head-extra}.  You can override the global values of these
11220 variables for each file by using these keywords:
11222 @cindex #+HTML_HEAD
11223 @cindex #+HTML_HEAD_EXTRA
11224 @example
11225 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="style1.css" />
11226 #+HTML_HEAD_EXTRA: <link rel="alternate stylesheet" type="text/css" href="style2.css" />
11227 @end example
11229 @noindent
11230 For longer style definitions, you can use several such lines.  You could also
11231 directly write a @code{<style>} @code{</style>} section in this way, without
11232 referring to an external file.
11234 In order to add styles to a subtree, use the @code{:HTML_CONTAINER_CLASS:}
11235 property to assign a class to the tree.  In order to specify CSS styles for a
11236 particular headline, you can use the id specified in a @code{:CUSTOM_ID:}
11237 property.
11239 @c FIXME: More about header and footer styles
11240 @c FIXME: Talk about links and targets.
11242 @node JavaScript support,  , CSS support, HTML export
11243 @subsection JavaScript supported display of web pages
11245 @cindex Rose, Sebastian
11246 Sebastian Rose has written a JavaScript program especially designed to
11247 enhance the web viewing experience of HTML files created with Org.  This
11248 program allows you to view large files in two different ways.  The first one
11249 is an @emph{Info}-like mode where each section is displayed separately and
11250 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
11251 as well, press @kbd{?} for an overview of the available keys).  The second
11252 view type is a @emph{folding} view much like Org provides inside Emacs.  The
11253 script is available at @url{http://orgmode.org/org-info.js} and you can find
11254 the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
11255 We host the script at our site, but if you use it a lot, you might not want
11256 to be dependent on @url{http://orgmode.org} and prefer to install a local
11257 copy on your own web server.
11259 All it then takes to use this program is adding a single line to the Org
11260 file:
11262 @cindex #+INFOJS_OPT
11263 @example
11264 #+INFOJS_OPT: view:info toc:nil
11265 @end example
11267 @noindent
11268 If this line is found, the HTML header will automatically contain the code
11269 needed to invoke the script.  Using the line above, you can set the following
11270 viewing options:
11272 @example
11273 path:    @r{The path to the script.  The default is to grab the script from}
11274          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
11275          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
11276 view:    @r{Initial view when the website is first shown.  Possible values are:}
11277          info      @r{Info-like interface with one section per page.}
11278          overview  @r{Folding interface, initially showing only top-level.}
11279          content   @r{Folding interface, starting with all headlines visible.}
11280          showall   @r{Folding interface, all headlines and text visible.}
11281 sdepth:  @r{Maximum headline level that will still become an independent}
11282          @r{section for info and folding modes.  The default is taken from}
11283          @r{@var{org-export-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
11284          @r{If this is smaller than in @var{org-export-headline-levels}, each}
11285          @r{info/folding section can still contain child headlines.}
11286 toc:     @r{Should the table of contents @emph{initially} be visible?}
11287          @r{Even when @code{nil}, you can always get to the "toc" with @kbd{i}.}
11288 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
11289          @r{the variables @var{org-export-headline-levels} and @var{org-export-with-toc}.}
11290 ftoc:    @r{Does the CSS of the page specify a fixed position for the "toc"?}
11291          @r{If yes, the toc will never be displayed as a section.}
11292 ltoc:    @r{Should there be short contents (children) in each section?}
11293          @r{Make this @code{above} if the section should be above initial text.}
11294 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
11295          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
11296 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
11297          @r{default), only one such button will be present.}
11298 @end example
11299 @noindent
11300 @vindex org-html-infojs-options
11301 @vindex org-html-use-infojs
11302 You can choose default values for these options by customizing the variable
11303 @var{org-html-infojs-options}.  If you always want to apply the script to your
11304 pages, configure the variable @var{org-html-use-infojs}.
11306 @node @LaTeX{} and PDF export, Markdown export, HTML export, Exporting
11307 @section @LaTeX{} and PDF export
11308 @cindex @LaTeX{} export
11309 @cindex PDF export
11311 Org mode contains a @LaTeX{} exporter.  With further processing@footnote{The
11312 default @LaTeX{} output is designed for processing with @code{pdftex} or
11313 @LaTeX{}.  It includes packages that are not compatible with @code{xetex} and
11314 possibly @code{luatex}.  See the variables
11315 @var{org-latex-default-packages-alist} and
11316 @var{org-latex-packages-alist}.}, this back-end is also used to produce PDF
11317 output.  Since the @LaTeX{} output uses @file{hyperref} to implement links
11318 and cross references, the PDF output file will be fully linked.
11320 As is @LaTeX{}, blank lines are meaningful for this back-end: a paragraph
11321 will not be started if two contiguous syntactical elements are not separated
11322 by an empty line.
11324 This back-end also offers enhanced support for footnotes.  Thus, it handles
11325 nested footnotes, footnotes in tables and footnotes in items' description.
11327 @menu
11328 * @LaTeX{}/PDF export commands::
11329 * Header and sectioning::       Setting up the export file structure
11330 * Quoting @LaTeX{} code::       Incorporating literal @LaTeX{} code
11331 * @LaTeX{} specific attributes::  Controlling @LaTeX{} output
11332 @end menu
11334 @node @LaTeX{}/PDF export commands, Header and sectioning, @LaTeX{} and PDF export, @LaTeX{} and PDF export
11335 @subsection @LaTeX{} export commands
11337 @table @kbd
11338 @orgcmd{C-c C-e l l,org-latex-export-to-latex}
11339 Export as a @LaTeX{} file.  For an Org file @file{myfile.org}, the @LaTeX{}
11340 file will be @file{myfile.tex}.  The file will be overwritten without
11341 warning.
11342 @orgcmd{C-c C-e l L,org-latex-export-as-latex}
11343 Export to a temporary buffer.  Do not create a file.
11344 @orgcmd{C-c C-e l p,org-latex-export-to-pdf}
11345 Export as @LaTeX{} and then process to PDF.
11346 @item C-c C-e l o
11347 Export as @LaTeX{} and then process to PDF, then open the resulting PDF file.
11348 @end table
11350 @node Header and sectioning, Quoting @LaTeX{} code, @LaTeX{}/PDF export commands, @LaTeX{} and PDF export
11351 @subsection Header and sectioning structure
11352 @cindex @LaTeX{} class
11353 @cindex @LaTeX{} sectioning structure
11354 @cindex @LaTeX{} header
11355 @cindex header, for @LaTeX{} files
11356 @cindex sectioning structure, for @LaTeX{} export
11358 The first three outline levels become headlines, defining a general document
11359 structure.  Additional levels are exported as @code{itemize} or
11360 @code{enumerate} lists.  The transition can also occur at a different level
11361 (@pxref{Export settings}).
11363 By default, the @LaTeX{} output uses the class @code{article}.
11365 @vindex org-latex-default-class
11366 @vindex org-latex-classes
11367 @vindex org-latex-default-packages-alist
11368 @vindex org-latex-packages-alist
11369 You can change this globally by setting a different value for
11370 @var{org-latex-default-class} or locally by adding an option like
11371 @code{#+LATEX_CLASS: myclass} in your file, or with
11372 a @code{EXPORT_LATEX_CLASS} property that applies when exporting a region
11373 containing only this (sub)tree.  The class must be listed in
11374 @var{org-latex-classes}.  This variable defines a header template for each
11375 class@footnote{Into which the values of
11376 @var{org-latex-default-packages-alist} and @var{org-latex-packages-alist}
11377 are spliced.}, and allows you to define the sectioning structure for each
11378 class.  You can also define your own classes there.
11380 @cindex #+LATEX_CLASS
11381 @cindex #+LATEX_CLASS_OPTIONS
11382 @cindex property, EXPORT_LATEX_CLASS
11383 @cindex property, EXPORT_LATEX_CLASS_OPTIONS
11384 @code{LATEX_CLASS_OPTIONS} keyword or @code{EXPORT_LATEX_CLASS_OPTIONS}
11385 property can specify the options for the @code{\documentclass} macro.  These
11386 options have to be provided, as expected by @LaTeX{}, within square brackets.
11388 @cindex #+LATEX_HEADER
11389 @cindex #+LATEX_HEADER_EXTRA
11390 You can also use LATEX_HEADER and LATEX_HEADER_EXTRA keywords in order to add
11391 lines to the header.  See the docstring of @var{org-latex-classes} for more
11392 information.
11394 An example is shown below.
11396 @example
11397 #+LATEX_CLASS: article
11398 #+LATEX_CLASS_OPTIONS: [a4paper]
11399 #+LATEX_HEADER: \usepackage@{xyz@}
11401 * Headline 1
11402   some text
11403 @end example
11405 @node Quoting @LaTeX{} code, @LaTeX{} specific attributes, Header and sectioning, @LaTeX{} and PDF export
11406 @subsection Quoting @LaTeX{} code
11408 Embedded @LaTeX{} as described in @ref{Embedded @LaTeX{}}, will be correctly
11409 inserted into the @LaTeX{} file.  Furthermore, you can add special code that
11410 should only be present in @LaTeX{} export with the following constructs:
11412 @cindex #+LATEX
11413 @cindex #+BEGIN_LATEX
11414 @example
11415 Code within @@@@latex:some code@@@@ a paragraph.
11417 #+LATEX: Literal @LaTeX{} code for export
11419 #+BEGIN_LATEX
11420 All lines between these markers are exported literally
11421 #+END_LATEX
11422 @end example
11424 @node @LaTeX{} specific attributes, , Quoting @LaTeX{} code, @LaTeX{} and PDF export
11425 @subsection @LaTeX{} specific attributes
11426 @cindex #+ATTR_LATEX
11428 @LaTeX{} understands attributes specified in an @code{ATTR_LATEX} line.  They
11429 affect tables, images, plain lists, special blocks and source blocks.
11431 @subsubheading Tables in @LaTeX{} export
11432 @cindex tables, in @LaTeX{} export
11434 For @LaTeX{} export of a table, you can specify a label and a caption
11435 (@pxref{Images and tables}).  You can also use attributes to control table
11436 layout and contents.  Valid properties are:
11438 @table @code
11439 @item :mode
11440 @vindex org-latex-default-table-mode
11441 Nature of table's contents.  It can be set to @code{table}, @code{math},
11442 @code{inline-math} or @code{verbatim}.  In particular, when in @code{math} or
11443 @code{inline-math} mode, every cell is exported as-is, horizontal rules are
11444 ignored and the table will be wrapped in a math environment.  Also,
11445 contiguous tables sharing the same math mode will be wrapped within the same
11446 environment.  Default mode is determined in
11447 @var{org-latex-default-table-mode}.
11448 @item :environment
11449 @vindex org-latex-default-table-environment
11450 Environment used for the table.  It can be to any @LaTeX{} table
11451 environment, like @code{tabularx}, @code{longtable}, @code{array},
11452 @code{tabu}, @code{bmatrix}@enddots{}  It defaults to
11453 @var{org-latex-default-table-environment} value.
11454 @item :float
11455 Float environment for the table.  Possible values are @code{sidewaystable},
11456 @code{multicolumn} and @code{table}.  If unspecified, a table with a caption
11457 will have a @code{table} environment.  Moreover, @code{:placement} attribute
11458 can specify the positioning of the float.
11459 @item :align
11460 @itemx :font
11461 @itemx :width
11462 set, respectively, the alignment string of the table, its font size and its
11463 width.  They only apply on regular tables.
11464 @item :spread
11465 Boolean specific to the @code{tabu} and @code{longtabu} environments, and
11466 only takes effect when used in conjunction with the @code{:width} attribute.
11467 When @code{:spread} is non-nil, the table will be spread or shrunk by the
11468 value of @code{:width}.
11469 @item :booktabs
11470 @itemx :center
11471 @itemx :rmlines
11472 @vindex org-latex-tables-booktabs
11473 @vindex org-latex-tables-centered
11474 They toggle, respectively, @code{booktabs} usage (assuming the package is
11475 properly loaded), table centering and removal of every horizontal rule but
11476 the first one (in a "table.el" table only).  In particular,
11477 @var{org-latex-tables-booktabs} (resp.@: @var{org-latex-tables-centered})
11478 activates the first (resp.@: second) attribute globally.
11479 @item :math-prefix
11480 @itemx :math-suffix
11481 @itemx :math-arguments
11482 string which will be inserted, respectively, before the table within the math
11483 environment, after the table within the math environment, and between the
11484 macro name and the contents of the table.  The latter attribute is necessary
11485 to matrix macros that require more than one argument (e.g.,
11486 @code{qbordermatrix}).
11487 @end table
11489 Thus, attributes can be used in a wide array of situations, like writing
11490 a table that will span over multiple pages, or a matrix product:
11492 @example
11493 #+ATTR_LATEX: :environment longtable :align l|lp@{3cm@}r|l
11494 | ..... | ..... |
11495 | ..... | ..... |
11497 #+ATTR_LATEX: :mode math :environment bmatrix :math-suffix \times
11498 | a | b |
11499 | c | d |
11500 #+ATTR_LATEX: :mode math :environment bmatrix
11501 | 1 | 2 |
11502 | 3 | 4 |
11503 @end example
11505 @subsubheading Images in @LaTeX{} export
11506 @cindex images, inline in @LaTeX{}
11507 @cindex inlining images in @LaTeX{}
11509 Images that are linked to without a description part in the link, like
11510 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
11511 output file resulting from @LaTeX{} processing.  Org will use an
11512 @code{\includegraphics} macro to insert the image@footnote{In the case of
11513 TikZ (@url{http://sourceforge.net/projects/pgf/}) images, it will become an
11514 @code{\input} macro wrapped within a @code{tikzpicture} environment.}.
11516 You can specify specify image width or height with, respectively,
11517 @code{:width} and @code{:height} attributes.  It is also possible to add any
11518 other option with the @code{:options} attribute, as shown in the following
11519 example:
11521 @example
11522 #+ATTR_LATEX: :width 5cm :options angle=90
11523 [[./img/sed-hr4049.pdf]]
11524 @end example
11526 If you have specified a caption as described in @ref{Images and tables}, the
11527 picture will be wrapped into a @code{figure} environment and thus become
11528 a floating element.  You can also ask Org to export an image as a float
11529 without specifying caption by setting the @code{:float} attribute.  You may
11530 also set it to:
11531 @itemize @minus
11532 @item
11533 @code{wrap}: if you would like to let text flow around the image.  It will
11534 make the figure occupy the left half of the page.
11535 @item
11536 @code{multicolumn}: if you wish to include an image which spans multiple
11537 columns in a page.  This will export the image wrapped in a @code{figure*}
11538 environment.
11539 @end itemize
11540 @noindent
11541 To modify the placement option of any floating environment, set the
11542 @code{placement} attribute.
11544 @example
11545 #+ATTR_LATEX: :float wrap :width 0.38\textwidth :placement @{r@}@{0.4\textwidth@}
11546 [[./img/hst.png]]
11547 @end example
11549 Eventually, in the @code{:comment-include} attributes has a non-nil value,
11550 the code actually including the image will be commented out.
11552 @subsubheading Plain lists in @LaTeX{} export
11553 @cindex plain lists, in @LaTeX{} export
11555 Plain lists accept two optional attributes: @code{:environment} and
11556 @code{:options}.  The first one allows to use a non-standard environment
11557 (e.g., @samp{inparaenum}).  The second one allows to specify optional
11558 arguments for that environment (square brackets may be omitted).
11560 @example
11561 #+ATTR_LATEX: :environment compactitem :options $\circ$
11562 - you need ``paralist'' package to reproduce this example.
11563 @end example
11565 @subsubheading Source blocks in @LaTeX{} export
11566 @cindex source blocks, in @LaTeX{} export
11568 In addition to syntax defined in @ref{Literal examples}, names and captions
11569 (@pxref{Images and tables}), source blocks also accept @code{:long-listing}
11570 attribute, which prevents the block to become a float when non nil.
11572 @example
11573 #+ATTR_LATEX: :long-listing t
11574 #+BEGIN_SRC emacs-lisp
11575 Code that may not fit in a single page.
11576 #+END_SRC
11577 @end example
11579 @subsubheading Special blocks in @LaTeX{} export
11580 @cindex special blocks, in @LaTeX{} export
11582 In @LaTeX{} back-end, special blocks become environments of the same name.
11583 Value of @code{:options} attribute will be appended as-is to that
11584 environment's opening string.  For example:
11586 @example
11587 #+ATTR_LATEX: :options [Proof of important theorem]
11588 #+BEGIN_PROOF
11590 Therefore, any natural number above 4 is the sum of two primes.
11591 #+END_PROOF
11592 @end example
11594 @noindent
11595 becomes
11597 @example
11598 \begin@{proof@}[Proof of important theorem]
11600 Therefore, any natural number above 4 is the sum of two primes.
11601 \end@{proof@}
11602 @end example
11604 @subsubheading Horizontal rules
11605 @cindex horizontal rules, in @LaTeX{} export
11607 Width and thickness of a given horizontal rule can be controlled with,
11608 respectively, @code{:width} and @code{:thickness} attributes:
11610 @example
11611 #+ATTR_LATEX: :width .6\textwidth :thickness 0.8pt
11612 -----
11613 @end example
11615 @node Markdown export, OpenDocument Text export, @LaTeX{} and PDF export, Exporting
11616 @section Markdown export
11617 @cindex Markdown export
11619 @code{md} export back-end generates Markdown syntax@footnote{Vanilla flavour,
11620 as defined at @url{http://daringfireball.net/projects/markdown/}.} for an Org
11621 mode buffer.
11623 It is built over HTML back-end: any construct not supported by Markdown
11624 syntax (e.g., tables) will be controlled and translated by @code{html}
11625 back-end (@pxref{HTML export}).
11627 @subheading Markdown export commands
11629 @table @kbd
11630 @orgcmd{C-c C-e m m,org-md-export-to-markdown}
11631 Export as a text file written in Markdown syntax.  For an Org file,
11632 @file{myfile.org}, the resulting file will be @file{myfile.md}.  The file
11633 will be overwritten without warning.
11634 @orgcmd{C-c C-e m M,org-md-export-as-markdown}
11635 Export to a temporary buffer.  Do not create a file.
11636 @item C-c C-e m o
11637 Export as a text file with Markdown syntax, then open it.
11638 @end table
11640 @subheading Header and sectioning structure
11642 @vindex org-md-headline-style
11643 Markdown export can generate both @code{atx} and @code{setext} types for
11644 headlines, according to @var{org-md-headline-style}.  The former introduces
11645 a hard limit of two levels, whereas the latter pushes it to six.  Headlines
11646 below that limit are exported as lists.  You can also set a soft limit before
11647 that one (@pxref{Export settings}).
11649 @c begin opendocument
11651 @node OpenDocument Text export, iCalendar export, Markdown export, Exporting
11652 @section OpenDocument Text export
11653 @cindex ODT
11654 @cindex OpenDocument
11655 @cindex export, OpenDocument
11656 @cindex LibreOffice
11658 Org mode@footnote{Versions 7.8 or later} supports export to OpenDocument Text
11659 (ODT) format.  Documents created by this exporter use the
11660 @cite{OpenDocument-v1.2
11661 specification}@footnote{@url{http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html,
11662 Open Document Format for Office Applications (OpenDocument) Version 1.2}} and
11663 are compatible with LibreOffice 3.4.
11665 @menu
11666 * Pre-requisites for ODT export::  What packages ODT exporter relies on
11667 * ODT export commands::         How to invoke ODT export
11668 * Extending ODT export::        How to produce @samp{doc}, @samp{pdf} files
11669 * Applying custom styles::      How to apply custom styles to the output
11670 * Links in ODT export::         How links will be interpreted and formatted
11671 * Tables in ODT export::        How Tables are exported
11672 * Images in ODT export::        How to insert images
11673 * Math formatting in ODT export::  How @LaTeX{} fragments are formatted
11674 * Labels and captions in ODT export::  How captions are rendered
11675 * Literal examples in ODT export::  How source and example blocks are formatted
11676 * Advanced topics in ODT export::  Read this if you are a power user
11677 @end menu
11679 @node Pre-requisites for ODT export, ODT export commands, OpenDocument Text export, OpenDocument Text export
11680 @subsection Pre-requisites for ODT export
11681 @cindex zip
11682 The ODT exporter relies on the @file{zip} program to create the final
11683 output.  Check the availability of this program before proceeding further.
11685 @node ODT export commands, Extending ODT export, Pre-requisites for ODT export, OpenDocument Text export
11686 @subsection ODT export commands
11688 @subsubheading Exporting to ODT
11689 @anchor{x-export-to-odt}
11691 @cindex region, active
11692 @cindex active region
11693 @cindex transient-mark-mode
11694 @table @kbd
11695 @orgcmd{C-c C-e o o,org-odt-export-to-odt}
11696 @cindex property EXPORT_FILE_NAME
11698 Export as OpenDocument Text file.
11700 @vindex org-odt-preferred-output-format
11701 If @var{org-odt-preferred-output-format} is specified, automatically convert
11702 the exported file to that format.  @xref{x-export-to-other-formats, ,
11703 Automatically exporting to other formats}.
11705 For an Org file @file{myfile.org}, the ODT file will be
11706 @file{myfile.odt}.  The file will be overwritten without warning.  If there
11707 is an active region,@footnote{This requires @var{transient-mark-mode} to be
11708 turned on} only the region will be exported.  If the selected region is a
11709 single tree,@footnote{To select the current subtree, use @kbd{C-c @@}} the
11710 tree head will become the document title.  If the tree head entry has, or
11711 inherits, an @code{EXPORT_FILE_NAME} property, that name will be used for the
11712 export.
11714 @kbd{C-c C-e o O}
11715 Export as an OpenDocument Text file and open the resulting file.
11717 @vindex org-odt-preferred-output-format
11718 If @var{org-odt-preferred-output-format} is specified, open the converted
11719 file instead.  @xref{x-export-to-other-formats, , Automatically exporting to
11720 other formats}.
11721 @end table
11723 @node Extending ODT export, Applying custom styles, ODT export commands, OpenDocument Text export
11724 @subsection Extending ODT export
11726 The ODT exporter can interface with a variety of document
11727 converters and supports popular converters out of the box.  As a result, you
11728 can use it to export to formats like @samp{doc} or convert a document from
11729 one format (say @samp{csv}) to another format (say @samp{ods} or @samp{xls}).
11731 @cindex @file{unoconv}
11732 @cindex LibreOffice
11733 If you have a working installation of LibreOffice, a document converter is
11734 pre-configured for you and you can use it right away.  If you would like to
11735 use @file{unoconv} as your preferred converter, customize the variable
11736 @var{org-odt-convert-process} to point to @code{unoconv}.  You can
11737 also use your own favorite converter or tweak the default settings of the
11738 @file{LibreOffice} and @samp{unoconv} converters.  @xref{Configuring a
11739 document converter}.
11741 @subsubsection Automatically exporting to other formats
11742 @anchor{x-export-to-other-formats}
11744 @vindex org-odt-preferred-output-format
11745 Very often, you will find yourself exporting to ODT format, only to
11746 immediately save the exported document to other formats like @samp{doc},
11747 @samp{docx}, @samp{rtf}, @samp{pdf} etc.  In such cases, you can specify your
11748 preferred output format by customizing the variable
11749 @var{org-odt-preferred-output-format}.  This way, the export commands
11750 (@pxref{x-export-to-odt,,Exporting to ODT}) can be extended to export to a
11751 format that is of immediate interest to you.
11753 @subsubsection Converting between document formats
11754 @anchor{x-convert-to-other-formats}
11756 There are many document converters in the wild which support conversion to
11757 and from various file formats, including, but not limited to the
11758 ODT format.  LibreOffice converter, mentioned above, is one such
11759 converter.  Once a converter is configured, you can interact with it using
11760 the following command.
11762 @vindex org-odt-convert
11763 @table @kbd
11765 @item M-x org-odt-convert RET
11766 Convert an existing document from one format to another.  With a prefix
11767 argument, also open the newly produced file.
11768 @end table
11770 @node Applying custom styles, Links in ODT export, Extending ODT export, OpenDocument Text export
11771 @subsection Applying custom styles
11772 @cindex styles, custom
11773 @cindex template, custom
11775 The ODT exporter ships with a set of OpenDocument styles
11776 (@pxref{Working with OpenDocument style files}) that ensure a well-formatted
11777 output.  These factory styles, however, may not cater to your specific
11778 tastes.  To customize the output, you can either modify the above styles
11779 files directly, or generate the required styles using an application like
11780 LibreOffice.  The latter method is suitable for expert and non-expert
11781 users alike, and is described here.
11783 @subsubsection Applying custom styles: the easy way
11785 @enumerate
11786 @item
11787 Create a sample @file{example.org} file with the below settings and export it
11788 to ODT format.
11790 @example
11791 #+OPTIONS: H:10 num:t
11792 @end example
11794 @item
11795 Open the above @file{example.odt} using LibreOffice.  Use the @file{Stylist}
11796 to locate the target styles---these typically have the @samp{Org} prefix---and
11797 modify those to your taste.  Save the modified file either as an
11798 OpenDocument Text (@file{.odt}) or OpenDocument Template (@file{.ott}) file.
11800 @item
11801 @cindex #+ODT_STYLES_FILE
11802 @vindex org-odt-styles-file
11803 Customize the variable @var{org-odt-styles-file} and point it to the
11804 newly created file.  For additional configuration options
11805 @pxref{x-overriding-factory-styles,,Overriding factory styles}.
11807 If you would like to choose a style on a per-file basis, you can use the
11808 @code{#+ODT_STYLES_FILE} option.  A typical setting will look like
11810 @example
11811 #+ODT_STYLES_FILE: "/path/to/example.ott"
11812 @end example
11816 @example
11817 #+ODT_STYLES_FILE: ("/path/to/file.ott" ("styles.xml" "image/hdr.png"))
11818 @end example
11820 @end enumerate
11822 @subsubsection Using third-party styles and templates
11824 You can use third-party styles and templates for customizing your output.
11825 This will produce the desired output only if the template provides all
11826 style names that the @samp{ODT} exporter relies on.  Unless this condition is
11827 met, the output is going to be less than satisfactory.  So it is highly
11828 recommended that you only work with templates that are directly derived from
11829 the factory settings.
11831 @node Links in ODT export, Tables in ODT export, Applying custom styles, OpenDocument Text export
11832 @subsection Links in ODT export
11833 @cindex links, in ODT export
11835 ODT exporter creates native cross-references for internal links.  It creates
11836 Internet-style links for all other links.
11838 A link with no description and destined to a regular (un-itemized) outline
11839 heading is replaced with a cross-reference and section number of the heading.
11841 A @samp{\ref@{label@}}-style reference to an image, table etc. is replaced
11842 with a cross-reference and sequence number of the labeled entity.
11843 @xref{Labels and captions in ODT export}.
11845 @node Tables in ODT export, Images in ODT export, Links in ODT export, OpenDocument Text export
11846 @subsection Tables in ODT export
11847 @cindex tables, in ODT export
11849 Export of native Org mode tables (@pxref{Tables}) and simple @file{table.el}
11850 tables is supported.  However, export of complex @file{table.el} tables---tables
11851 that have column or row spans---is not supported.  Such tables are
11852 stripped from the exported document.
11854 By default, a table is exported with top and bottom frames and with rules
11855 separating row and column groups (@pxref{Column groups}).  Furthermore, all
11856 tables are typeset to occupy the same width.  If the table specifies
11857 alignment and relative width for its columns (@pxref{Column width and
11858 alignment}) then these are honored on export.@footnote{The column widths are
11859 interpreted as weighted ratios with the default weight being 1}
11861 @cindex #+ATTR_ODT
11862 You can control the width of the table by specifying @code{:rel-width}
11863 property using an @code{#+ATTR_ODT} line.
11865 For example, consider the following table which makes use of all the rules
11866 mentioned above.
11868 @example
11869 #+ATTR_ODT: :rel-width 50
11870 | Area/Month    |   Jan |   Feb |   Mar |   Sum |
11871 |---------------+-------+-------+-------+-------|
11872 | /             |     < |       |       |     < |
11873 | <l13>         |  <r5> |  <r5> |  <r5> |  <r6> |
11874 | North America |     1 |    21 |   926 |   948 |
11875 | Middle East   |     6 |    75 |   844 |   925 |
11876 | Asia Pacific  |     9 |    27 |   790 |   826 |
11877 |---------------+-------+-------+-------+-------|
11878 | Sum           |    16 |   123 |  2560 |  2699 |
11879 @end example
11881 On export, the table will occupy 50% of text area.  The columns will be sized
11882 (roughly) in the ratio of 13:5:5:5:6.  The first column will be left-aligned
11883 and rest of the columns will be right-aligned.  There will be vertical rules
11884 after separating the header and last columns from other columns.  There will
11885 be horizontal rules separating the header and last rows from other rows.
11887 If you are not satisfied with the above formatting options, you can create
11888 custom table styles and associate them with a table using the
11889 @code{#+ATTR_ODT} line.  @xref{Customizing tables in ODT export}.
11891 @node Images in ODT export, Math formatting in ODT export, Tables in ODT export, OpenDocument Text export
11892 @subsection Images in ODT export
11893 @cindex images, embedding in ODT
11894 @cindex embedding images in ODT
11896 @subsubheading Embedding images
11897 You can embed images within the exported document by providing a link to the
11898 desired image file with no link description.  For example, to embed
11899 @samp{img.png} do either of the following:
11901 @example
11902 [[file:img.png]]
11903 @end example
11905 @example
11906 [[./img.png]]
11907 @end example
11909 @subsubheading Embedding clickable images
11910 You can create clickable images by providing a link whose description is a
11911 link to an image file.  For example, to embed a image
11912 @file{org-mode-unicorn.png} which when clicked jumps to
11913 @uref{http://Orgmode.org} website, do the following
11915 @example
11916 [[http://orgmode.org][./org-mode-unicorn.png]]
11917 @end example
11919 @subsubheading Sizing and scaling of embedded images
11921 @cindex #+ATTR_ODT
11922 You can control the size and scale of the embedded images using the
11923 @code{#+ATTR_ODT} attribute.
11925 @cindex identify, ImageMagick
11926 @vindex org-odt-pixels-per-inch
11927 The exporter specifies the desired size of the image in the final document in
11928 units of centimeters.  In order to scale the embedded images, the exporter
11929 queries for pixel dimensions of the images using one of a) ImageMagick's
11930 @file{identify} program or b) Emacs `create-image' and `image-size'
11931 APIs.@footnote{Use of @file{ImageMagick} is only desirable.  However, if you
11932 routinely produce documents that have large images or you export your Org
11933 files that has images using a Emacs batch script, then the use of
11934 @file{ImageMagick} is mandatory.} The pixel dimensions are subsequently
11935 converted in to units of centimeters using
11936 @var{org-odt-pixels-per-inch}.  The default value of this variable is
11937 set to @code{display-pixels-per-inch}.  You can tweak this variable to
11938 achieve the best results.
11940 The examples below illustrate the various possibilities.
11942 @table @asis
11943 @item Explicitly size the image
11944 To embed @file{img.png} as a 10 cm x 10 cm image, do the following:
11946 @example
11947 #+ATTR_ODT: :width 10 :height 10
11948 [[./img.png]]
11949 @end example
11951 @item Scale the image
11952 To embed @file{img.png} at half its size, do the following:
11954 @example
11955 #+ATTR_ODT: :scale 0.5
11956 [[./img.png]]
11957 @end example
11959 @item Scale the image to a specific width
11960 To embed @file{img.png} with a width of 10 cm while retaining the original
11961 height:width ratio, do the following:
11963 @example
11964 #+ATTR_ODT: :width 10
11965 [[./img.png]]
11966 @end example
11968 @item Scale the image to a specific height
11969 To embed @file{img.png} with a height of 10 cm while retaining the original
11970 height:width ratio, do the following
11972 @example
11973 #+ATTR_ODT: :height 10
11974 [[./img.png]]
11975 @end example
11976 @end table
11978 @subsubheading Anchoring of images
11980 @cindex #+ATTR_ODT
11981 You can control the manner in which an image is anchored by setting the
11982 @code{:anchor} property of it's @code{#+ATTR_ODT} line.  You can specify one
11983 of the the following three values for the @code{:anchor} property:
11984 @samp{"as-char"}, @samp{"paragraph"} and @samp{"page"}.
11986 To create an image that is anchored to a page, do the following:
11987 @example
11988 #+ATTR_ODT: :anchor "page"
11989 [[./img.png]]
11990 @end example
11992 @node Math formatting in ODT export, Labels and captions in ODT export, Images in ODT export, OpenDocument Text export
11993 @subsection Math formatting in ODT export
11995 The ODT exporter has special support for handling math.
11997 @menu
11998 * Working with @LaTeX{} math snippets::  How to embed @LaTeX{} math fragments
11999 * Working with MathML or OpenDocument formula files::  How to embed equations in native format
12000 @end menu
12002 @node Working with @LaTeX{} math snippets, Working with MathML or OpenDocument formula files, Math formatting in ODT export, Math formatting in ODT export
12003 @subsubsection Working with @LaTeX{} math snippets
12005 @LaTeX{} math snippets (@pxref{@LaTeX{} fragments}) can be embedded in the ODT
12006 document in one of the following ways:
12008 @cindex MathML
12009 @enumerate
12010 @item MathML
12012 This option is activated on a per-file basis with
12014 @example
12015 #+OPTIONS: LaTeX:t
12016 @end example
12018 With this option, @LaTeX{} fragments are first converted into MathML
12019 fragments using an external @LaTeX{}-to-MathML converter program.  The
12020 resulting MathML fragments are then embedded as an OpenDocument Formula in
12021 the exported document.
12023 @vindex org-latex-to-mathml-convert-command
12024 @vindex org-latex-to-mathml-jar-file
12026 You can specify the @LaTeX{}-to-MathML converter by customizing the variables
12027 @var{org-latex-to-mathml-convert-command} and
12028 @var{org-latex-to-mathml-jar-file}.
12030 If you prefer to use @file{MathToWeb}@footnote{See
12031 @uref{http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl, MathToWeb}} as your
12032 converter, you can configure the above variables as shown below.
12034 @lisp
12035 (setq org-latex-to-mathml-convert-command
12036       "java -jar %j -unicode -force -df %o %I"
12037       org-latex-to-mathml-jar-file
12038       "/path/to/mathtoweb.jar")
12039 @end lisp
12041 You can use the following commands to quickly verify the reliability of
12042 the @LaTeX{}-to-MathML converter.
12044 @table @kbd
12045 @item M-x org-odt-export-as-odf RET
12046 Convert a @LaTeX{} math snippet to an OpenDocument formula (@file{.odf}) file.
12048 @item M-x org-odt-export-as-odf-and-open RET
12049 Convert a @LaTeX{} math snippet to an OpenDocument formula (@file{.odf}) file
12050 and open the formula file with the system-registered application.
12051 @end table
12053 @cindex dvipng
12054 @item PNG images
12056 This option is activated on a per-file basis with
12058 @example
12059 #+OPTIONS: LaTeX:dvipng
12060 @end example
12062 With this option, @LaTeX{} fragments are processed into PNG images and the
12063 resulting images are embedded in the exported document.  This method requires
12064 that the @file{dvipng} program be available on your system.
12065 @end enumerate
12067 @node Working with MathML or OpenDocument formula files,  , Working with @LaTeX{} math snippets, Math formatting in ODT export
12068 @subsubsection Working with MathML or OpenDocument formula files
12070 For various reasons, you may find embedding @LaTeX{} math snippets in an
12071 ODT document less than reliable.  In that case, you can embed a
12072 math equation by linking to its MathML (@file{.mml}) source or its
12073 OpenDocument formula (@file{.odf}) file as shown below:
12075 @example
12076 [[./equation.mml]]
12077 @end example
12081 @example
12082 [[./equation.odf]]
12083 @end example
12085 @node Labels and captions in ODT export, Literal examples in ODT export, Math formatting in ODT export, OpenDocument Text export
12086 @subsection Labels and captions in ODT export
12088 You can label and caption various category of objects---an inline image, a
12089 table, a @LaTeX{} fragment or a Math formula---using @code{#+LABEL} and
12090 @code{#+CAPTION} lines.  @xref{Images and tables}.  ODT exporter enumerates
12091 each labeled or captioned object of a given category separately.  As a
12092 result, each such object is assigned a sequence number based on order of it's
12093 appearance in the Org file.
12095 In the exported document, a user-provided caption is augmented with the
12096 category and sequence number.  Consider the following inline image in an Org
12097 file.
12099 @example
12100 #+CAPTION: Bell curve
12101 #+LABEL:   fig:SED-HR4049
12102 [[./img/a.png]]
12103 @end example
12105 It could be rendered as shown below in the exported document.
12107 @example
12108 Figure 2: Bell curve
12109 @end example
12111 @vindex org-odt-category-map-alist
12112 You can modify the category component of the caption by customizing the
12113 option @var{org-odt-category-map-alist}.  For example, to tag all embedded
12114 images with the string @samp{Illustration} (instead of the default
12115 @samp{Figure}) use the following setting:
12117 @lisp
12118 (setq org-odt-category-map-alist
12119       (("__Figure__" "Illustration" "value" "Figure" org-odt--enumerable-image-p)))
12120 @end lisp
12122 With this, previous image will be captioned as below in the exported
12123 document.
12125 @example
12126 Illustration 2: Bell curve
12127 @end example
12129 @node Literal examples in ODT export, Advanced topics in ODT export, Labels and captions in ODT export, OpenDocument Text export
12130 @subsection Literal examples in ODT export
12132 Export of literal examples (@pxref{Literal examples}) with full fontification
12133 is supported.  Internally, the exporter relies on @file{htmlfontify.el} to
12134 generate all style definitions needed for a fancy listing.@footnote{Your
12135 @file{htmlfontify.el} library must at least be at Emacs 24.1 levels for
12136 fontification to be turned on.}  The auto-generated styles have @samp{OrgSrc}
12137 as prefix and inherit their color from the faces used by Emacs
12138 @code{font-lock} library for the source language.
12140 @vindex org-odt-fontify-srcblocks
12141 If you prefer to use your own custom styles for fontification, you can do
12142 so by customizing the option
12143 @var{org-odt-create-custom-styles-for-srcblocks}.
12145 @vindex org-odt-create-custom-styles-for-srcblocks
12146 You can turn off fontification of literal examples by customizing the
12147 option @var{org-odt-fontify-srcblocks}.
12149 @node Advanced topics in ODT export,  , Literal examples in ODT export, OpenDocument Text export
12150 @subsection Advanced topics in ODT export
12152 If you rely heavily on ODT export, you may want to exploit the full
12153 set of features that the exporter offers.  This section describes features
12154 that would be of interest to power users.
12156 @menu
12157 * Configuring a document converter::  How to register a document converter
12158 * Working with OpenDocument style files::  Explore the internals
12159 * Creating one-off styles::     How to produce custom highlighting etc
12160 * Customizing tables in ODT export::  How to define and use Table templates
12161 * Validating OpenDocument XML::  How to debug corrupt OpenDocument files
12162 @end menu
12164 @node Configuring a document converter, Working with OpenDocument style files, Advanced topics in ODT export, Advanced topics in ODT export
12165 @subsubsection Configuring a document converter
12166 @cindex convert
12167 @cindex doc, docx, rtf
12168 @cindex converter
12170 The ODT exporter can work with popular converters with little or no
12171 extra configuration from your side. @xref{Extending ODT export}.
12172 If you are using a converter that is not supported by default or if you would
12173 like to tweak the default converter settings, proceed as below.
12175 @enumerate
12176 @item Register the converter
12178 @vindex org-odt-convert-processes
12179 Name your converter and add it to the list of known converters by
12180 customizing the option @var{org-odt-convert-processes}.  Also specify how
12181 the converter can be invoked via command-line to effect the conversion.
12183 @item Configure its capabilities
12185 @vindex org-odt-convert-capabilities
12186 @anchor{x-odt-converter-capabilities} Specify the set of formats the
12187 converter can handle by customizing the variable
12188 @var{org-odt-convert-capabilities}.  Use the default value for this
12189 variable as a guide for configuring your converter.  As suggested by the
12190 default setting, you can specify the full set of formats supported by the
12191 converter and not limit yourself to specifying formats that are related to
12192 just the OpenDocument Text format.
12194 @item Choose the converter
12196 @vindex org-odt-convert-process
12197 Select the newly added converter as the preferred one by customizing the
12198 option @var{org-odt-convert-process}.
12199 @end enumerate
12201 @node Working with OpenDocument style files, Creating one-off styles, Configuring a document converter, Advanced topics in ODT export
12202 @subsubsection Working with OpenDocument style files
12203 @cindex styles, custom
12204 @cindex template, custom
12206 This section explores the internals of the ODT exporter and the
12207 means by which it produces styled documents.  Read this section if you are
12208 interested in exploring the automatic and custom OpenDocument styles used by
12209 the exporter.
12211 @anchor{x-factory-styles}
12212 @subsubheading Factory styles
12214 The ODT exporter relies on two files for generating its output.
12215 These files are bundled with the distribution under the directory pointed to
12216 by the variable @var{org-odt-styles-dir}.  The two files are:
12218 @itemize
12219 @anchor{x-orgodtstyles-xml}
12220 @item
12221 @file{OrgOdtStyles.xml}
12223 This file contributes to the @file{styles.xml} file of the final @samp{ODT}
12224 document.  This file gets modified for the following purposes:
12225 @enumerate
12227 @item
12228 To control outline numbering based on user settings.
12230 @item
12231 To add styles generated by @file{htmlfontify.el} for fontification of code
12232 blocks.
12233 @end enumerate
12235 @anchor{x-orgodtcontenttemplate-xml}
12236 @item
12237 @file{OrgOdtContentTemplate.xml}
12239 This file contributes to the @file{content.xml} file of the final @samp{ODT}
12240 document.  The contents of the Org outline are inserted between the
12241 @samp{<office:text>}@dots{}@samp{</office:text>} elements of this file.
12243 Apart from serving as a template file for the final @file{content.xml}, the
12244 file serves the following purposes:
12245 @enumerate
12247 @item
12248 It contains automatic styles for formatting of tables which are referenced by
12249 the exporter.
12251 @item
12252 It contains @samp{<text:sequence-decl>}@dots{}@samp{</text:sequence-decl>}
12253 elements that control how various entities---tables, images, equations,
12254 etc.---are numbered.
12255 @end enumerate
12256 @end itemize
12258 @anchor{x-overriding-factory-styles}
12259 @subsubheading Overriding factory styles
12260 The following two variables control the location from which the ODT
12261 exporter picks up the custom styles and content template files.  You can
12262 customize these variables to override the factory styles used by the
12263 exporter.
12265 @itemize
12266 @anchor{x-org-odt-styles-file}
12267 @item
12268 @var{org-odt-styles-file}
12270 Use this variable to specify the @file{styles.xml} that will be used in the
12271 final output.  You can specify one of the following values:
12273 @enumerate
12274 @item A @file{styles.xml} file
12276 Use this file instead of the default @file{styles.xml}
12278 @item A @file{.odt} or @file{.ott} file
12280 Use the @file{styles.xml} contained in the specified OpenDocument Text or
12281 Template file
12283 @item A @file{.odt} or @file{.ott} file and a subset of files contained within them
12285 Use the @file{styles.xml} contained in the specified OpenDocument Text or
12286 Template file.  Additionally extract the specified member files and embed
12287 those within the final @samp{ODT} document.
12289 Use this option if the @file{styles.xml} file references additional files
12290 like header and footer images.
12292 @item @code{nil}
12294 Use the default @file{styles.xml}
12295 @end enumerate
12297 @anchor{x-org-odt-content-template-file}
12298 @item
12299 @var{org-odt-content-template-file}
12301 Use this variable to specify the blank @file{content.xml} that will be used
12302 in the final output.
12303 @end itemize
12305 @node Creating one-off styles, Customizing tables in ODT export, Working with OpenDocument style files, Advanced topics in ODT export
12306 @subsubsection Creating one-off styles
12308 There are times when you would want one-off formatting in the exported
12309 document.  You can achieve this by embedding raw OpenDocument XML in the Org
12310 file.  The use of this feature is better illustrated with couple of examples.
12312 @enumerate
12313 @item Embedding ODT tags as part of regular text
12315 You can include simple OpenDocument tags by prefixing them with
12316 @samp{@@}.  For example, to highlight a region of text do the following:
12318 @example
12319 @@<text:span text:style-name="Highlight">This is a
12320 highlighted text@@</text:span>.  But this is a
12321 regular text.
12322 @end example
12324 @strong{Hint:} To see the above example in action, edit your
12325 @file{styles.xml} (@pxref{x-orgodtstyles-xml,,Factory styles}) and add a
12326 custom @samp{Highlight} style as shown below.
12328 @example
12329 <style:style style:name="Highlight" style:family="text">
12330   <style:text-properties fo:background-color="#ff0000"/>
12331 </style:style>
12332 @end example
12334 @item Embedding a one-line OpenDocument XML
12336 You can add a simple OpenDocument one-liner using the @code{#+ODT:}
12337 directive.  For example, to force a page break do the following:
12339 @example
12340 #+ODT: <text:p text:style-name="PageBreak"/>
12341 @end example
12343 @strong{Hint:} To see the above example in action, edit your
12344 @file{styles.xml} (@pxref{x-orgodtstyles-xml,,Factory styles}) and add a
12345 custom @samp{PageBreak} style as shown below.
12347 @example
12348 <style:style style:name="PageBreak" style:family="paragraph"
12349              style:parent-style-name="Text_20_body">
12350   <style:paragraph-properties fo:break-before="page"/>
12351 </style:style>
12352 @end example
12354 @item Embedding a block of OpenDocument XML
12356 You can add a large block of OpenDocument XML using the
12357 @code{#+BEGIN_ODT}@dots{}@code{#+END_ODT} construct.
12359 For example, to create a one-off paragraph that uses bold text, do the
12360 following:
12362 @example
12363 #+BEGIN_ODT
12364 <text:p text:style-name="Text_20_body_20_bold">
12365 This paragraph is specially formatted and uses bold text.
12366 </text:p>
12367 #+END_ODT
12368 @end example
12370 @end enumerate
12372 @node Customizing tables in ODT export, Validating OpenDocument XML, Creating one-off styles, Advanced topics in ODT export
12373 @subsubsection Customizing tables in ODT export
12374 @cindex tables, in ODT export
12376 @cindex #+ATTR_ODT
12377 You can override the default formatting of the table by specifying a custom
12378 table style with the @code{#+ATTR_ODT} line.  For a discussion on default
12379 formatting of tables @pxref{Tables in ODT export}.
12381 This feature closely mimics the way table templates are defined in the
12382 OpenDocument-v1.2
12383 specification.@footnote{@url{http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html,
12384 OpenDocument-v1.2 Specification}}
12386 @subsubheading Custom table styles: an illustration
12388 @vindex org-odt-table-styles
12389 To have a quick preview of this feature, install the below setting and
12390 export the table that follows:
12392 @lisp
12393 (setq org-odt-table-styles
12394       (append org-odt-table-styles
12395             '(("TableWithHeaderRowAndColumn" "Custom"
12396                 ((use-first-row-styles . t)
12397                  (use-first-column-styles . t)))
12398                 ("TableWithFirstRowandLastRow" "Custom"
12399                  ((use-first-row-styles . t)
12400                  (use-last-row-styles . t))))))
12401 @end lisp
12403 @example
12404 #+ATTR_ODT: :style "TableWithHeaderRowAndColumn"
12405 | Name  | Phone | Age |
12406 | Peter |  1234 |  17 |
12407 | Anna  |  4321 |  25 |
12408 @end example
12410 In the above example, you used a template named @samp{Custom} and installed
12411 two table styles with the names @samp{TableWithHeaderRowAndColumn} and
12412 @samp{TableWithFirstRowandLastRow}.  (@strong{Important:} The OpenDocument
12413 styles needed for producing the above template have been pre-defined for
12414 you.  These styles are available under the section marked @samp{Custom
12415 Table Template} in @file{OrgOdtContentTemplate.xml}
12416 (@pxref{x-orgodtcontenttemplate-xml,,Factory styles}).  If you need
12417 additional templates you have to define these styles yourselves.
12419 @subsubheading Custom table styles: the nitty-gritty
12420 To use this feature proceed as follows:
12422 @enumerate
12423 @item
12424 Create a table template@footnote{See the @code{<table:table-template>}
12425 element of the OpenDocument-v1.2 specification}
12427 A table template is nothing but a set of @samp{table-cell} and
12428 @samp{paragraph} styles for each of the following table cell categories:
12430 @itemize @minus
12431 @item Body
12432 @item First column
12433 @item Last column
12434 @item First row
12435 @item Last row
12436 @item Even row
12437 @item Odd row
12438 @item Even column
12439 @item Odd Column
12440 @end itemize
12442 The names for the above styles must be chosen based on the name of the table
12443 template using a well-defined convention.
12445 The naming convention is better illustrated with an example.  For a table
12446 template with the name @samp{Custom}, the needed style names are listed in
12447 the following table.
12449 @multitable  {Table cell type} {CustomEvenColumnTableCell} {CustomEvenColumnTableParagraph}
12450 @headitem Table cell type
12451 @tab @code{table-cell} style
12452 @tab @code{paragraph} style
12453 @item
12454 @tab
12455 @tab
12456 @item Body
12457 @tab @samp{CustomTableCell}
12458 @tab @samp{CustomTableParagraph}
12459 @item First column
12460 @tab @samp{CustomFirstColumnTableCell}
12461 @tab @samp{CustomFirstColumnTableParagraph}
12462 @item Last column
12463 @tab @samp{CustomLastColumnTableCell}
12464 @tab @samp{CustomLastColumnTableParagraph}
12465 @item First row
12466 @tab @samp{CustomFirstRowTableCell}
12467 @tab @samp{CustomFirstRowTableParagraph}
12468 @item Last row
12469 @tab @samp{CustomLastRowTableCell}
12470 @tab @samp{CustomLastRowTableParagraph}
12471 @item Even row
12472 @tab @samp{CustomEvenRowTableCell}
12473 @tab @samp{CustomEvenRowTableParagraph}
12474 @item Odd row
12475 @tab @samp{CustomOddRowTableCell}
12476 @tab @samp{CustomOddRowTableParagraph}
12477 @item Even column
12478 @tab @samp{CustomEvenColumnTableCell}
12479 @tab @samp{CustomEvenColumnTableParagraph}
12480 @item Odd column
12481 @tab @samp{CustomOddColumnTableCell}
12482 @tab @samp{CustomOddColumnTableParagraph}
12483 @end multitable
12485 To create a table template with the name @samp{Custom}, define the above
12486 styles in the
12487 @code{<office:automatic-styles>}...@code{</office:automatic-styles>} element
12488 of the content template file (@pxref{x-orgodtcontenttemplate-xml,,Factory
12489 styles}).
12491 @item
12492 Define a table style@footnote{See the attributes @code{table:template-name},
12493 @code{table:use-first-row-styles}, @code{table:use-last-row-styles},
12494 @code{table:use-first-column-styles}, @code{table:use-last-column-styles},
12495 @code{table:use-banding-rows-styles}, and
12496 @code{table:use-banding-column-styles} of the @code{<table:table>} element in
12497 the OpenDocument-v1.2 specification}
12499 @vindex org-odt-table-styles
12500 To define a table style, create an entry for the style in the variable
12501 @code{org-odt-table-styles} and specify the following:
12503 @itemize @minus
12504 @item the name of the table template created in step (1)
12505 @item the set of cell styles in that template that are to be activated
12506 @end itemize
12508 For example, the entry below defines two different table styles
12509 @samp{TableWithHeaderRowAndColumn} and @samp{TableWithFirstRowandLastRow}
12510 based on the same template @samp{Custom}.  The styles achieve their intended
12511 effect by selectively activating the individual cell styles in that template.
12513 @lisp
12514 (setq org-odt-table-styles
12515       (append org-odt-table-styles
12516               '(("TableWithHeaderRowAndColumn" "Custom"
12517                  ((use-first-row-styles . t)
12518                   (use-first-column-styles . t)))
12519                 ("TableWithFirstRowandLastRow" "Custom"
12520                  ((use-first-row-styles . t)
12521                   (use-last-row-styles . t))))))
12522 @end lisp
12524 @item
12525 Associate a table with the table style
12527 To do this, specify the table style created in step (2) as part of
12528 the @code{ATTR_ODT} line as shown below.
12530 @example
12531 #+ATTR_ODT: :style "TableWithHeaderRowAndColumn"
12532 | Name  | Phone | Age |
12533 | Peter |  1234 |  17 |
12534 | Anna  |  4321 |  25 |
12535 @end example
12536 @end enumerate
12538 @node Validating OpenDocument XML,  , Customizing tables in ODT export, Advanced topics in ODT export
12539 @subsubsection Validating OpenDocument XML
12541 Occasionally, you will discover that the document created by the
12542 ODT exporter cannot be opened by your favorite application.  One of
12543 the common reasons for this is that the @file{.odt} file is corrupt.  In such
12544 cases, you may want to validate the document against the OpenDocument RELAX
12545 NG Compact Syntax (RNC) schema.
12547 For de-compressing the @file{.odt} file@footnote{@file{.odt} files are
12548 nothing but @samp{zip} archives}: @inforef{File Archives,,emacs}.  For
12549 general help with validation (and schema-sensitive editing) of XML files:
12550 @inforef{Introduction,,nxml-mode}.
12552 @vindex org-odt-schema-dir
12553 If you have ready access to OpenDocument @file{.rnc} files and the needed
12554 schema-locating rules in a single folder, you can customize the variable
12555 @var{org-odt-schema-dir} to point to that directory.  The ODT exporter
12556 will take care of updating the @code{rng-schema-locating-files} for you.
12558 @c end opendocument
12560 @node iCalendar export, Advanced configuration, OpenDocument Text export, Exporting
12561 @section iCalendar export
12562 @cindex iCalendar export
12564 @vindex org-icalendar-include-todo
12565 @vindex org-icalendar-use-deadline
12566 @vindex org-icalendar-use-scheduled
12567 @vindex org-icalendar-categories
12568 @vindex org-icalendar-alarm-time
12569 Some people use Org mode for keeping track of projects, but still prefer a
12570 standard calendar application for anniversaries and appointments.  In this
12571 case it can be useful to show deadlines and other time-stamped items in Org
12572 files in the calendar application.  Org mode can export calendar information
12573 in the standard iCalendar format.  If you also want to have TODO entries
12574 included in the export, configure the variable
12575 @var{org-icalendar-include-todo}.  Plain timestamps are exported as VEVENT,
12576 and TODO items as VTODO@.  It will also create events from deadlines that are
12577 in non-TODO items.  Deadlines and scheduling dates in TODO items will be used
12578 to set the start and due dates for the TODO entry@footnote{See the variables
12579 @var{org-icalendar-use-deadline} and @var{org-icalendar-use-scheduled}.}.
12580 As categories, it will use the tags locally defined in the heading, and the
12581 file/tree category@footnote{To add inherited tags or the TODO state,
12582 configure the variable @var{org-icalendar-categories}.}.  See the variable
12583 @var{org-icalendar-alarm-time} for a way to assign alarms to entries with a
12584 time.
12586 @vindex org-icalendar-store-UID
12587 @cindex property, ID
12588 The iCalendar standard requires each entry to have a globally unique
12589 identifier (UID).  Org creates these identifiers during export.  If you set
12590 the variable @var{org-icalendar-store-UID}, the UID will be stored in the
12591 @code{:ID:} property of the entry and re-used next time you report this
12592 entry.  Since a single entry can give rise to multiple iCalendar entries (as
12593 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
12594 prefixes to the UID, depending on what triggered the inclusion of the entry.
12595 In this way the UID remains unique, but a synchronization program can still
12596 figure out from which entry all the different instances originate.
12598 @table @kbd
12599 @orgcmd{C-c C-e c f,org-icalendar-export-to-ics}
12600 Create iCalendar entries for the current buffer and store them in the same
12601 directory, using a file extension @file{.ics}.
12602 @orgcmd{C-c C-e c a, org-icalendar-export-agenda-files}
12603 @vindex org-agenda-files
12604 Like @kbd{C-c C-e c f}, but do this for all files in
12605 @var{org-agenda-files}.  For each of these files, a separate iCalendar
12606 file will be written.
12607 @orgcmd{C-c C-e c c,org-icalendar-combine-agenda-files}
12608 @vindex org-icalendar-combined-agenda-file
12609 Create a single large iCalendar file from all files in
12610 @var{org-agenda-files} and write it to the file given by
12611 @var{org-icalendar-combined-agenda-file}.
12612 @end table
12614 @vindex org-use-property-inheritance
12615 @vindex org-icalendar-include-body
12616 @cindex property, SUMMARY
12617 @cindex property, DESCRIPTION
12618 @cindex property, LOCATION
12619 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
12620 property can be inherited from higher in the hierarchy if you configure
12621 @var{org-use-property-inheritance} accordingly.} properties if the selected
12622 entries have them.  If not, the summary will be derived from the headline,
12623 and the description from the body (limited to
12624 @var{org-icalendar-include-body} characters).
12626 How this calendar is best read and updated, depends on the application
12627 you are using.  The FAQ covers this issue.
12629 @node Advanced configuration,  , iCalendar export, Exporting
12630 @section Advanced configuration
12632 @subheading Hooks
12634 @vindex org-export-before-processing-hook
12635 @vindex org-export-before-parsing-hook
12636 Two hooks are run during the first steps of the export process.  The first
12637 one, @var{org-export-before-processing-hook} is called before expanding
12638 macros, Babel code and include keywords in the buffer.  The second one,
12639 @var{org-export-before-parsing-hook}, as its name suggests, happens just
12640 before parsing the buffer.  Their main use is for heavy duties, that is
12641 duties involving structural modifications of the document.  For example, one
12642 may want to remove every headline in the buffer during export.  The following
12643 code can achieve this:
12645 @example
12646 (defun my-headline-removal (backend)
12647   "Remove all headlines in the current buffer.
12648 BACKEND is the export back-end being used, as a symbol."
12649   (org-map-entries
12650    (lambda () (delete-region (point) (progn (forward-line) (point))))))
12652 (add-hook 'org-export-before-parsing-hook 'my-headline-removal)
12653 @end example
12655 Note that functions used in these hooks require a mandatory argument,
12656 a symbol representing the back-end used.
12658 @subheading Filters
12660 @cindex Filters, exporting
12661 Filters are lists of functions applied on a specific part of the output from
12662 a given back-end.  More explicitly, each time a back-end transforms an Org
12663 object or element into another language, all functions within a given filter
12664 type are called in turn on the string produced.  The string returned by the
12665 last function will be the one used in the final output.
12667 There are filters sets for each type of element or object, for plain text,
12668 for the parse tree, for the export options and for the final output.  They
12669 are all named after the same scheme: @code{org-export-filter-TYPE-functions},
12670 where @code{TYPE} is the type targeted by the filter. Valid types are:
12672 @itemize @minus
12673 @item bold
12674 @item babel-call
12675 @item center-block
12676 @item clock
12677 @item code
12678 @item comment
12679 @item comment-block
12680 @item diary-sexp
12681 @item drawer
12682 @item dynamic-block
12683 @item entity
12684 @item example-block
12685 @item export-block
12686 @item export-snippet
12687 @item final-output
12688 @item fixed-width
12689 @item footnote-definition
12690 @item footnote-reference
12691 @item headline
12692 @item horizontal-rule
12693 @item inline-babel-call
12694 @item inline-src-block
12695 @item inlinetask
12696 @item italic
12697 @item item
12698 @item keyword
12699 @item latex-environment
12700 @item latex-fragment
12701 @item line-break
12702 @item link
12703 @item node-property
12704 @item options
12705 @item paragraph
12706 @item parse-tree
12707 @item plain-list
12708 @item plain-text
12709 @item planning
12710 @item property-drawer
12711 @item quote-block
12712 @item quote-section
12713 @item radio-target
12714 @item section
12715 @item special-block
12716 @item src-block
12717 @item statistics-cookie
12718 @item strike-through
12719 @item subscript
12720 @item superscript
12721 @item table
12722 @item table-cell
12723 @item table-row
12724 @item target
12725 @item timestamp
12726 @item underline
12727 @item verbatim
12728 @item verse-block
12729 @end itemize
12731 For example, the following snippet allows me to use non-breaking spaces in
12732 the Org buffer and get them translated into @LaTeX{} without using the
12733 @code{\nbsp} macro (where @code{_} stands for the non-breaking space):
12735 @example
12736 (defun my-latex-filter-nobreaks (text backend info)
12737   "Ensure \" \" are properly handled in LaTeX export."
12738   (when (org-export-derived-backend-p backend 'latex)
12739         (replace-regexp-in-string " " "~" text)))
12741 (add-to-list 'org-export-filter-plain-text-functions
12742              'my-latex-filter-nobreaks)
12743 @end example
12745 Three arguments must be provided to a fiter: the code being changed, the
12746 back-end used, and some information about the export process.  You can safely
12747 ignore the third argument for most purposes.  Note the use of
12748 @var{org-export-derived-backend-p}, which ensures that the filter will only
12749 be applied when using @code{latex} back-end or any other back-end derived
12750 from it (e.g., @code{beamer}).
12752 @subheading Extending an existing back-end
12754 This is obviously the most powerful customization, since the changes happen
12755 at the parser level.  Indeed, some export back-ends are built as extensions
12756 of other ones (e.g. Markdown back-end an extension of HTML back-end).
12758 Extending a back-end means that if an element type is not transcoded by the
12759 new back-end, it will be handled by the original one.  Hence you can extend
12760 specific parts of a back-end without too much work.
12762 As an example, imagine we want the @code{ascii} back-end to display the
12763 language used in a source block, when it is available, but only when some
12764 attribute is non-nil, like the following:
12766 @example
12767 #+ATTR_ASCII: :language t
12768 @end example
12770 Because that back-end is lacking in that area, we are going to create a new
12771 back-end, @code{my-ascii} that will do the job.
12773 @example
12774 (defun my-ascii-src-block (src-block contents info)
12775   "Transcode a SRC-BLOCK element from Org to ASCII.
12776 CONTENTS is nil.  INFO is a plist used as a communication
12777 channel."
12778   (if (not (org-export-read-attribute :attr_ascii src-block :language))
12779     (org-export-with-backend 'ascii src-block contents info)
12780   (concat
12781    (format ",--[ %s ]--\n%s`----"
12782            (org-element-property :language src-block)
12783            (replace-regexp-in-string
12784             "^" "| "
12785             (org-element-normalize-string
12786              (org-export-format-code-default src-block info)))))))
12788 (org-export-define-derived-backend 'my-ascii 'ascii
12789   :translate-alist '((src-block . my-ascii-src-block)))
12790 @end example
12792 The @code{my-ascii-src-block} function looks at the attribute above the
12793 element.  If it isn’t true, it gives hand to the @code{ascii} back-end.
12794 Otherwise, it creates a box around the code, leaving room for the language.
12795 A new back-end is then created.  It only changes its behaviour when
12796 translating @code{src-block} type element.  Now, all it takes to use the new
12797 back-end is calling the following from an Org buffer:
12799 @example
12800 (org-export-to-buffer 'my-ascii "*Org MY-ASCII Export*")
12801 @end example
12803 It is obviously possible to write an interactive function for this, install
12804 it in the export dispatcher menu, and so on.
12806 @node Publishing, Working With Source Code, Exporting, Top
12807 @chapter Publishing
12808 @cindex publishing
12810 Org includes a publishing management system that allows you to configure
12811 automatic HTML conversion of @emph{projects} composed of interlinked org
12812 files.  You can also configure Org to automatically upload your exported HTML
12813 pages and related attachments, such as images and source code files, to a web
12814 server.
12816 You can also use Org to convert files into PDF, or even combine HTML and PDF
12817 conversion so that files are available in both formats on the server.
12819 Publishing has been contributed to Org by David O'Toole.
12821 @menu
12822 * Configuration::               Defining projects
12823 * Uploading files::             How to get files up on the server
12824 * Sample configuration::        Example projects
12825 * Triggering publication::      Publication commands
12826 @end menu
12828 @node Configuration, Uploading files, Publishing, Publishing
12829 @section Configuration
12831 Publishing needs significant configuration to specify files, destination
12832 and many other properties of a project.
12834 @menu
12835 * Project alist::               The central configuration variable
12836 * Sources and destinations::    From here to there
12837 * Selecting files::             What files are part of the project?
12838 * Publishing action::           Setting the function doing the publishing
12839 * Publishing options::          Tweaking HTML/@LaTeX{} export
12840 * Publishing links::            Which links keep working after publishing?
12841 * Sitemap::                     Generating a list of all pages
12842 * Generating an index::         An index that reaches across pages
12843 @end menu
12845 @node Project alist, Sources and destinations, Configuration, Configuration
12846 @subsection The variable @var{org-publish-project-alist}
12847 @cindex org-publish-project-alist
12848 @cindex projects, for publishing
12850 @vindex org-publish-project-alist
12851 Publishing is configured almost entirely through setting the value of one
12852 variable, called @var{org-publish-project-alist}.  Each element of the list
12853 configures one project, and may be in one of the two following forms:
12855 @lisp
12856    ("project-name" :property value :property value ...)
12857      @r{i.e., a well-formed property list with alternating keys and values}
12858 @r{or}
12859    ("project-name" :components ("project-name" "project-name" ...))
12861 @end lisp
12863 In both cases, projects are configured by specifying property values.  A
12864 project defines the set of files that will be published, as well as the
12865 publishing configuration to use when publishing those files.  When a project
12866 takes the second form listed above, the individual members of the
12867 @code{:components} property are taken to be sub-projects, which group
12868 together files requiring different publishing options.  When you publish such
12869 a ``meta-project'', all the components will also be published, in the
12870 sequence given.
12872 @node Sources and destinations, Selecting files, Project alist, Configuration
12873 @subsection Sources and destinations for files
12874 @cindex directories, for publishing
12876 Most properties are optional, but some should always be set.  In
12877 particular, Org needs to know where to look for source files,
12878 and where to put published files.
12880 @multitable @columnfractions 0.3 0.7
12881 @item @code{:base-directory}
12882 @tab Directory containing publishing source files
12883 @item @code{:publishing-directory}
12884 @tab Directory where output files will be published.  You can directly
12885 publish to a web server using a file name syntax appropriate for
12886 the Emacs @file{tramp} package.  Or you can publish to a local directory and
12887 use external tools to upload your website (@pxref{Uploading files}).
12888 @item @code{:preparation-function}
12889 @tab Function or list of functions to be called before starting the
12890 publishing process, for example, to run @code{make} for updating files to be
12891 published.  The project property list is scoped into this call as the
12892 variable @code{project-plist}.
12893 @item @code{:completion-function}
12894 @tab Function or list of functions called after finishing the publishing
12895 process, for example, to change permissions of the resulting files.  The
12896 project property list is scoped into this call as the variable
12897 @code{project-plist}.
12898 @end multitable
12899 @noindent
12901 @node Selecting files, Publishing action, Sources and destinations, Configuration
12902 @subsection Selecting files
12903 @cindex files, selecting for publishing
12905 By default, all files with extension @file{.org} in the base directory
12906 are considered part of the project.  This can be modified by setting the
12907 properties
12908 @multitable @columnfractions 0.25 0.75
12909 @item @code{:base-extension}
12910 @tab Extension (without the dot!) of source files.  This actually is a
12911 regular expression.  Set this to the symbol @code{any} if you want to get all
12912 files in @code{:base-directory}, even without extension.
12914 @item @code{:exclude}
12915 @tab Regular expression to match file names that should not be
12916 published, even though they have been selected on the basis of their
12917 extension.
12919 @item @code{:include}
12920 @tab List of files to be included regardless of @code{:base-extension}
12921 and @code{:exclude}.
12923 @item @code{:recursive}
12924 @tab Non-nil means, check base-directory recursively for files to publish.
12925 @end multitable
12927 @node Publishing action, Publishing options, Selecting files, Configuration
12928 @subsection Publishing action
12929 @cindex action, for publishing
12931 Publishing means that a file is copied to the destination directory and
12932 possibly transformed in the process.  The default transformation is to export
12933 Org files as HTML files, and this is done by the function
12934 @code{org-html-publish-to-html}, which calls the HTML exporter (@pxref{HTML
12935 export}).  But you also can publish your content as PDF files using
12936 @code{org-latex-publish-to-pdf} or as @code{ascii}, @code{Texinfo}, etc.,
12937 using the corresponding functions.
12939 If you want to publish the Org file as an @code{.org} file but with the
12940 @i{archived}, @i{commented} and @i{tag-excluded} trees removed, use the
12941 function @code{org-org-publish-to-org}.  This will produce @file{file.org}
12942 and put it in the publishing directory.  If you want a htmlized version of
12943 this file, set the parameter @code{:htmlized-source} to @code{t}, it will
12944 produce @file{file.org.html} in the publishing directory@footnote{If the
12945 publishing directory is the same than the source directory, @file{file.org}
12946 will be exported as @file{file.org.org}, so probably don't want to do this.}.
12948 Other files like images only need to be copied to the publishing destination.
12949 For this you can use @code{org-publish-attachment}.  For non-org files, you
12950 always need to specify the publishing function:
12952 @multitable @columnfractions 0.3 0.7
12953 @item @code{:publishing-function}
12954 @tab Function executing the publication of a file.  This may also be a
12955 list of functions, which will all be called in turn.
12956 @item @code{:htmlized-source}
12957 @tab Non-nil means, publish htmlized source.
12958 @end multitable
12960 The function must accept three arguments: a property list containing at least
12961 a @code{:publishing-directory} property, the name of the file to be published
12962 and the path to the publishing directory of the output file.  It should take
12963 the specified file, make the necessary transformation (if any) and place the
12964 result into the destination folder.
12966 @node Publishing options, Publishing links, Publishing action, Configuration
12967 @subsection Options for the exporters
12968 @cindex options, for publishing
12970 The property list can be used to set many export options for the exporters.
12971 In most cases, these properties correspond to user variables in Org.  The
12972 first table below lists these properties along with the variable they belong
12973 to.  The second table list HTML specific properties.  See the documentation
12974 string for the respective variable for details.
12976 @vindex org-export-with-archived-trees
12977 @vindex org-export-with-author
12978 @vindex org-export-with-creator
12979 @vindex org-display-custom-times
12980 @vindex org-export-with-drawers
12981 @vindex org-export-with-email
12982 @vindex user-mail-address
12983 @vindex org-export-with-emphasize
12984 @vindex org-export-exclude-tags
12985 @vindex org-export-with-fixed-width
12986 @vindex org-export-with-footnotes
12987 @vindex org-export-headline-levels
12988 @vindex org-export-default-language
12989 @vindex org-export-with-latex
12990 @vindex org-export-preserve-breaks
12991 @vindex org-export-with-priority
12992 @vindex org-export-publishing-directory
12993 @vindex org-export-with-section-numbers
12994 @vindex org-export-select-tags
12995 @vindex org-export-with-special-strings
12996 @vindex org-export-with-sub-superscripts
12997 @vindex org-export-with-toc
12998 @vindex org-export-with-tables
12999 @vindex org-export-with-tags
13000 @vindex org-export-with-tasks
13001 @vindex org-export-with-timestamps
13002 @vindex org-export-with-todo-keywords
13004 @multitable @columnfractions 0.32 0.68
13005 @item @code{:archived-trees}        @tab @var{org-export-with-archived-trees}
13006 @item @code{:author}                @tab @var{org-export-with-author}
13007 @item @code{:creator}               @tab @var{org-export-with-creator}
13008 @item @code{:customtime}            @tab @var{org-display-custom-times}
13009 @item @code{:drawers}               @tab @var{org-export-with-drawers}
13010 @item @code{:email}                 @tab @var{org-export-with-email}
13011 @item @code{:email}                 @tab @var{user-mail-address} : @code{addr;addr;..}
13012 @item @code{:emphasize}             @tab @var{org-export-with-emphasize}
13013 @item @code{:exclude-tags}          @tab @var{org-export-exclude-tags}
13014 @item @code{:fixed-width}           @tab @var{org-export-with-fixed-width}
13015 @item @code{:footnotes}             @tab @var{org-export-with-footnotes}
13016 @item @code{:headline-levels}       @tab @var{org-export-headline-levels}
13017 @item @code{:language}              @tab @var{org-export-default-language}
13018 @item @code{:latex-fragments}       @tab @var{org-export-with-latex}
13019 @item @code{:preserve-breaks}       @tab @var{org-export-preserve-breaks}
13020 @item @code{:priority}              @tab @var{org-export-with-priority}
13021 @item @code{:publishing-directory}  @tab @var{org-export-publishing-directory}
13022 @item @code{:section-numbers}       @tab @var{org-export-with-section-numbers}
13023 @item @code{:select-tags}           @tab @var{org-export-select-tags}
13024 @item @code{:special-strings}       @tab @var{org-export-with-special-strings}
13025 @item @code{:sub-superscript}       @tab @var{org-export-with-sub-superscripts}
13026 @item @code{:table-of-contents}     @tab @var{org-export-with-toc}
13027 @item @code{:tables}                @tab @var{org-export-with-tables}
13028 @item @code{:tags}                  @tab @var{org-export-with-tags}
13029 @item @code{:tasks}                 @tab @var{org-export-with-tasks}
13030 @item @code{:timestamps}            @tab @var{org-export-with-timestamps}
13031 @item @code{:todo-keywords}         @tab @var{org-export-with-todo-keywords}
13032 @end multitable
13034 @vindex org-html-doctype
13035 @vindex org-html-xml-declaration
13036 @vindex org-html-link-up
13037 @vindex org-html-link-home
13038 @vindex org-html-link-org-files-as-html
13039 @vindex org-html-head
13040 @vindex org-html-head-extra
13041 @vindex org-html-inline-images
13042 @vindex org-html-extension
13043 @vindex org-html-preamble
13044 @vindex org-html-postamble
13045 @vindex org-html-table-default-attributes
13046 @vindex org-html-style-include-default
13047 @vindex org-html-style-include-scripts
13048 @multitable @columnfractions 0.32 0.68
13049 @item @code{:html-doctype}          @tab @var{org-html-doctype}
13050 @item @code{:html-xml-declaration}  @tab @var{org-html-xml-declaration}
13051 @item @code{:html-link-up}          @tab @var{org-html-link-up}
13052 @item @code{:html-link-home}        @tab @var{org-html-link-home}
13053 @item @code{:html-link-org-as-html} @tab @var{org-html-link-org-files-as-html}
13054 @item @code{:html-head}             @tab @var{org-html-head}
13055 @item @code{:html-head-extra}       @tab @var{org-html-head-extra}
13056 @item @code{:html-inline-images}    @tab @var{org-html-inline-images}
13057 @item @code{:html-extension}        @tab @var{org-html-extension}
13058 @item @code{:html-preamble}         @tab @var{org-html-preamble}
13059 @item @code{:html-postamble}        @tab @var{org-html-postamble}
13060 @item @code{:html-table-attributes}        @tab @var{org-html-table-default-attributes}
13061 @item @code{:html-head-include-default-style} @tab @var{org-html-style-include-default}
13062 @item @code{:html-head-include-scripts} @tab @var{org-html-style-include-scripts}
13063 @end multitable
13065 Most of the @code{org-export-with-*} variables have the same effect in each
13066 exporter.
13068 @vindex org-publish-project-alist
13069 When a property is given a value in @var{org-publish-project-alist}, its
13070 setting overrides the value of the corresponding user variable (if any)
13071 during publishing.  Options set within a file (@pxref{Export settings}),
13072 however, override everything.
13074 @node Publishing links, Sitemap, Publishing options, Configuration
13075 @subsection Links between published files
13076 @cindex links, publishing
13078 To create a link from one Org file to another, you would use something like
13079 @samp{[[file:foo.org][The foo]]} or simply @samp{file:foo.org.}
13080 (@pxref{Hyperlinks}).  When published, this link becomes a link to
13081 @file{foo.html}.  You can thus interlink the pages of your "org web" project
13082 and the links will work as expected when you publish them to HTML@.  If you
13083 also publish the Org source file and want to link to it, use an @code{http:}
13084 link instead of a @code{file:} link, because @code{file:} links are converted
13085 to link to the corresponding @file{html} file.
13087 You may also link to related files, such as images.  Provided you are careful
13088 with relative file names, and provided you have also configured Org to upload
13089 the related files, these links will work too.  See @ref{Complex example}, for
13090 an example of this usage.
13092 @node Sitemap, Generating an index, Publishing links, Configuration
13093 @subsection Generating a sitemap
13094 @cindex sitemap, of published pages
13096 The following properties may be used to control publishing of
13097 a map of files for a given project.
13099 @multitable @columnfractions 0.35 0.65
13100 @item @code{:auto-sitemap}
13101 @tab When non-nil, publish a sitemap during @code{org-publish-current-project}
13102 or @code{org-publish-all}.
13104 @item @code{:sitemap-filename}
13105 @tab Filename for output of sitemap.  Defaults to @file{sitemap.org} (which
13106 becomes @file{sitemap.html}).
13108 @item @code{:sitemap-title}
13109 @tab Title of sitemap page.  Defaults to name of file.
13111 @item @code{:sitemap-function}
13112 @tab Plug-in function to use for generation of the sitemap.
13113 Defaults to @code{org-publish-org-sitemap}, which generates a plain list
13114 of links to all files in the project.
13116 @item @code{:sitemap-sort-folders}
13117 @tab Where folders should appear in the sitemap.  Set this to @code{first}
13118 (default) or @code{last} to display folders first or last,
13119 respectively.  Any other value will mix files and folders.
13121 @item @code{:sitemap-sort-files}
13122 @tab How the files are sorted in the site map.  Set this to
13123 @code{alphabetically} (default), @code{chronologically} or
13124 @code{anti-chronologically}.  @code{chronologically} sorts the files with
13125 older date first while @code{anti-chronologically} sorts the files with newer
13126 date first.  @code{alphabetically} sorts the files alphabetically.  The date of
13127 a file is retrieved with @code{org-publish-find-date}.
13129 @item @code{:sitemap-ignore-case}
13130 @tab Should sorting be case-sensitive?  Default @code{nil}.
13132 @item @code{:sitemap-file-entry-format}
13133 @tab With this option one can tell how a sitemap's entry is formatted in the
13134 sitemap.  This is a format string with some escape sequences: @code{%t} stands
13135 for the title of the file, @code{%a} stands for the author of the file and
13136 @code{%d} stands for the date of the file.  The date is retrieved with the
13137 @code{org-publish-find-date} function and formatted with
13138 @code{org-publish-sitemap-date-format}.  Default @code{%t}.
13140 @item @code{:sitemap-date-format}
13141 @tab Format string for the @code{format-time-string} function that tells how
13142 a sitemap entry's date is to be formatted.  This property bypasses
13143 @var{org-publish-sitemap-date-format} which defaults to @code{%Y-%m-%d}.
13145 @item @code{:sitemap-sans-extension}
13146 @tab When non-nil, remove filenames' extensions from the generated sitemap.
13147 Useful to have cool URIs (see @uref{http://www.w3.org/Provider/Style/URI}).
13148 Defaults to @code{nil}.
13150 @end multitable
13152 @node Generating an index,  , Sitemap, Configuration
13153 @subsection Generating an index
13154 @cindex index, in a publishing project
13156 Org mode can generate an index across the files of a publishing project.
13158 @multitable @columnfractions 0.25 0.75
13159 @item @code{:makeindex}
13160 @tab When non-nil, generate in index in the file @file{theindex.org} and
13161 publish it as @file{theindex.html}.
13162 @end multitable
13164 The file will be created when first publishing a project with the
13165 @code{:makeindex} set.  The file only contains a statement @code{#+INCLUDE:
13166 "theindex.inc"}.  You can then build around this include statement by adding
13167 a title, style information, etc.
13169 @node Uploading files, Sample configuration, Configuration, Publishing
13170 @section Uploading files
13171 @cindex rsync
13172 @cindex unison
13174 For those people already utilizing third party sync tools such as
13175 @command{rsync} or @command{unison}, it might be preferable not to use the built in
13176 @i{remote} publishing facilities of Org mode which rely heavily on
13177 Tramp.  Tramp, while very useful and powerful, tends not to be
13178 so efficient for multiple file transfer and has been known to cause problems
13179 under heavy usage.
13181 Specialized synchronization utilities offer several advantages.  In addition
13182 to timestamp comparison, they also do content and permissions/attribute
13183 checks.  For this reason you might prefer to publish your web to a local
13184 directory (possibly even @i{in place} with your Org files) and then use
13185 @file{unison} or @file{rsync} to do the synchronization with the remote host.
13187 Since Unison (for example) can be configured as to which files to transfer to
13188 a certain remote destination, it can greatly simplify the project publishing
13189 definition.  Simply keep all files in the correct location, process your Org
13190 files with @code{org-publish} and let the synchronization tool do the rest.
13191 You do not need, in this scenario, to include attachments such as @file{jpg},
13192 @file{css} or @file{gif} files in the project definition since the 3rd party
13193 tool syncs them.
13195 Publishing to a local directory is also much faster than to a remote one, so
13196 that you can afford more easily to republish entire projects.  If you set
13197 @var{org-publish-use-timestamps-flag} to @code{nil}, you gain the main
13198 benefit of re-including any changed external files such as source example
13199 files you might include with @code{#+INCLUDE:}.  The timestamp mechanism in
13200 Org is not smart enough to detect if included files have been modified.
13202 @node Sample configuration, Triggering publication, Uploading files, Publishing
13203 @section Sample configuration
13205 Below we provide two example configurations.  The first one is a simple
13206 project publishing only a set of Org files.  The second example is
13207 more complex, with a multi-component project.
13209 @menu
13210 * Simple example::              One-component publishing
13211 * Complex example::             A multi-component publishing example
13212 @end menu
13214 @node Simple example, Complex example, Sample configuration, Sample configuration
13215 @subsection Example: simple publishing configuration
13217 This example publishes a set of Org files to the @file{public_html}
13218 directory on the local machine.
13220 @lisp
13221 (setq org-publish-project-alist
13222       '(("org"
13223          :base-directory "~/org/"
13224          :publishing-directory "~/public_html"
13225          :section-numbers nil
13226          :table-of-contents nil
13227          :style "<link rel=\"stylesheet\"
13228                 href=\"../other/mystyle.css\"
13229                 type=\"text/css\"/>")))
13230 @end lisp
13232 @node Complex example,  , Simple example, Sample configuration
13233 @subsection Example: complex publishing configuration
13235 This more complicated example publishes an entire website, including
13236 Org files converted to HTML, image files, Emacs Lisp source code, and
13237 style sheets.  The publishing directory is remote and private files are
13238 excluded.
13240 To ensure that links are preserved, care should be taken to replicate
13241 your directory structure on the web server, and to use relative file
13242 paths.  For example, if your Org files are kept in @file{~/org} and your
13243 publishable images in @file{~/images}, you would link to an image with
13245 @example
13246 file:../images/myimage.png
13247 @end example
13249 On the web server, the relative path to the image should be the
13250 same.  You can accomplish this by setting up an "images" folder in the
13251 right place on the web server, and publishing images to it.
13253 @lisp
13254 (setq org-publish-project-alist
13255       '(("orgfiles"
13256           :base-directory "~/org/"
13257           :base-extension "org"
13258           :publishing-directory "/ssh:user@@host:~/html/notebook/"
13259           :publishing-function org-html-publish-to-html
13260           :exclude "PrivatePage.org"   ;; regexp
13261           :headline-levels 3
13262           :section-numbers nil
13263           :table-of-contents nil
13264           :style "<link rel=\"stylesheet\"
13265                   href=\"../other/mystyle.css\" type=\"text/css\"/>"
13266           :html-preamble t)
13268          ("images"
13269           :base-directory "~/images/"
13270           :base-extension "jpg\\|gif\\|png"
13271           :publishing-directory "/ssh:user@@host:~/html/images/"
13272           :publishing-function org-publish-attachment)
13274          ("other"
13275           :base-directory "~/other/"
13276           :base-extension "css\\|el"
13277           :publishing-directory "/ssh:user@@host:~/html/other/"
13278           :publishing-function org-publish-attachment)
13279          ("website" :components ("orgfiles" "images" "other"))))
13280 @end lisp
13282 @node Triggering publication,  , Sample configuration, Publishing
13283 @section Triggering publication
13285 Once properly configured, Org can publish with the following commands:
13287 @table @kbd
13288 @orgcmd{C-c C-e P x,org-publish}
13289 Prompt for a specific project and publish all files that belong to it.
13290 @orgcmd{C-c C-e P p,org-publish-current-project}
13291 Publish the project containing the current file.
13292 @orgcmd{C-c C-e P f,org-publish-current-file}
13293 Publish only the current file.
13294 @orgcmd{C-c C-e P a,org-publish-all}
13295 Publish every project.
13296 @end table
13298 @vindex org-publish-use-timestamps-flag
13299 Org uses timestamps to track when a file has changed.  The above functions
13300 normally only publish changed files.  You can override this and force
13301 publishing of all files by giving a prefix argument to any of the commands
13302 above, or by customizing the variable @var{org-publish-use-timestamps-flag}.
13303 This may be necessary in particular if files include other files via
13304 @code{#+SETUPFILE:} or @code{#+INCLUDE:}.
13306 @comment  node-name,  next,  previous,  up
13307 @comment Working With Source Code, Miscellaneous, Publishing, Top
13309 @node Working With Source Code, Miscellaneous, Publishing, Top
13310 @chapter Working with source code
13311 @cindex Schulte, Eric
13312 @cindex Davison, Dan
13313 @cindex source code, working with
13315 Source code can be included in Org mode documents using a @samp{src} block,
13316 e.g.:
13318 @example
13319 #+BEGIN_SRC emacs-lisp
13320   (defun org-xor (a b)
13321      "Exclusive or."
13322      (if a (not b) b))
13323 #+END_SRC
13324 @end example
13326 Org mode provides a number of features for working with live source code,
13327 including editing of code blocks in their native major-mode, evaluation of
13328 code blocks, converting code blocks into source files (known as @dfn{tangling}
13329 in literate programming), and exporting code blocks and their
13330 results in several formats.  This functionality was contributed by Eric
13331 Schulte and Dan Davison, and was originally named Org-babel.
13333 The following sections describe Org mode's code block handling facilities.
13335 @menu
13336 * Structure of code blocks::    Code block syntax described
13337 * Editing source code::         Language major-mode editing
13338 * Exporting code blocks::       Export contents and/or results
13339 * Extracting source code::      Create pure source code files
13340 * Evaluating code blocks::      Place results of evaluation in the Org mode buffer
13341 * Library of Babel::            Use and contribute to a library of useful code blocks
13342 * Languages::                   List of supported code block languages
13343 * Header arguments::            Configure code block functionality
13344 * Results of evaluation::       How evaluation results are handled
13345 * Noweb reference syntax::      Literate programming in Org mode
13346 * Key bindings and useful functions::  Work quickly with code blocks
13347 * Batch execution::             Call functions from the command line
13348 @end menu
13350 @comment  node-name,  next,  previous,  up
13351 @comment  Structure of code blocks, Editing source code, Working With Source Code, Working With Source Code
13353 @node Structure of code blocks, Editing source code, Working With Source Code, Working With Source Code
13354 @section Structure of code blocks
13355 @cindex code block, structure
13356 @cindex source code, block structure
13357 @cindex #+NAME
13358 @cindex #+BEGIN_SRC
13360 Live code blocks can be specified with a @samp{src} block or
13361 inline.@footnote{Note that @samp{src} blocks may be inserted using Org mode's
13362 @ref{Easy Templates} system}  The structure of a @samp{src} block is
13364 @example
13365 #+NAME: <name>
13366 #+BEGIN_SRC <language> <switches> <header arguments>
13367   <body>
13368 #+END_SRC
13369 @end example
13371 The @code{#+NAME:} line is optional, and can be used to name the code
13372 block.  Live code blocks require that a language be specified on the
13373 @code{#+BEGIN_SRC} line.  Switches and header arguments are optional.
13374 @cindex source code, inline
13376 Live code blocks can also be specified inline using
13378 @example
13379 src_<language>@{<body>@}
13380 @end example
13384 @example
13385 src_<language>[<header arguments>]@{<body>@}
13386 @end example
13388 @table @code
13389 @item <#+NAME: name>
13390 This line associates a name with the code block.  This is similar to the
13391 @code{#+NAME: Name} lines that can be used to name tables in Org mode
13392 files.  Referencing the name of a code block makes it possible to evaluate
13393 the block from other places in the file, from other files, or from Org mode
13394 table formulas (see @ref{The spreadsheet}).  Names are assumed to be unique
13395 and the behavior of Org mode when two or more blocks share the same name is
13396 undefined.
13397 @cindex #+NAME
13398 @item <language>
13399 The language of the code in the block (see @ref{Languages}).
13400 @cindex source code, language
13401 @item <switches>
13402 Optional switches control code block export (see the discussion of switches in
13403 @ref{Literal examples})
13404 @cindex source code, switches
13405 @item <header arguments>
13406 Optional header arguments control many aspects of evaluation, export and
13407 tangling of code blocks (see @ref{Header arguments}).
13408 Header arguments can also be set on a per-buffer or per-subtree
13409 basis using properties.
13410 @item source code, header arguments
13411 @item <body>
13412 Source code in the specified language.
13413 @end table
13415 @comment  node-name,  next,  previous,  up
13416 @comment  Editing source code, Exporting code blocks, Structure of code blocks, Working With Source Code
13418 @node Editing source code, Exporting code blocks, Structure of code blocks, Working With Source Code
13419 @section Editing source code
13420 @cindex code block, editing
13421 @cindex source code, editing
13423 @kindex C-c '
13424 Use @kbd{C-c '} to edit the current code block.  This brings up
13425 a language major-mode edit buffer containing the body of the code
13426 block.  Saving this buffer will write the new contents back to the Org
13427 buffer.  Use @kbd{C-c '} again to exit.
13429 The @code{org-src-mode} minor mode will be active in the edit buffer.  The
13430 following variables can be used to configure the behavior of the edit
13431 buffer.  See also the customization group @code{org-edit-structure} for
13432 further configuration options.
13434 @table @code
13435 @item org-src-lang-modes
13436 If an Emacs major-mode named @code{<lang>-mode} exists, where
13437 @code{<lang>} is the language named in the header line of the code block,
13438 then the edit buffer will be placed in that major-mode.  This variable
13439 can be used to map arbitrary language names to existing major modes.
13440 @item org-src-window-setup
13441 Controls the way Emacs windows are rearranged when the edit buffer is created.
13442 @item org-src-preserve-indentation
13443 This variable is especially useful for tangling languages such as
13444 Python, in which whitespace indentation in the output is critical.
13445 @item org-src-ask-before-returning-to-edit-buffer
13446 By default, Org will ask before returning to an open edit buffer.  Set this
13447 variable to nil to switch without asking.
13448 @end table
13450 To turn on native code fontification in the @emph{Org} buffer, configure the
13451 variable @var{org-src-fontify-natively}.
13453 @comment  node-name,  next,  previous,  up
13454 @comment  Exporting code blocks, Extracting source code, Editing source code, Working With Source Code
13456 @node Exporting code blocks, Extracting source code, Editing source code, Working With Source Code
13457 @section Exporting code blocks
13458 @cindex code block, exporting
13459 @cindex source code, exporting
13461 It is possible to export the @emph{code} of code blocks, the @emph{results}
13462 of code block evaluation, @emph{both} the code and the results of code block
13463 evaluation, or @emph{none}.  For most languages, the default exports code.
13464 However, for some languages (e.g., @code{ditaa}) the default exports the
13465 results of code block evaluation.  For information on exporting code block
13466 bodies, see @ref{Literal examples}.
13468 The @code{:exports} header argument can be used to specify export
13469 behavior:
13471 @subsubheading Header arguments:
13473 @table @code
13474 @item :exports code
13475 The default in most languages.  The body of the code block is exported, as
13476 described in @ref{Literal examples}.
13477 @item :exports results
13478 The code block will be evaluated and the results will be placed in the
13479 Org mode buffer for export, either updating previous results of the code
13480 block located anywhere in the buffer or, if no previous results exist,
13481 placing the results immediately after the code block.  The body of the code
13482 block will not be exported.
13483 @item :exports both
13484 Both the code block and its results will be exported.
13485 @item :exports none
13486 Neither the code block nor its results will be exported.
13487 @end table
13489 It is possible to inhibit the evaluation of code blocks during export.
13490 Setting the @var{org-export-babel-evaluate} variable to @code{nil} will
13491 ensure that no code blocks are evaluated as part of the export process.  This
13492 can be useful in situations where potentially untrusted Org mode files are
13493 exported in an automated fashion, for example when Org mode is used as the
13494 markup language for a wiki.
13496 @comment  node-name,  next,  previous,  up
13497 @comment  Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code
13498 @node Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code
13499 @section Extracting source code
13500 @cindex tangling
13501 @cindex source code, extracting
13502 @cindex code block, extracting source code
13504 Creating pure source code files by extracting code from source blocks is
13505 referred to as ``tangling''---a term adopted from the literate programming
13506 community.  During ``tangling'' of code blocks their bodies are expanded
13507 using @code{org-babel-expand-src-block} which can expand both variable and
13508 ``noweb'' style references  (see @ref{Noweb reference syntax}).
13510 @subsubheading Header arguments
13512 @table @code
13513 @item :tangle no
13514 The default.  The code block is not included in the tangled output.
13515 @item :tangle yes
13516 Include the code block in the tangled output.  The output file name is the
13517 name of the org file with the extension @samp{.org} replaced by the extension
13518 for the block language.
13519 @item :tangle filename
13520 Include the code block in the tangled output to file @samp{filename}.
13521 @end table
13523 @kindex  C-c C-v t
13524 @subsubheading Functions
13526 @table @code
13527 @item org-babel-tangle
13528 Tangle the current file.  Bound to @kbd{C-c C-v t}.
13530 With prefix argument only tangle the current code block.
13531 @item org-babel-tangle-file
13532 Choose a file to tangle.  Bound to @kbd{C-c C-v f}.
13533 @end table
13535 @subsubheading Hooks
13537 @table @code
13538 @item org-babel-post-tangle-hook
13539 This hook is run from within code files tangled by @code{org-babel-tangle}.
13540 Example applications could include post-processing, compilation or evaluation
13541 of tangled code files.
13542 @end table
13544 @node Evaluating code blocks, Library of Babel, Extracting source code, Working With Source Code
13545 @section Evaluating code blocks
13546 @cindex code block, evaluating
13547 @cindex source code, evaluating
13548 @cindex #+RESULTS
13550 Code blocks can be evaluated@footnote{Whenever code is evaluated there is a
13551 potential for that code to do harm.  Org mode provides safeguards to ensure
13552 that code is only evaluated after explicit confirmation from the user.  For
13553 information on these safeguards (and on how to disable them) see @ref{Code
13554 evaluation security}.} and the results of evaluation optionally placed in the
13555 Org mode buffer.  The results of evaluation are placed following a line that
13556 begins by default with @code{#+RESULTS} and optionally a cache identifier
13557 and/or the name of the evaluated code block.  The default value of
13558 @code{#+RESULTS} can be changed with the customizable variable
13559 @var{org-babel-results-keyword}.
13561 By default, the evaluation facility is only enabled for Lisp code blocks
13562 specified as @code{emacs-lisp}.  However, source code blocks in many languages
13563 can be evaluated within Org mode (see @ref{Languages} for a list of supported
13564 languages and @ref{Structure of code blocks} for information on the syntax
13565 used to define a code block).
13567 @kindex C-c C-c
13568 There are a number of ways to evaluate code blocks.  The simplest is to press
13569 @kbd{C-c C-c} or @kbd{C-c C-v e} with the point on a code block@footnote{The
13570 option @var{org-babel-no-eval-on-ctrl-c-ctrl-c} can be used to remove code
13571 evaluation from the @kbd{C-c C-c} key binding.}.  This will call the
13572 @code{org-babel-execute-src-block} function to evaluate the block and insert
13573 its results into the Org mode buffer.
13574 @cindex #+CALL
13576 It is also possible to evaluate named code blocks from anywhere in an Org
13577 mode buffer or an Org mode table.  Live code blocks located in the current
13578 Org mode buffer or in the ``Library of Babel'' (see @ref{Library of Babel})
13579 can be executed.  Named code blocks can be executed with a separate
13580 @code{#+CALL:} line or inline within a block of text.
13582 The syntax of the @code{#+CALL:} line is
13584 @example
13585 #+CALL: <name>(<arguments>)
13586 #+CALL: <name>[<inside header arguments>](<arguments>) <end header arguments>
13587 @end example
13589 The syntax for inline evaluation of named code blocks is
13591 @example
13592 ... call_<name>(<arguments>) ...
13593 ... call_<name>[<inside header arguments>](<arguments>)[<end header arguments>] ...
13594 @end example
13596 @table @code
13597 @item <name>
13598 The name of the code block to be evaluated (see @ref{Structure of code blocks}).
13599 @item <arguments>
13600 Arguments specified in this section will be passed to the code block.  These
13601 arguments use standard function call syntax, rather than
13602 header argument syntax.  For example, a @code{#+CALL:} line that passes the
13603 number four to a code block named @code{double}, which declares the header
13604 argument @code{:var n=2}, would be written as @code{#+CALL: double(n=4)}.
13605 @item <inside header arguments>
13606 Inside header arguments are passed through and applied to the named code
13607 block.  These arguments use header argument syntax rather than standard
13608 function call syntax.  Inside header arguments affect how the code block is
13609 evaluated.  For example, @code{[:results output]} will collect the results of
13610 everything printed to @code{STDOUT} during execution of the code block.
13611 @item <end header arguments>
13612 End header arguments are applied to the calling instance and do not affect
13613 evaluation of the named code block.  They affect how the results are
13614 incorporated into the Org mode buffer and how the call line is exported.  For
13615 example, @code{:results html} will insert the results of the call line
13616 evaluation in the Org buffer, wrapped in a @code{BEGIN_HTML:} block.
13618 For more examples of passing header arguments to @code{#+CALL:} lines see
13619 @ref{Header arguments in function calls}.
13620 @end table
13622 @node Library of Babel, Languages, Evaluating code blocks, Working With Source Code
13623 @section Library of Babel
13624 @cindex babel, library of
13625 @cindex source code, library
13626 @cindex code block, library
13628 The ``Library of Babel'' consists of code blocks that can be called from any
13629 Org mode file.  Code blocks defined in the ``Library of Babel'' can be called
13630 remotely as if they were in the current Org mode buffer (see @ref{Evaluating
13631 code blocks} for information on the syntax of remote code block evaluation).
13634 The central repository of code blocks in the ``Library of Babel'' is housed
13635 in an Org mode file located in the @samp{contrib} directory of Org mode.
13637 Users can add code blocks they believe to be generally useful to their
13638 ``Library of Babel.''  The code blocks can be stored in any Org mode file and
13639 then loaded into the library with @code{org-babel-lob-ingest}.
13642 @kindex C-c C-v i
13643 Code blocks located in any Org mode file can be loaded into the ``Library of
13644 Babel'' with the @code{org-babel-lob-ingest} function, bound to @kbd{C-c C-v
13647 @node Languages, Header arguments, Library of Babel, Working With Source Code
13648 @section Languages
13649 @cindex babel, languages
13650 @cindex source code, languages
13651 @cindex code block, languages
13653 Code blocks in the following languages are supported.
13655 @multitable @columnfractions 0.28 0.3 0.22 0.2
13656 @item @b{Language} @tab @b{Identifier} @tab @b{Language} @tab @b{Identifier}
13657 @item Asymptote @tab asymptote @tab Awk @tab awk
13658 @item Emacs Calc @tab calc @tab C @tab C
13659 @item C++ @tab C++ @tab Clojure @tab clojure
13660 @item CSS @tab css @tab ditaa @tab ditaa
13661 @item Graphviz @tab dot @tab Emacs Lisp @tab emacs-lisp
13662 @item gnuplot @tab gnuplot @tab Haskell @tab haskell
13663 @item Java @tab java @tab @tab
13664 @item Javascript @tab js @tab LaTeX @tab latex
13665 @item Ledger @tab ledger @tab Lisp @tab lisp
13666 @item Lilypond @tab lilypond @tab MATLAB @tab matlab
13667 @item Mscgen @tab mscgen @tab Objective Caml @tab ocaml
13668 @item Octave @tab octave @tab Org mode @tab org
13669 @item Oz @tab oz @tab Perl @tab perl
13670 @item Plantuml @tab plantuml @tab Python @tab python
13671 @item R @tab R @tab Ruby @tab ruby
13672 @item Sass @tab sass @tab Scheme @tab scheme
13673 @item GNU Screen @tab screen @tab shell @tab sh
13674 @item SQL @tab sql @tab SQLite @tab sqlite
13675 @end multitable
13677 Language-specific documentation is available for some languages.  If
13678 available, it can be found at
13679 @uref{http://orgmode.org/worg/org-contrib/babel/languages.html}.
13681 The option @code{org-babel-load-languages} controls which languages are
13682 enabled for evaluation (by default only @code{emacs-lisp} is enabled).  This
13683 variable can be set using the customization interface or by adding code like
13684 the following to your emacs configuration.
13686 @quotation
13687 The following disables @code{emacs-lisp} evaluation and enables evaluation of
13688 @code{R} code blocks.
13689 @end quotation
13691 @lisp
13692 (org-babel-do-load-languages
13693  'org-babel-load-languages
13694  '((emacs-lisp . nil)
13695    (R . t)))
13696 @end lisp
13698 It is also possible to enable support for a language by loading the related
13699 elisp file with @code{require}.
13701 @quotation
13702 The following adds support for evaluating @code{clojure} code blocks.
13703 @end quotation
13705 @lisp
13706 (require 'ob-clojure)
13707 @end lisp
13709 @node Header arguments, Results of evaluation, Languages, Working With Source Code
13710 @section Header arguments
13711 @cindex code block, header arguments
13712 @cindex source code, block header arguments
13714 Code block functionality can be configured with header arguments.  This
13715 section provides an overview of the use of header arguments, and then
13716 describes each header argument in detail.
13718 @menu
13719 * Using header arguments::      Different ways to set header arguments
13720 * Specific header arguments::   List of header arguments
13721 @end menu
13723 @node Using header arguments, Specific header arguments, Header arguments, Header arguments
13724 @subsection Using header arguments
13726 The values of header arguments can be set in six different ways, each more
13727 specific (and having higher priority) than the last.
13728 @menu
13729 * System-wide header arguments::  Set global default values
13730 * Language-specific header arguments::  Set default values by language
13731 * Buffer-wide header arguments::  Set default values for a specific buffer
13732 * Header arguments in Org mode properties::  Set default values for a buffer or heading
13733 * Code block specific header arguments::  The most common way to set values
13734 * Header arguments in function calls::  The most specific level
13735 @end menu
13738 @node System-wide header arguments, Language-specific header arguments, Using header arguments, Using header arguments
13739 @subsubheading System-wide header arguments
13740 @vindex org-babel-default-header-args
13741 System-wide values of header arguments can be specified by adapting the
13742 @var{org-babel-default-header-args} variable:
13744 @example
13745 :session    => "none"
13746 :results    => "replace"
13747 :exports    => "code"
13748 :cache      => "no"
13749 :noweb      => "no"
13750 @end example
13752 For example, the following example could be used to set the default value of
13753 @code{:noweb} header arguments to @code{yes}.  This would have the effect of
13754 expanding @code{:noweb} references by default when evaluating source code
13755 blocks.
13757 @lisp
13758 (setq org-babel-default-header-args
13759       (cons '(:noweb . "yes")
13760             (assq-delete-all :noweb org-babel-default-header-args)))
13761 @end lisp
13763 @node Language-specific header arguments, Buffer-wide header arguments, System-wide header arguments, Using header arguments
13764 @subsubheading Language-specific header arguments
13765 Each language can define its own set of default header arguments.  See the
13766 language-specific documentation available online at
13767 @uref{http://orgmode.org/worg/org-contrib/babel}.
13769 @node Buffer-wide header arguments, Header arguments in Org mode properties, Language-specific header arguments, Using header arguments
13770 @subsubheading Buffer-wide header arguments
13771 Buffer-wide header arguments may be specified as properties through the use
13772 of @code{#+PROPERTY:} lines placed anywhere in an Org mode file (see
13773 @ref{Property syntax}).
13775 For example the following would set @code{session} to @code{*R*}, and
13776 @code{results} to @code{silent} for every code block in the buffer, ensuring
13777 that all execution took place in the same session, and no results would be
13778 inserted into the buffer.
13780 @example
13781 #+PROPERTY: session *R*
13782 #+PROPERTY: results silent
13783 @end example
13785 @node Header arguments in Org mode properties, Code block specific header arguments, Buffer-wide header arguments, Using header arguments
13786 @subsubheading Header arguments in Org mode properties
13788 Header arguments are also read from Org mode properties (see @ref{Property
13789 syntax}), which can be set on a buffer-wide or per-heading basis.  An example
13790 of setting a header argument for all code blocks in a buffer is
13792 @example
13793 #+PROPERTY: tangle yes
13794 @end example
13796 @vindex org-use-property-inheritance
13797 When properties are used to set default header arguments, they are looked up
13798 with inheritance, regardless of the value of
13799 @var{org-use-property-inheritance}.  In the following example the value of
13800 the @code{:cache} header argument will default to @code{yes} in all code
13801 blocks in the subtree rooted at the following heading:
13803 @example
13804 * outline header
13805   :PROPERTIES:
13806   :cache:    yes
13807   :END:
13808 @end example
13810 @kindex C-c C-x p
13811 @vindex org-babel-default-header-args
13812 Properties defined in this way override the properties set in
13813 @var{org-babel-default-header-args}.  It is convenient to use the
13814 @code{org-set-property} function bound to @kbd{C-c C-x p} to set properties
13815 in Org mode documents.
13817 @node Code block specific header arguments, Header arguments in function calls, Header arguments in Org mode properties, Using header arguments
13818 @subsubheading Code block specific header arguments
13820 The most common way to assign values to header arguments is at the
13821 code block level.  This can be done by listing a sequence of header
13822 arguments and their values as part of the @code{#+BEGIN_SRC} line.
13823 Properties set in this way override both the values of
13824 @var{org-babel-default-header-args} and header arguments specified as
13825 properties.  In the following example, the @code{:results} header argument
13826 is set to @code{silent}, meaning the results of execution will not be
13827 inserted in the buffer, and the @code{:exports} header argument is set to
13828 @code{code}, meaning only the body of the code block will be
13829 preserved on export to HTML or @LaTeX{}.
13831 @example
13832 #+NAME: factorial
13833 #+BEGIN_SRC haskell :results silent :exports code :var n=0
13834 fac 0 = 1
13835 fac n = n * fac (n-1)
13836 #+END_SRC
13837 @end example
13838 Similarly, it is possible to set header arguments for inline code blocks
13840 @example
13841 src_haskell[:exports both]@{fac 5@}
13842 @end example
13844 Code block header arguments can span multiple lines using @code{#+HEADER:} or
13845 @code{#+HEADERS:} lines preceding a code block or nested between the
13846 @code{#+NAME:} line and the @code{#+BEGIN_SRC} line of a named code block.
13847 @cindex #+HEADER:
13848 @cindex #+HEADERS:
13850 Multi-line header arguments on an un-named code block:
13852 @example
13853  #+HEADERS: :var data1=1
13854  #+BEGIN_SRC emacs-lisp :var data2=2
13855    (message "data1:%S, data2:%S" data1 data2)
13856  #+END_SRC
13858  #+RESULTS:
13859  : data1:1, data2:2
13860 @end example
13862 Multi-line header arguments on a named code block:
13864 @example
13865    #+NAME: named-block
13866    #+HEADER: :var data=2
13867    #+BEGIN_SRC emacs-lisp
13868      (message "data:%S" data)
13869    #+END_SRC
13871    #+RESULTS: named-block
13872    : data:2
13873 @end example
13875 @node Header arguments in function calls,  , Code block specific header arguments, Using header arguments
13876 @comment  node-name,  next,  previous,  up
13877 @subsubheading Header arguments in function calls
13879 At the most specific level, header arguments for ``Library of Babel'' or
13880 @code{#+CALL:} lines can be set as shown in the two examples below.  For more
13881 information on the structure of @code{#+CALL:} lines see @ref{Evaluating code
13882 blocks}.
13884 The following will apply the @code{:exports results} header argument to the
13885 evaluation of the @code{#+CALL:} line.
13887 @example
13888 #+CALL: factorial(n=5) :exports results
13889 @end example
13891 The following will apply the @code{:session special} header argument to the
13892 evaluation of the @code{factorial} code block.
13894 @example
13895 #+CALL: factorial[:session special](n=5)
13896 @end example
13898 @node Specific header arguments,  , Using header arguments, Header arguments
13899 @subsection Specific header arguments
13900 Header arguments consist of an initial colon followed by the name of the
13901 argument in lowercase letters.  The following header arguments are defined:
13903 @menu
13904 * var::                         Pass arguments to code blocks
13905 * results::                     Specify the type of results and how they will
13906                                 be collected and handled
13907 * file::                        Specify a path for file output
13908 * file-desc::                   Specify a description for file results
13909 * dir::                         Specify the default (possibly remote)
13910                                 directory for code block execution
13911 * exports::                     Export code and/or results
13912 * tangle::                      Toggle tangling and specify file name
13913 * mkdirp::                      Toggle creation of parent directories of target
13914                                 files during tangling
13915 * comments::                    Toggle insertion of comments in tangled
13916                                 code files
13917 * padline::                     Control insertion of padding lines in tangled
13918                                 code files
13919 * no-expand::                   Turn off variable assignment and noweb
13920                                 expansion during tangling
13921 * session::                     Preserve the state of code evaluation
13922 * noweb::                       Toggle expansion of noweb references
13923 * noweb-ref::                   Specify block's noweb reference resolution target
13924 * noweb-sep::                   String used to separate noweb references
13925 * cache::                       Avoid re-evaluating unchanged code blocks
13926 * sep::                         Delimiter for writing tabular results outside Org
13927 * hlines::                      Handle horizontal lines in tables
13928 * colnames::                    Handle column names in tables
13929 * rownames::                    Handle row names in tables
13930 * shebang::                     Make tangled files executable
13931 * eval::                        Limit evaluation of specific code blocks
13932 * wrap::                        Mark source block evaluation results
13933 * post::                        Post processing of code block results
13934 @end menu
13936 Additional header arguments are defined on a language-specific basis, see
13937 @ref{Languages}.
13939 @node var, results, Specific header arguments, Specific header arguments
13940 @subsubsection @code{:var}
13941 The @code{:var} header argument is used to pass arguments to code blocks.
13942 The specifics of how arguments are included in a code block vary by language;
13943 these are addressed in the language-specific documentation.  However, the
13944 syntax used to specify arguments is the same across all languages.  In every
13945 case, variables require a default value when they are declared.
13947 The values passed to arguments can either be literal values, references, or
13948 Emacs Lisp code (see @ref{var, Emacs Lisp evaluation of variables}).
13949 References include anything in the Org mode file that takes a @code{#+NAME:}
13950 or @code{#+RESULTS:} line: tables, lists, @code{#+BEGIN_EXAMPLE} blocks,
13951 other code blocks and the results of other code blocks.
13953 Note: When a reference is made to another code block, the referenced block
13954 will be evaluated unless it has current cached results (see @ref{cache}).
13956 Argument values can be indexed in a manner similar to arrays (see @ref{var,
13957 Indexable variable values}).
13959 The following syntax is used to pass arguments to code blocks using the
13960 @code{:var} header argument.
13962 @example
13963 :var name=assign
13964 @end example
13966 The argument, @code{assign}, can either be a literal value, such as a string
13967 @samp{"string"} or a number @samp{9}, or a reference to a table, a list, a
13968 literal example, another code block (with or without arguments), or the
13969 results of evaluating another code block.
13971 Here are examples of passing values by reference:
13973 @table @dfn
13975 @item table
13976 an Org mode table named with either a @code{#+NAME:} line
13978 @example
13979 #+NAME: example-table
13980 | 1 |
13981 | 2 |
13982 | 3 |
13983 | 4 |
13985 #+NAME: table-length
13986 #+BEGIN_SRC emacs-lisp :var table=example-table
13987 (length table)
13988 #+END_SRC
13990 #+RESULTS: table-length
13991 : 4
13992 @end example
13994 @item list
13995 a simple list named with a @code{#+NAME:} line (note that nesting is not
13996 carried through to the source code block)
13998 @example
13999 #+NAME: example-list
14000   - simple
14001     - not
14002     - nested
14003   - list
14005 #+BEGIN_SRC emacs-lisp :var x=example-list
14006   (print x)
14007 #+END_SRC
14009 #+RESULTS:
14010 | simple | list |
14011 @end example
14013 @item code block without arguments
14014 a code block name (from the example above), as assigned by @code{#+NAME:},
14015 optionally followed by parentheses
14017 @example
14018 #+BEGIN_SRC emacs-lisp :var length=table-length()
14019 (* 2 length)
14020 #+END_SRC
14022 #+RESULTS:
14023 : 8
14024 @end example
14026 @item code block with arguments
14027 a code block name, as assigned by @code{#+NAME:}, followed by parentheses and
14028 optional arguments passed within the parentheses following the
14029 code block name using standard function call syntax
14031 @example
14032 #+NAME: double
14033 #+BEGIN_SRC emacs-lisp :var input=8
14034 (* 2 input)
14035 #+END_SRC
14037 #+RESULTS: double
14038 : 16
14040 #+NAME: squared
14041 #+BEGIN_SRC emacs-lisp :var input=double(input=1)
14042 (* input input)
14043 #+END_SRC
14045 #+RESULTS: squared
14046 : 4
14047 @end example
14049 @item literal example
14050 a literal example block named with a @code{#+NAME:} line
14052 @example
14053 #+NAME: literal-example
14054 #+BEGIN_EXAMPLE
14055 A literal example
14056 on two lines
14057 #+END_EXAMPLE
14059 #+NAME: read-literal-example
14060 #+BEGIN_SRC emacs-lisp :var x=literal-example
14061   (concatenate 'string x " for you.")
14062 #+END_SRC
14064 #+RESULTS: read-literal-example
14065 : A literal example
14066 : on two lines for you.
14068 @end example
14070 @end table
14072 @subsubheading Indexable variable values
14073 It is possible to reference portions of variable values by ``indexing'' into
14074 the variables.  Indexes are 0 based with negative values counting back from
14075 the end.  If an index is separated by @code{,}s then each subsequent section
14076 will index into the next deepest nesting or dimension of the value.  Note
14077 that this indexing occurs @emph{before} other table related header arguments
14078 like @code{:hlines}, @code{:colnames} and @code{:rownames} are applied.  The
14079 following example assigns the last cell of the first row the table
14080 @code{example-table} to the variable @code{data}:
14082 @example
14083 #+NAME: example-table
14084 | 1 | a |
14085 | 2 | b |
14086 | 3 | c |
14087 | 4 | d |
14089 #+BEGIN_SRC emacs-lisp :var data=example-table[0,-1]
14090   data
14091 #+END_SRC
14093 #+RESULTS:
14094 : a
14095 @end example
14097 Ranges of variable values can be referenced using two integers separated by a
14098 @code{:}, in which case the entire inclusive range is referenced.  For
14099 example the following assigns the middle three rows of @code{example-table}
14100 to @code{data}.
14102 @example
14103 #+NAME: example-table
14104 | 1 | a |
14105 | 2 | b |
14106 | 3 | c |
14107 | 4 | d |
14108 | 5 | 3 |
14110 #+BEGIN_SRC emacs-lisp :var data=example-table[1:3]
14111   data
14112 #+END_SRC
14114 #+RESULTS:
14115 | 2 | b |
14116 | 3 | c |
14117 | 4 | d |
14118 @end example
14120 Additionally, an empty index, or the single character @code{*}, are both
14121 interpreted to mean the entire range and as such are equivalent to
14122 @code{0:-1}, as shown in the following example in which the entire first
14123 column is referenced.
14125 @example
14126 #+NAME: example-table
14127 | 1 | a |
14128 | 2 | b |
14129 | 3 | c |
14130 | 4 | d |
14132 #+BEGIN_SRC emacs-lisp :var data=example-table[,0]
14133   data
14134 #+END_SRC
14136 #+RESULTS:
14137 | 1 | 2 | 3 | 4 |
14138 @end example
14140 It is possible to index into the results of code blocks as well as tables.
14141 Any number of dimensions can be indexed.  Dimensions are separated from one
14142 another by commas, as shown in the following example.
14144 @example
14145 #+NAME: 3D
14146 #+BEGIN_SRC emacs-lisp
14147   '(((1  2  3)  (4  5  6)  (7  8  9))
14148     ((10 11 12) (13 14 15) (16 17 18))
14149     ((19 20 21) (22 23 24) (25 26 27)))
14150 #+END_SRC
14152 #+BEGIN_SRC emacs-lisp :var data=3D[1,,1]
14153   data
14154 #+END_SRC
14156 #+RESULTS:
14157 | 11 | 14 | 17 |
14158 @end example
14160 @subsubheading Emacs Lisp evaluation of variables
14162 Emacs lisp code can be used to initialize variable values.  When a variable
14163 value starts with @code{(}, @code{[}, @code{'} or @code{`} it will be
14164 evaluated as Emacs Lisp and the result of the evaluation will be assigned as
14165 the variable value.  The following example demonstrates use of this
14166 evaluation to reliably pass the file-name of the Org mode buffer to a code
14167 block---note that evaluation of header arguments is guaranteed to take place
14168 in the original Org mode file, while there is no such guarantee for
14169 evaluation of the code block body.
14171 @example
14172 #+BEGIN_SRC sh :var filename=(buffer-file-name) :exports both
14173   wc -w $filename
14174 #+END_SRC
14175 @end example
14177 Note that values read from tables and lists will not be evaluated as
14178 Emacs Lisp, as shown in the following example.
14180 @example
14181 #+NAME: table
14182 | (a b c) |
14184 #+HEADERS: :var data=table[0,0]
14185 #+BEGIN_SRC perl
14186   $data
14187 #+END_SRC
14189 #+RESULTS:
14190 : (a b c)
14191 @end example
14193 @node results, file, var, Specific header arguments
14194 @subsubsection @code{:results}
14196 There are four classes of @code{:results} header argument.  Only one option
14197 per class may be supplied per code block.
14199 @itemize @bullet
14200 @item
14201 @b{collection} header arguments specify how the results should be collected
14202 from the code block
14203 @item
14204 @b{type} header arguments specify what type of result the code block will
14205 return---which has implications for how they will be processed before
14206 insertion into the Org mode buffer
14207 @item
14208 @b{format} header arguments specify what type of result the code block will
14209 return---which has implications for how they will be inserted into the
14210 Org mode buffer
14211 @item
14212 @b{handling} header arguments specify how the results of evaluating the code
14213 block should be handled.
14214 @end itemize
14216 @subsubheading Collection
14217 The following options are mutually exclusive, and specify how the results
14218 should be collected from the code block.
14220 @itemize @bullet
14221 @item @code{value}
14222 This is the default.  The result is the value of the last statement in the
14223 code block.  This header argument places the evaluation in functional
14224 mode.  Note that in some languages, e.g., Python, use of this result type
14225 requires that a @code{return} statement be included in the body of the source
14226 code block.  E.g., @code{:results value}.
14227 @item @code{output}
14228 The result is the collection of everything printed to STDOUT during the
14229 execution of the code block.  This header argument places the
14230 evaluation in scripting mode.  E.g., @code{:results output}.
14231 @end itemize
14233 @subsubheading Type
14235 The following options are mutually exclusive and specify what type of results
14236 the code block will return.  By default, results are inserted as either a
14237 table or scalar depending on their value.
14239 @itemize @bullet
14240 @item @code{table}, @code{vector}
14241 The results should be interpreted as an Org mode table.  If a single value is
14242 returned, it will be converted into a table with one row and one column.
14243 E.g., @code{:results value table}.
14244 @item @code{list}
14245 The results should be interpreted as an Org mode list.  If a single scalar
14246 value is returned it will be converted into a list with only one element.
14247 @item @code{scalar}, @code{verbatim}
14248 The results should be interpreted literally---they will not be
14249 converted into a table.  The results will be inserted into the Org mode
14250 buffer as quoted text.  E.g., @code{:results value verbatim}.
14251 @item @code{file}
14252 The results will be interpreted as the path to a file, and will be inserted
14253 into the Org mode buffer as a file link.  E.g., @code{:results value file}.
14254 @end itemize
14256 @subsubheading Format
14258 The following options are mutually exclusive and specify what type of results
14259 the code block will return.  By default, results are inserted according to the
14260 type as specified above.
14262 @itemize @bullet
14263 @item @code{raw}
14264 The results are interpreted as raw Org mode code and are inserted directly
14265 into the buffer.  If the results look like a table they will be aligned as
14266 such by Org mode.  E.g., @code{:results value raw}.
14267 @item @code{org}
14268 The results are will be enclosed in a @code{BEGIN_SRC org} block.
14269 They are not comma-escaped by default but they will be if you hit @kbd{TAB}
14270 in the block and/or if you export the file.  E.g., @code{:results value org}.
14271 @item @code{html}
14272 Results are assumed to be HTML and will be enclosed in a @code{BEGIN_HTML}
14273 block.  E.g., @code{:results value html}.
14274 @item @code{latex}
14275 Results assumed to be @LaTeX{} and are enclosed in a @code{BEGIN_LaTeX} block.
14276 E.g., @code{:results value latex}.
14277 @item @code{code}
14278 Result are assumed to be parsable code and are enclosed in a code block.
14279 E.g., @code{:results value code}.
14280 @item @code{pp}
14281 The result is converted to pretty-printed code and is enclosed in a code
14282 block.  This option currently supports Emacs Lisp, Python, and Ruby.  E.g.,
14283 @code{:results value pp}.
14284 @item @code{drawer}
14285 The result is wrapped in a RESULTS drawer.  This can be useful for
14286 inserting @code{raw} or @code{org} syntax results in such a way that their
14287 extent is known and they can be automatically removed or replaced.
14288 @end itemize
14290 @subsubheading Handling
14291 The following results options indicate what happens with the
14292 results once they are collected.
14294 @itemize @bullet
14295 @item @code{silent}
14296 The results will be echoed in the minibuffer but will not be inserted into
14297 the Org mode buffer.  E.g., @code{:results output silent}.
14298 @item @code{replace}
14299 The default value.  Any existing results will be removed, and the new results
14300 will be inserted into the Org mode buffer in their place.  E.g.,
14301 @code{:results output replace}.
14302 @item @code{append}
14303 If there are pre-existing results of the code block then the new results will
14304 be appended to the existing results.  Otherwise the new results will be
14305 inserted as with @code{replace}.
14306 @item @code{prepend}
14307 If there are pre-existing results of the code block then the new results will
14308 be prepended to the existing results.  Otherwise the new results will be
14309 inserted as with @code{replace}.
14310 @end itemize
14312 @node file, file-desc, results, Specific header arguments
14313 @subsubsection @code{:file}
14315 The header argument @code{:file} is used to specify an external file in which
14316 to save code block results.  After code block evaluation an Org mode style
14317 @code{[[file:]]} link (see @ref{Link format}) to the file will be inserted
14318 into the Org mode buffer.  Some languages including R, gnuplot, dot, and
14319 ditaa provide special handling of the @code{:file} header argument
14320 automatically wrapping the code block body in the boilerplate code required
14321 to save output to the specified file.  This is often useful for saving
14322 graphical output of a code block to the specified file.
14324 The argument to @code{:file} should be either a string specifying the path to
14325 a file, or a list of two strings in which case the first element of the list
14326 should be the path to a file and the second a description for the link.
14328 @node file-desc, dir, file, Specific header arguments
14329 @subsubsection @code{:file-desc}
14331 The value of the @code{:file-desc} header argument is used to provide a
14332 description for file code block results which are inserted as Org mode links
14333 (see @ref{Link format}).  If the @code{:file-desc} header argument is given
14334 with no value the link path will be placed in both the ``link'' and the
14335 ``description'' portion of the Org mode link.
14337 @node dir, exports, file-desc, Specific header arguments
14338 @subsubsection @code{:dir} and remote execution
14340 While the @code{:file} header argument can be used to specify the path to the
14341 output file, @code{:dir} specifies the default directory during code block
14342 execution.  If it is absent, then the directory associated with the current
14343 buffer is used.  In other words, supplying @code{:dir path} temporarily has
14344 the same effect as changing the current directory with @kbd{M-x cd path RET}, and
14345 then not supplying @code{:dir}.  Under the surface, @code{:dir} simply sets
14346 the value of the Emacs variable @var{default-directory}.
14348 When using @code{:dir}, you should supply a relative path for file output
14349 (e.g., @code{:file myfile.jpg} or @code{:file results/myfile.jpg}) in which
14350 case that path will be interpreted relative to the default directory.
14352 In other words, if you want your plot to go into a folder called @file{Work}
14353 in your home directory, you could use
14355 @example
14356 #+BEGIN_SRC R :file myplot.png :dir ~/Work
14357 matplot(matrix(rnorm(100), 10), type="l")
14358 #+END_SRC
14359 @end example
14361 @subsubheading Remote execution
14362 A directory on a remote machine can be specified using tramp file syntax, in
14363 which case the code will be evaluated on the remote machine.  An example is
14365 @example
14366 #+BEGIN_SRC R :file plot.png :dir /dand@@yakuba.princeton.edu:
14367 plot(1:10, main=system("hostname", intern=TRUE))
14368 #+END_SRC
14369 @end example
14371 Text results will be returned to the local Org mode buffer as usual, and file
14372 output will be created on the remote machine with relative paths interpreted
14373 relative to the remote directory.  An Org mode link to the remote file will be
14374 created.
14376 So, in the above example a plot will be created on the remote machine,
14377 and a link of the following form will be inserted in the org buffer:
14379 @example
14380 [[file:/scp:dand@@yakuba.princeton.edu:/home/dand/plot.png][plot.png]]
14381 @end example
14383 Most of this functionality follows immediately from the fact that @code{:dir}
14384 sets the value of the Emacs variable @var{default-directory}, thanks to
14385 tramp.  Those using XEmacs, or GNU Emacs prior to version 23 may need to
14386 install tramp separately in order for these features to work correctly.
14388 @subsubheading Further points
14390 @itemize @bullet
14391 @item
14392 If @code{:dir} is used in conjunction with @code{:session}, although it will
14393 determine the starting directory for a new session as expected, no attempt is
14394 currently made to alter the directory associated with an existing session.
14395 @item
14396 @code{:dir} should typically not be used to create files during export with
14397 @code{:exports results} or @code{:exports both}.  The reason is that, in order
14398 to retain portability of exported material between machines, during export
14399 links inserted into the buffer will @emph{not} be expanded against @var{default
14400 directory}.  Therefore, if @var{default-directory} is altered using
14401 @code{:dir}, it is probable that the file will be created in a location to
14402 which the link does not point.
14403 @end itemize
14405 @node exports, tangle, dir, Specific header arguments
14406 @subsubsection @code{:exports}
14408 The @code{:exports} header argument specifies what should be included in HTML
14409 or @LaTeX{} exports of the Org mode file.
14411 @itemize @bullet
14412 @item @code{code}
14413 The default.  The body of code is included into the exported file.  E.g.,
14414 @code{:exports code}.
14415 @item @code{results}
14416 The result of evaluating the code is included in the exported file.  E.g.,
14417 @code{:exports results}.
14418 @item @code{both}
14419 Both the code and results are included in the exported file.  E.g.,
14420 @code{:exports both}.
14421 @item @code{none}
14422 Nothing is included in the exported file.  E.g., @code{:exports none}.
14423 @end itemize
14425 @node tangle, mkdirp, exports, Specific header arguments
14426 @subsubsection @code{:tangle}
14428 The @code{:tangle} header argument specifies whether or not the code
14429 block should be included in tangled extraction of source code files.
14431 @itemize @bullet
14432 @item @code{tangle}
14433 The code block is exported to a source code file named after the full path
14434 (including the directory) and file name (w/o extension) of the Org mode file.
14435 E.g., @code{:tangle yes}.
14436 @item @code{no}
14437 The default.  The code block is not exported to a source code file.
14438 E.g., @code{:tangle no}.
14439 @item other
14440 Any other string passed to the @code{:tangle} header argument is interpreted
14441 as a path (directory and file name relative to the directory of the Org mode
14442 file) to which the block will be exported.  E.g., @code{:tangle path}.
14443 @end itemize
14445 @node mkdirp, comments, tangle, Specific header arguments
14446 @subsubsection @code{:mkdirp}
14448 The @code{:mkdirp} header argument can be used to create parent directories
14449 of tangled files when missing.  This can be set to @code{yes} to enable
14450 directory creation or to @code{no} to inhibit directory creation.
14452 @node comments, padline, mkdirp, Specific header arguments
14453 @subsubsection @code{:comments}
14454 By default code blocks are tangled to source-code files without any insertion
14455 of comments beyond those which may already exist in the body of the code
14456 block.  The @code{:comments} header argument can be set as follows to control
14457 the insertion of extra comments into the tangled code file.
14459 @itemize @bullet
14460 @item @code{no}
14461 The default.  No extra comments are inserted during tangling.
14462 @item @code{link}
14463 The code block is wrapped in comments which contain pointers back to the
14464 original Org file from which the code was tangled.
14465 @item @code{yes}
14466 A synonym for ``link'' to maintain backwards compatibility.
14467 @item @code{org}
14468 Include text from the Org mode file as a comment.
14469 The text is picked from the leading context of the tangled code and is
14470 limited by the nearest headline or source block as the case may be.
14471 @item @code{both}
14472 Turns on both the ``link'' and ``org'' comment options.
14473 @item @code{noweb}
14474 Turns on the ``link'' comment option, and additionally wraps expanded noweb
14475 references in the code block body in link comments.
14476 @end itemize
14478 @node padline, no-expand, comments, Specific header arguments
14479 @subsubsection @code{:padline}
14480 Control in insertion of padding lines around code block bodies in tangled
14481 code files.  The default value is @code{yes} which results in insertion of
14482 newlines before and after each tangled code block.  The following arguments
14483 are accepted.
14485 @itemize @bullet
14486 @item @code{yes}
14487 Insert newlines before and after each code block body in tangled code files.
14488 @item @code{no}
14489 Do not insert any newline padding in tangled output.
14490 @end itemize
14492 @node no-expand, session, padline, Specific header arguments
14493 @subsubsection @code{:no-expand}
14495 By default, code blocks are expanded with @code{org-babel-expand-src-block}
14496 during tangling.  This has the effect of assigning values to variables
14497 specified with @code{:var} (see @ref{var}), and of replacing ``noweb''
14498 references (see @ref{Noweb reference syntax}) with their targets.  The
14499 @code{:no-expand} header argument can be used to turn off this behavior.
14501 @node session, noweb, no-expand, Specific header arguments
14502 @subsubsection @code{:session}
14504 The @code{:session} header argument starts a session for an interpreted
14505 language where state is preserved.
14507 By default, a session is not started.
14509 A string passed to the @code{:session} header argument will give the session
14510 a name.  This makes it possible to run concurrent sessions for each
14511 interpreted language.
14513 @node noweb, noweb-ref, session, Specific header arguments
14514 @subsubsection @code{:noweb}
14516 The @code{:noweb} header argument controls expansion of ``noweb'' syntax
14517 references (see @ref{Noweb reference syntax}) when the code block is
14518 evaluated, tangled, or exported.  The @code{:noweb} header argument can have
14519 one of the five values: @code{no}, @code{yes}, @code{tangle}, or
14520 @code{no-export} @code{strip-export}.
14522 @itemize @bullet
14523 @item @code{no}
14524 The default.  ``Noweb'' syntax references in the body of the code block will
14525 not be expanded before the code block is evaluated, tangled or exported.
14526 @item @code{yes}
14527 ``Noweb'' syntax references in the body of the code block will be
14528 expanded before the code block is evaluated, tangled or exported.
14529 @item @code{tangle}
14530 ``Noweb'' syntax references in the body of the code block will be expanded
14531 before the code block is tangled.  However, ``noweb'' syntax references will
14532 not be expanded when the code block is evaluated or exported.
14533 @item @code{no-export}
14534 ``Noweb'' syntax references in the body of the code block will be expanded
14535 before the block is evaluated or tangled.  However, ``noweb'' syntax
14536 references will not be expanded when the code block is exported.
14537 @item @code{strip-export}
14538 ``Noweb'' syntax references in the body of the code block will be expanded
14539 before the block is evaluated or tangled.  However, ``noweb'' syntax
14540 references will not be removed when the code block is exported.
14541 @item @code{eval}
14542 ``Noweb'' syntax references in the body of the code block will only be
14543 expanded before the block is evaluated.
14544 @end itemize
14546 @subsubheading Noweb prefix lines
14547 Noweb insertions are now placed behind the line prefix of the
14548 @code{<<reference>>}.
14549 This behavior is illustrated in the following example.  Because the
14550 @code{<<example>>} noweb reference appears behind the SQL comment syntax,
14551 each line of the expanded noweb reference will be commented.
14553 This code block:
14555 @example
14556 -- <<example>>
14557 @end example
14559 expands to:
14561 @example
14562 -- this is the
14563 -- multi-line body of example
14564 @end example
14566 Note that noweb replacement text that does not contain any newlines will not
14567 be affected by this change, so it is still possible to use inline noweb
14568 references.
14570 @node noweb-ref, noweb-sep, noweb, Specific header arguments
14571 @subsubsection @code{:noweb-ref}
14572 When expanding ``noweb'' style references the bodies of all code block with
14573 @emph{either} a block name matching the reference name @emph{or} a
14574 @code{:noweb-ref} header argument matching the reference name will be
14575 concatenated together to form the replacement text.
14577 By setting this header argument at the sub-tree or file level, simple code
14578 block concatenation may be achieved.  For example, when tangling the
14579 following Org mode file, the bodies of code blocks will be concatenated into
14580 the resulting pure code file@footnote{(The example needs property inheritance
14581 to be turned on for the @code{noweb-ref} property, see @ref{Property
14582 inheritance}).}.
14584 @example
14585  #+BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh
14586    <<fullest-disk>>
14587  #+END_SRC
14588  * the mount point of the fullest disk
14589    :PROPERTIES:
14590    :noweb-ref: fullest-disk
14591    :END:
14593  ** query all mounted disks
14594  #+BEGIN_SRC sh
14595    df \
14596  #+END_SRC
14598  ** strip the header row
14599  #+BEGIN_SRC sh
14600    |sed '1d' \
14601  #+END_SRC
14603  ** sort by the percent full
14604  #+BEGIN_SRC sh
14605    |awk '@{print $5 " " $6@}'|sort -n |tail -1 \
14606  #+END_SRC
14608  ** extract the mount point
14609  #+BEGIN_SRC sh
14610    |awk '@{print $2@}'
14611  #+END_SRC
14612 @end example
14614 The @code{:noweb-sep} (see @ref{noweb-sep}) header argument holds the string
14615 used to separate accumulate noweb references like those above.  By default a
14616 newline is used.
14618 @node noweb-sep, cache, noweb-ref, Specific header arguments
14619 @subsubsection @code{:noweb-sep}
14621 The @code{:noweb-sep} header argument holds the string used to separate
14622 accumulate noweb references (see @ref{noweb-ref}).  By default a newline is
14623 used.
14625 @node cache, sep, noweb-sep, Specific header arguments
14626 @subsubsection @code{:cache}
14628 The @code{:cache} header argument controls the use of in-buffer caching of
14629 the results of evaluating code blocks.  It can be used to avoid re-evaluating
14630 unchanged code blocks.  Note that the @code{:cache} header argument will not
14631 attempt to cache results when the @code{:session} header argument is used,
14632 because the results of the code block execution may be stored in the session
14633 outside of the Org mode buffer.  The @code{:cache} header argument can have
14634 one of two values: @code{yes} or @code{no}.
14636 @itemize @bullet
14637 @item @code{no}
14638 The default.  No caching takes place, and the code block will be evaluated
14639 every time it is called.
14640 @item @code{yes}
14641 Every time the code block is run a SHA1 hash of the code and arguments
14642 passed to the block will be generated.  This hash is packed into the
14643 @code{#+RESULTS:} line and will be checked on subsequent
14644 executions of the code block.  If the code block has not
14645 changed since the last time it was evaluated, it will not be re-evaluated.
14646 @end itemize
14648 Code block caches notice if the value of a variable argument
14649 to the code block has changed.  If this is the case, the cache is
14650 invalidated and the code block is re-run.  In the following example,
14651 @code{caller} will not be re-run unless the results of @code{random} have
14652 changed since it was last run.
14654 @example
14655  #+NAME: random
14656  #+BEGIN_SRC R :cache yes
14657  runif(1)
14658  #+END_SRC
14660  #+RESULTS[a2a72cd647ad44515fab62e144796432793d68e1]: random
14661  0.4659510825295
14663  #+NAME: caller
14664  #+BEGIN_SRC emacs-lisp :var x=random :cache yes
14666  #+END_SRC
14668  #+RESULTS[bec9c8724e397d5df3b696502df3ed7892fc4f5f]: caller
14669  0.254227238707244
14670 @end example
14672 @node sep, hlines, cache, Specific header arguments
14673 @subsubsection @code{:sep}
14675 The @code{:sep} header argument can be used to control the delimiter used
14676 when writing tabular results out to files external to Org mode.  This is used
14677 either when opening tabular results of a code block by calling the
14678 @code{org-open-at-point} function bound to @kbd{C-c C-o} on the code block,
14679 or when writing code block results to an external file (see @ref{file})
14680 header argument.
14682 By default, when @code{:sep} is not specified output tables are tab
14683 delimited.
14685 @node hlines, colnames, sep, Specific header arguments
14686 @subsubsection @code{:hlines}
14688 Tables are frequently represented with one or more horizontal lines, or
14689 hlines.  The @code{:hlines} argument to a code block accepts the
14690 values @code{yes} or @code{no}, with a default value of @code{no}.
14692 @itemize @bullet
14693 @item @code{no}
14694 Strips horizontal lines from the input table.  In most languages this is the
14695 desired effect because an @code{hline} symbol is interpreted as an unbound
14696 variable and raises an error.  Setting @code{:hlines no} or relying on the
14697 default value yields the following results.
14699 @example
14700 #+NAME: many-cols
14701 | a | b | c |
14702 |---+---+---|
14703 | d | e | f |
14704 |---+---+---|
14705 | g | h | i |
14707 #+NAME: echo-table
14708 #+BEGIN_SRC python :var tab=many-cols
14709   return tab
14710 #+END_SRC
14712 #+RESULTS: echo-table
14713 | a | b | c |
14714 | d | e | f |
14715 | g | h | i |
14716 @end example
14718 @item @code{yes}
14719 Leaves hlines in the table.  Setting @code{:hlines yes} has this effect.
14721 @example
14722 #+NAME: many-cols
14723 | a | b | c |
14724 |---+---+---|
14725 | d | e | f |
14726 |---+---+---|
14727 | g | h | i |
14729 #+NAME: echo-table
14730 #+BEGIN_SRC python :var tab=many-cols :hlines yes
14731   return tab
14732 #+END_SRC
14734 #+RESULTS: echo-table
14735 | a | b | c |
14736 |---+---+---|
14737 | d | e | f |
14738 |---+---+---|
14739 | g | h | i |
14740 @end example
14741 @end itemize
14743 @node colnames, rownames, hlines, Specific header arguments
14744 @subsubsection @code{:colnames}
14746 The @code{:colnames} header argument accepts the values @code{yes},
14747 @code{no}, or @code{nil} for unassigned.  The default value is @code{nil}.
14748 Note that the behavior of the @code{:colnames} header argument may differ
14749 across languages.
14751 @itemize @bullet
14752 @item @code{nil}
14753 If an input table looks like it has column names
14754 (because its second row is an hline), then the column
14755 names will be removed from the table before
14756 processing, then reapplied to the results.
14758 @example
14759 #+NAME: less-cols
14760 | a |
14761 |---|
14762 | b |
14763 | c |
14765 #+NAME: echo-table-again
14766 #+BEGIN_SRC python :var tab=less-cols
14767   return [[val + '*' for val in row] for row in tab]
14768 #+END_SRC
14770 #+RESULTS: echo-table-again
14771 | a  |
14772 |----|
14773 | b* |
14774 | c* |
14775 @end example
14777 Please note that column names are not removed before the table is indexed
14778 using variable indexing @xref{var, Indexable variable values}.
14780 @item @code{no}
14781 No column name pre-processing takes place
14783 @item @code{yes}
14784 Column names are removed and reapplied as with @code{nil} even if the table
14785 does not ``look like'' it has column names (i.e., the second row is not an
14786 hline)
14787 @end itemize
14789 @node rownames, shebang, colnames, Specific header arguments
14790 @subsubsection @code{:rownames}
14792 The @code{:rownames} header argument can take on the values @code{yes} or
14793 @code{no}, with a default value of @code{no}.  Note that Emacs Lisp code
14794 blocks ignore the @code{:rownames} header argument entirely given the ease
14795 with which tables with row names may be handled directly in Emacs Lisp.
14797 @itemize @bullet
14798 @item @code{no}
14799 No row name pre-processing will take place.
14801 @item @code{yes}
14802 The first column of the table is removed from the table before processing,
14803 and is then reapplied to the results.
14805 @example
14806 #+NAME: with-rownames
14807 | one | 1 | 2 | 3 | 4 |  5 |
14808 | two | 6 | 7 | 8 | 9 | 10 |
14810 #+NAME: echo-table-once-again
14811 #+BEGIN_SRC python :var tab=with-rownames :rownames yes
14812   return [[val + 10 for val in row] for row in tab]
14813 #+END_SRC
14815 #+RESULTS: echo-table-once-again
14816 | one | 11 | 12 | 13 | 14 | 15 |
14817 | two | 16 | 17 | 18 | 19 | 20 |
14818 @end example
14820 Please note that row names are not removed before the table is indexed using
14821 variable indexing @xref{var, Indexable variable values}.
14823 @end itemize
14825 @node shebang, eval, rownames, Specific header arguments
14826 @subsubsection @code{:shebang}
14828 Setting the @code{:shebang} header argument to a string value
14829 (e.g., @code{:shebang "#!/bin/bash"}) causes the string to be inserted as the
14830 first line of any tangled file holding the code block, and the file
14831 permissions of the tangled file are set to make it executable.
14833 @node eval, wrap, shebang, Specific header arguments
14834 @subsubsection @code{:eval}
14835 The @code{:eval} header argument can be used to limit the evaluation of
14836 specific code blocks.  The @code{:eval} header argument can be useful for
14837 protecting against the evaluation of dangerous code blocks or to ensure that
14838 evaluation will require a query regardless of the value of the
14839 @code{org-confirm-babel-evaluate} variable.  The possible values of
14840 @code{:eval} and their effects are shown below.
14842 @table @code
14843 @item never or no
14844 The code block will not be evaluated under any circumstances.
14845 @item query
14846 Evaluation of the code block will require a query.
14847 @item never-export or no-export
14848 The code block will not be evaluated during export but may still be called
14849 interactively.
14850 @item query-export
14851 Evaluation of the code block during export will require a query.
14852 @end table
14854 If this header argument is not set then evaluation is determined by the value
14855 of the @var{org-confirm-babel-evaluate} variable see @ref{Code evaluation
14856 security}.
14858 @node wrap, post, eval, Specific header arguments
14859 @subsubsection @code{:wrap}
14860 The @code{:wrap} header argument is used to mark the results of source block
14861 evaluation.  The header argument can be passed a string that will be appended
14862 to @code{#+BEGIN_} and @code{#+END_}, which will then be used to wrap the
14863 results.  If not string is specified then the results will be wrapped in a
14864 @code{#+BEGIN/END_RESULTS} block.
14866 @node post,  , wrap, Specific header arguments
14867 @subsubsection @code{:post}
14868 The @code{:post} header argument is used to post-process the results of a
14869 code block execution.  When a post argument is given, the results of the code
14870 block will temporarily be bound to the @code{*this*} variable.  This variable
14871 may then be included in header argument forms such as those used in @ref{var}
14872 header argument specifications allowing passing of results to other code
14873 blocks, or direct execution via Emacs Lisp.
14875 The following example illustrates the usage of the @code{:post} header
14876 argument.
14878 @example
14879 #+name: attr_wrap
14880 #+begin_src sh :var data="" :var width="\\textwidth" :results output
14881   echo "#+ATTR_LATEX :width $width"
14882   echo "$data"
14883 #+end_src
14885 #+header: :file /tmp/it.png
14886 #+begin_src dot :post attr_wrap(width="5cm", data=*this*) :results drawer
14887   digraph@{
14888           a -> b;
14889           b -> c;
14890           c -> a;
14891   @}
14892 #+end_src
14894 #+RESULTS:
14895 :RESULTS:
14896 #+ATTR_LATEX :width 5cm
14897 [[file:/tmp/it.png]]
14898 :END:
14899 @end example
14901 @node Results of evaluation, Noweb reference syntax, Header arguments, Working With Source Code
14902 @section Results of evaluation
14903 @cindex code block, results of evaluation
14904 @cindex source code, results of evaluation
14906 The way in which results are handled depends on whether a session is invoked,
14907 as well as on whether @code{:results value} or @code{:results output} is
14908 used.  The following table shows the table possibilities.  For a full listing
14909 of the possible results header arguments see @ref{results}.
14911 @multitable @columnfractions 0.26 0.33 0.41
14912 @item @tab @b{Non-session} @tab @b{Session}
14913 @item @code{:results value} @tab value of last expression @tab value of last expression
14914 @item @code{:results output} @tab contents of STDOUT @tab concatenation of interpreter output
14915 @end multitable
14917 Note: With @code{:results value}, the result in both @code{:session} and
14918 non-session is returned to Org mode as a table (a one- or two-dimensional
14919 vector of strings or numbers) when appropriate.
14921 @subsection Non-session
14922 @subsubsection @code{:results value}
14923 This is the default.  Internally, the value is obtained by wrapping the code
14924 in a function definition in the external language, and evaluating that
14925 function.  Therefore, code should be written as if it were the body of such a
14926 function.  In particular, note that Python does not automatically return a
14927 value from a function unless a @code{return} statement is present, and so a
14928 @samp{return} statement will usually be required in Python.
14930 This is the only one of the four evaluation contexts in which the code is
14931 automatically wrapped in a function definition.
14933 @subsubsection @code{:results output}
14934 The code is passed to the interpreter as an external process, and the
14935 contents of the standard output stream are returned as text.  (In certain
14936 languages this also contains the error output stream; this is an area for
14937 future work.)
14939 @subsection Session
14940 @subsubsection @code{:results value}
14941 The code is passed to an interpreter running as an interactive Emacs inferior
14942 process.  Only languages which provide tools for interactive evaluation of
14943 code have session support, so some language (e.g., C and ditaa) do not
14944 support the @code{:session} header argument, and in other languages (e.g.,
14945 Python and Haskell) which have limitations on the code which may be entered
14946 into interactive sessions, those limitations apply to the code in code blocks
14947 using the @code{:session} header argument as well.
14949 Unless the @code{:results output} option is supplied (see below) the result
14950 returned is the result of the last evaluation performed by the
14951 interpreter.  (This is obtained in a language-specific manner: the value of
14952 the variable @code{_} in Python and Ruby, and the value of @code{.Last.value}
14953 in R).
14955 @subsubsection @code{:results output}
14956 The code is passed to the interpreter running as an interactive Emacs
14957 inferior process.  The result returned is the concatenation of the sequence of
14958 (text) output from the interactive interpreter.  Notice that this is not
14959 necessarily the same as what would be sent to @code{STDOUT} if the same code
14960 were passed to a non-interactive interpreter running as an external
14961 process.  For example, compare the following two blocks:
14963 @example
14964 #+BEGIN_SRC python :results output
14965  print "hello"
14967  print "bye"
14968 #+END_SRC
14970 #+RESULTS:
14971 : hello
14972 : bye
14973 @end example
14975 In non-session mode, the `2' is not printed and does not appear.
14977 @example
14978 #+BEGIN_SRC python :results output :session
14979  print "hello"
14981  print "bye"
14982 #+END_SRC
14984 #+RESULTS:
14985 : hello
14986 : 2
14987 : bye
14988 @end example
14990 But in @code{:session} mode, the interactive interpreter receives input `2'
14991 and prints out its value, `2'.  (Indeed, the other print statements are
14992 unnecessary here).
14994 @node Noweb reference syntax, Key bindings and useful functions, Results of evaluation, Working With Source Code
14995 @section Noweb reference syntax
14996 @cindex code block, noweb reference
14997 @cindex syntax, noweb
14998 @cindex source code, noweb reference
15000 The ``noweb'' (see @uref{http://www.cs.tufts.edu/~nr/noweb/}) Literate
15001 Programming system allows named blocks of code to be referenced by using the
15002 familiar Noweb syntax:
15004 @example
15005 <<code-block-name>>
15006 @end example
15008 When a code block is tangled or evaluated, whether or not ``noweb''
15009 references are expanded depends upon the value of the @code{:noweb} header
15010 argument.  If @code{:noweb yes}, then a Noweb reference is expanded before
15011 evaluation.  If @code{:noweb no}, the default, then the reference is not
15012 expanded before evaluation.  See the @ref{noweb-ref} header argument for
15013 a more flexible way to resolve noweb references.
15015 It is possible to include the @emph{results} of a code block rather than the
15016 body.  This is done by appending parenthesis to the code block name which may
15017 optionally contain arguments to the code block as shown below.
15019 @example
15020 <<code-block-name(optional arguments)>>
15021 @end example
15023 Note: the default value, @code{:noweb no}, was chosen to ensure that
15024 correct code is not broken in a language, such as Ruby, where
15025 @code{<<arg>>} is a syntactically valid construct.  If @code{<<arg>>} is not
15026 syntactically valid in languages that you use, then please consider setting
15027 the default value.
15029 Note: if noweb tangling is slow in large Org mode files consider setting the
15030 @var{org-babel-use-quick-and-dirty-noweb-expansion} variable to @code{t}.
15031 This will result in faster noweb reference resolution at the expense of not
15032 correctly resolving inherited values of the @code{:noweb-ref} header
15033 argument.
15035 @node Key bindings and useful functions, Batch execution, Noweb reference syntax, Working With Source Code
15036 @section Key bindings and useful functions
15037 @cindex code block, key bindings
15039 Many common Org mode key sequences are re-bound depending on
15040 the context.
15042 Within a code block, the following key bindings
15043 are active:
15045 @multitable @columnfractions 0.25 0.75
15046 @kindex C-c C-c
15047 @item @kbd{C-c C-c} @tab @code{org-babel-execute-src-block}
15048 @kindex C-c C-o
15049 @item @kbd{C-c C-o} @tab @code{org-babel-open-src-block-result}
15050 @kindex C-up
15051 @item @kbd{C-@key{up}}    @tab @code{org-babel-load-in-session}
15052 @kindex M-down
15053 @item @kbd{M-@key{down}}  @tab @code{org-babel-pop-to-session}
15054 @end multitable
15056 In an Org mode buffer, the following key bindings are active:
15058 @multitable @columnfractions 0.45 0.55
15059 @kindex C-c C-v p
15060 @kindex C-c C-v C-p
15061 @item @kbd{C-c C-v p} @ @ @r{or} @ @ @kbd{C-c C-v C-p} @tab @code{org-babel-previous-src-block}
15062 @kindex C-c C-v n
15063 @kindex C-c C-v C-n
15064 @item @kbd{C-c C-v n} @ @ @r{or} @ @ @kbd{C-c C-v C-n} @tab @code{org-babel-next-src-block}
15065 @kindex C-c C-v e
15066 @kindex C-c C-v C-e
15067 @item @kbd{C-c C-v e} @ @ @r{or} @ @ @kbd{C-c C-v C-e} @tab @code{org-babel-execute-maybe}
15068 @kindex C-c C-v o
15069 @kindex C-c C-v C-o
15070 @item @kbd{C-c C-v o} @ @ @r{or} @ @ @kbd{C-c C-v C-o} @tab @code{org-babel-open-src-block-result}
15071 @kindex C-c C-v v
15072 @kindex C-c C-v C-v
15073 @item @kbd{C-c C-v v} @ @ @r{or} @ @ @kbd{C-c C-v C-v} @tab @code{org-babel-expand-src-block}
15074 @kindex C-c C-v u
15075 @kindex C-c C-v C-u
15076 @item @kbd{C-c C-v u} @ @ @r{or} @ @ @kbd{C-c C-v C-u} @tab @code{org-babel-goto-src-block-head}
15077 @kindex C-c C-v g
15078 @kindex C-c C-v C-g
15079 @item @kbd{C-c C-v g} @ @ @r{or} @ @ @kbd{C-c C-v C-g} @tab @code{org-babel-goto-named-src-block}
15080 @kindex C-c C-v r
15081 @kindex C-c C-v C-r
15082 @item @kbd{C-c C-v r} @ @ @r{or} @ @ @kbd{C-c C-v C-r} @tab @code{org-babel-goto-named-result}
15083 @kindex C-c C-v b
15084 @kindex C-c C-v C-b
15085 @item @kbd{C-c C-v b} @ @ @r{or} @ @ @kbd{C-c C-v C-b} @tab @code{org-babel-execute-buffer}
15086 @kindex C-c C-v s
15087 @kindex C-c C-v C-s
15088 @item @kbd{C-c C-v s} @ @ @r{or} @ @ @kbd{C-c C-v C-s} @tab @code{org-babel-execute-subtree}
15089 @kindex C-c C-v d
15090 @kindex C-c C-v C-d
15091 @item @kbd{C-c C-v d} @ @ @r{or} @ @ @kbd{C-c C-v C-d} @tab @code{org-babel-demarcate-block}
15092 @kindex C-c C-v t
15093 @kindex C-c C-v C-t
15094 @item @kbd{C-c C-v t} @ @ @r{or} @ @ @kbd{C-c C-v C-t} @tab @code{org-babel-tangle}
15095 @kindex C-c C-v f
15096 @kindex C-c C-v C-f
15097 @item @kbd{C-c C-v f} @ @ @r{or} @ @ @kbd{C-c C-v C-f} @tab @code{org-babel-tangle-file}
15098 @kindex C-c C-v c
15099 @kindex C-c C-v C-c
15100 @item @kbd{C-c C-v c} @ @ @r{or} @ @ @kbd{C-c C-v C-c} @tab @code{org-babel-check-src-block}
15101 @kindex C-c C-v j
15102 @kindex C-c C-v C-j
15103 @item @kbd{C-c C-v j} @ @ @r{or} @ @ @kbd{C-c C-v C-j} @tab @code{org-babel-insert-header-arg}
15104 @kindex C-c C-v l
15105 @kindex C-c C-v C-l
15106 @item @kbd{C-c C-v l} @ @ @r{or} @ @ @kbd{C-c C-v C-l} @tab @code{org-babel-load-in-session}
15107 @kindex C-c C-v i
15108 @kindex C-c C-v C-i
15109 @item @kbd{C-c C-v i} @ @ @r{or} @ @ @kbd{C-c C-v C-i} @tab @code{org-babel-lob-ingest}
15110 @kindex C-c C-v I
15111 @kindex C-c C-v C-I
15112 @item @kbd{C-c C-v I} @ @ @r{or} @ @ @kbd{C-c C-v C-I} @tab @code{org-babel-view-src-block-info}
15113 @kindex C-c C-v z
15114 @kindex C-c C-v C-z
15115 @item @kbd{C-c C-v z} @ @ @r{or} @ @ @kbd{C-c C-v C-z} @tab @code{org-babel-switch-to-session-with-code}
15116 @kindex C-c C-v a
15117 @kindex C-c C-v C-a
15118 @item @kbd{C-c C-v a} @ @ @r{or} @ @ @kbd{C-c C-v C-a} @tab @code{org-babel-sha1-hash}
15119 @kindex C-c C-v h
15120 @kindex C-c C-v C-h
15121 @item @kbd{C-c C-v h} @ @ @r{or} @ @ @kbd{C-c C-v C-h} @tab @code{org-babel-describe-bindings}
15122 @kindex C-c C-v x
15123 @kindex C-c C-v C-x
15124 @item @kbd{C-c C-v x} @ @ @r{or} @ @ @kbd{C-c C-v C-x} @tab @code{org-babel-do-key-sequence-in-edit-buffer}
15125 @end multitable
15127 @c When possible these keybindings were extended to work when the control key is
15128 @c kept pressed, resulting in the following additional keybindings.
15130 @c @multitable @columnfractions 0.25 0.75
15131 @c @item @kbd{C-c C-v C-a} @tab @code{org-babel-sha1-hash}
15132 @c @item @kbd{C-c C-v C-b} @tab @code{org-babel-execute-buffer}
15133 @c @item @kbd{C-c C-v C-f} @tab @code{org-babel-tangle-file}
15134 @c @item @kbd{C-c C-v C-l} @tab @code{org-babel-lob-ingest}
15135 @c @item @kbd{C-c C-v C-p} @tab @code{org-babel-expand-src-block}
15136 @c @item @kbd{C-c C-v C-s} @tab @code{org-babel-execute-subtree}
15137 @c @item @kbd{C-c C-v C-t} @tab @code{org-babel-tangle}
15138 @c @item @kbd{C-c C-v C-z} @tab @code{org-babel-switch-to-session}
15139 @c @end multitable
15141 @node Batch execution,  , Key bindings and useful functions, Working With Source Code
15142 @section Batch execution
15143 @cindex code block, batch execution
15144 @cindex source code, batch execution
15146 It is possible to call functions from the command line.  This shell
15147 script calls @code{org-babel-tangle} on every one of its arguments.
15149 Be sure to adjust the paths to fit your system.
15151 @example
15152 #!/bin/sh
15153 # -*- mode: shell-script -*-
15155 # tangle files with org-mode
15157 DIR=`pwd`
15158 FILES=""
15160 # wrap each argument in the code required to call tangle on it
15161 for i in $@@; do
15162     FILES="$FILES \"$i\""
15163 done
15165 emacs -Q --batch \
15166 --eval "(progn
15167 (add-to-list 'load-path (expand-file-name \"~/src/org/lisp/\"))
15168 (add-to-list 'load-path (expand-file-name \"~/src/org/contrib/lisp/\" t))
15169 (require 'org)(require 'org-exp)(require 'ob)(require 'ob-tangle)
15170 (mapc (lambda (file)
15171        (find-file (expand-file-name file \"$DIR\"))
15172        (org-babel-tangle)
15173        (kill-buffer)) '($FILES)))" 2>&1 |grep tangled
15174 @end example
15176 @node Miscellaneous, Hacking, Working With Source Code, Top
15177 @chapter Miscellaneous
15179 @menu
15180 * Completion::                  M-TAB knows what you need
15181 * Easy Templates::              Quick insertion of structural elements
15182 * Speed keys::                  Electric commands at the beginning of a headline
15183 * Code evaluation security::    Org mode files evaluate inline code
15184 * Customization::               Adapting Org to your taste
15185 * In-buffer settings::          Overview of the #+KEYWORDS
15186 * The very busy C-c C-c key::   When in doubt, press C-c C-c
15187 * Clean view::                  Getting rid of leading stars in the outline
15188 * TTY keys::                    Using Org on a tty
15189 * Interaction::                 Other Emacs packages
15190 * org-crypt.el::                Encrypting Org files
15191 @end menu
15194 @node Completion, Easy Templates, Miscellaneous, Miscellaneous
15195 @section Completion
15196 @cindex completion, of @TeX{} symbols
15197 @cindex completion, of TODO keywords
15198 @cindex completion, of dictionary words
15199 @cindex completion, of option keywords
15200 @cindex completion, of tags
15201 @cindex completion, of property keys
15202 @cindex completion, of link abbreviations
15203 @cindex @TeX{} symbol completion
15204 @cindex TODO keywords completion
15205 @cindex dictionary word completion
15206 @cindex option keyword completion
15207 @cindex tag completion
15208 @cindex link abbreviations, completion of
15210 Emacs would not be Emacs without completion, and Org mode uses it whenever it
15211 makes sense.  If you prefer an @i{iswitchb}- or @i{ido}-like interface for
15212 some of the completion prompts, you can specify your preference by setting at
15213 most one of the variables @var{org-completion-use-iswitchb}
15214 @var{org-completion-use-ido}.
15216 Org supports in-buffer completion.  This type of completion does
15217 not make use of the minibuffer.  You simply type a few letters into
15218 the buffer and use the key to complete text right there.
15220 @table @kbd
15221 @kindex M-@key{TAB}
15222 @item M-@key{TAB}
15223 Complete word at point
15224 @itemize @bullet
15225 @item
15226 At the beginning of a headline, complete TODO keywords.
15227 @item
15228 After @samp{\}, complete @TeX{} symbols supported by the exporter.
15229 @item
15230 After @samp{*}, complete headlines in the current buffer so that they
15231 can be used in search links like @samp{[[*find this headline]]}.
15232 @item
15233 After @samp{:} in a headline, complete tags.  The list of tags is taken
15234 from the variable @var{org-tag-alist} (possibly set through the
15235 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
15236 dynamically from all tags used in the current buffer.
15237 @item
15238 After @samp{:} and not in a headline, complete property keys.  The list
15239 of keys is constructed dynamically from all keys used in the current
15240 buffer.
15241 @item
15242 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
15243 @item
15244 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
15245 @samp{OPTIONS} which set file-specific options for Org mode.  When the
15246 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
15247 will insert example settings for this keyword.
15248 @item
15249 In the line after @samp{#+STARTUP: }, complete startup keywords,
15250 i.e., valid keys for this line.
15251 @item
15252 Elsewhere, complete dictionary words using Ispell.
15253 @end itemize
15254 @end table
15256 @node Easy Templates, Speed keys, Completion, Miscellaneous
15257 @section Easy Templates
15258 @cindex template insertion
15259 @cindex insertion, of templates
15261 Org mode supports insertion of empty structural elements (like
15262 @code{#+BEGIN_SRC} and @code{#+END_SRC} pairs) with just a few key
15263 strokes.  This is achieved through a native template expansion mechanism.
15264 Note that Emacs has several other template mechanisms which could be used in
15265 a similar way, for example @file{yasnippet}.
15267 To insert a structural element, type a @samp{<}, followed by a template
15268 selector and @kbd{@key{TAB}}.  Completion takes effect only when the above
15269 keystrokes are typed on a line by itself.
15271 The following template selectors are currently supported.
15273 @multitable @columnfractions 0.1 0.9
15274 @item @kbd{s} @tab @code{#+BEGIN_SRC     ... #+END_SRC}
15275 @item @kbd{e} @tab @code{#+BEGIN_EXAMPLE ... #+END_EXAMPLE}
15276 @item @kbd{q} @tab @code{#+BEGIN_QUOTE   ... #+END_QUOTE}
15277 @item @kbd{v} @tab @code{#+BEGIN_VERSE   ... #+END_VERSE}
15278 @item @kbd{c} @tab @code{#+BEGIN_CENTER  ... #+END_CENTER}
15279 @item @kbd{l} @tab @code{#+BEGIN_LaTeX   ... #+END_LaTeX}
15280 @item @kbd{L} @tab @code{#+LaTeX:}
15281 @item @kbd{h} @tab @code{#+BEGIN_HTML    ... #+END_HTML}
15282 @item @kbd{H} @tab @code{#+HTML:}
15283 @item @kbd{a} @tab @code{#+BEGIN_ASCII   ... #+END_ASCII}
15284 @item @kbd{A} @tab @code{#+ASCII:}
15285 @item @kbd{i} @tab @code{#+INDEX:} line
15286 @item @kbd{I} @tab @code{#+INCLUDE:} line
15287 @end multitable
15289 For example, on an empty line, typing "<e" and then pressing TAB, will expand
15290 into a complete EXAMPLE template.
15292 You can install additional templates by customizing the variable
15293 @code{org-structure-template-alist}.  See the docstring of the variable for
15294 additional details.
15296 @node Speed keys, Code evaluation security, Easy Templates, Miscellaneous
15297 @section Speed keys
15298 @cindex speed keys
15299 @vindex org-use-speed-commands
15300 @vindex org-speed-commands-user
15302 Single keys can be made to execute commands when the cursor is at the
15303 beginning of a headline, i.e., before the first star.  Configure the variable
15304 @var{org-use-speed-commands} to activate this feature.  There is a
15305 pre-defined list of commands, and you can add more such commands using the
15306 variable @var{org-speed-commands-user}.  Speed keys do not only speed up
15307 navigation and other commands, but they also provide an alternative way to
15308 execute commands bound to keys that are not or not easily available on a TTY,
15309 or on a small mobile device with a limited keyboard.
15311 To see which commands are available, activate the feature and press @kbd{?}
15312 with the cursor at the beginning of a headline.
15314 @node Code evaluation security, Customization, Speed keys, Miscellaneous
15315 @section Code evaluation and security issues
15317 Org provides tools to work with the code snippets, including evaluating them.
15319 Running code on your machine always comes with a security risk.  Badly
15320 written or malicious code can be executed on purpose or by accident.  Org has
15321 default settings which will only evaluate such code if you give explicit
15322 permission to do so, and as a casual user of these features you should leave
15323 these precautions intact.
15325 For people who regularly work with such code, the confirmation prompts can
15326 become annoying, and you might want to turn them off.  This can be done, but
15327 you must be aware of the risks that are involved.
15329 Code evaluation can happen under the following circumstances:
15331 @table @i
15332 @item Source code blocks
15333 Source code blocks can be evaluated during export, or when pressing @kbd{C-c
15334 C-c} in the block.  The most important thing to realize here is that Org mode
15335 files which contain code snippets are, in a certain sense, like executable
15336 files.  So you should accept them and load them into Emacs only from trusted
15337 sources---just like you would do with a program you install on your computer.
15339 Make sure you know what you are doing before customizing the variables
15340 which take off the default security brakes.
15342 @defopt org-confirm-babel-evaluate
15343 When t (the default), the user is asked before every code block evaluation.
15344 When nil, the user is not asked.  When set to a function, it is called with
15345 two arguments (language and body of the code block) and should return t to
15346 ask and nil not to ask.
15347 @end defopt
15349 For example, here is how to execute "ditaa" code (which is considered safe)
15350 without asking:
15352 @lisp
15353 (defun my-org-confirm-babel-evaluate (lang body)
15354   (not (string= lang "ditaa")))  ; don't ask for ditaa
15355 (setq org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate)
15356 @end lisp
15358 @item Following @code{shell} and @code{elisp} links
15359 Org has two link types that can directly evaluate code (@pxref{External
15360 links}).  These links can be problematic because the code to be evaluated is
15361 not visible.
15363 @defopt org-confirm-shell-link-function
15364 Function to queries user about shell link execution.
15365 @end defopt
15366 @defopt org-confirm-elisp-link-function
15367 Functions to query user for Emacs Lisp link execution.
15368 @end defopt
15370 @item Formulas in tables
15371 Formulas in tables (@pxref{The spreadsheet}) are code that is evaluated
15372 either by the @i{calc} interpreter, or by the @i{Emacs Lisp} interpreter.
15373 @end table
15375 @node Customization, In-buffer settings, Code evaluation security, Miscellaneous
15376 @section Customization
15377 @cindex customization
15378 @cindex options, for customization
15379 @cindex variables, for customization
15381 There are more than 500 variables that can be used to customize
15382 Org.  For the sake of compactness of the manual, I am not
15383 describing the variables here.  A structured overview of customization
15384 variables is available with @kbd{M-x org-customize RET}.  Or select
15385 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
15386 settings can also be activated on a per-file basis, by putting special
15387 lines into the buffer (@pxref{In-buffer settings}).
15389 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
15390 @section Summary of in-buffer settings
15391 @cindex in-buffer settings
15392 @cindex special keywords
15394 Org mode uses special lines in the buffer to define settings on a
15395 per-file basis.  These lines start with a @samp{#+} followed by a
15396 keyword, a colon, and then individual words defining a setting.  Several
15397 setting words can be in the same line, but you can also have multiple
15398 lines for the keyword.  While these settings are described throughout
15399 the manual, here is a summary.  After changing any of those lines in the
15400 buffer, press @kbd{C-c C-c} with the cursor still in the line to
15401 activate the changes immediately.  Otherwise they become effective only
15402 when the file is visited again in a new Emacs session.
15404 @vindex org-archive-location
15405 @table @kbd
15406 @item #+ARCHIVE: %s_done::
15407 This line sets the archive location for the agenda file.  It applies for
15408 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
15409 of the file.  The first such line also applies to any entries before it.
15410 The corresponding variable is @var{org-archive-location}.
15411 @item #+CATEGORY:
15412 This line sets the category for the agenda file.  The category applies
15413 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
15414 end of the file.  The first such line also applies to any entries before it.
15415 @item #+COLUMNS: %25ITEM .....
15416 @cindex property, COLUMNS
15417 Set the default format for columns view.  This format applies when
15418 columns view is invoked in locations where no @code{COLUMNS} property
15419 applies.
15420 @item #+CONSTANTS: name1=value1 ...
15421 @vindex org-table-formula-constants
15422 @vindex org-table-formula
15423 Set file-local values for constants to be used in table formulas.  This
15424 line sets the local variable @var{org-table-formula-constants-local}.
15425 The global version of this variable is
15426 @var{org-table-formula-constants}.
15427 @item #+FILETAGS: :tag1:tag2:tag3:
15428 Set tags that can be inherited by any entry in the file, including the
15429 top-level entries.
15430 @item #+DRAWERS: NAME1 .....
15431 @vindex org-drawers
15432 Set the file-local set of additional drawers.  The corresponding global
15433 variable is @var{org-drawers}.
15434 @item #+LINK:  linkword replace
15435 @vindex org-link-abbrev-alist
15436 These lines (several are allowed) specify link abbreviations.
15437 @xref{Link abbreviations}.  The corresponding variable is
15438 @var{org-link-abbrev-alist}.
15439 @item #+PRIORITIES: highest lowest default
15440 @vindex org-highest-priority
15441 @vindex org-lowest-priority
15442 @vindex org-default-priority
15443 This line sets the limits and the default for the priorities.  All three
15444 must be either letters A--Z or numbers 0--9.  The highest priority must
15445 have a lower ASCII number than the lowest priority.
15446 @item #+PROPERTY: Property_Name Value
15447 This line sets a default inheritance value for entries in the current
15448 buffer, most useful for specifying the allowed values of a property.
15449 @cindex #+SETUPFILE
15450 @item #+SETUPFILE: file
15451 This line defines a file that holds more in-buffer setup.  Normally this is
15452 entirely ignored.  Only when the buffer is parsed for option-setting lines
15453 (i.e., when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
15454 settings line, or when exporting), then the contents of this file are parsed
15455 as if they had been included in the buffer.  In particular, the file can be
15456 any other Org mode file with internal setup.  You can visit the file the
15457 cursor is in the line with @kbd{C-c '}.
15458 @item #+STARTUP:
15459 @cindex #+STARTUP:
15460 This line sets options to be used at startup of Org mode, when an
15461 Org file is being visited.
15463 The first set of options deals with the initial visibility of the outline
15464 tree.  The corresponding variable for global default settings is
15465 @var{org-startup-folded}, with a default value @code{t}, which means
15466 @code{overview}.
15467 @vindex org-startup-folded
15468 @cindex @code{overview}, STARTUP keyword
15469 @cindex @code{content}, STARTUP keyword
15470 @cindex @code{showall}, STARTUP keyword
15471 @cindex @code{showeverything}, STARTUP keyword
15472 @example
15473 overview         @r{top-level headlines only}
15474 content          @r{all headlines}
15475 showall          @r{no folding of any entries}
15476 showeverything   @r{show even drawer contents}
15477 @end example
15479 @vindex org-startup-indented
15480 @cindex @code{indent}, STARTUP keyword
15481 @cindex @code{noindent}, STARTUP keyword
15482 Dynamic virtual indentation is controlled by the variable
15483 @code{org-startup-indented}@footnote{Emacs 23 and Org mode 6.29 are required}
15484 @example
15485 indent     @r{start with @code{org-indent-mode} turned on}
15486 noindent   @r{start with @code{org-indent-mode} turned off}
15487 @end example
15489 @vindex org-startup-align-all-tables
15490 Then there are options for aligning tables upon visiting a file.  This
15491 is useful in files containing narrowed table columns.  The corresponding
15492 variable is @var{org-startup-align-all-tables}, with a default value
15493 @code{nil}.
15494 @cindex @code{align}, STARTUP keyword
15495 @cindex @code{noalign}, STARTUP keyword
15496 @example
15497 align      @r{align all tables}
15498 noalign    @r{don't align tables on startup}
15499 @end example
15501 @vindex org-startup-with-inline-images
15502 When visiting a file, inline images can be automatically displayed.  The
15503 corresponding variable is @var{org-startup-with-inline-images}, with a
15504 default value @code{nil} to avoid delays when visiting a file.
15505 @cindex @code{inlineimages}, STARTUP keyword
15506 @cindex @code{noinlineimages}, STARTUP keyword
15507 @example
15508 inlineimages   @r{show inline images}
15509 noinlineimages @r{don't show inline images on startup}
15510 @end example
15512 @vindex org-startup-with-latex-preview
15513 When visiting a file, @LaTeX{} fragments can be converted to images
15514 automatically.  The variable @var{org-startup-with-latex-preview} which
15515 controls this behavior, is set to @code{nil} by default to avoid delays on
15516 startup.
15517 @cindex @code{latexpreview}, STARTUP keyword
15518 @cindex @code{nolatexpreview}, STARTUP keyword
15519 @example
15520 latexpreview   @r{preview @LaTeX{} fragments}
15521 nolatexpreview @r{don't preview @LaTeX{} fragments}
15522 @end example
15524 @vindex org-log-done
15525 @vindex org-log-note-clock-out
15526 @vindex org-log-repeat
15527 Logging the closing and reopening of TODO items and clock intervals can be
15528 configured using these options (see variables @var{org-log-done},
15529 @var{org-log-note-clock-out} and @var{org-log-repeat})
15530 @cindex @code{logdone}, STARTUP keyword
15531 @cindex @code{lognotedone}, STARTUP keyword
15532 @cindex @code{nologdone}, STARTUP keyword
15533 @cindex @code{lognoteclock-out}, STARTUP keyword
15534 @cindex @code{nolognoteclock-out}, STARTUP keyword
15535 @cindex @code{logrepeat}, STARTUP keyword
15536 @cindex @code{lognoterepeat}, STARTUP keyword
15537 @cindex @code{nologrepeat}, STARTUP keyword
15538 @cindex @code{logreschedule}, STARTUP keyword
15539 @cindex @code{lognotereschedule}, STARTUP keyword
15540 @cindex @code{nologreschedule}, STARTUP keyword
15541 @cindex @code{logredeadline}, STARTUP keyword
15542 @cindex @code{lognoteredeadline}, STARTUP keyword
15543 @cindex @code{nologredeadline}, STARTUP keyword
15544 @cindex @code{logrefile}, STARTUP keyword
15545 @cindex @code{lognoterefile}, STARTUP keyword
15546 @cindex @code{nologrefile}, STARTUP keyword
15547 @cindex @code{logdrawer}, STARTUP keyword
15548 @cindex @code{nologdrawer}, STARTUP keyword
15549 @cindex @code{logstatesreversed}, STARTUP keyword
15550 @cindex @code{nologstatesreversed}, STARTUP keyword
15551 @example
15552 logdone             @r{record a timestamp when an item is marked DONE}
15553 lognotedone         @r{record timestamp and a note when DONE}
15554 nologdone           @r{don't record when items are marked DONE}
15555 logrepeat           @r{record a time when reinstating a repeating item}
15556 lognoterepeat       @r{record a note when reinstating a repeating item}
15557 nologrepeat         @r{do not record when reinstating repeating item}
15558 lognoteclock-out    @r{record a note when clocking out}
15559 nolognoteclock-out  @r{don't record a note when clocking out}
15560 logreschedule       @r{record a timestamp when scheduling time changes}
15561 lognotereschedule   @r{record a note when scheduling time changes}
15562 nologreschedule     @r{do not record when a scheduling date changes}
15563 logredeadline       @r{record a timestamp when deadline changes}
15564 lognoteredeadline   @r{record a note when deadline changes}
15565 nologredeadline     @r{do not record when a deadline date changes}
15566 logrefile           @r{record a timestamp when refiling}
15567 lognoterefile       @r{record a note when refiling}
15568 nologrefile         @r{do not record when refiling}
15569 logdrawer           @r{store log into drawer}
15570 nologdrawer         @r{store log outside of drawer}
15571 logstatesreversed   @r{reverse the order of states notes}
15572 nologstatesreversed @r{do not reverse the order of states notes}
15573 @end example
15575 @vindex org-hide-leading-stars
15576 @vindex org-odd-levels-only
15577 Here are the options for hiding leading stars in outline headings, and for
15578 indenting outlines.  The corresponding variables are
15579 @var{org-hide-leading-stars} and @var{org-odd-levels-only}, both with a
15580 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
15581 @cindex @code{hidestars}, STARTUP keyword
15582 @cindex @code{showstars}, STARTUP keyword
15583 @cindex @code{odd}, STARTUP keyword
15584 @cindex @code{even}, STARTUP keyword
15585 @example
15586 hidestars  @r{make all but one of the stars starting a headline invisible.}
15587 showstars  @r{show all stars starting a headline}
15588 indent     @r{virtual indentation according to outline level}
15589 noindent   @r{no virtual indentation according to outline level}
15590 odd        @r{allow only odd outline levels (1,3,...)}
15591 oddeven    @r{allow all outline levels}
15592 @end example
15594 @vindex org-put-time-stamp-overlays
15595 @vindex org-time-stamp-overlay-formats
15596 To turn on custom format overlays over timestamps (variables
15597 @var{org-put-time-stamp-overlays} and
15598 @var{org-time-stamp-overlay-formats}), use
15599 @cindex @code{customtime}, STARTUP keyword
15600 @example
15601 customtime @r{overlay custom time format}
15602 @end example
15604 @vindex constants-unit-system
15605 The following options influence the table spreadsheet (variable
15606 @var{constants-unit-system}).
15607 @cindex @code{constcgs}, STARTUP keyword
15608 @cindex @code{constSI}, STARTUP keyword
15609 @example
15610 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
15611 constSI    @r{@file{constants.el} should use the SI unit system}
15612 @end example
15614 @vindex org-footnote-define-inline
15615 @vindex org-footnote-auto-label
15616 @vindex org-footnote-auto-adjust
15617 To influence footnote settings, use the following keywords.  The
15618 corresponding variables are @var{org-footnote-define-inline},
15619 @var{org-footnote-auto-label}, and @var{org-footnote-auto-adjust}.
15620 @cindex @code{fninline}, STARTUP keyword
15621 @cindex @code{nofninline}, STARTUP keyword
15622 @cindex @code{fnlocal}, STARTUP keyword
15623 @cindex @code{fnprompt}, STARTUP keyword
15624 @cindex @code{fnauto}, STARTUP keyword
15625 @cindex @code{fnconfirm}, STARTUP keyword
15626 @cindex @code{fnplain}, STARTUP keyword
15627 @cindex @code{fnadjust}, STARTUP keyword
15628 @cindex @code{nofnadjust}, STARTUP keyword
15629 @example
15630 fninline    @r{define footnotes inline}
15631 fnnoinline  @r{define footnotes in separate section}
15632 fnlocal     @r{define footnotes near first reference, but not inline}
15633 fnprompt    @r{prompt for footnote labels}
15634 fnauto      @r{create @code{[fn:1]}-like labels automatically (default)}
15635 fnconfirm   @r{offer automatic label for editing or confirmation}
15636 fnplain     @r{create @code{[1]}-like labels automatically}
15637 fnadjust    @r{automatically renumber and sort footnotes}
15638 nofnadjust  @r{do not renumber and sort automatically}
15639 @end example
15641 @cindex org-hide-block-startup
15642 To hide blocks on startup, use these keywords.  The corresponding variable is
15643 @var{org-hide-block-startup}.
15644 @cindex @code{hideblocks}, STARTUP keyword
15645 @cindex @code{nohideblocks}, STARTUP keyword
15646 @example
15647 hideblocks   @r{Hide all begin/end blocks on startup}
15648 nohideblocks @r{Do not hide blocks on startup}
15649 @end example
15651 @cindex org-pretty-entities
15652 The display of entities as UTF-8 characters is governed by the variable
15653 @var{org-pretty-entities} and the keywords
15654 @cindex @code{entitiespretty}, STARTUP keyword
15655 @cindex @code{entitiesplain}, STARTUP keyword
15656 @example
15657 entitiespretty  @r{Show entities as UTF-8 characters where possible}
15658 entitiesplain   @r{Leave entities plain}
15659 @end example
15661 @item #+TAGS:  TAG1(c1) TAG2(c2)
15662 @vindex org-tag-alist
15663 These lines (several such lines are allowed) specify the valid tags in
15664 this file, and (potentially) the corresponding @emph{fast tag selection}
15665 keys.  The corresponding variable is @var{org-tag-alist}.
15666 @cindex #+TBLFM
15667 @item #+TBLFM:
15668 This line contains the formulas for the table directly above the line.
15670 Table can have multiple lines containing @samp{#+TBLFM:}.  Note
15671 that only the first line of @samp{#+TBLFM:} will be applied when
15672 you recalculate the table.  For more details see @ref{Using
15673 multiple #+TBLFM lines} in @ref{Editing and debugging formulas}.
15675 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+DATE:,
15676 @itemx #+OPTIONS:, #+BIND:,
15677 @itemx #+DESCRIPTION:, #+KEYWORDS:,
15678 @itemx #+LaTeX_HEADER:, #+LaTeX_HEADER_EXTRA:,
15679 @itemx #+HTML_HEAD:, #+HTML_LINK_UP:, #+HTML_LINK_HOME:,
15680 @itemx #+SELECT_TAGS:, #+EXCLUDE_TAGS:
15681 These lines provide settings for exporting files.  For more details see
15682 @ref{Export settings}.
15683 @item #+TODO:    #+SEQ_TODO:   #+TYP_TODO:
15684 @vindex org-todo-keywords
15685 These lines set the TODO keywords and their interpretation in the
15686 current file.  The corresponding variable is @var{org-todo-keywords}.
15687 @end table
15689 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
15690 @section The very busy C-c C-c key
15691 @kindex C-c C-c
15692 @cindex C-c C-c, overview
15694 The key @kbd{C-c C-c} has many purposes in Org, which are all
15695 mentioned scattered throughout this manual.  One specific function of
15696 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
15697 other circumstances it means something like @emph{``Hey Org, look
15698 here and update according to what you see here''}.  Here is a summary of
15699 what this means in different contexts.
15701 @itemize @minus
15702 @item
15703 If there are highlights in the buffer from the creation of a sparse
15704 tree, or from clock display, remove these highlights.
15705 @item
15706 If the cursor is in one of the special @code{#+KEYWORD} lines, this
15707 triggers scanning the buffer for these lines and updating the
15708 information.
15709 @item
15710 If the cursor is inside a table, realign the table.  This command
15711 works even if the automatic table editor has been turned off.
15712 @item
15713 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
15714 the entire table.
15715 @item
15716 If the current buffer is a capture buffer, close the note and file it.
15717 With a prefix argument, file it, without further interaction, to the
15718 default location.
15719 @item
15720 If the cursor is on a @code{<<<target>>>}, update radio targets and
15721 corresponding links in this buffer.
15722 @item
15723 If the cursor is in a property line or at the start or end of a property
15724 drawer, offer property commands.
15725 @item
15726 If the cursor is at a footnote reference, go to the corresponding
15727 definition, and @emph{vice versa}.
15728 @item
15729 If the cursor is on a statistics cookie, update it.
15730 @item
15731 If the cursor is in a plain list item with a checkbox, toggle the status
15732 of the checkbox.
15733 @item
15734 If the cursor is on a numbered item in a plain list, renumber the
15735 ordered list.
15736 @item
15737 If the cursor is on the @code{#+BEGIN} line of a dynamic block, the
15738 block is updated.
15739 @item
15740 If the cursor is at a timestamp, fix the day name in the timestamp.
15741 @end itemize
15743 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
15744 @section A cleaner outline view
15745 @cindex hiding leading stars
15746 @cindex dynamic indentation
15747 @cindex odd-levels-only outlines
15748 @cindex clean outline view
15750 Some people find it noisy and distracting that the Org headlines start with a
15751 potentially large number of stars, and that text below the headlines is not
15752 indented.  While this is no problem when writing a @emph{book-like} document
15753 where the outline headings are really section headings, in a more
15754 @emph{list-oriented} outline, indented structure is a lot cleaner:
15756 @example
15757 @group
15758 * Top level headline             |    * Top level headline
15759 ** Second level                  |      * Second level
15760 *** 3rd level                    |        * 3rd level
15761 some text                        |          some text
15762 *** 3rd level                    |        * 3rd level
15763 more text                        |          more text
15764 * Another top level headline     |    * Another top level headline
15765 @end group
15766 @end example
15768 @noindent
15770 If you are using at least Emacs 23.2@footnote{Emacs 23.1 can actually crash
15771 with @code{org-indent-mode}} and version 6.29 of Org, this kind of view can
15772 be achieved dynamically at display time using @code{org-indent-mode}.  In
15773 this minor mode, all lines are prefixed for display with the necessary amount
15774 of space@footnote{@code{org-indent-mode} also sets the @code{wrap-prefix}
15775 property, such that @code{visual-line-mode} (or purely setting
15776 @code{word-wrap}) wraps long lines (including headlines) correctly indented.
15777 }.  Also headlines are prefixed with additional stars, so that the amount of
15778 indentation shifts by two@footnote{See the variable
15779 @var{org-indent-indentation-per-level}.}  spaces per level.  All headline
15780 stars but the last one are made invisible using the @code{org-hide}
15781 face@footnote{Turning on @code{org-indent-mode} sets
15782 @var{org-hide-leading-stars} to @code{t} and @var{org-adapt-indentation} to
15783 @code{nil}.}; see below under @samp{2.} for more information on how this
15784 works.  You can turn on @code{org-indent-mode} for all files by customizing
15785 the variable @var{org-startup-indented}, or you can turn it on for
15786 individual files using
15788 @example
15789 #+STARTUP: indent
15790 @end example
15792 If you want a similar effect in an earlier version of Emacs and/or Org, or if
15793 you want the indentation to be hard space characters so that the plain text
15794 file looks as similar as possible to the Emacs display, Org supports you in
15795 the following way:
15797 @enumerate
15798 @item
15799 @emph{Indentation of text below headlines}@*
15800 You may indent text below each headline to make the left boundary line up
15801 with the headline, like
15803 @example
15804 *** 3rd level
15805     more text, now indented
15806 @end example
15808 @vindex org-adapt-indentation
15809 Org supports this with paragraph filling, line wrapping, and structure
15810 editing@footnote{See also the variable @var{org-adapt-indentation}.},
15811 preserving or adapting the indentation as appropriate.
15813 @item
15814 @vindex org-hide-leading-stars
15815 @emph{Hiding leading stars}@* You can modify the display in such a way that
15816 all leading stars become invisible.  To do this in a global way, configure
15817 the variable @var{org-hide-leading-stars} or change this on a per-file basis
15818 with
15820 @example
15821 #+STARTUP: hidestars
15822 #+STARTUP: showstars
15823 @end example
15825 With hidden stars, the tree becomes:
15827 @example
15828 @group
15829 * Top level headline
15830  * Second level
15831   * 3rd level
15832   ...
15833 @end group
15834 @end example
15836 @noindent
15837 @vindex org-hide @r{(face)}
15838 The leading stars are not truly replaced by whitespace, they are only
15839 fontified with the face @code{org-hide} that uses the background color as
15840 font color.  If you are not using either white or black background, you may
15841 have to customize this face to get the wanted effect.  Another possibility is
15842 to set this font such that the extra stars are @i{almost} invisible, for
15843 example using the color @code{grey90} on a white background.
15845 @item
15846 @vindex org-odd-levels-only
15847 Things become cleaner still if you skip all the even levels and use only odd
15848 levels 1, 3, 5..., effectively adding two stars to go from one outline level
15849 to the next@footnote{When you need to specify a level for a property search
15850 or refile targets, @samp{LEVEL=2} will correspond to 3 stars, etc.}.  In this
15851 way we get the outline view shown at the beginning of this section.  In order
15852 to make the structure editing and export commands handle this convention
15853 correctly, configure the variable @var{org-odd-levels-only}, or set this on
15854 a per-file basis with one of the following lines:
15856 @example
15857 #+STARTUP: odd
15858 #+STARTUP: oddeven
15859 @end example
15861 You can convert an Org file from single-star-per-level to the
15862 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
15863 RET} in that file.  The reverse operation is @kbd{M-x
15864 org-convert-to-oddeven-levels}.
15865 @end enumerate
15867 @node TTY keys, Interaction, Clean view, Miscellaneous
15868 @section Using Org on a tty
15869 @cindex tty key bindings
15871 Because Org contains a large number of commands, by default many of
15872 Org's core commands are bound to keys that are generally not
15873 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
15874 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
15875 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
15876 these commands on a tty when special keys are unavailable, the following
15877 alternative bindings can be used.  The tty bindings below will likely be
15878 more cumbersome; you may find for some of the bindings below that a
15879 customized workaround suits you better.  For example, changing a timestamp
15880 is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
15881 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
15883 @multitable @columnfractions 0.15 0.2 0.1 0.2
15884 @item @b{Default} @tab @b{Alternative 1} @tab @b{Speed key} @tab @b{Alternative 2}
15885 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab @kbd{C} @tab
15886 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{l} @tab @kbd{@key{Esc} @key{left}}
15887 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab @kbd{L} @tab
15888 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{r} @tab @kbd{@key{Esc} @key{right}}
15889 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab @kbd{R} @tab
15890 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{up}}
15891 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab @kbd{U} @tab
15892 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{down}}
15893 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab @kbd{D} @tab
15894 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab @kbd{ } @tab
15895 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{ } @tab @kbd{@key{Esc} @key{RET}}
15896 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab @kbd{ } @tab
15897 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab @kbd{ } @tab
15898 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab @kbd{ } @tab
15899 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab @kbd{ } @tab
15900 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab @kbd{ } @tab
15901 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab @kbd{ } @tab
15902 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab @kbd{ } @tab
15903 @end multitable
15906 @node Interaction, org-crypt.el, TTY keys, Miscellaneous
15907 @section Interaction with other packages
15908 @cindex packages, interaction with other
15909 Org lives in the world of GNU Emacs and interacts in various ways
15910 with other code out there.
15912 @menu
15913 * Cooperation::                 Packages Org cooperates with
15914 * Conflicts::                   Packages that lead to conflicts
15915 @end menu
15917 @node Cooperation, Conflicts, Interaction, Interaction
15918 @subsection Packages that Org cooperates with
15920 @table @asis
15921 @cindex @file{calc.el}
15922 @cindex Gillespie, Dave
15923 @item @file{calc.el} by Dave Gillespie
15924 Org uses the Calc package for implementing spreadsheet
15925 functionality in its tables (@pxref{The spreadsheet}).  Org
15926 checks for the availability of Calc by looking for the function
15927 @code{calc-eval} which will have been autoloaded during setup if Calc has
15928 been installed properly.  As of Emacs 22, Calc is part of the Emacs
15929 distribution.  Another possibility for interaction between the two
15930 packages is using Calc for embedded calculations.  @xref{Embedded Mode,
15931 , Embedded Mode, calc, GNU Emacs Calc Manual}.
15932 @item @file{constants.el} by Carsten Dominik
15933 @cindex @file{constants.el}
15934 @cindex Dominik, Carsten
15935 @vindex org-table-formula-constants
15936 In a table formula (@pxref{The spreadsheet}), it is possible to use
15937 names for natural constants or units.  Instead of defining your own
15938 constants in the variable @var{org-table-formula-constants}, install
15939 the @file{constants} package which defines a large number of constants
15940 and units, and lets you use unit prefixes like @samp{M} for
15941 @samp{Mega}, etc.  You will need version 2.0 of this package, available
15942 at @url{http://www.astro.uva.nl/~dominik/Tools}.  Org checks for
15943 the function @code{constants-get}, which has to be autoloaded in your
15944 setup.  See the installation instructions in the file
15945 @file{constants.el}.
15946 @item @file{cdlatex.el} by Carsten Dominik
15947 @cindex @file{cdlatex.el}
15948 @cindex Dominik, Carsten
15949 Org mode can make use of the CD@LaTeX{} package to efficiently enter
15950 @LaTeX{} fragments into Org files.  See @ref{CDLaTeX mode}.
15951 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
15952 @cindex @file{imenu.el}
15953 Imenu allows menu access to an index of items in a file.  Org mode
15954 supports Imenu---all you need to do to get the index is the following:
15955 @lisp
15956 (add-hook 'org-mode-hook
15957           (lambda () (imenu-add-to-menubar "Imenu")))
15958 @end lisp
15959 @vindex org-imenu-depth
15960 By default the index is two levels deep---you can modify the depth using
15961 the option @var{org-imenu-depth}.
15962 @item @file{remember.el} by John Wiegley
15963 @cindex @file{remember.el}
15964 @cindex Wiegley, John
15965 Org used to use this package for capture, but no longer does.
15966 @item @file{speedbar.el} by Eric M. Ludlam
15967 @cindex @file{speedbar.el}
15968 @cindex Ludlam, Eric M.
15969 Speedbar is a package that creates a special frame displaying files and
15970 index items in files.  Org mode supports Speedbar and allows you to
15971 drill into Org files directly from the Speedbar.  It also allows you to
15972 restrict the scope of agenda commands to a file or a subtree by using
15973 the command @kbd{<} in the Speedbar frame.
15974 @cindex @file{table.el}
15975 @item @file{table.el} by Takaaki Ota
15976 @kindex C-c C-c
15977 @cindex table editor, @file{table.el}
15978 @cindex @file{table.el}
15979 @cindex Ota, Takaaki
15981 Complex ASCII tables with automatic line wrapping, column- and row-spanning,
15982 and alignment can be created using the Emacs table package by Takaaki Ota
15983 (@uref{http://sourceforge.net/projects/table}, and also part of Emacs 22).
15984 Org mode will recognize these tables and export them properly.  Because of
15985 interference with other Org mode functionality, you unfortunately cannot edit
15986 these tables directly in the buffer.  Instead, you need to use the command
15987 @kbd{C-c '} to edit them, similar to source code snippets.
15989 @table @kbd
15990 @orgcmd{C-c ',org-edit-special}
15991 Edit a @file{table.el} table.  Works when the cursor is in a table.el table.
15993 @orgcmd{C-c ~,org-table-create-with-table.el}
15994 Insert a @file{table.el} table.  If there is already a table at point, this
15995 command converts it between the @file{table.el} format and the Org mode
15996 format.  See the documentation string of the command
15997 @code{org-convert-table} for the restrictions under which this is
15998 possible.
15999 @end table
16000 @file{table.el} is part of Emacs since Emacs 22.
16001 @item @file{footnote.el} by Steven L. Baur
16002 @cindex @file{footnote.el}
16003 @cindex Baur, Steven L.
16004 Org mode recognizes numerical footnotes as provided by this package.
16005 However, Org mode also has its own footnote support (@pxref{Footnotes}),
16006 which makes using @file{footnote.el} unnecessary.
16007 @end table
16009 @node Conflicts,  , Cooperation, Interaction
16010 @subsection Packages that lead to conflicts with Org mode
16012 @table @asis
16014 @cindex @code{shift-selection-mode}
16015 @vindex org-support-shift-select
16016 In Emacs 23, @code{shift-selection-mode} is on by default, meaning that
16017 cursor motions combined with the shift key should start or enlarge regions.
16018 This conflicts with the use of @kbd{S-@key{cursor}} commands in Org to change
16019 timestamps, TODO keywords, priorities, and item bullet types if the cursor is
16020 at such a location.  By default, @kbd{S-@key{cursor}} commands outside
16021 special contexts don't do anything, but you can customize the variable
16022 @var{org-support-shift-select}.  Org mode then tries to accommodate shift
16023 selection by (i) using it outside of the special contexts where special
16024 commands apply, and by (ii) extending an existing active region even if the
16025 cursor moves across a special context.
16027 @item @file{CUA.el} by Kim. F. Storm
16028 @cindex @file{CUA.el}
16029 @cindex Storm, Kim. F.
16030 @vindex org-replace-disputed-keys
16031 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by CUA mode
16032 (as well as @code{pc-select-mode} and @code{s-region-mode}) to select and extend the
16033 region.  In fact, Emacs 23 has this built-in in the form of
16034 @code{shift-selection-mode}, see previous paragraph.  If you are using Emacs
16035 23, you probably don't want to use another package for this purpose.  However,
16036 if you prefer to leave these keys to a different package while working in
16037 Org mode, configure the variable @var{org-replace-disputed-keys}.  When set,
16038 Org will move the following key bindings in Org files, and in the agenda
16039 buffer (but not during date selection).
16041 @example
16042 S-UP      @result{}  M-p             S-DOWN     @result{}  M-n
16043 S-LEFT    @result{}  M--             S-RIGHT    @result{}  M-+
16044 C-S-LEFT  @result{}  M-S--           C-S-RIGHT  @result{}  M-S-+
16045 @end example
16047 @vindex org-disputed-keys
16048 Yes, these are unfortunately more difficult to remember.  If you want
16049 to have other replacement keys, look at the variable
16050 @var{org-disputed-keys}.
16052 @item @file{filladapt.el} by Kyle Jones
16053 @cindex @file{filladapt.el}
16055 Org mode tries to do the right thing when filling paragraphs, list items and
16056 other elements.  Many users reported they had problems using both
16057 @file{filladapt.el} and Org mode, so a safe thing to do is to disable it like
16058 this:
16060 @lisp
16061 (add-hook 'org-mode-hook 'turn-off-filladapt-mode)
16062 @end lisp
16064 @item @file{yasnippet.el}
16065 @cindex @file{yasnippet.el}
16066 The way Org mode binds the @key{TAB} key (binding to @code{[tab]} instead of
16067 @code{"\t"}) overrules YASnippet's access to this key.  The following code
16068 fixed this problem:
16070 @lisp
16071 (add-hook 'org-mode-hook
16072           (lambda ()
16073             (org-set-local 'yas/trigger-key [tab])
16074             (define-key yas/keymap [tab] 'yas/next-field-or-maybe-expand)))
16075 @end lisp
16077 The latest version of yasnippet doesn't play well with Org mode.  If the
16078 above code does not fix the conflict, start by defining the following
16079 function:
16081 @lisp
16082 (defun yas/org-very-safe-expand ()
16083   (let ((yas/fallback-behavior 'return-nil)) (yas/expand)))
16084 @end lisp
16086 Then, tell Org mode what to do with the new function:
16088 @lisp
16089 (add-hook 'org-mode-hook
16090           (lambda ()
16091             (make-variable-buffer-local 'yas/trigger-key)
16092             (setq yas/trigger-key [tab])
16093             (add-to-list 'org-tab-first-hook 'yas/org-very-safe-expand)
16094             (define-key yas/keymap [tab] 'yas/next-field)))
16095 @end lisp
16097 @item @file{windmove.el} by Hovav Shacham
16098 @cindex @file{windmove.el}
16099 This package also uses the @kbd{S-<cursor>} keys, so everything written
16100 in the paragraph above about CUA mode also applies here.  If you want make
16101 the windmove function active in locations where Org mode does not have
16102 special functionality on @kbd{S-@key{cursor}}, add this to your
16103 configuration:
16105 @lisp
16106 ;; Make windmove work in org-mode:
16107 (add-hook 'org-shiftup-final-hook 'windmove-up)
16108 (add-hook 'org-shiftleft-final-hook 'windmove-left)
16109 (add-hook 'org-shiftdown-final-hook 'windmove-down)
16110 (add-hook 'org-shiftright-final-hook 'windmove-right)
16111 @end lisp
16113 @item @file{viper.el} by Michael Kifer
16114 @cindex @file{viper.el}
16115 @kindex C-c /
16116 Viper uses @kbd{C-c /} and therefore makes this key not access the
16117 corresponding Org mode command @code{org-sparse-tree}.  You need to find
16118 another key for this command, or override the key in
16119 @var{viper-vi-global-user-map} with
16121 @lisp
16122 (define-key viper-vi-global-user-map "C-c /" 'org-sparse-tree)
16123 @end lisp
16125 @end table
16127 @node org-crypt.el,  , Interaction, Miscellaneous
16128 @section org-crypt.el
16129 @cindex @file{org-crypt.el}
16130 @cindex @code{org-decrypt-entry}
16132 Org-crypt will encrypt the text of an entry, but not the headline, or
16133 properties.  Org-crypt uses the Emacs EasyPG library to encrypt and decrypt
16134 files.
16136 Any text below a headline that has a @samp{:crypt:} tag will be automatically
16137 be encrypted when the file is saved.  If you want to use a different tag just
16138 customize the @var{org-crypt-tag-matcher} setting.
16140 To use org-crypt it is suggested that you have the following in your
16141 @file{.emacs}:
16143 @lisp
16144 (require 'org-crypt)
16145 (org-crypt-use-before-save-magic)
16146 (setq org-tags-exclude-from-inheritance (quote ("crypt")))
16148 (setq org-crypt-key nil)
16149   ;; GPG key to use for encryption
16150   ;; Either the Key ID or set to nil to use symmetric encryption.
16152 (setq auto-save-default nil)
16153   ;; Auto-saving does not cooperate with org-crypt.el: so you need
16154   ;; to turn it off if you plan to use org-crypt.el quite often.
16155   ;; Otherwise, you'll get an (annoying) message each time you
16156   ;; start Org.
16158   ;; To turn it off only locally, you can insert this:
16159   ;;
16160   ;; # -*- buffer-auto-save-file-name: nil; -*-
16161 @end lisp
16163 Excluding the crypt tag from inheritance prevents already encrypted text
16164 being encrypted again.
16166 @node Hacking, MobileOrg, Miscellaneous, Top
16167 @appendix Hacking
16168 @cindex hacking
16170 This appendix covers some aspects where users can extend the functionality of
16171 Org.
16173 @menu
16174 * Hooks::                       How to reach into Org's internals
16175 * Add-on packages::             Available extensions
16176 * Adding hyperlink types::      New custom link types
16177 * Adding export back-ends::     How to write new export back-ends
16178 * Context-sensitive commands::  How to add functionality to such commands
16179 * Tables in arbitrary syntax::  Orgtbl for @LaTeX{} and other programs
16180 * Dynamic blocks::              Automatically filled blocks
16181 * Special agenda views::        Customized views
16182 * Speeding up your agendas::    Tips on how to speed up your agendas
16183 * Extracting agenda information::  Post-processing of agenda information
16184 * Using the property API::      Writing programs that use entry properties
16185 * Using the mapping API::       Mapping over all or selected entries
16186 @end menu
16188 @node Hooks, Add-on packages, Hacking, Hacking
16189 @section Hooks
16190 @cindex hooks
16192 Org has a large number of hook variables that can be used to add
16193 functionality.  This appendix about hacking is going to illustrate the
16194 use of some of them.  A complete list of all hooks with documentation is
16195 maintained by the Worg project and can be found at
16196 @uref{http://orgmode.org/worg/org-configs/org-hooks.php}.
16198 @node Add-on packages, Adding hyperlink types, Hooks, Hacking
16199 @section Add-on packages
16200 @cindex add-on packages
16202 A large number of add-on packages have been written by various authors.
16204 These packages are not part of Emacs, but they are distributed as contributed
16205 packages with the separate release available at @uref{http://orgmode.org}.
16206 See the @file{contrib/README} file in the source code directory for a list of
16207 contributed files.  You may also find some more information on the Worg page:
16208 @uref{http://orgmode.org/worg/org-contrib/}.
16210 @node Adding hyperlink types, Adding export back-ends, Add-on packages, Hacking
16211 @section Adding hyperlink types
16212 @cindex hyperlinks, adding new types
16214 Org has a large number of hyperlink types built-in
16215 (@pxref{Hyperlinks}).  If you would like to add new link types, Org
16216 provides an interface for doing so.  Let's look at an example file,
16217 @file{org-man.el}, that will add support for creating links like
16218 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
16219 Emacs:
16221 @lisp
16222 ;;; org-man.el - Support for links to manpages in Org
16224 (require 'org)
16226 (org-add-link-type "man" 'org-man-open)
16227 (add-hook 'org-store-link-functions 'org-man-store-link)
16229 (defcustom org-man-command 'man
16230   "The Emacs command to be used to display a man page."
16231   :group 'org-link
16232   :type '(choice (const man) (const woman)))
16234 (defun org-man-open (path)
16235   "Visit the manpage on PATH.
16236 PATH should be a topic that can be thrown at the man command."
16237   (funcall org-man-command path))
16239 (defun org-man-store-link ()
16240   "Store a link to a manpage."
16241   (when (memq major-mode '(Man-mode woman-mode))
16242     ;; This is a man page, we do make this link
16243     (let* ((page (org-man-get-page-name))
16244            (link (concat "man:" page))
16245            (description (format "Manpage for %s" page)))
16246       (org-store-link-props
16247        :type "man"
16248        :link link
16249        :description description))))
16251 (defun org-man-get-page-name ()
16252   "Extract the page name from the buffer name."
16253   ;; This works for both `Man-mode' and `woman-mode'.
16254   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
16255       (match-string 1 (buffer-name))
16256     (error "Cannot create link to this man page")))
16258 (provide 'org-man)
16260 ;;; org-man.el ends here
16261 @end lisp
16263 @noindent
16264 You would activate this new link type in @file{.emacs} with
16266 @lisp
16267 (require 'org-man)
16268 @end lisp
16270 @noindent
16271 Let's go through the file and see what it does.
16272 @enumerate
16273 @item
16274 It does @code{(require 'org)} to make sure that @file{org.el} has been
16275 loaded.
16276 @item
16277 The next line calls @var{org-add-link-type} to define a new link type
16278 with prefix @samp{man}.  The call also contains the name of a function
16279 that will be called to follow such a link.
16280 @item
16281 @vindex org-store-link-functions
16282 The next line adds a function to @var{org-store-link-functions}, in
16283 order to allow the command @kbd{C-c l} to record a useful link in a
16284 buffer displaying a man page.
16285 @end enumerate
16287 The rest of the file defines the necessary variables and functions.
16288 First there is a customization variable that determines which Emacs
16289 command should be used to display man pages.  There are two options,
16290 @code{man} and @code{woman}.  Then the function to follow a link is
16291 defined.  It gets the link path as an argument---in this case the link
16292 path is just a topic for the manual command.  The function calls the
16293 value of @var{org-man-command} to display the man page.
16295 Finally the function @code{org-man-store-link} is defined.  When you try
16296 to store a link with @kbd{C-c l}, this function will be called to
16297 try to make a link.  The function must first decide if it is supposed to
16298 create the link for this buffer type; we do this by checking the value
16299 of the variable @var{major-mode}.  If not, the function must exit and
16300 return the value @code{nil}.  If yes, the link is created by getting the
16301 manual topic from the buffer name and prefixing it with the string
16302 @samp{man:}.  Then it must call the command @var{org-store-link-props}
16303 and set the @code{:type} and @code{:link} properties.  Optionally you
16304 can also set the @code{:description} property to provide a default for
16305 the link description when the link is later inserted into an Org
16306 buffer with @kbd{C-c C-l}.
16308 When it makes sense for your new link type, you may also define a function
16309 @code{org-PREFIX-complete-link} that implements special (e.g., completion)
16310 support for inserting such a link with @kbd{C-c C-l}.  Such a function should
16311 not accept any arguments, and return the full link with prefix.
16313 @node Adding export back-ends, Context-sensitive commands, Adding hyperlink types, Hacking
16314 @section Adding export back-ends
16315 @cindex Export, writing back-ends
16317 Org 8.0 comes with a completely rewritten export engine which makes it easy
16318 to write new export back-ends, either from scratch, or from deriving them
16319 from existing ones.
16321 Your two entry points are respectively @code{org-export-define-backend} and
16322 @code{org-export-define-derived-backend}.  To grok these functions, you
16323 should first have a look at @file{ox-latex.el} (for how to define a new
16324 back-end from scratch) and @file{ox-beamer.el} (for how to derive a new
16325 back-end from an existing one.
16327 When creating a new back-end from scratch, the basic idea is to set the name
16328 of the back-end (as a symbol) and an an alist of elements and export
16329 functions.  On top of this, you will need to set additional keywords like
16330 @code{:menu-entry} (to display the back-end in the export dispatcher),
16331 @code{:export-block} (to specify what blocks should not be exported by this
16332 back-end), and @code{:options-alist} (to let the user set export options that
16333 are specific to this back-end.)
16335 Deriving a new back-end is similar, except that you need to set
16336 @code{:translate-alist} to an alist of export functions that should be used
16337 instead of the parent back-end functions.
16339 For a complete reference documentation, see
16340 @url{http://orgmode.org/worg/dev/org-export-reference.html, the Org Export
16341 Reference on Worg}.
16343 @node Context-sensitive commands, Tables in arbitrary syntax, Adding export back-ends, Hacking
16344 @section Context-sensitive commands
16345 @cindex context-sensitive commands, hooks
16346 @cindex add-ons, context-sensitive commands
16347 @vindex org-ctrl-c-ctrl-c-hook
16349 Org has several commands that act differently depending on context.  The most
16350 important example is the @kbd{C-c C-c} (@pxref{The very busy C-c C-c key}).
16351 Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
16353 Add-ons can tap into this functionality by providing a function that detects
16354 special context for that add-on and executes functionality appropriate for
16355 the context.  Here is an example from Dan Davison's @file{org-R.el} which
16356 allows you to evaluate commands based on the @file{R} programming language
16357 @footnote{@file{org-R.el} has been replaced by the Org mode functionality
16358 described in @ref{Working With Source Code} and is now obsolete.}.  For this
16359 package, special contexts are lines that start with @code{#+R:} or
16360 @code{#+RR:}.
16362 @lisp
16363 (defun org-R-apply-maybe ()
16364   "Detect if this is context for org-R and execute R commands."
16365   (if (save-excursion
16366         (beginning-of-line 1)
16367         (looking-at "#\\+RR?:"))
16368       (progn (call-interactively 'org-R-apply)
16369              t) ;; to signal that we took action
16370     nil)) ;; to signal that we did not
16372 (add-hook 'org-ctrl-c-ctrl-c-hook 'org-R-apply-maybe)
16373 @end lisp
16375 The function first checks if the cursor is in such a line.  If that is the
16376 case, @code{org-R-apply} is called and the function returns @code{t} to
16377 signal that action was taken, and @kbd{C-c C-c} will stop looking for other
16378 contexts.  If the function finds it should do nothing locally, it returns
16379 @code{nil} so that other, similar functions can have a try.
16382 @node Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking
16383 @section Tables and lists in arbitrary syntax
16384 @cindex tables, in other modes
16385 @cindex lists, in other modes
16386 @cindex Orgtbl mode
16388 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
16389 frequent feature request has been to make it work with native tables in
16390 specific languages, for example @LaTeX{}.  However, this is extremely
16391 hard to do in a general way, would lead to a customization nightmare,
16392 and would take away much of the simplicity of the Orgtbl mode table
16393 editor.
16395 This appendix describes a different approach.  We keep the Orgtbl mode
16396 table in its native format (the @i{source table}), and use a custom
16397 function to @i{translate} the table to the correct syntax, and to
16398 @i{install} it in the right location (the @i{target table}).  This puts
16399 the burden of writing conversion functions on the user, but it allows
16400 for a very flexible system.
16402 Bastien added the ability to do the same with lists, in Orgstruct mode.  You
16403 can use Org's facilities to edit and structure lists by turning
16404 @code{orgstruct-mode} on, then locally exporting such lists in another format
16405 (HTML, @LaTeX{} or Texinfo.)
16408 @menu
16409 * Radio tables::                Sending and receiving radio tables
16410 * A @LaTeX{} example::          Step by step, almost a tutorial
16411 * Translator functions::        Copy and modify
16412 * Radio lists::                 Sending and receiving lists
16413 @end menu
16415 @node Radio tables, A @LaTeX{} example, Tables in arbitrary syntax, Tables in arbitrary syntax
16416 @subsection Radio tables
16417 @cindex radio tables
16419 To define the location of the target table, you first need to create two
16420 lines that are comments in the current mode, but contain magic words for
16421 Orgtbl mode to find.  Orgtbl mode will insert the translated table
16422 between these lines, replacing whatever was there before.  For example:
16424 @example
16425 /* BEGIN RECEIVE ORGTBL table_name */
16426 /* END RECEIVE ORGTBL table_name */
16427 @end example
16429 @noindent
16430 Just above the source table, we put a special line that tells
16431 Orgtbl mode how to translate this table and where to install it.  For
16432 example:
16433 @cindex #+ORGTBL
16434 @example
16435 #+ORGTBL: SEND table_name translation_function arguments....
16436 @end example
16438 @noindent
16439 @code{table_name} is the reference name for the table that is also used
16440 in the receiver lines.  @code{translation_function} is the Lisp function
16441 that does the translation.  Furthermore, the line can contain a list of
16442 arguments (alternating key and value) at the end.  The arguments will be
16443 passed as a property list to the translation function for
16444 interpretation.  A few standard parameters are already recognized and
16445 acted upon before the translation function is called:
16447 @table @code
16448 @item :skip N
16449 Skip the first N lines of the table.  Hlines do count as separate lines for
16450 this parameter!
16452 @item :skipcols (n1 n2 ...)
16453 List of columns that should be skipped.  If the table has a column with
16454 calculation marks, that column is automatically discarded as well.
16455 Please note that the translator function sees the table @emph{after} the
16456 removal of these columns, the function never knows that there have been
16457 additional columns.
16459 @item :no-escape t
16460 When non-nil, do not escape special characters @code{&%#_^} when exporting
16461 the table.  The default value is nil.
16462 @end table
16464 @noindent
16465 The one problem remaining is how to keep the source table in the buffer
16466 without disturbing the normal workings of the file, for example during
16467 compilation of a C file or processing of a @LaTeX{} file.  There are a
16468 number of different solutions:
16470 @itemize @bullet
16471 @item
16472 The table could be placed in a block comment if that is supported by the
16473 language.  For example, in C mode you could wrap the table between
16474 @samp{/*} and @samp{*/} lines.
16475 @item
16476 Sometimes it is possible to put the table after some kind of @i{END}
16477 statement, for example @samp{\bye} in @TeX{} and @samp{\end@{document@}}
16478 in @LaTeX{}.
16479 @item
16480 You can just comment the table line-by-line whenever you want to process
16481 the file, and uncomment it whenever you need to edit the table.  This
16482 only sounds tedious---the command @kbd{M-x orgtbl-toggle-comment RET}
16483 makes this comment-toggling very easy, in particular if you bind it to a
16484 key.
16485 @end itemize
16487 @node A @LaTeX{} example, Translator functions, Radio tables, Tables in arbitrary syntax
16488 @subsection A @LaTeX{} example of radio tables
16489 @cindex @LaTeX{}, and Orgtbl mode
16491 The best way to wrap the source table in @LaTeX{} is to use the
16492 @code{comment} environment provided by @file{comment.sty}.  It has to be
16493 activated by placing @code{\usepackage@{comment@}} into the document
16494 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
16495 default this works only for @LaTeX{}, HTML, and Texinfo.  Configure the
16496 variable @var{orgtbl-radio-tables} to install templates for other
16497 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table RET}.  You will
16498 be prompted for a table name, let's say we use @samp{salesfigures}.  You
16499 will then get the following template:
16501 @cindex #+ORGTBL, SEND
16502 @example
16503 % BEGIN RECEIVE ORGTBL salesfigures
16504 % END RECEIVE ORGTBL salesfigures
16505 \begin@{comment@}
16506 #+ORGTBL: SEND salesfigures orgtbl-to-latex
16507 | | |
16508 \end@{comment@}
16509 @end example
16511 @noindent
16512 @vindex @LaTeX{}-verbatim-environments
16513 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
16514 @code{orgtbl-to-latex} to convert the table into @LaTeX{} and to put it
16515 into the receiver location with name @code{salesfigures}.  You may now
16516 fill in the table---feel free to use the spreadsheet features@footnote{If
16517 the @samp{#+TBLFM} line contains an odd number of dollar characters,
16518 this may cause problems with font-lock in @LaTeX{} mode.  As shown in the
16519 example you can fix this by adding an extra line inside the
16520 @code{comment} environment that is used to balance the dollar
16521 expressions.  If you are using AUC@TeX{} with the font-latex library, a
16522 much better solution is to add the @code{comment} environment to the
16523 variable @var{LaTeX-verbatim-environments}.}:
16525 @example
16526 % BEGIN RECEIVE ORGTBL salesfigures
16527 % END RECEIVE ORGTBL salesfigures
16528 \begin@{comment@}
16529 #+ORGTBL: SEND salesfigures orgtbl-to-latex
16530 | Month | Days | Nr sold | per day |
16531 |-------+------+---------+---------|
16532 | Jan   |   23 |      55 |     2.4 |
16533 | Feb   |   21 |      16 |     0.8 |
16534 | March |   22 |     278 |    12.6 |
16535 #+TBLFM: $4=$3/$2;%.1f
16536 % $ (optional extra dollar to keep font-lock happy, see footnote)
16537 \end@{comment@}
16538 @end example
16540 @noindent
16541 When you are done, press @kbd{C-c C-c} in the table to get the converted
16542 table inserted between the two marker lines.
16544 Now let's assume you want to make the table header by hand, because you
16545 want to control how columns are aligned, etc.  In this case we make sure
16546 that the table translator skips the first 2 lines of the source
16547 table, and tell the command to work as a @i{splice}, i.e., to not produce
16548 header and footer commands of the target table:
16550 @example
16551 \begin@{tabular@}@{lrrr@}
16552 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
16553 % BEGIN RECEIVE ORGTBL salesfigures
16554 % END RECEIVE ORGTBL salesfigures
16555 \end@{tabular@}
16557 \begin@{comment@}
16558 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
16559 | Month | Days | Nr sold | per day |
16560 |-------+------+---------+---------|
16561 | Jan   |   23 |      55 |     2.4 |
16562 | Feb   |   21 |      16 |     0.8 |
16563 | March |   22 |     278 |    12.6 |
16564 #+TBLFM: $4=$3/$2;%.1f
16565 \end@{comment@}
16566 @end example
16568 The @LaTeX{} translator function @code{orgtbl-to-latex} is already part of
16569 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
16570 and marks horizontal lines with @code{\hline}.  Furthermore, it
16571 interprets the following parameters (see also @pxref{Translator functions}):
16573 @table @code
16574 @item :splice nil/t
16575 When set to t, return only table body lines, don't wrap them into a
16576 tabular environment.  Default is nil.
16578 @item :fmt fmt
16579 A format to be used to wrap each field, it should contain @code{%s} for the
16580 original field value.  For example, to wrap each field value in dollars,
16581 you could use @code{:fmt "$%s$"}.  This may also be a property list with
16582 column numbers and formats, for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
16583 A function of one argument can be used in place of the strings; the
16584 function must return a formatted string.
16586 @item :efmt efmt
16587 Use this format to print numbers with exponentials.  The format should
16588 have @code{%s} twice for inserting mantissa and exponent, for example
16589 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
16590 may also be a property list with column numbers and formats, for example
16591 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
16592 @code{efmt} has been applied to a value, @code{fmt} will also be
16593 applied.  Similar to @code{fmt}, functions of two arguments can be
16594 supplied instead of strings.
16595 @end table
16597 @node Translator functions, Radio lists, A @LaTeX{} example, Tables in arbitrary syntax
16598 @subsection Translator functions
16599 @cindex HTML, and Orgtbl mode
16600 @cindex translator function
16602 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
16603 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
16604 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
16605 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
16606 code that produces tables during HTML export.}, these all use a generic
16607 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
16608 itself is a very short function that computes the column definitions for the
16609 @code{tabular} environment, defines a few field and line separators and then
16610 hands processing over to the generic translator.  Here is the entire code:
16612 @lisp
16613 @group
16614 (defun orgtbl-to-latex (table params)
16615   "Convert the Orgtbl mode TABLE to LaTeX."
16616   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
16617                                org-table-last-alignment ""))
16618          (params2
16619           (list
16620            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
16621            :tend "\\end@{tabular@}"
16622            :lstart "" :lend " \\\\" :sep " & "
16623            :efmt "%s\\,(%s)" :hline "\\hline")))
16624     (orgtbl-to-generic table (org-combine-plists params2 params))))
16625 @end group
16626 @end lisp
16628 As you can see, the properties passed into the function (variable
16629 @var{PARAMS}) are combined with the ones newly defined in the function
16630 (variable @var{PARAMS2}).  The ones passed into the function (i.e., the
16631 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
16632 would like to use the @LaTeX{} translator, but wanted the line endings to
16633 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
16634 overrule the default with
16636 @example
16637 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
16638 @end example
16640 For a new language, you can either write your own converter function in
16641 analogy with the @LaTeX{} translator, or you can use the generic function
16642 directly.  For example, if you have a language where a table is started
16643 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
16644 started with @samp{!BL!}, ended with @samp{!EL!}, and where the field
16645 separator is a TAB, you could call the generic translator like this (on
16646 a single line!):
16648 @example
16649 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
16650                               :lstart "!BL! " :lend " !EL!" :sep "\t"
16651 @end example
16653 @noindent
16654 Please check the documentation string of the function
16655 @code{orgtbl-to-generic} for a full list of parameters understood by
16656 that function, and remember that you can pass each of them into
16657 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
16658 using the generic function.
16660 Of course you can also write a completely new function doing complicated
16661 things the generic translator cannot do.  A translator function takes
16662 two arguments.  The first argument is the table, a list of lines, each
16663 line either the symbol @code{hline} or a list of fields.  The second
16664 argument is the property list containing all parameters specified in the
16665 @samp{#+ORGTBL: SEND} line.  The function must return a single string
16666 containing the formatted table.  If you write a generally useful
16667 translator, please post it on @email{emacs-orgmode@@gnu.org} so that
16668 others can benefit from your work.
16670 @node Radio lists,  , Translator functions, Tables in arbitrary syntax
16671 @subsection Radio lists
16672 @cindex radio lists
16673 @cindex org-list-insert-radio-list
16675 Sending and receiving radio lists works exactly the same way as sending and
16676 receiving radio tables (@pxref{Radio tables}).  As for radio tables, you can
16677 insert radio list templates in HTML, @LaTeX{} and Texinfo modes by calling
16678 @code{org-list-insert-radio-list}.
16680 Here are the differences with radio tables:
16682 @itemize @minus
16683 @item
16684 Orgstruct mode must be active.
16685 @item
16686 Use the @code{ORGLST} keyword instead of @code{ORGTBL}.
16687 @item
16688 The available translation functions for radio lists don't take
16689 parameters.
16690 @item
16691 @kbd{C-c C-c} will work when pressed on the first item of the list.
16692 @end itemize
16694 Here is a @LaTeX{} example.  Let's say that you have this in your
16695 @LaTeX{} file:
16697 @cindex #+ORGLST
16698 @example
16699 % BEGIN RECEIVE ORGLST to-buy
16700 % END RECEIVE ORGLST to-buy
16701 \begin@{comment@}
16702 #+ORGLST: SEND to-buy org-list-to-latex
16703 - a new house
16704 - a new computer
16705   + a new keyboard
16706   + a new mouse
16707 - a new life
16708 \end@{comment@}
16709 @end example
16711 Pressing @kbd{C-c C-c} on @code{a new house} and will insert the converted
16712 @LaTeX{} list between the two marker lines.
16714 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
16715 @section Dynamic blocks
16716 @cindex dynamic blocks
16718 Org documents can contain @emph{dynamic blocks}.  These are
16719 specially marked regions that are updated by some user-written function.
16720 A good example for such a block is the clock table inserted by the
16721 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
16723 Dynamic blocks are enclosed by a BEGIN-END structure that assigns a name
16724 to the block and can also specify parameters for the function producing
16725 the content of the block.
16727 @cindex #+BEGIN:dynamic block
16728 @example
16729 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
16731 #+END:
16732 @end example
16734 Dynamic blocks are updated with the following commands
16736 @table @kbd
16737 @orgcmd{C-c C-x C-u,org-dblock-update}
16738 Update dynamic block at point.
16739 @orgkey{C-u C-c C-x C-u}
16740 Update all dynamic blocks in the current file.
16741 @end table
16743 Updating a dynamic block means to remove all the text between BEGIN and
16744 END, parse the BEGIN line for parameters and then call the specific
16745 writer function for this block to insert the new content.  If you want
16746 to use the original content in the writer function, you can use the
16747 extra parameter @code{:content}.
16749 For a block with name @code{myblock}, the writer function is
16750 @code{org-dblock-write:myblock} with as only parameter a property list
16751 with the parameters given in the begin line.  Here is a trivial example
16752 of a block that keeps track of when the block update function was last
16753 run:
16755 @example
16756 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
16758 #+END:
16759 @end example
16761 @noindent
16762 The corresponding block writer function could look like this:
16764 @lisp
16765 (defun org-dblock-write:block-update-time (params)
16766   (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
16767     (insert "Last block update at: "
16768             (format-time-string fmt (current-time)))))
16769 @end lisp
16771 If you want to make sure that all dynamic blocks are always up-to-date,
16772 you could add the function @code{org-update-all-dblocks} to a hook, for
16773 example @var{before-save-hook}.  @code{org-update-all-dblocks} is
16774 written in a way such that it does nothing in buffers that are not in
16775 @code{org-mode}.
16777 You can narrow the current buffer to the current dynamic block (like any
16778 other block) with @code{org-narrow-to-block}.
16780 @node Special agenda views, Speeding up your agendas, Dynamic blocks, Hacking
16781 @section Special agenda views
16782 @cindex agenda views, user-defined
16784 @vindex org-agenda-skip-function
16785 @vindex org-agenda-skip-function-global
16786 Org provides a special hook that can be used to narrow down the selection
16787 made by these agenda views: @code{agenda}, @code{agenda*}@footnote{The
16788 @code{agenda*} view is the same than @code{agenda} except that it only
16789 considers @emph{appointments}, i.e., scheduled and deadline items that have a
16790 time specification @code{[h]h:mm} in their time-stamps.}, @code{todo},
16791 @code{alltodo}, @code{tags}, @code{tags-todo}, @code{tags-tree}.  You may
16792 specify a function that is used at each match to verify if the match should
16793 indeed be part of the agenda view, and if not, how much should be skipped.
16794 You can specify a global condition that will be applied to all agenda views,
16795 this condition would be stored in the variable
16796 @var{org-agenda-skip-function-global}.  More commonly, such a definition is
16797 applied only to specific custom searches, using
16798 @var{org-agenda-skip-function}.
16800 Let's say you want to produce a list of projects that contain a WAITING
16801 tag anywhere in the project tree.  Let's further assume that you have
16802 marked all tree headings that define a project with the TODO keyword
16803 PROJECT@.  In this case you would run a TODO search for the keyword
16804 PROJECT, but skip the match unless there is a WAITING tag anywhere in
16805 the subtree belonging to the project line.
16807 To achieve this, you must write a function that searches the subtree for
16808 the tag.  If the tag is found, the function must return @code{nil} to
16809 indicate that this match should not be skipped.  If there is no such
16810 tag, return the location of the end of the subtree, to indicate that
16811 search should continue from there.
16813 @lisp
16814 (defun my-skip-unless-waiting ()
16815   "Skip trees that are not waiting"
16816   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
16817     (if (re-search-forward ":waiting:" subtree-end t)
16818         nil          ; tag found, do not skip
16819       subtree-end))) ; tag not found, continue after end of subtree
16820 @end lisp
16822 Now you may use this function in an agenda custom command, for example
16823 like this:
16825 @lisp
16826 (org-add-agenda-custom-command
16827  '("b" todo "PROJECT"
16828    ((org-agenda-skip-function 'my-skip-unless-waiting)
16829     (org-agenda-overriding-header "Projects waiting for something: "))))
16830 @end lisp
16832 @vindex org-agenda-overriding-header
16833 Note that this also binds @var{org-agenda-overriding-header} to get a
16834 meaningful header in the agenda view.
16836 @vindex org-odd-levels-only
16837 @vindex org-agenda-skip-function
16838 A general way to create custom searches is to base them on a search for
16839 entries with a certain level limit.  If you want to study all entries with
16840 your custom search function, simply do a search for
16841 @samp{LEVEL>0}@footnote{Note that, when using @var{org-odd-levels-only}, a
16842 level number corresponds to order in the hierarchy, not to the number of
16843 stars.}, and then use @var{org-agenda-skip-function} to select the entries
16844 you really want to have.
16846 You may also put a Lisp form into @var{org-agenda-skip-function}.  In
16847 particular, you may use the functions @code{org-agenda-skip-entry-if}
16848 and @code{org-agenda-skip-subtree-if} in this form, for example:
16850 @table @code
16851 @item (org-agenda-skip-entry-if 'scheduled)
16852 Skip current entry if it has been scheduled.
16853 @item (org-agenda-skip-entry-if 'notscheduled)
16854 Skip current entry if it has not been scheduled.
16855 @item (org-agenda-skip-entry-if 'deadline)
16856 Skip current entry if it has a deadline.
16857 @item (org-agenda-skip-entry-if 'scheduled 'deadline)
16858 Skip current entry if it has a deadline, or if it is scheduled.
16859 @item (org-agenda-skip-entry-if 'todo '("TODO" "WAITING"))
16860 Skip current entry if the TODO keyword is TODO or WAITING.
16861 @item (org-agenda-skip-entry-if 'todo 'done)
16862 Skip current entry if the TODO keyword marks a DONE state.
16863 @item (org-agenda-skip-entry-if 'timestamp)
16864 Skip current entry if it has any timestamp, may also be deadline or scheduled.
16865 @anchor{x-agenda-skip-entry-regexp}
16866 @item (org-agenda-skip-entry-if 'regexp "regular expression")
16867 Skip current entry if the regular expression matches in the entry.
16868 @item (org-agenda-skip-entry-if 'notregexp "regular expression")
16869 Skip current entry unless the regular expression matches.
16870 @item (org-agenda-skip-subtree-if 'regexp "regular expression")
16871 Same as above, but check and skip the entire subtree.
16872 @end table
16874 Therefore we could also have written the search for WAITING projects
16875 like this, even without defining a special function:
16877 @lisp
16878 (org-add-agenda-custom-command
16879  '("b" todo "PROJECT"
16880    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
16881                                 'regexp ":waiting:"))
16882     (org-agenda-overriding-header "Projects waiting for something: "))))
16883 @end lisp
16885 @node Speeding up your agendas, Extracting agenda information, Special agenda views, Hacking
16886 @section Speeding up your agendas
16887 @cindex agenda views, optimization
16889 When your Org files grow in both number and size, agenda commands may start
16890 to become slow.  Below are some tips on how to speed up the agenda commands.
16892 @enumerate
16893 @item
16894 Reduce the number of Org agenda files: this will reduce the slowliness caused
16895 by accessing to a hard drive.
16896 @item
16897 Reduce the number of DONE and archived headlines: this way the agenda does
16898 not need to skip them.
16899 @item
16900 @vindex org-agenda-dim-blocked-tasks
16901 Inhibit the dimming of blocked tasks:
16902 @lisp
16903 (setq org-agenda-dim-blocked-tasks nil)
16904 @end lisp
16905 @item
16906 @vindex org-startup-folded
16907 @vindex org-agenda-inhibit-startup
16908 Inhibit agenda files startup options:
16909 @lisp
16910 (setq org-agenda-inhibit-startup nil)
16911 @end lisp
16912 @item
16913 @vindex org-agenda-show-inherited-tags
16914 @vindex org-agenda-use-tag-inheritance
16915 Disable tag inheritance in agenda:
16916 @lisp
16917 (setq org-agenda-use-tag-inheritance nil)
16918 @end lisp
16919 @end enumerate
16921 You can set these options for specific agenda views only.  See the docstrings
16922 of these variables for details on why they affect the agenda generation, and
16923 this @uref{http://orgmode.org/worg/agenda-optimization.html, dedicated Worg
16924 page} for further explanations.
16926 @node Extracting agenda information, Using the property API, Speeding up your agendas, Hacking
16927 @section Extracting agenda information
16928 @cindex agenda, pipe
16929 @cindex Scripts, for agenda processing
16931 @vindex org-agenda-custom-commands
16932 Org provides commands to access agenda information for the command
16933 line in Emacs batch mode.  This extracted information can be sent
16934 directly to a printer, or it can be read by a program that does further
16935 processing of the data.  The first of these commands is the function
16936 @code{org-batch-agenda}, that produces an agenda view and sends it as
16937 ASCII text to STDOUT@.  The command takes a single string as parameter.
16938 If the string has length 1, it is used as a key to one of the commands
16939 you have configured in @var{org-agenda-custom-commands}, basically any
16940 key you can use after @kbd{C-c a}.  For example, to directly print the
16941 current TODO list, you could use
16943 @example
16944 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
16945 @end example
16947 If the parameter is a string with 2 or more characters, it is used as a
16948 tags/TODO match string.  For example, to print your local shopping list
16949 (all items with the tag @samp{shop}, but excluding the tag
16950 @samp{NewYork}), you could use
16952 @example
16953 emacs -batch -l ~/.emacs                                      \
16954       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
16955 @end example
16957 @noindent
16958 You may also modify parameters on the fly like this:
16960 @example
16961 emacs -batch -l ~/.emacs                                      \
16962    -eval '(org-batch-agenda "a"                               \
16963             org-agenda-span (quote month)                     \
16964             org-agenda-include-diary nil                      \
16965             org-agenda-files (quote ("~/org/project.org")))'  \
16966    | lpr
16967 @end example
16969 @noindent
16970 which will produce a 30-day agenda, fully restricted to the Org file
16971 @file{~/org/projects.org}, not even including the diary.
16973 If you want to process the agenda data in more sophisticated ways, you
16974 can use the command @code{org-batch-agenda-csv} to get a comma-separated
16975 list of values for each agenda item.  Each line in the output will
16976 contain a number of fields separated by commas.  The fields in a line
16977 are:
16979 @example
16980 category     @r{The category of the item}
16981 head         @r{The headline, without TODO keyword, TAGS and PRIORITY}
16982 type         @r{The type of the agenda entry, can be}
16983                 todo               @r{selected in TODO match}
16984                 tagsmatch          @r{selected in tags match}
16985                 diary              @r{imported from diary}
16986                 deadline           @r{a deadline}
16987                 scheduled          @r{scheduled}
16988                 timestamp          @r{appointment, selected by timestamp}
16989                 closed             @r{entry was closed on date}
16990                 upcoming-deadline  @r{warning about nearing deadline}
16991                 past-scheduled     @r{forwarded scheduled item}
16992                 block              @r{entry has date block including date}
16993 todo         @r{The TODO keyword, if any}
16994 tags         @r{All tags including inherited ones, separated by colons}
16995 date         @r{The relevant date, like 2007-2-14}
16996 time         @r{The time, like 15:00-16:50}
16997 extra        @r{String with extra planning info}
16998 priority-l   @r{The priority letter if any was given}
16999 priority-n   @r{The computed numerical priority}
17000 @end example
17002 @noindent
17003 Time and date will only be given if a timestamp (or deadline/scheduled)
17004 led to the selection of the item.
17006 A CSV list like this is very easy to use in a post-processing script.
17007 For example, here is a Perl program that gets the TODO list from
17008 Emacs/Org and prints all the items, preceded by a checkbox:
17010 @example
17011 #!/usr/bin/perl
17013 # define the Emacs command to run
17014 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
17016 # run it and capture the output
17017 $agenda = qx@{$cmd 2>/dev/null@};
17019 # loop over all lines
17020 foreach $line (split(/\n/,$agenda)) @{
17021   # get the individual values
17022   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
17023    $priority_l,$priority_n) = split(/,/,$line);
17024   # process and print
17025   print "[ ] $head\n";
17027 @end example
17029 @node Using the property API, Using the mapping API, Extracting agenda information, Hacking
17030 @section Using the property API
17031 @cindex API, for properties
17032 @cindex properties, API
17034 Here is a description of the functions that can be used to work with
17035 properties.
17037 @defun org-entry-properties &optional pom which
17038 Get all properties of the entry at point-or-marker POM.@*
17039 This includes the TODO keyword, the tags, time strings for deadline,
17040 scheduled, and clocking, and any additional properties defined in the
17041 entry.  The return value is an alist.  Keys may occur multiple times
17042 if the property key was used several times.@*
17043 POM may also be nil, in which case the current entry is used.
17044 If WHICH is nil or `all', get all properties.  If WHICH is
17045 `special' or `standard', only get that subclass.
17046 @end defun
17047 @vindex org-use-property-inheritance
17048 @findex org-insert-property-drawer
17049 @defun org-entry-get pom property &optional inherit
17050 Get value of PROPERTY for entry at point-or-marker POM@.  By default,
17051 this only looks at properties defined locally in the entry.  If INHERIT
17052 is non-nil and the entry does not have the property, then also check
17053 higher levels of the hierarchy.  If INHERIT is the symbol
17054 @code{selective}, use inheritance if and only if the setting of
17055 @var{org-use-property-inheritance} selects PROPERTY for inheritance.
17056 @end defun
17058 @defun org-entry-delete pom property
17059 Delete the property PROPERTY from entry at point-or-marker POM.
17060 @end defun
17062 @defun org-entry-put pom property value
17063 Set PROPERTY to VALUE for entry at point-or-marker POM.
17064 @end defun
17066 @defun org-buffer-property-keys &optional include-specials
17067 Get all property keys in the current buffer.
17068 @end defun
17070 @defun org-insert-property-drawer
17071 Insert a property drawer for the current entry.  Also
17072 @end defun
17074 @defun org-entry-put-multivalued-property pom property &rest values
17075 Set PROPERTY at point-or-marker POM to VALUES@.  VALUES should be a list of
17076 strings.  They will be concatenated, with spaces as separators.
17077 @end defun
17079 @defun org-entry-get-multivalued-property pom property
17080 Treat the value of the property PROPERTY as a whitespace-separated list of
17081 values and return the values as a list of strings.
17082 @end defun
17084 @defun org-entry-add-to-multivalued-property pom property value
17085 Treat the value of the property PROPERTY as a whitespace-separated list of
17086 values and make sure that VALUE is in this list.
17087 @end defun
17089 @defun org-entry-remove-from-multivalued-property pom property value
17090 Treat the value of the property PROPERTY as a whitespace-separated list of
17091 values and make sure that VALUE is @emph{not} in this list.
17092 @end defun
17094 @defun org-entry-member-in-multivalued-property pom property value
17095 Treat the value of the property PROPERTY as a whitespace-separated list of
17096 values and check if VALUE is in this list.
17097 @end defun
17099 @defopt org-property-allowed-value-functions
17100 Hook for functions supplying allowed values for a specific property.
17101 The functions must take a single argument, the name of the property, and
17102 return a flat list of allowed values.  If @samp{:ETC} is one of
17103 the values, use the values as completion help, but allow also other values
17104 to be entered.  The functions must return @code{nil} if they are not
17105 responsible for this property.
17106 @end defopt
17108 @node Using the mapping API,  , Using the property API, Hacking
17109 @section Using the mapping API
17110 @cindex API, for mapping
17111 @cindex mapping entries, API
17113 Org has sophisticated mapping capabilities to find all entries satisfying
17114 certain criteria.  Internally, this functionality is used to produce agenda
17115 views, but there is also an API that can be used to execute arbitrary
17116 functions for each or selected entries.  The main entry point for this API
17119 @defun org-map-entries func &optional match scope &rest skip
17120 Call FUNC at each headline selected by MATCH in SCOPE.
17122 FUNC is a function or a Lisp form.  The function will be called without
17123 arguments, with the cursor positioned at the beginning of the headline.
17124 The return values of all calls to the function will be collected and
17125 returned as a list.
17127 The call to FUNC will be wrapped into a save-excursion form, so FUNC
17128 does not need to preserve point.  After evaluation, the cursor will be
17129 moved to the end of the line (presumably of the headline of the
17130 processed entry) and search continues from there.  Under some
17131 circumstances, this may not produce the wanted results.  For example,
17132 if you have removed (e.g., archived) the current (sub)tree it could
17133 mean that the next entry will be skipped entirely.  In such cases, you
17134 can specify the position from where search should continue by making
17135 FUNC set the variable `org-map-continue-from' to the desired buffer
17136 position.
17138 MATCH is a tags/property/todo match as it is used in the agenda match view.
17139 Only headlines that are matched by this query will be considered during
17140 the iteration.  When MATCH is nil or t, all headlines will be
17141 visited by the iteration.
17143 SCOPE determines the scope of this command.  It can be any of:
17145 @example
17146 nil     @r{the current buffer, respecting the restriction if any}
17147 tree    @r{the subtree started with the entry at point}
17148 region  @r{The entries within the active region, if any}
17149 file    @r{the current buffer, without restriction}
17150 file-with-archives
17151         @r{the current buffer, and any archives associated with it}
17152 agenda  @r{all agenda files}
17153 agenda-with-archives
17154         @r{all agenda files with any archive files associated with them}
17155 (file1 file2 ...)
17156         @r{if this is a list, all files in the list will be scanned}
17157 @end example
17158 @noindent
17159 The remaining args are treated as settings for the skipping facilities of
17160 the scanner.  The following items can be given here:
17162 @vindex org-agenda-skip-function
17163 @example
17164 archive   @r{skip trees with the archive tag}
17165 comment   @r{skip trees with the COMMENT keyword}
17166 function or Lisp form
17167           @r{will be used as value for @var{org-agenda-skip-function},}
17168           @r{so whenever the function returns t, FUNC}
17169           @r{will not be called for that entry and search will}
17170           @r{continue from the point where the function leaves it}
17171 @end example
17172 @end defun
17174 The function given to that mapping routine can really do anything you like.
17175 It can use the property API (@pxref{Using the property API}) to gather more
17176 information about the entry, or in order to change metadata in the entry.
17177 Here are a couple of functions that might be handy:
17179 @defun org-todo &optional arg
17180 Change the TODO state of the entry.  See the docstring of the functions for
17181 the many possible values for the argument ARG.
17182 @end defun
17184 @defun org-priority &optional action
17185 Change the priority of the entry.  See the docstring of this function for the
17186 possible values for ACTION.
17187 @end defun
17189 @defun org-toggle-tag tag &optional onoff
17190 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
17191 or @code{off} will not toggle tag, but ensure that it is either on or off.
17192 @end defun
17194 @defun org-promote
17195 Promote the current entry.
17196 @end defun
17198 @defun org-demote
17199 Demote the current entry.
17200 @end defun
17202 Here is a simple example that will turn all entries in the current file with
17203 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
17204 Entries in comment trees and in archive trees will be ignored.
17206 @lisp
17207 (org-map-entries
17208  '(org-todo "UPCOMING")
17209  "+TOMORROW" 'file 'archive 'comment)
17210 @end lisp
17212 The following example counts the number of entries with TODO keyword
17213 @code{WAITING}, in all agenda files.
17215 @lisp
17216 (length (org-map-entries t "/+WAITING" 'agenda))
17217 @end lisp
17219 @node MobileOrg, History and Acknowledgments, Hacking, Top
17220 @appendix MobileOrg
17221 @cindex iPhone
17222 @cindex MobileOrg
17224 @i{MobileOrg} is the name of the mobile companion app for Org mode, currently
17225 available for iOS and for Android.  @i{MobileOrg} offers offline viewing and
17226 capture support for an Org mode system rooted on a ``real'' computer.  It
17227 does also allow you to record changes to existing entries.
17228 The @uref{http://mobileorg.ncogni.to/, iOS implementation} for the
17229 @i{iPhone/iPod Touch/iPad} series of devices, was developed by Richard
17230 Moreland.  Android users should check out
17231 @uref{http://wiki.github.com/matburt/mobileorg-android/, MobileOrg Android}
17232 by Matt Jones.  The two implementations are not identical but offer similar
17233 features.
17235 This appendix describes the support Org has for creating agenda views in a
17236 format that can be displayed by @i{MobileOrg}, and for integrating notes
17237 captured and changes made by @i{MobileOrg} into the main system.
17239 For changing tags and TODO states in MobileOrg, you should have set up the
17240 customization variables @var{org-todo-keywords} and @var{org-tag-alist} to
17241 cover all important tags and TODO keywords, even if individual files use only
17242 part of these.  MobileOrg will also offer you states and tags set up with
17243 in-buffer settings, but it will understand the logistics of TODO state
17244 @i{sets} (@pxref{Per-file keywords}) and @i{mutually exclusive} tags
17245 (@pxref{Setting tags}) only for those set in these variables.
17247 @menu
17248 * Setting up the staging area::  Where to interact with the mobile device
17249 * Pushing to MobileOrg::        Uploading Org files and agendas
17250 * Pulling from MobileOrg::      Integrating captured and flagged items
17251 @end menu
17253 @node Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg
17254 @section Setting up the staging area
17256 MobileOrg needs to interact with Emacs through a directory on a server.  If you
17257 are using a public server, you should consider to encrypt the files that are
17258 uploaded to the server.  This can be done with Org mode 7.02 and with
17259 @i{MobileOrg 1.5} (iPhone version), and you need an @file{openssl}
17260 installation on your system.  To turn on encryption, set a password in
17261 @i{MobileOrg} and, on the Emacs side, configure the variable
17262 @var{org-mobile-use-encryption}@footnote{If you can safely store the
17263 password in your Emacs setup, you might also want to configure
17264 @var{org-mobile-encryption-password}.  Please read the docstring of that
17265 variable.  Note that encryption will apply only to the contents of the
17266 @file{.org} files.  The file names themselves will remain visible.}.
17268 The easiest way to create that directory is to use a free
17269 @uref{http://dropbox.com,Dropbox.com} account@footnote{If you cannot use
17270 Dropbox, or if your version of MobileOrg does not support it, you can use a
17271 webdav server.  For more information, check out the documentation of MobileOrg and also this
17272 @uref{http://orgmode.org/worg/org-faq.html#mobileorg_webdav, FAQ entry}.}.
17273 When MobileOrg first connects to your Dropbox, it will create a directory
17274 @i{MobileOrg} inside the Dropbox.  After the directory has been created, tell
17275 Emacs about it:
17277 @lisp
17278 (setq org-mobile-directory "~/Dropbox/MobileOrg")
17279 @end lisp
17281 Org mode has commands to put files for @i{MobileOrg} into that directory,
17282 and to read captured notes from there.
17284 @node Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg
17285 @section Pushing to MobileOrg
17287 This operation copies all files currently listed in @var{org-mobile-files}
17288 to the directory @var{org-mobile-directory}.  By default this list contains
17289 all agenda files (as listed in @var{org-agenda-files}), but additional files
17290 can be included by customizing @var{org-mobile-files}.  File names will be
17291 staged with paths relative to @var{org-directory}, so all files should be
17292 inside this directory@footnote{Symbolic links in @var{org-directory} need to
17293 have the same name than their targets.}.
17295 The push operation also creates a special Org file @file{agendas.org} with
17296 all custom agenda view defined by the user@footnote{While creating the
17297 agendas, Org mode will force ID properties on all referenced entries, so that
17298 these entries can be uniquely identified if @i{MobileOrg} flags them for
17299 further action.  If you do not want to get these properties in so many
17300 entries, you can set the variable @var{org-mobile-force-id-on-agenda-items}
17301 to @code{nil}.  Org mode will then rely on outline paths, in the hope that
17302 these will be unique enough.}.
17304 Finally, Org writes the file @file{index.org}, containing links to all other
17305 files.  @i{MobileOrg} first reads this file from the server, and then
17306 downloads all agendas and Org files listed in it.  To speed up the download,
17307 MobileOrg will only read files whose checksums@footnote{Checksums are stored
17308 automatically in the file @file{checksums.dat}} have changed.
17310 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg
17311 @section Pulling from MobileOrg
17313 When @i{MobileOrg} synchronizes with the server, it not only pulls the Org
17314 files for viewing.  It also appends captured entries and pointers to flagged
17315 and changed entries to the file @file{mobileorg.org} on the server.  Org has
17316 a @emph{pull} operation that integrates this information into an inbox file
17317 and operates on the pointers to flagged entries.  Here is how it works:
17319 @enumerate
17320 @item
17321 Org moves all entries found in
17322 @file{mobileorg.org}@footnote{@file{mobileorg.org} will be empty after this
17323 operation.} and appends them to the file pointed to by the variable
17324 @var{org-mobile-inbox-for-pull}.  Each captured entry and each editing event
17325 will be a top-level entry in the inbox file.
17326 @item
17327 After moving the entries, Org will attempt to implement the changes made in
17328 @i{MobileOrg}.  Some changes are applied directly and without user
17329 interaction.  Examples are all changes to tags, TODO state, headline and body
17330 text that can be cleanly applied.  Entries that have been flagged for further
17331 action will receive a tag @code{:FLAGGED:}, so that they can be easily found
17332 again.  When there is a problem finding an entry or applying the change, the
17333 pointer entry will remain in the inbox and will be marked with an error
17334 message.  You need to later resolve these issues by hand.
17335 @item
17336 Org will then generate an agenda view with all flagged entries.  The user
17337 should then go through these entries and do whatever actions are necessary.
17338 If a note has been stored while flagging an entry in @i{MobileOrg}, that note
17339 will be displayed in the echo area when the cursor is on the corresponding
17340 agenda line.
17342 @table @kbd
17343 @kindex ?
17344 @item ?
17345 Pressing @kbd{?} in that special agenda will display the full flagging note in
17346 another window and also push it onto the kill ring.  So you could use @kbd{?
17347 z C-y C-c C-c} to store that flagging note as a normal note in the entry.
17348 Pressing @kbd{?} twice in succession will offer to remove the
17349 @code{:FLAGGED:} tag along with the recorded flagging note (which is stored
17350 in a property).  In this way you indicate that the intended processing for
17351 this flagged entry is finished.
17352 @end table
17353 @end enumerate
17355 @kindex C-c a ?
17356 If you are not able to process all flagged entries directly, you can always
17357 return to this agenda view@footnote{Note, however, that there is a subtle
17358 difference.  The view created automatically by @kbd{M-x org-mobile-pull RET}
17359 is guaranteed to search all files that have been addressed by the last pull.
17360 This might include a file that is not currently in your list of agenda files.
17361 If you later use @kbd{C-c a ?} to regenerate the view, only the current
17362 agenda files will be searched.} using @kbd{C-c a ?}.
17364 @node History and Acknowledgments, GNU Free Documentation License, MobileOrg, Top
17365 @appendix History and acknowledgments
17366 @cindex acknowledgments
17367 @cindex history
17368 @cindex thanks
17370 @section From Carsten
17372 Org was born in 2003, out of frustration over the user interface of the Emacs
17373 Outline mode.  I was trying to organize my notes and projects, and using
17374 Emacs seemed to be the natural way to go.  However, having to remember eleven
17375 different commands with two or three keys per command, only to hide and show
17376 parts of the outline tree, that seemed entirely unacceptable to me.  Also,
17377 when using outlines to take notes, I constantly wanted to restructure the
17378 tree, organizing it parallel to my thoughts and plans.  @emph{Visibility
17379 cycling} and @emph{structure editing} were originally implemented in the
17380 package @file{outline-magic.el}, but quickly moved to the more general
17381 @file{org.el}.  As this environment became comfortable for project planning,
17382 the next step was adding @emph{TODO entries}, basic @emph{timestamps}, and
17383 @emph{table support}.  These areas highlighted the two main goals that Org
17384 still has today: to be a new, outline-based, plain text mode with innovative
17385 and intuitive editing features, and to incorporate project planning
17386 functionality directly into a notes file.
17388 Since the first release, literally thousands of emails to me or to
17389 @email{emacs-orgmode@@gnu.org} have provided a constant stream of bug
17390 reports, feedback, new ideas, and sometimes patches and add-on code.
17391 Many thanks to everyone who has helped to improve this package.  I am
17392 trying to keep here a list of the people who had significant influence
17393 in shaping one or more aspects of Org.  The list may not be
17394 complete, if I have forgotten someone, please accept my apologies and
17395 let me know.
17397 Before I get to this list, a few special mentions are in order:
17399 @table @i
17400 @item Bastien Guerry
17401 Bastien has written a large number of extensions to Org (most of them
17402 integrated into the core by now), including the @LaTeX{} exporter and the plain
17403 list parser.  His support during the early days, when he basically acted as
17404 co-maintainer, was central to the success of this project.  Bastien also
17405 invented Worg, helped establishing the Web presence of Org, and sponsored
17406 hosting costs for the orgmode.org website.
17407 @item Eric Schulte and Dan Davison
17408 Eric and Dan are jointly responsible for the Org-babel system, which turns
17409 Org into a multi-language environment for evaluating code and doing literate
17410 programming and reproducible research.
17411 @item John Wiegley
17412 John has contributed a number of great ideas and patches directly to Org,
17413 including the attachment system (@file{org-attach.el}), integration with
17414 Apple Mail (@file{org-mac-message.el}), hierarchical dependencies of TODO
17415 items, habit tracking (@file{org-habits.el}), and encryption
17416 (@file{org-crypt.el}).  Also, the capture system is really an extended copy
17417 of his great @file{remember.el}.
17418 @item Sebastian Rose
17419 Without Sebastian, the HTML/XHTML publishing of Org would be the pitiful work
17420 of an ignorant amateur.  Sebastian has pushed this part of Org onto a much
17421 higher level.  He also wrote @file{org-info.js}, a Java script for displaying
17422 web pages derived from Org using an Info-like or a folding interface with
17423 single-key navigation.
17424 @end table
17426 @noindent See below for the full list of contributions!  Again, please
17427 let me know what I am missing here!
17429 @section From Bastien
17431 I (Bastien) have been maintaining Org since January 2011.  This appendix
17432 would not be complete without adding a few more acknowledgements and thanks
17433 to Carsten's ones above.
17435 I am first grateful to Carsten for his trust while handing me over the
17436 maintainership of Org.  His support as been great since day one of this new
17437 adventure, and it helped a lot.
17439 When I took over maintainership, I knew I would have to make Org more
17440 collaborative than ever, as I would have to rely on people that are more
17441 knowledgeable than I am on many parts of the code.  Here is a list of the
17442 persons I could rely on, they should really be considered co-maintainers,
17443 either of the code or the community:
17445 @table @i
17446 @item Eric Schulte
17447 Eric is maintaining the Babel parts of Org.  His reactivity here kept me away
17448 from worrying about possible bugs here and let me focus on other parts.
17450 @item Nicolas Goaziou
17451 Nicolas is maintaining the consistency of the deepest parts of Org.  His
17452 work on @file{org-element.el} and @file{ox.el} has been outstanding, and
17453 opened the doors for many new ideas and features.  He rewrote many of the
17454 old exporters to use the new export engine, and helped with documenting
17455 this major change.  More importantly (if that's possible), he has been more
17456 than reliable during all the work done for Org 8.0, and always very
17457 reactive on the mailing list.
17459 @item Achim Gratz
17460 Achim rewrote the building process of Org, turning some @emph{ad hoc} tools
17461 into a flexible and conceptually clean process.  He patiently coped with the
17462 many hiccups that such a change can create for users.
17464 @item Nick Dokos
17465 The Org mode mailing list would not be such a nice place without Nick, who
17466 patiently helped users so many times.  It is impossible to overestimate such
17467 a great help, and the list would not be so active without him.
17468 @end table
17470 I received support from so many users that it is clearly impossible to be
17471 fair when shortlisting a few of them, but Org's history would not be
17472 complete if the ones above were not mentioned in this manual.
17474 @section List of contributions
17476 @itemize @bullet
17478 @item
17479 @i{Russel Adams} came up with the idea for drawers.
17480 @item
17481 @i{Suvayu Ali} has steadily helped on the mailing list, providing useful
17482 feedback on many features and several patches.
17483 @item
17484 @i{Luis Anaya} wrote @file{ox-man.el}.
17485 @item
17486 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
17487 @item
17488 @i{Michael Brand} helped by reporting many bugs and testing many features.
17489 He also implemented the distinction between empty fields and 0-value fields
17490 in Org's spreadsheets.
17491 @item
17492 @i{Christophe Bataillon} created the great unicorn logo that we use on the
17493 Org mode website.
17494 @item
17495 @i{Alex Bochannek} provided a patch for rounding timestamps.
17496 @item
17497 @i{Jan Böcker} wrote @file{org-docview.el}.
17498 @item
17499 @i{Brad Bozarth} showed how to pull RSS feed data into Org mode files.
17500 @item
17501 @i{Tom Breton} wrote @file{org-choose.el}.
17502 @item
17503 @i{Charles Cave}'s suggestion sparked the implementation of templates
17504 for Remember, which are now templates for capture.
17505 @item
17506 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
17507 specified time.
17508 @item
17509 @i{Gregory Chernov} patched support for Lisp forms into table
17510 calculations and improved XEmacs compatibility, in particular by porting
17511 @file{nouline.el} to XEmacs.
17512 @item
17513 @i{Sacha Chua} suggested copying some linking code from Planner.
17514 @item
17515 @i{Toby S. Cubitt} contributed to the code for clock formats.
17516 @item
17517 @i{Baoqiu Cui} contributed the DocBook exporter.  It has been deleted from
17518 Org 8.0: you can now export to Texinfo and export the @file{.texi} file to
17519 DocBook using @code{makeinfo}.
17520 @item
17521 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
17522 came up with the idea of properties, and that there should be an API for
17523 them.
17524 @item
17525 @i{Nick Dokos} tracked down several nasty bugs.
17526 @item
17527 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
17528 inspired some of the early development, including HTML export.  He also
17529 asked for a way to narrow wide table columns.
17530 @item
17531 @i{Thomas S. Dye} contributed documentation on Worg and helped integrating
17532 the Org-Babel documentation into the manual.
17533 @item
17534 @i{Christian Egli} converted the documentation into Texinfo format, inspired
17535 the agenda, patched CSS formatting into the HTML exporter, and wrote
17536 @file{org-taskjuggler.el}, which has been rewritten by Nicolas Goaziou as
17537 @file{ox-taskjuggler.el} for Org 8.0.
17538 @item
17539 @i{David Emery} provided a patch for custom CSS support in exported
17540 HTML agendas.
17541 @item
17542 @i{Nic Ferrier} contributed mailcap and XOXO support.
17543 @item
17544 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
17545 @item
17546 @i{John Foerch} figured out how to make incremental search show context
17547 around a match in a hidden outline tree.
17548 @item
17549 @i{Raimar Finken} wrote @file{org-git-line.el}.
17550 @item
17551 @i{Mikael Fornius} works as a mailing list moderator.
17552 @item
17553 @i{Austin Frank} works as a mailing list moderator.
17554 @item
17555 @i{Eric Fraga} drove the development of BEAMER export with ideas and
17556 testing.
17557 @item
17558 @i{Barry Gidden} did proofreading the manual in preparation for the book
17559 publication through Network Theory Ltd.
17560 @item
17561 @i{Niels Giesen} had the idea to automatically archive DONE trees.
17562 @item
17563 @i{Nicolas Goaziou} rewrote much of the plain list code.  He also wrote
17564 @file{org-element.el} and @file{org-export.el}, which was a huge step forward
17565 in implementing a clean framework for Org exporters.
17566 @item
17567 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
17568 @item
17569 @i{Brian Gough} of Network Theory Ltd publishes the Org mode manual as a
17570 book.
17571 @item
17572 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
17573 task state change logging, and the clocktable.  His clear explanations have
17574 been critical when we started to adopt the Git version control system.
17575 @item
17576 @i{Manuel Hermenegildo} has contributed various ideas, small fixes and
17577 patches.
17578 @item
17579 @i{Phil Jackson} wrote @file{org-irc.el}.
17580 @item
17581 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
17582 folded entries, and column view for properties.
17583 @item
17584 @i{Matt Jones} wrote @i{MobileOrg Android}.
17585 @item
17586 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
17587 @item
17588 @i{Jonathan Leech-Pepin} wrote @file{ox-texinfo.el}.
17589 @item
17590 @i{Shidai Liu} ("Leo") asked for embedded @LaTeX{} and tested it.  He also
17591 provided frequent feedback and some patches.
17592 @item
17593 @i{Matt Lundin} has proposed last-row references for table formulas and named
17594 invisible anchors.  He has also worked a lot on the FAQ.
17595 @item
17596 @i{David Maus} wrote @file{org-atom.el}, maintains the issues file for Org,
17597 and is a prolific contributor on the mailing list with competent replies,
17598 small fixes and patches.
17599 @item
17600 @i{Jason F. McBrayer} suggested agenda export to CSV format.
17601 @item
17602 @i{Max Mikhanosha} came up with the idea of refiling and sticky agendas.
17603 @item
17604 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
17605 basis.
17606 @item
17607 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
17608 happy.
17609 @item
17610 @i{Richard Moreland} wrote @i{MobileOrg} for the iPhone.
17611 @item
17612 @i{Rick Moynihan} proposed allowing multiple TODO sequences in a file
17613 and being able to quickly restrict the agenda to a subtree.
17614 @item
17615 @i{Todd Neal} provided patches for links to Info files and Elisp forms.
17616 @item
17617 @i{Greg Newman} refreshed the unicorn logo into its current form.
17618 @item
17619 @i{Tim O'Callaghan} suggested in-file links, search options for general
17620 file links, and TAGS.
17621 @item
17622 @i{Osamu Okano} wrote @file{orgcard2ref.pl}, a Perl program to create a text
17623 version of the reference card.
17624 @item
17625 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
17626 into Japanese.
17627 @item
17628 @i{Oliver Oppitz} suggested multi-state TODO items.
17629 @item
17630 @i{Scott Otterson} sparked the introduction of descriptive text for
17631 links, among other things.
17632 @item
17633 @i{Pete Phillips} helped during the development of the TAGS feature, and
17634 provided frequent feedback.
17635 @item
17636 @i{Francesco Pizzolante} provided patches that helped speeding up the agenda
17637 generation.
17638 @item
17639 @i{Martin Pohlack} provided the code snippet to bundle character insertion
17640 into bundles of 20 for undo.
17641 @item
17642 @i{T.V. Raman} reported bugs and suggested improvements.
17643 @item
17644 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
17645 control.
17646 @item
17647 @i{Paul Rivier} provided the basic implementation of named footnotes.  He
17648 also acted as mailing list moderator for some time.
17649 @item
17650 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
17651 @item
17652 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
17653 conflict with @file{allout.el}.
17654 @item
17655 @i{Jason Riedy} generalized the send-receive mechanism for Orgtbl tables with
17656 extensive patches.
17657 @item
17658 @i{Philip Rooke} created the Org reference card, provided lots
17659 of feedback, developed and applied standards to the Org documentation.
17660 @item
17661 @i{Christian Schlauer} proposed angular brackets around links, among
17662 other things.
17663 @item
17664 @i{Christopher Schmidt} reworked @code{orgstruct-mode} so that users can
17665 enjoy folding in non-org buffers by using Org headlines in comments.
17666 @item
17667 @i{Paul Sexton} wrote @file{org-ctags.el}.
17668 @item
17669 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
17670 @file{organizer-mode.el}.
17671 @item
17672 @i{Ilya Shlyakhter} proposed the Archive Sibling, line numbering in literal
17673 examples, and remote highlighting for referenced code lines.
17674 @item
17675 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
17676 now packaged into Org's @file{contrib} directory.
17677 @item
17678 @i{Daniel Sinder} came up with the idea of internal archiving by locking
17679 subtrees.
17680 @item
17681 @i{Dale Smith} proposed link abbreviations.
17682 @item
17683 @i{James TD Smith} has contributed a large number of patches for useful
17684 tweaks and features.
17685 @item
17686 @i{Adam Spiers} asked for global linking commands, inspired the link
17687 extension system, added support for mairix, and proposed the mapping API.
17688 @item
17689 @i{Ulf Stegemann} created the table to translate special symbols to HTML,
17690 @LaTeX{}, UTF-8, Latin-1 and ASCII.
17691 @item
17692 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
17693 with links transformation to Org syntax.
17694 @item
17695 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
17696 chapter about publishing.
17697 @item
17698 @i{Jambunathan K} contributed the ODT exporter and rewrote the HTML exporter.
17699 @item
17700 @i{Sebastien Vauban} reported many issues with @LaTeX{} and BEAMER export and
17701 enabled source code highlighting in Gnus.
17702 @item
17703 @i{Stefan Vollmar} organized a video-recorded talk at the
17704 Max-Planck-Institute for Neurology.  He also inspired the creation of a
17705 concept index for HTML export.
17706 @item
17707 @i{J@"urgen Vollmer} contributed code generating the table of contents
17708 in HTML output.
17709 @item
17710 @i{Samuel Wales} has provided important feedback and bug reports.
17711 @item
17712 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
17713 keyword.
17714 @item
17715 @i{David Wainberg} suggested archiving, and improvements to the linking
17716 system.
17717 @item
17718 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
17719 linking to Gnus.
17720 @item
17721 @i{Roland Winkler} requested additional key bindings to make Org
17722 work on a tty.
17723 @item
17724 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
17725 and contributed various ideas and code snippets.
17726 @end itemize
17729 @node GNU Free Documentation License, Main Index, History and Acknowledgments, Top
17730 @appendix GNU Free Documentation License
17731 @include doclicense.texi
17734 @node Main Index, Key Index, GNU Free Documentation License, Top
17735 @unnumbered Concept index
17737 @printindex cp
17739 @node Key Index, Command and Function Index, Main Index, Top
17740 @unnumbered Key index
17742 @printindex ky
17744 @node Command and Function Index, Variable Index, Key Index, Top
17745 @unnumbered Command and function index
17747 @printindex fn
17749 @node Variable Index,  , Command and Function Index, Top
17750 @unnumbered Variable index
17752 This is not a complete index of variables and faces, only the ones that are
17753 mentioned in the manual.  For a more complete list, use @kbd{M-x
17754 org-customize @key{RET}} and then click yourself through the tree.
17756 @printindex vr
17758 @bye
17760 @c Local variables:
17761 @c fill-column: 77
17762 @c indent-tabs-mode: nil
17763 @c paragraph-start:    "\b\\|^@[a-zA-Z]*[ \n]\\|^@x?org\\(key\\|cmd\\)\\|\f\\|[  ]*$"
17764 @c paragraph-separate: "\b\\|^@[a-zA-Z]*[ \n]\\|^@x?org\\(key\\|cmd\\)\\|[       \f]*$"
17765 @c End:
17768 @c  LocalWords:  webdavhost pre