HTML export: Remove the name attribute from anchors that do not need it.
[org-mode.git] / doc / org.texi
blobe4f0df1968e7a509fbb32d1a224e3b54f01a8a27
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle The Org Manual
6 @set VERSION 6.15trans
7 @set DATE December 2008
9 @dircategory Emacs
10 @direntry
11 * Org Mode: (org).      Outline-based notes management and organizer
12 @end direntry
14 @c Version and Contact Info
15 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
16 @set AUTHOR Carsten Dominik
17 @set MAINTAINER Carsten Dominik
18 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
19 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
20 @c %**end of header
21 @finalout
23 @c Macro definitions
25 @c Subheadings inside a table.
26 @macro tsubheading{text}
27 @ifinfo
28 @subsubheading \text\
29 @end ifinfo
30 @ifnotinfo
31 @item @b{\text\}
32 @end ifnotinfo
33 @end macro
35 @copying
36 This manual is for Org (version @value{VERSION}).
38 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation
40 @quotation
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the GNU Free Documentation License, Version 1.3 or
43 any later version published by the Free Software Foundation; with no
44 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
45 and with the Back-Cover Texts as in (a) below.  A copy of the license
46 is included in the section entitled ``GNU Free Documentation License.''
48 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
49 modify this GNU manual.  Buying copies from the FSF supports it in
50 developing GNU and promoting software freedom.''
52 This document is part of a collection distributed under the GNU Free
53 Documentation License.  If you want to distribute this document
54 separately from the collection, you can do so by adding a copy of the
55 license to the document, as described in section 6 of the license.
56 @end quotation
57 @end copying
59 @titlepage
60 @title The Org Manual
62 @subtitle Release @value{VERSION}
63 @author by Carsten Dominik
65 @c The following two commands start the copyright page.
66 @page
67 @vskip 0pt plus 1filll
68 @insertcopying
69 @end titlepage
71 @c Output the table of contents at the beginning.
72 @contents
74 @ifnottex
75 @node Top, Introduction, (dir), (dir)
76 @top Org Mode Manual
78 @insertcopying
79 @end ifnottex
81 @menu
82 * Introduction::                Getting started
83 * Document Structure::          A tree works like your brain
84 * Tables::                      Pure magic for quick formatting
85 * Hyperlinks::                  Notes in context
86 * TODO Items::                  Every tree branch can be a TODO item
87 * Tags::                        Tagging headlines and matching sets of tags
88 * Properties and Columns::      Storing information about an entry
89 * Dates and Times::             Making items useful for planning
90 * Capture::                     Creating tasks and attaching files
91 * Agenda Views::                Collecting information into views
92 * Embedded LaTeX::              LaTeX fragments and formulas
93 * Exporting::                   Sharing and publishing of notes
94 * Publishing::                  Create a web site of linked Org files
95 * Miscellaneous::               All the rest which did not fit elsewhere
96 * Extensions::                  Add-ons for Org mode
97 * Hacking::                     How hack your way around
98 * History and Acknowledgments::  How Org came into being
99 * Main Index::                  An index of Org's concepts and features
100 * Key Index::                   Key bindings and where they are described
102 @detailmenu
103  --- The Detailed Node Listing ---
105 Introduction
107 * Summary::                     Brief summary of what Org does
108 * Installation::                How to install a downloaded version of Org
109 * Activation::                  How to activate Org for certain buffers
110 * Feedback::                    Bug reports, ideas, patches etc.
111 * Conventions::                 Type-setting conventions in the manual
113 Document Structure
115 * Outlines::                    Org is based on Outline mode
116 * Headlines::                   How to typeset Org tree headlines
117 * Visibility cycling::          Show and hide, much simplified
118 * Motion::                      Jumping to other headlines
119 * Structure editing::           Changing sequence and level of headlines
120 * Archiving::                   Move done task trees to a different place
121 * Sparse trees::                Matches embedded in context
122 * Plain lists::                 Additional structure within an entry
123 * Drawers::                     Tucking stuff away
124 * Orgstruct mode::              Structure editing outside Org
126 Archiving
128 * ARCHIVE tag::                 Marking a tree as inactive
129 * Moving subtrees::             Moving a tree to an archive file
131 Tables
133 * Built-in table editor::       Simple tables
134 * Narrow columns::              Stop wasting space in tables
135 * Column groups::               Grouping to trigger vertical lines
136 * Orgtbl mode::                 The table editor as minor mode
137 * The spreadsheet::             The table editor has spreadsheet capabilities
138 * Org Plot::                    Plotting from org tables
140 The spreadsheet
142 * References::                  How to refer to another field or range
143 * Formula syntax for Calc::     Using Calc to compute stuff
144 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
145 * Field formulas::              Formulas valid for a single field
146 * Column formulas::             Formulas valid for an entire column
147 * Editing and debugging formulas::  Fixing formulas
148 * Updating the table::          Recomputing all dependent fields
149 * Advanced features::           Field names, parameters and automatic recalc
151 Hyperlinks
153 * Link format::                 How links in Org are formatted
154 * Internal links::              Links to other places in the current file
155 * External links::              URL-like links to the world
156 * Handling links::              Creating, inserting and following
157 * Using links outside Org::     Linking from my C source code?
158 * Link abbreviations::          Shortcuts for writing complex links
159 * Search options::              Linking to a specific location
160 * Custom searches::             When the default search is not enough
162 Internal links
164 * Radio targets::               Make targets trigger links in plain text
166 TODO Items
168 * TODO basics::                 Marking and displaying TODO entries
169 * TODO extensions::             Workflow and assignments
170 * Progress logging::            Dates and notes for progress
171 * Priorities::                  Some things are more important than others
172 * Breaking down tasks::         Splitting a task into manageable pieces
173 * Checkboxes::                  Tick-off lists
175 Extended use of TODO keywords
177 * Workflow states::             From TODO to DONE in steps
178 * TODO types::                  I do this, Fred does the rest
179 * Multiple sets in one file::   Mixing it all, and still finding your way
180 * Fast access to TODO states::  Single letter selection of a state
181 * Per-file keywords::           Different files, different requirements
182 * Faces for TODO keywords::     Highlighting states
184 Progress logging
186 * Closing items::               When was this entry marked DONE?
187 * Tracking TODO state changes::  When did the status change?
189 Tags
191 * Tag inheritance::             Tags use the tree structure of the outline
192 * Setting tags::                How to assign tags to a headline
193 * Tag searches::                Searching for combinations of tags
195 Properties and Columns
197 * Property syntax::             How properties are spelled out
198 * Special properties::          Access to other Org mode features
199 * Property searches::           Matching property values
200 * Property inheritance::        Passing values down the tree
201 * Column view::                 Tabular viewing and editing
202 * Property API::                Properties for Lisp programmers
204 Column view
206 * Defining columns::            The COLUMNS format property
207 * Using column view::           How to create and use column view
208 * Capturing column view::       A dynamic block for column view
210 Defining columns
212 * Scope of column definitions::  Where defined, where valid?
213 * Column attributes::           Appearance and content of a column
215 Dates and Times
217 * Timestamps::                  Assigning a time to a tree entry
218 * Creating timestamps::         Commands which insert timestamps
219 * Deadlines and scheduling::    Planning your work
220 * Clocking work time::          Tracking how long you spend on a task
221 * Effort estimates::            Planning work effort in advance
222 * Relative timer::              Notes with a running timer
224 Creating timestamps
226 * The date/time prompt::        How Org mode helps you entering date and time
227 * Custom time format::          Making dates look different
229 Deadlines and scheduling
231 * Inserting deadline/schedule::  Planning items
232 * Repeated tasks::              Items that show up again and again
234 Capture
236 * Remember::                    Capture new tasks/ideas with little interruption
237 * Attachments::                 Add files to tasks.
239 Remember
241 * Setting up Remember::         Some code for .emacs to get things going
242 * Remember templates::          Define the outline of different note types
243 * Storing notes::               Directly get the note to where it belongs
244 * Refiling notes::              Moving a note or task to a project
246 Agenda Views
248 * Agenda files::                Files being searched for agenda information
249 * Agenda dispatcher::           Keyboard access to agenda views
250 * Built-in agenda views::       What is available out of the box?
251 * Presentation and sorting::    How agenda items are prepared for display
252 * Agenda commands::             Remote editing of Org trees
253 * Custom agenda views::         Defining special searches and views
254 * Agenda column view::          Using column view for collected entries
256 The built-in agenda views
258 * Weekly/daily agenda::         The calendar page with current tasks
259 * Global TODO list::            All unfinished action items
260 * Matching tags and properties::  Structured information with fine-tuned search
261 * Timeline::                    Time-sorted view for single file
262 * Keyword search::              Finding entries by keyword
263 * Stuck projects::              Find projects you need to review
265 Presentation and sorting
267 * Categories::                  Not all tasks are equal
268 * Time-of-day specifications::  How the agenda knows the time
269 * Sorting of agenda items::     The order of things
271 Custom agenda views
273 * Storing searches::            Type once, use often
274 * Block agenda::                All the stuff you need in a single buffer
275 * Setting Options::             Changing the rules
276 * Exporting Agenda Views::      Writing agendas to files
277 * Using the agenda elsewhere::  Using agenda information in other programs
279 Embedded LaTeX
281 * Math symbols::                TeX macros for symbols and Greek letters
282 * Subscripts and superscripts::  Simple syntax for raising/lowering text
283 * LaTeX fragments::             Complex formulas made easy
284 * Processing LaTeX fragments::  Previewing LaTeX processing
285 * CDLaTeX mode::                Speed up entering of formulas
287 Exporting
289 * Markup rules::                Which structures are recognized?
290 * Selective export::            Using tags to select and exclude trees
291 * Export options::              Per-file export settings
292 * The export dispatcher::       How to access exporter commands
293 * ASCII export::                Exporting to plain ASCII
294 * HTML export::                 Exporting to HTML
295 * LaTeX and PDF export::        Exporting to LaTeX, and processing to PDF
296 * XOXO export::                 Exporting to XOXO
297 * iCalendar export::            Exporting in iCalendar format
299 Markup rules
301 * Document title::              How the document title is determined
302 * Headings and sections::       The main structure of the exported document
303 * Table of contents::           If, where, how to create a table of contents
304 * Initial text::                Text before the first headline
305 * Lists::                       Plain lists are exported
306 * Paragraphs::                  What determines beginning and ending
307 * Literal examples::            Source code and other examples
308 * Include files::               Include the contents of a file during export
309 * Tables exported::             Tables are exported richly
310 * Inlined images::              How to inline images during export
311 * Footnotes::                   Numbers like [1]
312 * Emphasis and monospace::      To bold or not to bold
313 * TeX macros and LaTeX fragments::  Create special, rich export.
314 * Horizontal rules::            A line across the page
315 * Comment lines::               Some lines will not be exported
317 HTML export
319 * HTML Export commands::        How to invoke HTML export
320 * Quoting HTML tags::           Using direct HTML in Org mode
321 * Links::                       Transformation of links for HTML
322 * Images in HTML export::       
323 * CSS support::                 Changing the appearance of the output
324 * Javascript support::          Info and Folding in a web browser
326 LaTeX and PDF export
328 * LaTeX/PDF export commands::   Which key invode which commands
329 * Quoting LaTeX code::          Incorporating literal LaTeX code
330 * Sectioning structure::        Changing sectioning in LaTeX output
331 * Tables in LaTeX export::      Options for exporting tables to LaTeX
332 * Images in LaTeX export::      How to insert figures into LaTeX output
334 Publishing
336 * Configuration::               Defining projects
337 * Sample configuration::        Example projects
338 * Triggering publication::      Publication commands
340 Configuration
342 * Project alist::               The central configuration variable
343 * Sources and destinations::    From here to there
344 * Selecting files::             What files are part of the project?
345 * Publishing action::           Setting the function doing the publishing
346 * Publishing options::          Tweaking HTML export
347 * Publishing links::            Which links keep working after publishing?
348 * Project page index::          Publishing a list of project files
350 Sample configuration
352 * Simple example::              One-component publishing
353 * Complex example::             A multi-component publishing example
355 Miscellaneous
357 * Completion::                  M-TAB knows what you need
358 * Customization::               Adapting Org to your taste
359 * In-buffer settings::          Overview of the #+KEYWORDS
360 * The very busy C-c C-c key::   When in doubt, press C-c C-c
361 * Clean view::                  Getting rid of leading stars in the outline
362 * TTY keys::                    Using Org on a tty
363 * Interaction::                 Other Emacs packages
364 * Bugs::                        Things which do not work perfectly
366 Interaction with other packages
368 * Cooperation::                 Packages Org cooperates with
369 * Conflicts::                   Packages that lead to conflicts
371 Extensions
373 * Extensions in the contrib directory::  These come with the Org distro
374 * Other extensions::            These you have to find on the web.
376 Hacking
378 * Adding hyperlink types::      New custom link types
379 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
380 * Dynamic blocks::              Automatically filled blocks
381 * Special agenda views::        Customized views
382 * Using the property API::      Writing programs that use entry properties
383 * Using the mapping API::       Mapping over all or selected entries
385 Tables and lists in arbitrary syntax
387 * Radio tables::                Sending and receiving
388 * A LaTeX example::             Step by step, almost a tutorial
389 * Translator functions::        Copy and modify
390 * Radio lists::                 Doing the same for lists
392 @end detailmenu
393 @end menu
395 @node Introduction, Document Structure, Top, Top
396 @chapter Introduction
397 @cindex introduction
399 @menu
400 * Summary::                     Brief summary of what Org does
401 * Installation::                How to install a downloaded version of Org
402 * Activation::                  How to activate Org for certain buffers
403 * Feedback::                    Bug reports, ideas, patches etc.
404 * Conventions::                 Type-setting conventions in the manual
405 @end menu
407 @node Summary, Installation, Introduction, Introduction
408 @section Summary
409 @cindex summary
411 Org is a mode for keeping notes, maintaining TODO lists, and doing
412 project planning with a fast and effective plain-text system.
414 Org develops organizational tasks around NOTES files that contain
415 lists or information about projects as plain text.  Org is
416 implemented on top of Outline mode, which makes it possible to keep the
417 content of large files well structured.  Visibility cycling and
418 structure editing help to work with the tree.  Tables are easily created
419 with a built-in table editor.  Org supports TODO items, deadlines,
420 time stamps, and scheduling.  It dynamically compiles entries into an
421 agenda that utilizes and smoothly integrates much of the Emacs calendar
422 and diary.  Plain text URL-like links connect to websites, emails,
423 Usenet messages, BBDB entries, and any files related to the projects.
424 For printing and sharing of notes, an Org file can be exported as a
425 structured ASCII file, as HTML, or (TODO and agenda items only) as an
426 iCalendar file.  It can also serve as a publishing tool for a set of
427 linked web pages.
429 An important design aspect that distinguishes Org from for example
430 Planner/Muse is that it encourages to store every piece of information
431 only once.  In Planner, you have project pages, day pages and possibly
432 other files, duplicating some information such as tasks.  In Org,
433 you only have notes files.  In your notes you mark entries as tasks,
434 label them with tags and timestamps.  All necessary lists like a
435 schedule for the day, the agenda for a meeting, tasks lists selected by
436 tags etc are created dynamically when you need them.
438 Org keeps simple things simple.  When first fired up, it should
439 feel like a straightforward, easy to use outliner.  Complexity is not
440 imposed, but a large amount of functionality is available when you need
441 it.  Org is a toolbox and can be used in different ways, for
442 example as:
444 @example
445 @r{@bullet{} outline extension with visibility cycling and structure editing}
446 @r{@bullet{} ASCII system and table editor for taking structured notes}
447 @r{@bullet{} ASCII table editor with spreadsheet-like capabilities}
448 @r{@bullet{} TODO list editor}
449 @r{@bullet{} full agenda and planner with deadlines and work scheduling}
450 @r{@bullet{} environment to implement David Allen's GTD system}
451 @r{@bullet{} a basic database application}
452 @r{@bullet{} simple hypertext system, with HTML and LaTeX export}
453 @r{@bullet{} publishing tool to create a set of interlinked webpages}
454 @end example
456 Org's automatic, context sensitive table editor with spreadsheet
457 capabilities can be integrated into any major mode by activating the
458 minor Orgtbl mode.  Using a translation step, it can be used to maintain
459 tables in arbitrary file types, for example in La@TeX{}.  The structure
460 editing and list creation capabilities can be used outside Org with
461 the minor Orgstruct mode.
463 @cindex FAQ
464 There is a website for Org which provides links to the newest
465 version of Org, as well as additional information, frequently asked
466 questions (FAQ), links to tutorials etc.  This page is located at
467 @uref{http://orgmode.org}.
469 @page
472 @node Installation, Activation, Summary, Introduction
473 @section Installation
474 @cindex installation
475 @cindex XEmacs
477 @b{Important:} @i{If Org is part of the Emacs distribution or an
478 XEmacs package, please skip this section and go directly to
479 @ref{Activation}.}
481 If you have downloaded Org from the Web, either as a distribution @file{.zip}
482 or @file{.tar} file, or as a GIT archive, you must take the following steps
483 to install it: Go into the unpacked Org distribution directory and edit the
484 top section of the file @file{Makefile}.  You must set the name of the Emacs
485 binary (likely either @file{emacs} or @file{xemacs}), and the paths to the
486 directories where local Lisp and Info files are kept.  If you don't have
487 access to the system-wide directories, you can simply run Org directly from
488 the distribution directory by adding the @file{lisp} subdirectory to the
489 Emacs load path.  To do this, add the following line to @file{.emacs}:
491 @example
492 (setq load-path (cons "~/path/to/orgdir/lisp" load-path))
493 @end example
495 @noindent
496 If you plan to use code from the @file{contrib} subdirectory, do a similar
497 step for this directory:
499 @example
500 (setq load-path (cons "~/path/to/orgdir/contrib/lisp" load-path))
501 @end example
503 @b{XEmacs users now need to install the file @file{noutline.el} from
504 the @file{xemacs} sub-directory of the Org distribution.  Use the
505 command:}
507 @example
508 @b{make install-noutline}
509 @end example
511 @noindent Now byte-compile the Lisp files with the shell command:
513 @example
514 make
515 @end example
517 @noindent If you are running Org from the distribution directory, this is
518 all.  If you want to install into the system directories, use
520 @example
521 make install
522 make install-info
523 @end example
525 @noindent Then add to @file{.emacs}:
527 @lisp
528 ;; This line only if Org is not part of the X/Emacs distribution.
529 (require 'org-install)
530 @end lisp
533 @node Activation, Feedback, Installation, Introduction
534 @section Activation
535 @cindex activation
536 @cindex autoload
537 @cindex global key bindings
538 @cindex key bindings, global
540 @iftex
541 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
542 PDF documentation as viewed by some PDF viewers to your .emacs file, the
543 single quote character comes out incorrectly and the code will not work.
544 You need to fix the single quotes by hand, or copy from Info
545 documentation.}
546 @end iftex
548 Add the following lines to your @file{.emacs} file.  The last three lines
549 define @emph{global} keys for the commands @command{org-store-link},
550 @command{org-agenda}, and @command{org-iswitchb} - please choose suitable
551 keys yourself.
553 @lisp
554 ;; The following lines are always needed.  Choose your own keys.
555 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
556 (global-set-key "\C-cl" 'org-store-link)
557 (global-set-key "\C-ca" 'org-agenda)
558 (global-set-key "\C-cb" 'org-iswitchb)
559 @end lisp
561 Furthermore, you must activate @code{font-lock-mode} in Org
562 buffers, because significant functionality depends on font-locking being
563 active.  You can do this with either one of the following two lines
564 (XEmacs user must use the second option):
565 @lisp
566 (global-font-lock-mode 1)                     ; for all buffers
567 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only
568 @end lisp
570 @cindex Org mode, turning on
571 With this setup, all files with extension @samp{.org} will be put
572 into Org mode.  As an alternative, make the first line of a file look
573 like this:
575 @example
576 MY PROJECTS    -*- mode: org; -*-
577 @end example
579 @noindent which will select Org mode for this buffer no matter what
580 the file's name is.  See also the variable
581 @code{org-insert-mode-line-in-empty-file}.
583 Many commands in Org work on the region is he region is active.  To make use
584 of this, you need to have @code{transient-mark-mode} (@code{zmacs-regions} in
585 XEmacs) turned on.  In Emacs 23 this is the default, in Emacs 22 you need to
586 do this yourself with
588 @lisp
589 (transient-mark-mode 1)
590 @end lisp
592 @node Feedback, Conventions, Activation, Introduction
593 @section Feedback
594 @cindex feedback
595 @cindex bug reports
596 @cindex maintainer
597 @cindex author
599 If you find problems with Org, or if you have questions, remarks, or ideas
600 about it, please mail to the Org mailing list @code{emacs-orgmode@@gnu.org}.
601 If you are not a member of the mailing list, your mail will be reviewed by a
602 moderator and then passed through to the list.
604 For bug reports, please provide as much information as possible,
605 including the version information of Emacs (@kbd{C-h v emacs-version
606 @key{RET}}) and Org (@kbd{C-h v org-version @key{RET}}), as well as
607 the Org related setup in @file{.emacs}.  If an error occurs, a
608 backtrace can be very useful (see below on how to create one).  Often a
609 small example file helps, along with clear information about:
611 @enumerate
612 @item What exactly did you do?
613 @item What did you expect to happen?
614 @item What happened instead?
615 @end enumerate
616 @noindent Thank you for helping to improve this mode.
618 @subsubheading How to create a useful backtrace
620 @cindex backtrace of an error
621 If working with Org produces an error with a message you don't
622 understand, you may have hit a bug.  The best way to report this is by
623 providing, in addition to what was mentioned above, a @emph{Backtrace}.
624 This is information from the built-in debugger about where and how the
625 error occurred.  Here is how to produce a useful backtrace:
627 @enumerate
628 @item
629 Start a fresh Emacs or XEmacs, and make sure that it will load the
630 original Lisp code in @file{org.el} instead of the compiled version in
631 @file{org.elc}.  The backtrace contains much more information if it is
632 produced with uncompiled code.  To do this, either rename @file{org.elc}
633 to something else before starting Emacs, or ask Emacs explicitly to load
634 @file{org.el} by using the command line
635 @example
636 emacs -l /path/to/org.el
637 @end example
638 @item
639 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
640 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
641 @item
642 Do whatever you have to do to hit the error.  Don't forget to
643 document the steps you take.
644 @item
645 When you hit the error, a @file{*Backtrace*} buffer will appear on the
646 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
647 attach it to your bug report.
648 @end enumerate
650 @node Conventions,  , Feedback, Introduction
651 @section Typesetting conventions used in this manual
653 Org uses three types of keywords: TODO keywords, tags, and property
654 names.  In this manual we use the following conventions:
656 @table @code
657 @item TODO
658 @itemx WAITING
659 TODO keywords are written with all capitals, even if they are
660 user-defined.
661 @item boss
662 @itemx ARCHIVE
663 User-defined tags are written in lowercase; built-in tags with special
664 meaning are written with all capitals.
665 @item Release
666 @itemx PRIORITY
667 User-defined properties are capitalized; built-in properties with
668 special meaning are written with all capitals.
669 @end table
671 @node Document Structure, Tables, Introduction, Top
672 @chapter Document Structure
673 @cindex document structure
674 @cindex structure of document
676 Org is based on outline mode and provides flexible commands to
677 edit the structure of the document.
679 @menu
680 * Outlines::                    Org is based on Outline mode
681 * Headlines::                   How to typeset Org tree headlines
682 * Visibility cycling::          Show and hide, much simplified
683 * Motion::                      Jumping to other headlines
684 * Structure editing::           Changing sequence and level of headlines
685 * Archiving::                   Move done task trees to a different place
686 * Sparse trees::                Matches embedded in context
687 * Plain lists::                 Additional structure within an entry
688 * Drawers::                     Tucking stuff away
689 * Orgstruct mode::              Structure editing outside Org
690 @end menu
692 @node Outlines, Headlines, Document Structure, Document Structure
693 @section Outlines
694 @cindex outlines
695 @cindex Outline mode
697 Org is implemented on top of Outline mode.  Outlines allow a
698 document to be organized in a hierarchical structure, which (at least
699 for me) is the best representation of notes and thoughts.  An overview
700 of this structure is achieved by folding (hiding) large parts of the
701 document to show only the general document structure and the parts
702 currently being worked on.  Org greatly simplifies the use of
703 outlines by compressing the entire show/hide functionality into a single
704 command @command{org-cycle}, which is bound to the @key{TAB} key.
706 @node Headlines, Visibility cycling, Outlines, Document Structure
707 @section Headlines
708 @cindex headlines
709 @cindex outline tree
711 Headlines define the structure of an outline tree.  The headlines in
712 Org start with one or more stars, on the left margin@footnote{See
713 the variable @code{org-special-ctrl-a/e} to configure special behavior
714 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
716 @example
717 * Top level headline
718 ** Second level
719 *** 3rd level
720     some text
721 *** 3rd level
722     more text
724 * Another top level headline
725 @end example
727 @noindent Some people find the many stars too noisy and would prefer an
728 outline that has whitespace followed by a single star as headline
729 starters.  @ref{Clean view} describes a setup to realize this.
731 An empty line after the end of a subtree is considered part of it and
732 will be hidden when the subtree is folded.  However, if you leave at
733 least two empty lines, one empty line will remain visible after folding
734 the subtree, in order to structure the collapsed view.  See the
735 variable @code{org-cycle-separator-lines} to modify this behavior.
737 @node Visibility cycling, Motion, Headlines, Document Structure
738 @section Visibility cycling
739 @cindex cycling, visibility
740 @cindex visibility cycling
741 @cindex trees, visibility
742 @cindex show hidden text
743 @cindex hide text
745 Outlines make it possible to hide parts of the text in the buffer.
746 Org uses just two commands, bound to @key{TAB} and
747 @kbd{S-@key{TAB}} to change the visibility in the buffer.
749 @cindex subtree visibility states
750 @cindex subtree cycling
751 @cindex folded, subtree visibility state
752 @cindex children, subtree visibility state
753 @cindex subtree, subtree visibility state
754 @table @kbd
755 @kindex @key{TAB}
756 @item @key{TAB}
757 @emph{Subtree cycling}: Rotate current subtree among the states
759 @example
760 ,-> FOLDED -> CHILDREN -> SUBTREE --.
761 '-----------------------------------'
762 @end example
764 The cursor must be on a headline for this to work@footnote{see, however,
765 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
766 beginning of the buffer and the first line is not a headline, then
767 @key{TAB} actually runs global cycling (see below)@footnote{see the
768 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
769 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
771 @cindex global visibility states
772 @cindex global cycling
773 @cindex overview, global visibility state
774 @cindex contents, global visibility state
775 @cindex show all, global visibility state
776 @kindex S-@key{TAB}
777 @item S-@key{TAB}
778 @itemx C-u @key{TAB}
779 @emph{Global cycling}: Rotate the entire buffer among the states
781 @example
782 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
783 '--------------------------------------'
784 @end example
786 When @kbd{S-@key{TAB}} is called with a numeric prefix argument N, the
787 CONTENTS view up to headlines of level N will be shown.  Note that inside
788 tables, @kbd{S-@key{TAB}} jumps to the previous field.
790 @cindex show all, command
791 @kindex C-u C-u C-u @key{TAB}
792 @item C-u C-u C-u @key{TAB}
793 Show all, including drawers.
794 @kindex C-c C-r
795 @item C-c C-r
796 Reveal context around point, showing the current entry, the following heading
797 and the hierarchy above.  Useful for working near a location that has been
798 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
799 (@pxref{Agenda commands}).  With a prefix argument show, on each
800 level, all sibling headings.
801 @kindex C-c C-x b
802 @item C-c C-x b
803 Show the current subtree in an indirect buffer@footnote{The indirect
804 buffer
805 @ifinfo
806 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
807 @end ifinfo
808 @ifnotinfo
809 (see the Emacs manual for more information about indirect buffers)
810 @end ifnotinfo
811 will contain the entire buffer, but will be narrowed to the current
812 tree.  Editing the indirect buffer will also change the original buffer,
813 but without affecting visibility in that buffer.}.  With a numeric
814 prefix argument N, go up to level N and then take that tree.  If N is
815 negative then go up that many levels.  With a @kbd{C-u} prefix, do not remove
816 the previously used indirect buffer.
817 @end table
819 When Emacs first visits an Org file, the global state is set to
820 OVERVIEW, i.e. only the top level headlines are visible.  This can be
821 configured through the variable @code{org-startup-folded}, or on a
822 per-file basis by adding one of the following lines anywhere in the
823 buffer:
825 @example
826 #+STARTUP: overview
827 #+STARTUP: content
828 #+STARTUP: showall
829 @end example
831 @noindent
832 Forthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
833 and Columns}) will get their visibility adapted accordingly.  Allowed values
834 for this property are @code{folded}, @code{children}, @code{content}, and
835 @code{all}.
836 @table @kbd
837 @kindex C-u C-u @key{TAB}
838 @item C-u C-u @key{TAB}
839 Switch back to the startup visibility of the buffer, i.e. whatever is
840 requested by startup options and @samp{VISIBILITY} properties in individual
841 entries.
842 @end table
844 @node Motion, Structure editing, Visibility cycling, Document Structure
845 @section Motion
846 @cindex motion, between headlines
847 @cindex jumping, to headlines
848 @cindex headline navigation
849 The following commands jump to other headlines in the buffer.
851 @table @kbd
852 @kindex C-c C-n
853 @item C-c C-n
854 Next heading.
855 @kindex C-c C-p
856 @item C-c C-p
857 Previous heading.
858 @kindex C-c C-f
859 @item C-c C-f
860 Next heading same level.
861 @kindex C-c C-b
862 @item C-c C-b
863 Previous heading same level.
864 @kindex C-c C-u
865 @item C-c C-u
866 Backward to higher level heading.
867 @kindex C-c C-j
868 @item C-c C-j
869 Jump to a different place without changing the current outline
870 visibility.  Shows the document structure in a temporary buffer, where
871 you can use the following keys to find your destination:
872 @example
873 @key{TAB}         @r{Cycle visibility.}
874 @key{down} / @key{up}   @r{Next/previous visible headline.}
875 @key{RET}         @r{Select this location.}
876 @kbd{/}           @r{Do a Sparse-tree search}
877 @r{The following keys work if you turn off @code{org-goto-auto-isearch}}
878 n / p        @r{Next/previous visible headline.}
879 f / b        @r{Next/previous headline same level.}
880 u            @r{One level up.}
881 0-9          @r{Digit argument.}
882 q            @r{Quit}
883 @end example
884 See also the variable@code{org-goto-interface}.
885 @end table
887 @node Structure editing, Archiving, Motion, Document Structure
888 @section Structure editing
889 @cindex structure editing
890 @cindex headline, promotion and demotion
891 @cindex promotion, of subtrees
892 @cindex demotion, of subtrees
893 @cindex subtree, cut and paste
894 @cindex pasting, of subtrees
895 @cindex cutting, of subtrees
896 @cindex copying, of subtrees
897 @cindex subtrees, cut and paste
899 @table @kbd
900 @kindex M-@key{RET}
901 @item M-@key{RET}
902 Insert new heading with same level as current.  If the cursor is in a
903 plain list item, a new item is created (@pxref{Plain lists}).  To force
904 creation of a new headline, use a prefix argument, or first press @key{RET}
905 to get to the beginning of the next line.  When this command is used in
906 the middle of a line, the line is split and the rest of the line becomes
907 the new headline@footnote{If you do not want the line to be split,
908 customize the variable @code{org-M-RET-may-split-line}.}.  If the
909 command is used at the beginning of a headline, the new headline is
910 created before the current line.  If at the beginning of any other line,
911 the content of that line is made the new heading.  If the command is
912 used at the end of a folded subtree (i.e. behind the ellipses at the end
913 of a headline), then a headline like the current one will be inserted
914 after the end of the subtree.
915 @kindex C-@key{RET}
916 @item C-@key{RET}
917 Just like @kbd{M-@key{RET}}, except when adding a new heading below the
918 current heading, the new heading is placed after the body instead of before
919 it.  This command works from anywhere in the entry.
920 @kindex M-S-@key{RET}
921 @item M-S-@key{RET}
922 Insert new TODO entry with same level as current heading.
923 @kindex C-S-@key{RET}
924 @item C-S-@key{RET}
925 Insert new TODO entry with same level as current heading.  Like
926 @kbd{C-@key{RET}}, the new headline will be inserted after the current
927 subtree.
928 @kindex M-@key{left}
929 @item M-@key{left}
930 Promote current heading by one level.
931 @kindex M-@key{right}
932 @item M-@key{right}
933 Demote current heading by one level.
934 @kindex M-S-@key{left}
935 @item M-S-@key{left}
936 Promote the current subtree by one level.
937 @kindex M-S-@key{right}
938 @item M-S-@key{right}
939 Demote the current subtree by one level.
940 @kindex M-S-@key{up}
941 @item M-S-@key{up}
942 Move subtree up (swap with previous subtree of same
943 level).
944 @kindex M-S-@key{down}
945 @item M-S-@key{down}
946 Move subtree down (swap with next subtree of same level).
947 @kindex C-c C-x C-w
948 @item C-c C-x C-w
949 Kill subtree, i.e. remove it from buffer but save in kill ring.
950 With a numeric prefix argument N, kill N sequential subtrees.
951 @kindex C-c C-x M-w
952 @item C-c C-x M-w
953 Copy subtree to kill ring.  With a numeric prefix argument N, copy the N
954 sequential subtrees.
955 @kindex C-c C-x C-y
956 @item C-c C-x C-y
957 Yank subtree from kill ring.  This does modify the level of the subtree to
958 make sure the tree fits in nicely at the yank position.  The yank level can
959 also be specified with a numeric prefix argument, or by yanking after a
960 headline marker like @samp{****}.
961 @kindex C-y
962 @item C-y
963 Depending on the variables @code{org-yank-adjusted-subtrees} and
964 @code{org-yank-folded-subtrees}, Org's internal @code{yank} command will
965 paste subtrees folded and in a clever way, using the same command as @kbd{C-c
966 C-x C-y}.  With the default settings, level adjustment will take place and
967 yanked trees will be folded unless doing so would swallow text previously
968 visible.  Any prefix argument to this command will force a normal @code{yank}
969 to be executed, with the prefix passed along.  A good way to force a normal
970 yank is @kbd{C-u C-y}.  If you use @code{yank-pop} after a yank, it will yank
971 previous kill items plainly, without adjustment and folding.
972 @kindex C-c C-w
973 @item C-c C-w
974 Refile entry or region to a different location.  @xref{Refiling notes}.
975 @kindex C-c ^
976 @item C-c ^
977 Sort same-level entries.  When there is an active region, all entries in the
978 region will be sorted.  Otherwise the children of the current headline are
979 sorted.  The command prompts for the sorting method, which can be
980 alphabetically, numerically, by time (using the first time stamp in each
981 entry), by priority, or by TODO keyword (in the sequence the keywords have
982 been defined in the setup).  Reverse sorting is possible as well.  You can
983 also supply your own function to extract the sorting key.  With a @kbd{C-u}
984 prefix, sorting will be case-sensitive.  With two @kbd{C-u C-u} prefixes,
985 duplicate entries will also be removed.
986 @kindex C-x n s
987 @item C-x n s
988 Narrow buffer to current subtree.
989 @kindex C-x n w
990 @item C-x n w
991 Widen buffer to remove a narrowing.
992 @kindex C-c *
993 @item C-c *
994 Turn a normal line or plain list item into a headline (so that it
995 becomes a subheading at its location).  Also turn a headline into a
996 normal line by removing the stars.  If there is an active region, turn
997 all lines in the region into headlines.  Or, if the first line is a
998 headline, remove the stars from all headlines in the region.
999 @end table
1001 @cindex region, active
1002 @cindex active region
1003 @cindex Transient mark mode
1004 When there is an active region (Transient mark mode), promotion and
1005 demotion work on all headlines in the region.  To select a region of
1006 headlines, it is best to place both point and mark at the beginning of a
1007 line, mark at the beginning of the first headline, and point at the line
1008 just after the last headline to change.  Note that when the cursor is
1009 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
1010 functionality.
1012 @node Archiving, Sparse trees, Structure editing, Document Structure
1013 @section Archiving
1014 @cindex archiving
1016 When a project represented by a (sub)tree is finished, you may want
1017 to move the tree out of the way and to stop it from contributing to the
1018 agenda.  Org mode knows two ways of archiving.  You can mark a tree with
1019 the ARCHIVE tag, or you can move an entire (sub)tree to a different
1020 location.
1022 @menu
1023 * ARCHIVE tag::                 Marking a tree as inactive
1024 * Moving subtrees::             Moving a tree to an archive file
1025 @end menu
1027 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
1028 @subsection The ARCHIVE tag
1029 @cindex internal archiving
1031 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
1032 its location in the outline tree, but behaves in the following way:
1033 @itemize @minus
1034 @item
1035 It does not open when you attempt to do so with a visibility cycling
1036 command (@pxref{Visibility cycling}).  You can force cycling archived
1037 subtrees with @kbd{C-@key{TAB}}, or by setting the option
1038 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
1039 @code{show-all} will open archived subtrees.
1040 @item
1041 During sparse tree construction (@pxref{Sparse trees}), matches in
1042 archived subtrees are not exposed, unless you configure the option
1043 @code{org-sparse-tree-open-archived-trees}.
1044 @item
1045 During agenda view construction (@pxref{Agenda Views}), the content of
1046 archived trees is ignored unless you configure the option
1047 @code{org-agenda-skip-archived-trees}, in which case these trees will always
1048 be included.  In the agenda you can press the @kbd{v} key to get archives
1049 temporarily included.
1050 @item
1051 Archived trees are not exported (@pxref{Exporting}), only the headline
1052 is.  Configure the details using the variable
1053 @code{org-export-with-archived-trees}.
1054 @end itemize
1056 The following commands help managing the ARCHIVE tag:
1058 @table @kbd
1059 @kindex C-c C-x a
1060 @item C-c C-x a
1061 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
1062 the headline changes to a shadowed face, and the subtree below it is
1063 hidden.
1064 @kindex C-u C-c C-x a
1065 @item C-u C-c C-x a
1066 Check if any direct children of the current headline should be archived.
1067 To do this, each subtree is checked for open TODO entries.  If none are
1068 found, the command offers to set the ARCHIVE tag for the child.  If the
1069 cursor is @emph{not} on a headline when this command is invoked, the
1070 level 1 trees will be checked.
1071 @kindex C-@kbd{TAB}
1072 @item C-@kbd{TAB}
1073 Cycle a tree even if it is tagged with ARCHIVE.
1074 @end table
1076 @node Moving subtrees,  , ARCHIVE tag, Archiving
1077 @subsection Moving subtrees
1078 @cindex external archiving
1080 Once an entire project is finished, you may want to move it to a different
1081 location.  Org can move it to an @emph{Archive Sibling} in the same tree, to a
1082 different tree in the current file, or to a different file, the archive file.
1084 @table @kbd
1085 @kindex C-c C-x A
1086 @item C-c C-x A
1087 Move the current entry to the @emph{Archive Sibling}.  This is a sibling of
1088 the entry with the heading @samp{Archive} and the tag @samp{ARCHIVE}
1089 (@pxref{ARCHIVE tag}).  The entry becomes a child of that sibling and in this
1090 way retains a lot of its original context, including inherited tags and
1091 approximate position in the outline.
1092 @kindex C-c C-x C-s
1093 @item C-c C-x C-s
1094 Archive the subtree starting at the cursor position to the location
1095 given by @code{org-archive-location}.  Context information that could be
1096 lost like the file name, the category, inherited tags, and the TODO
1097 state will be store as properties in the entry.
1098 @kindex C-u C-c C-x C-s
1099 @item C-u C-c C-x C-s
1100 Check if any direct children of the current headline could be moved to
1101 the archive.  To do this, each subtree is checked for open TODO entries.
1102 If none are found, the command offers to move it to the archive
1103 location.  If the cursor is @emph{not} on a headline when this command
1104 is invoked, the level 1 trees will be checked.
1105 @end table
1107 @cindex archive locations
1108 The default archive location is a file in the same directory as the
1109 current file, with the name derived by appending @file{_archive} to the
1110 current file name.  For information and examples on how to change this,
1111 see the documentation string of the variable
1112 @code{org-archive-location}.  There is also an in-buffer option for
1113 setting this variable, for example@footnote{For backward compatibility,
1114 the following also works: If there are several such lines in a file,
1115 each specifies the archive location for the text below it.  The first
1116 such line also applies to any text before its definition.  However,
1117 using this method is @emph{strongly} deprecated as it is incompatible
1118 with the outline structure of the document.  The correct method for
1119 setting multiple archive locations in a buffer is using a property.}:
1121 @example
1122 #+ARCHIVE: %s_done::
1123 @end example
1125 @noindent
1126 If you would like to have a special ARCHIVE location for a single entry
1127 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
1128 location as the value (@pxref{Properties and Columns}).
1130 When a subtree is moved, it receives a number of special properties that
1131 record context information like the file from where the entry came, it's
1132 outline path the archiving time etc.  Configure the variable
1133 @code{org-archive-save-context-info} to adjust the amount of information
1134 added.
1136 @node Sparse trees, Plain lists, Archiving, Document Structure
1137 @section Sparse trees
1138 @cindex sparse trees
1139 @cindex trees, sparse
1140 @cindex folding, sparse trees
1141 @cindex occur, command
1143 An important feature of Org mode is the ability to construct @emph{sparse
1144 trees} for selected information in an outline tree, so that the entire
1145 document is folded as much as possible, but the selected information is made
1146 visible along with the headline structure above it@footnote{See also the
1147 variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
1148 @code{org-show-siblings}, and @code{org-show-entry-below} for detailed
1149 control on how much context is shown around each match.}.  Just try it out
1150 and you will see immediately how it works.
1152 Org mode contains several commands creating such trees, all these
1153 commands can be accessed through a dispatcher:
1155 @table @kbd
1156 @kindex C-c /
1157 @item C-c /
1158 This prompts for an extra key to select a sparse-tree creating command.
1159 @kindex C-c / r
1160 @item C-c / r
1161 Occur.  Prompts for a regexp and shows a sparse tree with all matches.  If
1162 the match is in a headline, the headline is made visible.  If the match is in
1163 the body of an entry, headline and body are made visible.  In order to
1164 provide minimal context, also the full hierarchy of headlines above the match
1165 is shown, as well as the headline following the match.  Each match is also
1166 highlighted; the highlights disappear when the buffer is changed by an
1167 editing command@footnote{depending on the option
1168 @code{org-remove-highlights-with-change}}, or by pressing @kbd{C-c C-c}.
1169 When called with a @kbd{C-u} prefix argument, previous highlights are kept,
1170 so several calls to this command can be stacked.
1171 @end table
1173 @noindent
1174 For frequently used sparse trees of specific search strings, you can
1175 use the variable @code{org-agenda-custom-commands} to define fast
1176 keyboard access to specific sparse trees.  These commands will then be
1177 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1178 For example:
1180 @lisp
1181 (setq org-agenda-custom-commands
1182       '(("f" occur-tree "FIXME")))
1183 @end lisp
1185 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1186 a sparse tree matching the string @samp{FIXME}.
1188 The other sparse tree commands select headings based on TODO keywords,
1189 tags, or properties and will be discussed later in this manual.
1191 @kindex C-c C-e v
1192 @cindex printing sparse trees
1193 @cindex visible text, printing
1194 To print a sparse tree, you can use the Emacs command
1195 @code{ps-print-buffer-with-faces} which does not print invisible parts
1196 of the document @footnote{This does not work under XEmacs, because
1197 XEmacs uses selective display for outlining, not text properties.}.
1198 Or you can use the command @kbd{C-c C-e v} to export only the visible
1199 part of the document and print the resulting file.
1201 @node Plain lists, Drawers, Sparse trees, Document Structure
1202 @section Plain lists
1203 @cindex plain lists
1204 @cindex lists, plain
1205 @cindex lists, ordered
1206 @cindex ordered lists
1208 Within an entry of the outline tree, hand-formatted lists can provide
1209 additional structure.  They also provide a way to create lists of
1210 checkboxes (@pxref{Checkboxes}).  Org supports editing such lists,
1211 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1213 Org knows ordered lists, unordered lists, and description lists.
1214 @itemize @bullet
1215 @item
1216 @emph{Unordered} list items start with @samp{-}, @samp{+}, or
1217 @samp{*}@footnote{When using @samp{*} as a bullet, lines must be indented or
1218 they will be seen as top-level headlines.  Also, when you are hiding leading
1219 stars to get a clean outline view, plain list items starting with a star are
1220 visually indistinguishable from true headlines.  In short: even though
1221 @samp{*} is supported, it may be better to not use it for plain list items.}
1222 as bullets.
1223 @item
1224 @emph{Ordered} list items start with a numeral followed by either a period or
1225 a right parenthesis, such as @samp{1.} or @samp{1)}.
1226 @item
1227 @emph{Description} list items are like unordered list items, but contain the
1228 separator @samp{ :: } to separate the description @emph{term} from the
1229 desciption.
1230 @end itemize
1232 Items belonging to the same list must have the same indentation on the first
1233 line.  In particular, if an ordered list reaches number @samp{10.}, then the
1234 2--digit numbers must be written left-aligned with the other numbers in the
1235 list.  Indentation also determines the end of a list item.  It ends before
1236 the next line that is indented like the bullet/number, or less.  Empty lines
1237 are part of the previous item, so you can have several paragraphs in one
1238 item.  If you would like an empty line to terminate all currently open plain
1239 lists, configure the variable @code{org-empty-line-terminates-plain-lists}.
1240 Here is an example:
1242 @example
1243 @group
1244 ** Lord of the Rings
1245    My favorite scenes are (in this order)
1246    1. The attack of the Rohirrim
1247    2. Eowyns fight with the witch king
1248       + this was already my favorite scene in the book
1249       + I really like Miranda Otto.
1250    3. Peter Jackson being shot by Legolas
1251        - on DVD only
1252       He makes a really funny face when it happens.
1253    But in the end, not individual scenes matter but the film as a whole.
1254    Important actors in this film are:
1255    - @b{Elijah Wood} :: He plays the Frodo
1256    - @b{Sean Austin} :: He plays the Sam, Frodos friend.  I still remember
1257      him very well from his role as Mikey Walsh a in the Goonies.
1258 @end group
1259 @end example
1261 Org supports these lists by tuning filling and wrapping commands to
1262 deal with them correctly@footnote{Org only changes the filling
1263 settings for Emacs.  For XEmacs, you should use Kyle E. Jones'
1264 @file{filladapt.el}.  To turn this on,  put into @file{.emacs}:
1265 @code{(require 'filladapt)}}, and by exporting them properly
1266 (@pxref{Exporting}).
1268 The following commands act on items when the cursor is in the first line
1269 of an item (the line with the bullet or number).
1271 @table @kbd
1272 @kindex @key{TAB}
1273 @item @key{TAB}
1274 Items can be folded just like headline levels if you set the variable
1275 @code{org-cycle-include-plain-lists}.  The level of an item is then
1276 given by the indentation of the bullet/number.  Items are always
1277 subordinate to real headlines, however; the hierarchies remain
1278 completely separated.
1280 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1281 fixes the indentation of the current line in a heuristic way.
1282 @kindex M-@key{RET}
1283 @item M-@key{RET}
1284 Insert new item at current level.  With a prefix argument, force a new
1285 heading (@pxref{Structure editing}).  If this command is used in the middle
1286 of a line, the line is @emph{split} and the rest of the line becomes the new
1287 item@footnote{If you do not want the line to be split, customize the variable
1288 @code{org-M-RET-may-split-line}.}.  If this command is executed in the
1289 @emph{whitespace before a bullet or number}, the new item is created
1290 @emph{before} the current item.  If the command is executed in the white
1291 space before the text that is part of an item but does not contain the
1292 bullet, a bullet is added to the current line.
1293 @kindex M-S-@key{RET}
1294 @item M-S-@key{RET}
1295 Insert a new item with a checkbox (@pxref{Checkboxes}).
1296 @kindex S-@key{up}
1297 @kindex S-@key{down}
1298 @item S-@key{up}
1299 @itemx S-@key{down}
1300 Jump to the previous/next item in the current list.
1301 @kindex M-S-@key{up}
1302 @kindex M-S-@key{down}
1303 @item M-S-@key{up}
1304 @itemx M-S-@key{down}
1305 Move the item including subitems up/down (swap with previous/next item
1306 of same indentation).  If the list is ordered, renumbering is
1307 automatic.
1308 @kindex M-S-@key{left}
1309 @kindex M-S-@key{right}
1310 @item M-S-@key{left}
1311 @itemx M-S-@key{right}
1312 Decrease/increase the indentation of the item, including subitems.
1313 Initially, the item tree is selected based on current indentation.
1314 When these commands are executed several times in direct succession,
1315 the initially selected region is used, even if the new indentation
1316 would imply a different hierarchy.  To use the new hierarchy, break
1317 the command chain with a cursor motion or so.
1318 @kindex C-c C-c
1319 @item C-c C-c
1320 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1321 state of the checkbox.  If not, this command makes sure that all the
1322 items on this list level use the same bullet.  Furthermore, if this is
1323 an ordered list, make sure the numbering is OK.
1324 @kindex C-c -
1325 @item C-c -
1326 Cycle the entire list level through the different itemize/enumerate bullets
1327 (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).  With a numeric prefix
1328 argument N, select the Nth bullet from this list.  If there is an active
1329 region when calling this, all lines will be converted to list items.  If the
1330 first line already was a list item, any item markers will be removed from the
1331 list.  Finally, even without an active region, a normal line will be
1332 converted into a list item.
1333 @kindex S-@key{left}
1334 @kindex S-@key{right}
1335 @item S-@key{left}/@key{right}
1336 Also cycle bullet styles when in the first line of an item.
1337 @end table
1339 @node Drawers, Orgstruct mode, Plain lists, Document Structure
1340 @section Drawers
1341 @cindex drawers
1342 @cindex visibility cycling, drawers
1344 Sometimes you want to keep information associated with an entry, but you
1345 normally don't want to see it.  For this, Org mode has @emph{drawers}.
1346 Drawers need to be configured with the variable
1347 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1348 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1349 look like this:
1351 @example
1352 ** This is a headline
1353    Still outside the drawer
1354    :DRAWERNAME:
1355       This is inside the drawer.
1356    :END:
1357    After the drawer.
1358 @end example
1360 Visibility cycling (@pxref{Visibility cycling}) on the headline will
1361 hide and show the entry, but keep the drawer collapsed to a single line.
1362 In order to look inside the drawer, you need to move the cursor to the
1363 drawer line and press @key{TAB} there.  Org mode uses a drawer for
1364 storing properties (@pxref{Properties and Columns}), and another one for
1365 storing clock times (@pxref{Clocking work time}).
1367 @node Orgstruct mode,  , Drawers, Document Structure
1368 @section The Orgstruct minor mode
1369 @cindex Orgstruct mode
1370 @cindex minor mode for structure editing
1372 If you like the intuitive way the Org mode structure editing and list
1373 formatting works, you might want to use these commands in other modes
1374 like Text mode or Mail mode as well.  The minor mode Orgstruct mode
1375 makes this possible.  You can always toggle the mode with @kbd{M-x
1376 orgstruct-mode}.  To turn it on by default, for example in Mail mode,
1379 @lisp
1380 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1381 @end lisp
1383 When this mode is active and the cursor is on a line that looks to
1384 Org like a headline of the first line of a list item, most
1385 structure editing commands will work, even if the same keys normally
1386 have different functionality in the major mode you are using.  If the
1387 cursor is not in one of those special lines, Orgstruct mode lurks
1388 silently in the shadow.
1390 @node Tables, Hyperlinks, Document Structure, Top
1391 @chapter Tables
1392 @cindex tables
1393 @cindex editing tables
1395 Org comes with a fast and intuitive table editor.  Spreadsheet-like
1396 calculations are supported in connection with the Emacs @file{calc}
1397 package
1398 @ifinfo
1399 (@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
1400 @end ifinfo
1401 @ifnotinfo
1402 (see the Emacs Calculator manual for more information about the Emacs
1403 calculator).
1404 @end ifnotinfo
1406 @menu
1407 * Built-in table editor::       Simple tables
1408 * Narrow columns::              Stop wasting space in tables
1409 * Column groups::               Grouping to trigger vertical lines
1410 * Orgtbl mode::                 The table editor as minor mode
1411 * The spreadsheet::             The table editor has spreadsheet capabilities
1412 * Org Plot::                    Plotting from org tables
1413 @end menu
1415 @node Built-in table editor, Narrow columns, Tables, Tables
1416 @section The built-in table editor
1417 @cindex table editor, built-in
1419 Org makes it easy to format tables in plain ASCII.  Any line with
1420 @samp{|} as the first non-whitespace character is considered part of a
1421 table.  @samp{|} is also the column separator.  A table might look like
1422 this:
1424 @example
1425 | Name  | Phone | Age |
1426 |-------+-------+-----|
1427 | Peter |  1234 |  17 |
1428 | Anna  |  4321 |  25 |
1429 @end example
1431 A table is re-aligned automatically each time you press @key{TAB} or
1432 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1433 the next field (@key{RET} to the next row) and creates new table rows
1434 at the end of the table or before horizontal lines.  The indentation
1435 of the table is set by the first line.  Any line starting with
1436 @samp{|-} is considered as a horizontal separator line and will be
1437 expanded on the next re-align to span the whole table width.  So, to
1438 create the above table, you would only type
1440 @example
1441 |Name|Phone|Age|
1443 @end example
1445 @noindent and then press @key{TAB} to align the table and start filling in
1446 fields.
1448 When typing text into a field, Org treats @key{DEL},
1449 @key{Backspace}, and all character keys in a special way, so that
1450 inserting and deleting avoids shifting other fields.  Also, when
1451 typing @emph{immediately after the cursor was moved into a new field
1452 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1453 field is automatically made blank.  If this behavior is too
1454 unpredictable for you, configure the variables
1455 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1457 @table @kbd
1458 @tsubheading{Creation and conversion}
1459 @kindex C-c |
1460 @item C-c |
1461 Convert the active region to table. If every line contains at least one
1462 TAB character, the function assumes that the material is tab separated.
1463 If every line contains a comma, comma-separated values (CSV) are assumed.
1464 If not, lines are split at whitespace into fields.  You can use a prefix
1465 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1466 C-u} forces TAB, and a numeric argument N indicates that at least N
1467 consecutive spaces, or alternatively a TAB will be the separator.
1469 If there is no active region, this command creates an empty Org
1470 table.  But it's easier just to start typing, like
1471 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1473 @tsubheading{Re-aligning and field motion}
1474 @kindex C-c C-c
1475 @item C-c C-c
1476 Re-align the table without moving the cursor.
1478 @kindex @key{TAB}
1479 @item @key{TAB}
1480 Re-align the table, move to the next field.  Creates a new row if
1481 necessary.
1483 @kindex S-@key{TAB}
1484 @item S-@key{TAB}
1485 Re-align, move to previous field.
1487 @kindex @key{RET}
1488 @item @key{RET}
1489 Re-align the table and move down to next row.  Creates a new row if
1490 necessary.  At the beginning or end of a line, @key{RET} still does
1491 NEWLINE, so it can be used to split a table.
1493 @tsubheading{Column and row editing}
1494 @kindex M-@key{left}
1495 @kindex M-@key{right}
1496 @item M-@key{left}
1497 @itemx M-@key{right}
1498 Move the current column left/right.
1500 @kindex M-S-@key{left}
1501 @item M-S-@key{left}
1502 Kill the current column.
1504 @kindex M-S-@key{right}
1505 @item M-S-@key{right}
1506 Insert a new column to the left of the cursor position.
1508 @kindex M-@key{up}
1509 @kindex M-@key{down}
1510 @item M-@key{up}
1511 @itemx M-@key{down}
1512 Move the current row up/down.
1514 @kindex M-S-@key{up}
1515 @item M-S-@key{up}
1516 Kill the current row or horizontal line.
1518 @kindex M-S-@key{down}
1519 @item M-S-@key{down}
1520 Insert a new row above the current row.  With a prefix argument, the line is
1521 created below the current one.
1523 @kindex C-c -
1524 @item C-c -
1525 Insert a horizontal line below current row. With a prefix argument, the line
1526 is created above the current line.
1528 @kindex C-c ^
1529 @item C-c ^
1530 Sort the table lines in the region.  The position of point indicates the
1531 column to be used for sorting, and the range of lines is the range
1532 between the nearest horizontal separator lines, or the entire table.  If
1533 point is before the first column, you will be prompted for the sorting
1534 column.  If there is an active region, the mark specifies the first line
1535 and the sorting column, while point should be in the last line to be
1536 included into the sorting.  The command prompts for the sorting type
1537 (alphabetically, numerically, or by time).  When called with a prefix
1538 argument, alphabetic sorting will be case-sensitive.
1540 @tsubheading{Regions}
1541 @kindex C-c C-x M-w
1542 @item C-c C-x M-w
1543 Copy a rectangular region from a table to a special clipboard.  Point
1544 and mark determine edge fields of the rectangle.  The process ignores
1545 horizontal separator lines.
1547 @kindex C-c C-x C-w
1548 @item C-c C-x C-w
1549 Copy a rectangular region from a table to a special clipboard, and
1550 blank all fields in the rectangle.  So this is the ``cut'' operation.
1552 @kindex C-c C-x C-y
1553 @item C-c C-x C-y
1554 Paste a rectangular region into a table.
1555 The upper left corner ends up in the current field.  All involved fields
1556 will be overwritten.  If the rectangle does not fit into the present table,
1557 the table is enlarged as needed.  The process ignores horizontal separator
1558 lines.
1560 @kindex C-c C-q
1561 @kindex M-@key{RET}
1562 @item C-c C-q
1563 @itemx M-@kbd{RET}
1564 Wrap several fields in a column like a paragraph.  If there is an active
1565 region, and both point and mark are in the same column, the text in the
1566 column is wrapped to minimum width for the given number of lines.  A numeric
1567 prefix argument may be used to change the number of desired lines.  If there
1568 is no region, the current field is split at the cursor position and the text
1569 fragment to the right of the cursor is prepended to the field one line
1570 down. If there is no region, but you specify a prefix argument, the current
1571 field is made blank, and the content is appended to the field above.
1573 @tsubheading{Calculations}
1574 @cindex formula, in tables
1575 @cindex calculations, in tables
1576 @cindex region, active
1577 @cindex active region
1578 @cindex Transient mark mode
1579 @kindex C-c +
1580 @item C-c +
1581 Sum the numbers in the current column, or in the rectangle defined by
1582 the active region.  The result is shown in the echo area and can
1583 be inserted with @kbd{C-y}.
1585 @kindex S-@key{RET}
1586 @item S-@key{RET}
1587 When current field is empty, copy from first non-empty field above.  When not
1588 empty, copy current field down to next row and move cursor along with it.
1589 Depending on the variable @code{org-table-copy-increment}, integer field
1590 values will be incremented during copy.  Integers that are too large will not
1591 be incremented.  Also, a @code{0} prefix argument temporarily dispables the
1592 increment.  This key is also used by CUA mode (@pxref{Cooperation}).
1594 @tsubheading{Miscellaneous}
1595 @kindex C-c `
1596 @item C-c `
1597 Edit the current field in a separate window.  This is useful for fields
1598 that are not fully visible (@pxref{Narrow columns}).  When called with a
1599 @kbd{C-u} prefix, just make the full field visible, so that it can be
1600 edited in place.
1602 @item M-x org-table-import
1603 Import a file as a table.  The table should be TAB- or whitespace
1604 separated.  Useful, for example, to import a spreadsheet table or data
1605 from a database, because these programs generally can write
1606 TAB-separated text files.  This command works by inserting the file into
1607 the buffer and then converting the region to a table.  Any prefix
1608 argument is passed on to the converter, which uses it to determine the
1609 separator.
1610 @item C-c |
1611 Tables can also be imported by pasting tabular text into the Org
1612 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1613 @kbd{C-c |} command (see above under @i{Creation and conversion}).
1615 @item M-x org-table-export
1616 Export the table, by default as a TAB-separated file.  Useful for data
1617 exchange with, for example, spreadsheet or database programs.  The format
1618 used to export the file can be configured in the variable
1619 @code{org-table-export-default-format}.  You may also use properties
1620 @code{TABLE_EXPORT_FILE} and @code{TABLE_EXPORT_FORMAT} to specify the file
1621 name and the format for table export in a subtree.  Org supports quite
1622 general formats for exported tables.  The exporter format is the same as the
1623 format used by Orgtbl radio tables, see @ref{Translator functions} for a
1624 detailed description.
1625 @end table
1627 If you don't like the automatic table editor because it gets in your
1628 way on lines which you would like to start with @samp{|}, you can turn
1629 it off with
1631 @lisp
1632 (setq org-enable-table-editor nil)
1633 @end lisp
1635 @noindent Then the only table command that still works is
1636 @kbd{C-c C-c} to do a manual re-align.
1638 @node Narrow columns, Column groups, Built-in table editor, Tables
1639 @section Narrow columns
1640 @cindex narrow columns in tables
1642 The width of columns is automatically determined by the table editor.
1643 Sometimes a single field or a few fields need to carry more text,
1644 leading to inconveniently wide columns.  To limit@footnote{This feature
1645 does not work on XEmacs.} the width of a column, one field anywhere in
1646 the column may contain just the string @samp{<N>} where @samp{N} is an
1647 integer specifying the width of the column in characters.  The next
1648 re-align will then set the width of this column to no more than this
1649 value.
1651 @example
1652 @group
1653 |---+------------------------------|               |---+--------|
1654 |   |                              |               |   | <6>    |
1655 | 1 | one                          |               | 1 | one    |
1656 | 2 | two                          |     ----\     | 2 | two    |
1657 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1658 | 4 | four                         |               | 4 | four   |
1659 |---+------------------------------|               |---+--------|
1660 @end group
1661 @end example
1663 @noindent
1664 Fields that are wider become clipped and end in the string @samp{=>}.
1665 Note that the full text is still in the buffer, it is only invisible.
1666 To see the full text, hold the mouse over the field - a tool-tip window
1667 will show the full content.  To edit such a field, use the command
1668 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1669 open a new window with the full field.  Edit it and finish with @kbd{C-c
1670 C-c}.
1672 When visiting a file containing a table with narrowed columns, the
1673 necessary character hiding has not yet happened, and the table needs to
1674 be aligned before it looks nice.  Setting the option
1675 @code{org-startup-align-all-tables} will realign all tables in a file
1676 upon visiting, but also slow down startup.  You can also set this option
1677 on a per-file basis with:
1679 @example
1680 #+STARTUP: align
1681 #+STARTUP: noalign
1682 @end example
1684 @node Column groups, Orgtbl mode, Narrow columns, Tables
1685 @section Column groups
1686 @cindex grouping columns in tables
1688 When Org exports tables, it does so by default without vertical
1689 lines because that is visually more satisfying in general.  Occasionally
1690 however, vertical lines can be useful to structure a table into groups
1691 of columns, much like horizontal lines can do for groups of rows.  In
1692 order to specify column groups, you can use a special row where the
1693 first field contains only @samp{/}.  The further fields can either
1694 contain @samp{<} to indicate that this column should start a group,
1695 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1696 a group of its own.  Boundaries between column groups will upon export be
1697 marked with vertical lines.  Here is an example:
1699 @example
1700 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1701 |---+----+-----+-----+-----+---------+------------|
1702 | / | <> |   < |     |   > |       < |          > |
1703 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1704 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1705 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1706 |---+----+-----+-----+-----+---------+------------|
1707 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2)))
1708 @end example
1710 It is also sufficient to just insert the column group starters after
1711 every vertical line you'd like to have:
1713 @example
1714 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1715 |----+-----+-----+-----+---------+------------|
1716 | /  | <   |     |     | <       |            |
1717 @end example
1719 @node Orgtbl mode, The spreadsheet, Column groups, Tables
1720 @section The Orgtbl minor mode
1721 @cindex Orgtbl mode
1722 @cindex minor mode for tables
1724 If you like the intuitive way the Org table editor works, you
1725 might also want to use it in other modes like Text mode or Mail mode.
1726 The minor mode Orgtbl mode makes this possible.  You can always toggle
1727 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1728 example in mail mode, use
1730 @lisp
1731 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1732 @end lisp
1734 Furthermore, with some special setup, it is possible to maintain tables
1735 in arbitrary syntax with Orgtbl mode.  For example, it is possible to
1736 construct La@TeX{} tables with the underlying ease and power of
1737 Orgtbl mode, including spreadsheet capabilities.  For details, see
1738 @ref{Tables in arbitrary syntax}.
1740 @node The spreadsheet, Org Plot, Orgtbl mode, Tables
1741 @section The spreadsheet
1742 @cindex calculations, in tables
1743 @cindex spreadsheet capabilities
1744 @cindex @file{calc} package
1746 The table editor makes use of the Emacs @file{calc} package to implement
1747 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1748 derive fields from other fields.  While fully featured, Org's
1749 implementation is not identical to other spreadsheets.  For example,
1750 Org knows the concept of a @emph{column formula} that will be
1751 applied to all non-header fields in a column without having to copy the
1752 formula to each relevant field.
1754 @menu
1755 * References::                  How to refer to another field or range
1756 * Formula syntax for Calc::     Using Calc to compute stuff
1757 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1758 * Field formulas::              Formulas valid for a single field
1759 * Column formulas::             Formulas valid for an entire column
1760 * Editing and debugging formulas::  Fixing formulas
1761 * Updating the table::          Recomputing all dependent fields
1762 * Advanced features::           Field names, parameters and automatic recalc
1763 @end menu
1765 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1766 @subsection References
1767 @cindex references
1769 To compute fields in the table from other fields, formulas must
1770 reference other fields or ranges.  In Org, fields can be referenced
1771 by name, by absolute coordinates, and by relative coordinates.  To find
1772 out what the coordinates of a field are, press @kbd{C-c ?} in that
1773 field, or press @kbd{C-c @}} to toggle the display of a grid.
1775 @subsubheading Field references
1776 @cindex field references
1777 @cindex references, to fields
1779 Formulas can reference the value of another field in two ways.  Like in
1780 any other spreadsheet, you may reference fields with a letter/number
1781 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1782 @c Such references are always fixed to that field, they don't change
1783 @c when you copy and paste a formula to a different field.  So
1784 @c Org's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1786 @noindent
1787 Org also uses another, more general operator that looks like this:
1788 @example
1789 @@row$column
1790 @end example
1792 @noindent
1793 Column references can be absolute like @samp{1}, @samp{2},...@samp{N},
1794 or relative to the current column like @samp{+1} or @samp{-2}.
1796 The row specification only counts data lines and ignores horizontal
1797 separator lines (hlines).  You can use absolute row numbers
1798 @samp{1}...@samp{N}, and row numbers relative to the current row like
1799 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1800 hlines: @samp{I} refers to the first hline@footnote{Note that only
1801 hlines are counted that @emph{separate} table lines.  If the table
1802 starts with a hline above the header, it does not count.}, @samp{II} to
1803 the second etc.  @samp{-I} refers to the first such line above the
1804 current line, @samp{+I} to the first such line below the current line.
1805 You can also write @samp{III+2} which is the second data line after the
1806 third hline in the table.  Relative row numbers like @samp{-3} will not
1807 cross hlines if the current line is too close to the hline.  Instead,
1808 the value directly at the hline is used.
1810 @samp{0} refers to the current row and column.  Also, if you omit
1811 either the column or the row part of the reference, the current
1812 row/column is implied.
1814 Org's references with @emph{unsigned} numbers are fixed references
1815 in the sense that if you use the same reference in the formula for two
1816 different fields, the same field will be referenced each time.
1817 Org's references with @emph{signed} numbers are floating
1818 references because the same reference operator can reference different
1819 fields depending on the field being calculated by the formula.
1821 Here are a few examples:
1823 @example
1824 @@2$3      @r{2nd row, 3rd column}
1825 C2        @r{same as previous}
1826 $5        @r{column 5 in the current row}
1827 E&        @r{same as previous}
1828 @@2        @r{current column, row 2}
1829 @@-1$-3    @r{the field one row up, three columns to the left}
1830 @@-I$2     @r{field just under hline above current row, column 2}
1831 @end example
1833 @subsubheading Range references
1834 @cindex range references
1835 @cindex references, to ranges
1837 You may reference a rectangular range of fields by specifying two field
1838 references connected by two dots @samp{..}.  If both fields are in the
1839 current row, you may simply use @samp{$2..$7}, but if at least one field
1840 is in a different row, you need to use the general @code{@@row$column}
1841 format at least for the first field (i.e the reference must start with
1842 @samp{@@} in order to be interpreted correctly).  Examples:
1844 @example
1845 $1..$3        @r{First three fields in the current row.}
1846 $P..$Q        @r{Range, using column names (see under Advanced)}
1847 @@2$1..@@4$3    @r{6 fields between these two fields.}
1848 A2..C4        @r{Same as above.}
1849 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
1850 @end example
1852 @noindent Range references return a vector of values that can be fed
1853 into Calc vector functions.  Empty fields in ranges are normally
1854 suppressed, so that the vector contains only the non-empty fields (but
1855 see the @samp{E} mode switch below).  If there are no non-empty fields,
1856 @samp{[0]} is returned to avoid syntax errors in formulas.
1858 @subsubheading Named references
1859 @cindex named references
1860 @cindex references, named
1861 @cindex name, of column or field
1862 @cindex constants, in calculations
1864 @samp{$name} is interpreted as the name of a column, parameter or
1865 constant.  Constants are defined globally through the variable
1866 @code{org-table-formula-constants}, and locally (for the file) through a
1867 line like
1869 @example
1870 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
1871 @end example
1873 @noindent
1874 Also properties (@pxref{Properties and Columns}) can be used as
1875 constants in table formulas: For a property @samp{:Xyz:} use the name
1876 @samp{$PROP_Xyz}, and the property will be searched in the current
1877 outline entry and in the hierarchy above it.  If you have the
1878 @file{constants.el} package, it will also be used to resolve constants,
1879 including natural constants like @samp{$h} for Planck's constant, and
1880 units like @samp{$km} for kilometers@footnote{@file{Constant.el} can
1881 supply the values of constants in two different unit systems, @code{SI}
1882 and @code{cgs}.  Which one is used depends on the value of the variable
1883 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
1884 @code{constSI} and @code{constcgs} to set this value for the current
1885 buffer.}.  Column names and parameters can be specified in special table
1886 lines.  These are described below, see @ref{Advanced features}.  All
1887 names must start with a letter, and further consist of letters and
1888 numbers.
1890 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
1891 @subsection Formula syntax for Calc
1892 @cindex formula syntax, Calc
1893 @cindex syntax, of formulas
1895 A formula can be any algebraic expression understood by the Emacs
1896 @file{Calc} package.  @b{Note that @file{calc} has the
1897 non-standard convention that @samp{/} has lower precedence than
1898 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
1899 evaluation by @code{calc-eval} (@pxref{Calling Calc from
1900 Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
1901 Emacs Calc Manual}),
1902 @c FIXME:  The link to the Calc manual in HTML does not work.
1903 variable substitution takes place according to the rules described above.
1904 @cindex vectors, in table calculations
1905 The range vectors can be directly fed into the Calc vector functions
1906 like @samp{vmean} and @samp{vsum}.
1908 @cindex format specifier
1909 @cindex mode, for @file{calc}
1910 A formula can contain an optional mode string after a semicolon.  This
1911 string consists of flags to influence Calc and other modes during
1912 execution.  By default, Org uses the standard Calc modes (precision
1913 12, angular units degrees, fraction and symbolic modes off).  The display
1914 format, however, has been changed to @code{(float 5)} to keep tables
1915 compact.  The default settings can be configured using the variable
1916 @code{org-calc-default-modes}.
1918 @example
1919 p20           @r{switch the internal precision to 20 digits}
1920 n3 s3 e2 f4   @r{normal, scientific, engineering, or fixed display format}
1921 D R           @r{angle modes: degrees, radians}
1922 F S           @r{fraction and symbolic modes}
1923 N             @r{interpret all fields as numbers, use 0 for non-numbers}
1924 T             @r{force text interpretation}
1925 E             @r{keep empty fields in ranges}
1926 @end example
1928 @noindent
1929 In addition, you may provide a @code{printf} format specifier to
1930 reformat the final result.  A few examples:
1932 @example
1933 $1+$2                @r{Sum of first and second field}
1934 $1+$2;%.2f           @r{Same, format result to two decimals}
1935 exp($2)+exp($1)      @r{Math functions can be used}
1936 $0;%.1f              @r{Reformat current cell to 1 decimal}
1937 ($3-32)*5/9          @r{Degrees F -> C conversion}
1938 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
1939 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
1940 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
1941 vmean($2..$7)        @r{Compute column range mean, using vector function}
1942 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
1943 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
1944 @end example
1946 Calc also contains a complete set of logical operations.  For example
1948 @example
1949 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
1950 @end example
1952 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
1953 @subsection Emacs Lisp forms as formulas
1954 @cindex Lisp forms, as table formulas
1956 It is also possible to write a formula in Emacs Lisp; this can be useful
1957 for string manipulation and control structures, if the Calc's
1958 functionality is not enough.  If a formula starts with a single quote
1959 followed by an opening parenthesis, then it is evaluated as a lisp form.
1960 The evaluation should return either a string or a number.  Just as with
1961 @file{calc} formulas, you can specify modes and a printf format after a
1962 semicolon.  With Emacs Lisp forms, you need to be conscious about the way
1963 field references are interpolated into the form.  By default, a
1964 reference will be interpolated as a Lisp string (in double quotes)
1965 containing the field.  If you provide the @samp{N} mode switch, all
1966 referenced elements will be numbers (non-number fields will be zero) and
1967 interpolated as Lisp numbers, without quotes.  If you provide the
1968 @samp{L} flag, all fields will be interpolated literally, without quotes.
1969 I.e., if you want a reference to be interpreted as a string by the Lisp
1970 form, enclose the reference operator itself in double quotes, like
1971 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
1972 embed them in list or vector syntax.  A few examples, note how the
1973 @samp{N} mode is used when we do computations in lisp.
1975 @example
1976 @r{Swap the first two characters of the content of column 1}
1977   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
1978 @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
1979   '(+ $1 $2);N
1980 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
1981   '(apply '+ '($1..$4));N
1982 @end example
1984 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
1985 @subsection Field formulas
1986 @cindex field formula
1987 @cindex formula, for individual table field
1989 To assign a formula to a particular field, type it directly into the
1990 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
1991 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
1992 the field, the formula will be stored as the formula for this field,
1993 evaluated, and the current field replaced with the result.
1995 Formulas are stored in a special line starting with @samp{#+TBLFM:}
1996 directly below the table.  If you typed the equation in the 4th field of
1997 the 3rd data line in the table, the formula will look like
1998 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
1999 with the appropriate commands, @i{absolute references} (but not relative
2000 ones) in stored formulas are modified in order to still reference the
2001 same field.  Of cause this is not true if you edit the table structure
2002 with normal editing commands - then you must fix the equations yourself.
2004 Instead of typing an equation into the field, you may also use the
2005 following command
2007 @table @kbd
2008 @kindex C-u C-c =
2009 @item C-u C-c =
2010 Install a new formula for the current field.  The command prompts for a
2011 formula, with default taken from the @samp{#+TBLFM:} line, applies
2012 it to the current field and stores it.
2013 @end table
2015 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
2016 @subsection Column formulas
2017 @cindex column formula
2018 @cindex formula, for table column
2020 Often in a table, the same formula should be used for all fields in a
2021 particular column.  Instead of having to copy the formula to all fields
2022 in that column, Org allows to assign a single formula to an entire
2023 column.  If the table contains horizontal separator hlines, everything
2024 before the first such line is considered part of the table @emph{header}
2025 and will not be modified by column formulas.
2027 To assign a formula to a column, type it directly into any field in the
2028 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
2029 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
2030 field, the formula will be stored as the formula for the current column,
2031 evaluated and the current field replaced with the result.  If the field
2032 contains only @samp{=}, the previously stored formula for this column is
2033 used.  For each column, Org will only remember the most recently
2034 used formula.  In the @samp{TBLFM:} line, column formulas will look like
2035 @samp{$4=$1+$2}.
2037 Instead of typing an equation into the field, you may also use the
2038 following command:
2040 @table @kbd
2041 @kindex C-c =
2042 @item C-c =
2043 Install a new formula for the current column and replace current field with
2044 the result of the formula.  The command prompts for a formula, with default
2045 taken from the @samp{#+TBLFM} line, applies it to the current field and
2046 stores it.  With a numeric prefix argument(e.g. @kbd{C-5 C-c =}) the command
2047 will apply it to that many consecutive fields in the current column.
2048 @end table
2050 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
2051 @subsection Editing and debugging formulas
2052 @cindex formula editing
2053 @cindex editing, of table formulas
2055 You can edit individual formulas in the minibuffer or directly in the
2056 field.  Org can also prepare a special buffer with all active
2057 formulas of a table.  When offering a formula for editing, Org
2058 converts references to the standard format (like @code{B3} or @code{D&})
2059 if possible.  If you prefer to only work with the internal format (like
2060 @code{@@3$2} or @code{$4}), configure the variable
2061 @code{org-table-use-standard-references}.
2063 @table @kbd
2064 @kindex C-c =
2065 @kindex C-u C-c =
2066 @item C-c =
2067 @itemx C-u C-c =
2068 Edit the formula associated with the current column/field in the
2069 minibuffer.  See @ref{Column formulas} and @ref{Field formulas}.
2070 @kindex C-u C-u C-c =
2071 @item C-u C-u C-c =
2072 Re-insert the active formula (either a
2073 field formula, or a column formula) into the current field, so that you
2074 can edit it directly in the field.  The advantage over editing in the
2075 minibuffer is that you can use the command @kbd{C-c ?}.
2076 @kindex C-c ?
2077 @item C-c ?
2078 While editing a formula in a table field, highlight the field(s)
2079 referenced by the reference at the cursor position in the formula.
2080 @kindex C-c @}
2081 @item C-c @}
2082 Toggle the display of row and column numbers for a table, using
2083 overlays.  These are updated each time the table is aligned, you can
2084 force it with @kbd{C-c C-c}.
2085 @kindex C-c @{
2086 @item C-c @{
2087 Toggle the formula debugger on and off.  See below.
2088 @kindex C-c '
2089 @item C-c '
2090 Edit all formulas for the current table in a special buffer, where the
2091 formulas will be displayed one per line.  If the current field has an
2092 active formula, the cursor in the formula editor will mark it.
2093 While inside the special buffer, Org will automatically highlight
2094 any field or range reference at the cursor position.  You may edit,
2095 remove and add formulas, and use the following commands:
2096 @table @kbd
2097 @kindex C-c C-c
2098 @kindex C-x C-s
2099 @item C-c C-c
2100 @itemx C-x C-s
2101 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
2102 prefix, also apply the new formulas to the entire table.
2103 @kindex C-c C-q
2104 @item C-c C-q
2105 Exit the formula editor without installing changes.
2106 @kindex C-c C-r
2107 @item C-c C-r
2108 Toggle all references in the formula editor between standard (like
2109 @code{B3}) and internal (like @code{@@3$2}).
2110 @kindex @key{TAB}
2111 @item @key{TAB}
2112 Pretty-print or indent lisp formula at point.  When in a line containing
2113 a lisp formula, format the formula according to Emacs Lisp rules.
2114 Another @key{TAB} collapses the formula back again.  In the open
2115 formula, @key{TAB} re-indents just like in Emacs lisp mode.
2116 @kindex M-@key{TAB}
2117 @item M-@key{TAB}
2118 Complete Lisp symbols, just like in Emacs lisp mode.
2119 @kindex S-@key{up}
2120 @kindex S-@key{down}
2121 @kindex S-@key{left}
2122 @kindex S-@key{right}
2123 @item S-@key{up}/@key{down}/@key{left}/@key{right}
2124 Shift the reference at point.  For example, if the reference is
2125 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
2126 This also works for relative references, and for hline references.
2127 @kindex M-S-@key{up}
2128 @kindex M-S-@key{down}
2129 @item M-S-@key{up}/@key{down}
2130 Move the test line for column formulas in the Org buffer up and
2131 down.
2132 @kindex M-@key{up}
2133 @kindex M-@key{down}
2134 @item M-@key{up}/@key{down}
2135 Scroll the window displaying the table.
2136 @kindex C-c @}
2137 @item C-c @}
2138 Turn the coordinate grid in the table on and off.
2139 @end table
2140 @end table
2142 Making a table field blank does not remove the formula associated with
2143 the field, because that is stored in a different line (the @samp{TBLFM}
2144 line) - during the next recalculation the field will be filled again.
2145 To remove a formula from a field, you have to give an empty reply when
2146 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2148 @kindex C-c C-c
2149 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2150 equations with @kbd{C-c C-c} in that line, or with the normal
2151 recalculation commands in the table.
2153 @subsubheading Debugging formulas
2154 @cindex formula debugging
2155 @cindex debugging, of table formulas
2156 When the evaluation of a formula leads to an error, the field content
2157 becomes the string @samp{#ERROR}.  If you would like see what is going
2158 on during variable substitution and calculation in order to find a bug,
2159 turn on formula debugging in the @code{Tbl} menu and repeat the
2160 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2161 field.  Detailed information will be displayed.
2163 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2164 @subsection Updating the table
2165 @cindex recomputing table fields
2166 @cindex updating, table
2168 Recalculation of a table is normally not automatic, but needs to be
2169 triggered by a command.  See @ref{Advanced features} for a way to make
2170 recalculation at least semi-automatically.
2172 In order to recalculate a line of a table or the entire table, use the
2173 following commands:
2175 @table @kbd
2176 @kindex C-c *
2177 @item C-c *
2178 Recalculate the current row by first applying the stored column formulas
2179 from left to right, and all field formulas in the current row.
2181 @kindex C-u C-c *
2182 @item C-u C-c *
2183 @kindex C-u C-c C-c
2184 @itemx C-u C-c C-c
2185 Recompute the entire table, line by line.  Any lines before the first
2186 hline are left alone, assuming that these are part of the table header.
2188 @kindex C-u C-u C-c *
2189 @kindex C-u C-u C-c C-c
2190 @item C-u C-u C-c *
2191 @itemx C-u C-u C-c C-c
2192 Iterate the table by recomputing it until no further changes occur.
2193 This may be necessary if some computed fields use the value of other
2194 fields that are computed @i{later} in the calculation sequence.
2195 @end table
2197 @node Advanced features,  , Updating the table, The spreadsheet
2198 @subsection Advanced features
2200 If you want the recalculation of fields to happen automatically, or if
2201 you want to be able to assign @i{names} to fields and columns, you need
2202 to reserve the first column of the table for special marking characters.
2203 @table @kbd
2204 @kindex C-#
2205 @item C-#
2206 Rotate the calculation mark in first column through the states @samp{},
2207 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  When there is an active region,
2208 change all marks in the region.
2209 @end table
2211 Here is an example of a table that collects exam results of students and
2212 makes use of these features:
2214 @example
2215 @group
2216 |---+---------+--------+--------+--------+-------+------|
2217 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2218 |---+---------+--------+--------+--------+-------+------|
2219 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2220 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2221 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2222 |---+---------+--------+--------+--------+-------+------|
2223 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2224 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2225 |---+---------+--------+--------+--------+-------+------|
2226 |   | Average |        |        |        |  29.7 |      |
2227 | ^ |         |        |        |        |    at |      |
2228 | $ | max=50  |        |        |        |       |      |
2229 |---+---------+--------+--------+--------+-------+------|
2230 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2231 @end group
2232 @end example
2234 @noindent @b{Important}: Please note that for these special tables,
2235 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2236 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2237 to the field itself.  The column formulas are not applied in rows with
2238 empty first field.
2240 @cindex marking characters, tables
2241 The marking characters have the following meaning:
2242 @table @samp
2243 @item !
2244 The fields in this line define names for the columns, so that you may
2245 refer to a column as @samp{$Tot} instead of @samp{$6}.
2246 @item ^
2247 This row defines names for the fields @emph{above} the row.  With such
2248 a definition, any formula in the table may use @samp{$m1} to refer to
2249 the value @samp{10}.  Also, if you assign a formula to a names field, it
2250 will be stored as @samp{$name=...}.
2251 @item _
2252 Similar to @samp{^}, but defines names for the fields in the row
2253 @emph{below}.
2254 @item $
2255 Fields in this row can define @emph{parameters} for formulas.  For
2256 example, if a field in a @samp{$} row contains @samp{max=50}, then
2257 formulas in this table can refer to the value 50 using @samp{$max}.
2258 Parameters work exactly like constants, only that they can be defined on
2259 a per-table basis.
2260 @item #
2261 Fields in this row are automatically recalculated when pressing
2262 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2263 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2264 lines will be left alone by this command.
2265 @item *
2266 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2267 not for automatic recalculation.  Use this when automatic
2268 recalculation slows down editing too much.
2269 @item
2270 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2271 All lines that should be recalculated should be marked with @samp{#}
2272 or @samp{*}.
2273 @item /
2274 Do not export this line.  Useful for lines that contain the narrowing
2275 @samp{<N>} markers.
2276 @end table
2278 Finally, just to whet your appetite on what can be done with the
2279 fantastic @file{calc} package, here is a table that computes the Taylor
2280 series of degree @code{n} at location @code{x} for a couple of
2281 functions.
2283 @example
2284 @group
2285 |---+-------------+---+-----+--------------------------------------|
2286 |   | Func        | n | x   | Result                               |
2287 |---+-------------+---+-----+--------------------------------------|
2288 | # | exp(x)      | 1 | x   | 1 + x                                |
2289 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2290 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2291 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2292 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2293 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2294 |---+-------------+---+-----+--------------------------------------|
2295 #+TBLFM: $5=taylor($2,$4,$3);n3
2296 @end group
2297 @end example
2299 @page
2300 @node Org Plot,  , The spreadsheet, Tables
2301 @section Org Plot
2302 @cindex graph, in tables
2303 @cindex plot tables using gnuplot
2305 Org Plot can produce 2D and 3D graphs of information stored in org tables
2306 using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
2307 @uref{http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html}.  To see
2308 this in action ensure that you have both Gnuplot and Gnuplot-mode installed
2309 on your system, then call @code{org-plot/gnuplot} on the following table.
2311 @example
2312 @group
2313 #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]"
2314 | Sede      | Max cites | H-index |
2315 |-----------+-----------+---------|
2316 | Chile     |    257.72 |   21.39 |
2317 | Leeds     |    165.77 |   19.68 |
2318 | Sao Paolo |     71.00 |   11.50 |
2319 | Stockholm |    134.19 |   14.33 |
2320 | Morelia   |    257.56 |   17.67 |
2321 @end group
2322 @end example
2324 Notice that Org Plot is smart enough to apply the tables headers as labels.
2325 Further control over the labels, type, content, and appearance of plots can
2326 be exercised through the @code{#+Plot:} lines preceding a table.  See below
2327 for a complete list of Org plot options.  For more information and examples
2328 see the org-plot tutorial at
2329 @uref{http://legito.org/worg/org-tutorials/org-plot.php}.
2331 @subsubheading Plot Options
2333 @table @code
2334 @item set
2335 Specify any @file{gnuplot} option to be set when graphing.
2337 @item title
2338 Specify the title of the plot.
2340 @item ind
2341 Specify which column of the table to use as the @code{x} axis.
2343 @item deps
2344 Specify the columns to graph as a lisp style list, surrounded by parenthesis
2345 and separated by spaces for example @code{dep:(3 4)} to graph the third and
2346 fourth columns (defaults to graphing all other columns aside from the ind
2347 column).
2349 @item type
2350 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2352 @item with
2353 Specify a @code{with} option to be inserted for every col being plotted
2354 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2355 Defaults to 'lines'.
2357 @item file
2358 If you want to plot to a file specify the @code{"path/to/desired/output-file"}.
2360 @item labels
2361 List of labels to be used for the deps (defaults to column headers if they
2362 exist).
2364 @item line
2365 Specify an entire line to be inserted in the gnuplot script.
2367 @item map
2368 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2369 flat mapping rather than a @code{3d} slope.
2371 @item timefmt
2372 Specify format of org-mode timestamps as they will be parsed by gnuplot.
2373 Defaults to '%Y-%m-%d-%H:%M:%S'.
2375 @item script
2376 If you want total control you can specify a script file (place the file name
2377 between double quotes) which will be used to plot.  Before plotting, every
2378 instance of @code{$datafile} in the specified script will be replaced with
2379 the path to the generated data file.  Note even if you set this option you
2380 may still want to specify the plot type, as that can impact the content of
2381 the data file.
2382 @end table
2384 @node Hyperlinks, TODO Items, Tables, Top
2385 @chapter Hyperlinks
2386 @cindex hyperlinks
2388 Like HTML, Org provides links inside a file, external links to
2389 other files, Usenet articles, emails, and much more.
2391 @menu
2392 * Link format::                 How links in Org are formatted
2393 * Internal links::              Links to other places in the current file
2394 * External links::              URL-like links to the world
2395 * Handling links::              Creating, inserting and following
2396 * Using links outside Org::     Linking from my C source code?
2397 * Link abbreviations::          Shortcuts for writing complex links
2398 * Search options::              Linking to a specific location
2399 * Custom searches::             When the default search is not enough
2400 @end menu
2402 @node Link format, Internal links, Hyperlinks, Hyperlinks
2403 @section Link format
2404 @cindex link format
2405 @cindex format, of links
2407 Org will recognize plain URL-like links and activate them as
2408 clickable links.  The general link format, however, looks like this:
2410 @example
2411 [[link][description]]       @r{or alternatively}           [[link]]
2412 @end example
2414 Once a link in the buffer is complete (all brackets present), Org
2415 will change the display so that @samp{description} is displayed instead
2416 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2417 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2418 which by default is an underlined face.  You can directly edit the
2419 visible part of a link.  Note that this can be either the @samp{link}
2420 part (if there is no description) or the @samp{description} part.  To
2421 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2422 cursor on the link.
2424 If you place the cursor at the beginning or just behind the end of the
2425 displayed text and press @key{BACKSPACE}, you will remove the
2426 (invisible) bracket at that location.  This makes the link incomplete
2427 and the internals are again displayed as plain text.  Inserting the
2428 missing bracket hides the link internals again.  To show the
2429 internal structure of all links, use the menu entry
2430 @code{Org->Hyperlinks->Literal links}.
2432 @node Internal links, External links, Link format, Hyperlinks
2433 @section Internal links
2434 @cindex internal links
2435 @cindex links, internal
2436 @cindex targets, for links
2438 If the link does not look like a URL, it is considered to be internal in
2439 the current file.  Links such as @samp{[[My Target]]} or @samp{[[My
2440 Target][Find my target]]} lead to a text search in the current file.
2441 The link can be followed with @kbd{C-c C-o} when the cursor is on the
2442 link, or with a mouse click (@pxref{Handling links}).  The preferred
2443 match for such a link is a dedicated target: the same string in double
2444 angular brackets.  Targets may be located anywhere; sometimes it is
2445 convenient to put them into a comment line. For example
2447 @example
2448 # <<My Target>>
2449 @end example
2451 @noindent In HTML export (@pxref{HTML export}), such targets will become
2452 named anchors for direct access through @samp{http} links@footnote{Note that
2453 text before the first headline is usually not exported, so the first such
2454 target should be after the first headline, or in the line directly before the
2455 first headline.}.
2457 If no dedicated target exists, Org will search for the words in the
2458 link.  In the above example the search would be for @samp{my target}.
2459 Links starting with a star like @samp{*My Target} restrict the search to
2460 headlines.  When searching, Org mode will first try an exact match, but
2461 then move on to more and more lenient searches.  For example, the link
2462 @samp{[[*My Targets]]} will find any of the following:
2464 @example
2465 ** My targets
2466 ** TODO my targets are bright
2467 ** my 20 targets are
2468 @end example
2470 To insert a link targeting a headline, in-buffer completion can be used.
2471 Just type a star followed by a few optional letters into the buffer and
2472 press @kbd{M-@key{TAB}}.  All headlines in the current buffer will be
2473 offered as completions.  @xref{Handling links}, for more commands
2474 creating links.
2476 Following a link pushes a mark onto Org's own mark ring.  You can
2477 return to the previous position with @kbd{C-c &}.  Using this command
2478 several times in direct succession goes back to positions recorded
2479 earlier.
2481 @menu
2482 * Radio targets::               Make targets trigger links in plain text
2483 @end menu
2485 @node Radio targets,  , Internal links, Internal links
2486 @subsection Radio targets
2487 @cindex radio targets
2488 @cindex targets, radio
2489 @cindex links, radio targets
2491 Org can automatically turn any occurrences of certain target names
2492 in normal text into a link.  So without explicitly creating a link, the
2493 text connects to the target radioing its position.  Radio targets are
2494 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2495 Target>>>} causes each occurrence of @samp{my target} in normal text to
2496 become activated as a link.  The Org file is scanned automatically
2497 for radio targets only when the file is first loaded into Emacs.  To
2498 update the target list during editing, press @kbd{C-c C-c} with the
2499 cursor on or at a target.
2501 @node External links, Handling links, Internal links, Hyperlinks
2502 @section External links
2503 @cindex links, external
2504 @cindex external links
2505 @cindex links, external
2506 @cindex Gnus links
2507 @cindex BBDB links
2508 @cindex IRC links
2509 @cindex URL links
2510 @cindex file links
2511 @cindex VM links
2512 @cindex RMAIL links
2513 @cindex WANDERLUST links
2514 @cindex MH-E links
2515 @cindex USENET links
2516 @cindex SHELL links
2517 @cindex Info links
2518 @cindex elisp links
2520 Org supports links to files, websites, Usenet and email messages,
2521 BBDB database entries and links to both IRC conversations and their
2522 logs.  External links are URL-like locators.  They start with a short
2523 identifying string followed by a colon.  There can be no space after
2524 the colon.  The following list shows examples for each link type.
2526 @example
2527 http://www.astro.uva.nl/~dominik          @r{on the web}
2528 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2529 /home/dominik/images/jupiter.jpg          @r{same as above}
2530 file:papers/last.pdf                      @r{file, relative path}
2531 ./papers/last.pdf                         @r{same as above}
2532 news:comp.emacs                           @r{Usenet link}
2533 mailto:adent@@galaxy.net                 @r{Mail link}
2534 vm:folder                                 @r{VM folder link}
2535 vm:folder#id                              @r{VM message link}
2536 vm://myself@@some.where.org/folder#id    @r{VM on remote machine}
2537 wl:folder                                 @r{WANDERLUST folder link}
2538 wl:folder#id                              @r{WANDERLUST message link}
2539 mhe:folder                                @r{MH-E folder link}
2540 mhe:folder#id                             @r{MH-E message link}
2541 rmail:folder                              @r{RMAIL folder link}
2542 rmail:folder#id                           @r{RMAIL message link}
2543 gnus:group                                @r{Gnus group link}
2544 gnus:group#id                             @r{Gnus article link}
2545 bbdb:R.*Stallman                          @r{BBDB link (with regexp)}
2546 irc:/irc.com/#emacs/bob                   @r{IRC link}
2547 shell:ls *.org                            @r{A shell command}
2548 elisp:org-agenda                          @r{Interactive elisp command}
2549 elisp:(find-file-other-frame "Elisp.org") @r{Elisp form to evaluate}
2550 @end example
2552 A link should be enclosed in double brackets and may contain a
2553 descriptive text to be displayed instead of the URL (@pxref{Link
2554 format}), for example:
2556 @example
2557 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2558 @end example
2560 @noindent
2561 If the description is a file name or URL that points to an image, HTML
2562 export (@pxref{HTML export}) will inline the image as a clickable
2563 button.  If there is no description at all and the link points to an
2564 image,
2565 that image will be inlined into the exported HTML file.
2567 @cindex angular brackets, around links
2568 @cindex plain text external links
2569 Org also finds external links in the normal text and activates them
2570 as links.  If spaces must be part of the link (for example in
2571 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2572 about the end of the link, enclose them in angular brackets.
2574 @node Handling links, Using links outside Org, External links, Hyperlinks
2575 @section Handling links
2576 @cindex links, handling
2578 Org provides methods to create a link in the correct syntax, to
2579 insert it into an Org file, and to follow the link.
2581 @table @kbd
2582 @kindex C-c l
2583 @cindex storing links
2584 @item C-c l
2585 Store a link to the current location.  This is a @emph{global} command which
2586 can be used in any buffer to create a link.  The link will be stored for
2587 later insertion into an Org buffer (see below).  For Org files, if there is a
2588 @samp{<<target>>} at the cursor, the link points to the target.  Otherwise it
2589 points to the current headline, either by text, or, if @file{org-id.el} is
2590 loaded, by ID property.  For VM, Rmail, Wanderlust, MH-E, Gnus and BBDB
2591 buffers, the link will indicate the current article/entry.  For W3 and W3M
2592 buffers, the link goes to the current URL.  For IRC links, if you set the
2593 variable @code{org-irc-link-to-logs} to non-nil then @kbd{C-c l} will store a
2594 @samp{file:/} style link to the relevant point in the logs for the current
2595 conversation. Otherwise an @samp{irc:/} style link to the user/channel/server
2596 under the point will be stored.  For any other files, the link will point to
2597 the file, with a search string (@pxref{Search options}) pointing to the
2598 contents of the current line.  If there is an active region, the selected
2599 words will form the basis of the search string.  If the automatically created
2600 link is not working correctly or accurately enough, you can write custom
2601 functions to select the search string and to do the search for particular
2602 file types - see @ref{Custom searches}.  The key binding @kbd{C-c l} is only
2603 a suggestion - see @ref{Installation}.
2605 @kindex C-c C-l
2606 @cindex link completion
2607 @cindex completion, of links
2608 @cindex inserting links
2609 @item C-c C-l
2610 Insert a link.  This prompts for a link to be inserted into the buffer.  You
2611 can just type a link, using text for an internal link, or one of the link
2612 type prefixes mentioned in the examples above.  All links stored during the
2613 current session are part of the history for this prompt, so you can access
2614 them with @key{up} and @key{down} (or @kbd{M-p/n}).  Completion, on the other
2615 hand, will help you to insert valid link prefixes like @samp{http:} or
2616 @samp{ftp:}, including the prefixes defined through link abbreviations
2617 (@pxref{Link abbreviations}).  The link will be inserted into the
2618 buffer@footnote{After insertion of a stored link, the link will be removed
2619 from the list of stored links.  To keep it in the list later use, use a
2620 triple @kbd{C-u} prefix argument to @kbd{C-c C-l}, or configure the option
2621 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive text.
2622 If some text was selected when this command is called, the selected text
2623 becomes the default description.@* Note that you don't have to use this
2624 command to insert a link.  Links in Org are plain text, and you can type
2625 or paste them straight into the buffer.  By using this command, the links are
2626 automatically enclosed in double brackets, and you will be asked for the
2627 optional descriptive text.
2629 @c  If the link is a @samp{file:} link and
2630 @c the linked file is located in the same directory as the current file or
2631 @c a subdirectory of it, the path of the file will be inserted relative to
2632 @c the current directory.
2634 @kindex C-u C-c C-l
2635 @cindex file name completion
2636 @cindex completion, of file names
2637 @item C-u C-c C-l
2638 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2639 a file will be inserted and you may use file name completion to select
2640 the name of the file.  The path to the file is inserted relative to the
2641 directory of the current org file, if the linked file is in the current
2642 directory or in a sub-directory of it, or if the path is written relative
2643 to the current directory using @samp{../}.  Otherwise an absolute path
2644 is used, if possible with @samp{~/} for your home directory.  You can
2645 force an absolute path with two @kbd{C-u} prefixes.
2647 @item C-c C-l @r{(with cursor on existing link)}
2648 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2649 link and description parts of the link.
2651 @cindex following links
2652 @kindex C-c C-o
2653 @item C-c C-o
2654 Open link at point.  This will launch a web browser for URLs (using
2655 @command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
2656 the corresponding links, and execute the command in a shell link.  When the
2657 cursor is on an internal link, this commands runs the corresponding search.
2658 When the cursor is on a TAG list in a headline, it creates the corresponding
2659 TAGS view.  If the cursor is on a time stamp, it compiles the agenda for that
2660 date.  Furthermore, it will visit text and remote files in @samp{file:} links
2661 with Emacs and select a suitable application for local non-text files.
2662 Classification of files is based on file extension only.  See option
2663 @code{org-file-apps}.  If you want to override the default application and
2664 visit the file with Emacs, use a @kbd{C-u} prefix.  If you want to avoid
2665 opening in Emacs, use a @kbd{C-u C-u} prefix.
2667 @kindex mouse-2
2668 @kindex mouse-1
2669 @item mouse-2
2670 @itemx mouse-1
2671 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2672 would.  Under Emacs 22, also @kbd{mouse-1} will follow a link.
2674 @kindex mouse-3
2675 @item mouse-3
2676 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2677 internal links to be displayed in another window@footnote{See the
2678 variable @code{org-display-internal-link-with-indirect-buffer}}.
2680 @cindex mark ring
2681 @kindex C-c %
2682 @item C-c %
2683 Push the current position onto the mark ring, to be able to return
2684 easily. Commands following an internal link do this automatically.
2686 @cindex links, returning to
2687 @kindex C-c &
2688 @item C-c &
2689 Jump back to a recorded position.  A position is recorded by the
2690 commands following internal links, and by @kbd{C-c %}.  Using this
2691 command several times in direct succession moves through a ring of
2692 previously recorded positions.
2694 @kindex C-c C-x C-n
2695 @kindex C-c C-x C-p
2696 @cindex links, finding next/previous
2697 @item C-c C-x C-n
2698 @itemx C-c C-x C-p
2699 Move forward/backward to the next link in the buffer.  At the limit of
2700 the buffer, the search fails once, and then wraps around.  The key
2701 bindings for this are really too long, you might want to bind this also
2702 to @kbd{C-n} and @kbd{C-p}
2703 @lisp
2704 (add-hook 'org-load-hook
2705   (lambda ()
2706     (define-key 'org-mode-map "\C-n" 'org-next-link)
2707     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2708 @end lisp
2709 @end table
2711 @node Using links outside Org, Link abbreviations, Handling links, Hyperlinks
2712 @section Using links outside Org
2714 You can insert and follow links that have Org syntax not only in
2715 Org, but in any Emacs buffer.  For this, you should create two
2716 global commands, like this (please select suitable global keys
2717 yourself):
2719 @lisp
2720 (global-set-key "\C-c L" 'org-insert-link-global)
2721 (global-set-key "\C-c o" 'org-open-at-point-global)
2722 @end lisp
2724 @node Link abbreviations, Search options, Using links outside Org, Hyperlinks
2725 @section Link abbreviations
2726 @cindex link abbreviations
2727 @cindex abbreviation, links
2729 Long URLs can be cumbersome to type, and often many similar links are
2730 needed in a document.  For this you can use link abbreviations.  An
2731 abbreviated link looks like this
2733 @example
2734 [[linkword:tag][description]]
2735 @end example
2737 @noindent
2738 where the tag is optional.  Such abbreviations are resolved according to
2739 the information in the variable @code{org-link-abbrev-alist} that
2740 relates the linkwords to replacement text.  Here is an example:
2742 @lisp
2743 @group
2744 (setq org-link-abbrev-alist
2745   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2746     ("google"   . "http://www.google.com/search?q=")
2747     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2748                    nph-abs_connect?author=%s&db_key=AST")))
2749 @end group
2750 @end lisp
2752 If the replacement text contains the string @samp{%s}, it will be
2753 replaced with the tag.  Otherwise the tag will be appended to the string
2754 in order to create the link.  You may also specify a function that will
2755 be called with the tag as the only argument to create the link.
2757 With the above setting, you could link to a specific bug with
2758 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
2759 @code{[[google:OrgMode]]} and find out what the Org author is
2760 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
2762 If you need special abbreviations just for a single Org buffer, you
2763 can define them in the file with
2765 @example
2766 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2767 #+LINK: google    http://www.google.com/search?q=%s
2768 @end example
2770 @noindent
2771 In-buffer completion @pxref{Completion} can be used after @samp{[} to
2772 complete link abbreviations.
2774 @node Search options, Custom searches, Link abbreviations, Hyperlinks
2775 @section Search options in file links
2776 @cindex search option in file links
2777 @cindex file links, searching
2779 File links can contain additional information to make Emacs jump to a
2780 particular location in the file when following a link.  This can be a
2781 line number or a search option after a double@footnote{For backward
2782 compatibility, line numbers can also follow a single colon.} colon. For
2783 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
2784 links}) to a file, it encodes the words in the current line as a search
2785 string that can be used to find this line back later when following the
2786 link with @kbd{C-c C-o}.
2788 Here is the syntax of the different ways to attach a search to a file
2789 link, together with an explanation:
2791 @example
2792 [[file:~/code/main.c::255]]
2793 [[file:~/xx.org::My Target]]
2794 [[file:~/xx.org::*My Target]]
2795 [[file:~/xx.org::/regexp/]]
2796 @end example
2798 @table @code
2799 @item 255
2800 Jump to line 255.
2801 @item My Target
2802 Search for a link target @samp{<<My Target>>}, or do a text search for
2803 @samp{my target}, similar to the search in internal links, see
2804 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
2805 link will become an HTML reference to the corresponding named anchor in
2806 the linked file.
2807 @item *My Target
2808 In an Org file, restrict search to headlines.
2809 @item /regexp/
2810 Do a regular expression search for @code{regexp}.  This uses the Emacs
2811 command @code{occur} to list all matches in a separate window.  If the
2812 target file is in Org mode, @code{org-occur} is used to create a
2813 sparse tree with the matches.
2814 @c If the target file is a directory,
2815 @c @code{grep} will be used to search all files in the directory.
2816 @end table
2818 As a degenerate case, a file link with an empty file name can be used
2819 to search the current file.  For example, @code{[[file:::find me]]} does
2820 a search for @samp{find me} in the current file, just as
2821 @samp{[[find me]]} would.
2823 @node Custom searches,  , Search options, Hyperlinks
2824 @section Custom Searches
2825 @cindex custom search strings
2826 @cindex search strings, custom
2828 The default mechanism for creating search strings and for doing the
2829 actual search related to a file link may not work correctly in all
2830 cases.  For example, BibTeX database files have many entries like
2831 @samp{year="1993"} which would not result in good search strings,
2832 because the only unique identification for a BibTeX entry is the
2833 citation key.
2835 If you come across such a problem, you can write custom functions to set
2836 the right search string for a particular file type, and to do the search
2837 for the string in the file.  Using @code{add-hook}, these functions need
2838 to be added to the hook variables
2839 @code{org-create-file-search-functions} and
2840 @code{org-execute-file-search-functions}.  See the docstring for these
2841 variables for more information.  Org actually uses this mechanism
2842 for Bib@TeX{} database files, and you can use the corresponding code as
2843 an implementation example.  See the file @file{org-bibtex.el}.
2845 @node TODO Items, Tags, Hyperlinks, Top
2846 @chapter TODO Items
2847 @cindex TODO items
2849 Org mode does not maintain TODO lists as separate documents@footnote{Of
2850 course, you can make a document that contains inly long lists of TODO items,
2851 but this is not required.}.  Instead, TODO items are an integral part of the
2852 notes file, because TODO items usually come up while taking notes!  With Org
2853 mode, simply mark any entry in a tree as being a TODO item.  In this way,
2854 information is not duplicated, and the entire context from which the TODO
2855 item emerged is always present.
2857 Of course, this technique for managing TODO items scatters them
2858 throughout your notes file.  Org mode compensates for this by providing
2859 methods to give you an overview of all the things that you have to do.
2861 @menu
2862 * TODO basics::                 Marking and displaying TODO entries
2863 * TODO extensions::             Workflow and assignments
2864 * Progress logging::            Dates and notes for progress
2865 * Priorities::                  Some things are more important than others
2866 * Breaking down tasks::         Splitting a task into manageable pieces
2867 * Checkboxes::                  Tick-off lists
2868 @end menu
2870 @node TODO basics, TODO extensions, TODO Items, TODO Items
2871 @section Basic TODO functionality
2873 Any headline becomes a TODO item when it starts with the word
2874 @samp{TODO}, for example:
2876 @example
2877 *** TODO Write letter to Sam Fortune
2878 @end example
2880 @noindent
2881 The most important commands to work with TODO entries are:
2883 @table @kbd
2884 @kindex C-c C-t
2885 @cindex cycling, of TODO states
2886 @item C-c C-t
2887 Rotate the TODO state of the current item among
2889 @example
2890 ,-> (unmarked) -> TODO -> DONE --.
2891 '--------------------------------'
2892 @end example
2894 The same rotation can also be done ``remotely'' from the timeline and
2895 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
2897 @kindex C-u C-c C-t
2898 @item C-u C-c C-t
2899 Select a specific keyword using completion or (if it has been set up)
2900 the fast selection interface.  For the latter, you need to assign keys
2901 to TODO states, see @ref{Per-file keywords} and @ref{Setting tags} for
2902 more information.
2904 @kindex S-@key{right}
2905 @kindex S-@key{left}
2906 @item S-@key{right}
2907 @itemx S-@key{left}
2908 Select the following/preceding TODO state, similar to cycling.  Useful
2909 mostly if more than two TODO states are possible (@pxref{TODO
2910 extensions}).
2911 @kindex C-c C-v
2912 @kindex C-c / t
2913 @cindex sparse tree, for TODO
2914 @item C-c C-v
2915 @itemx C-c / t
2916 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds
2917 the entire buffer, but shows all TODO items and the headings hierarchy
2918 above them.  With a prefix argument, search for a specific TODO.  You will be
2919 prompted for the keyword, and you can also give a list of keywords like
2920 @code{KWD1|KWD2|...}.  With numeric prefix argument N, show the tree for the
2921 Nth keyword in the variable @code{org-todo-keywords}.  With two prefix
2922 arguments, find all TODO and DONE entries.
2923 @kindex C-c a t
2924 @item C-c a t
2925 Show the global TODO list.  Collects the TODO items from all agenda
2926 files (@pxref{Agenda Views}) into a single buffer.  The new buffer will
2927 be in @code{agenda-mode}, which provides commands to examine and
2928 manipulate the TODO entries from the new buffer (@pxref{Agenda
2929 commands}).  @xref{Global TODO list}, for more information.
2930 @kindex S-M-@key{RET}
2931 @item S-M-@key{RET}
2932 Insert a new TODO entry below the current one.
2933 @end table
2935 @noindent
2936 Changing a TODO state can also trigger tag changes.  See the docstring of the
2937 option @code{org-todo-state-tags-triggers} for details.
2939 @node TODO extensions, Progress logging, TODO basics, TODO Items
2940 @section Extended use of TODO keywords
2941 @cindex extended TODO keywords
2943 By default, marked TODO entries have one of only two states: TODO and
2944 DONE.  Org mode allows you to classify TODO items in more complex ways
2945 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
2946 special setup, the TODO keyword system can work differently in different
2947 files.
2949 Note that @i{tags} are another way to classify headlines in general and
2950 TODO items in particular (@pxref{Tags}).
2952 @menu
2953 * Workflow states::             From TODO to DONE in steps
2954 * TODO types::                  I do this, Fred does the rest
2955 * Multiple sets in one file::   Mixing it all, and still finding your way
2956 * Fast access to TODO states::  Single letter selection of a state
2957 * Per-file keywords::           Different files, different requirements
2958 * Faces for TODO keywords::     Highlighting states
2959 @end menu
2961 @node Workflow states, TODO types, TODO extensions, TODO extensions
2962 @subsection TODO keywords as workflow states
2963 @cindex TODO workflow
2964 @cindex workflow states as TODO keywords
2966 You can use TODO keywords to indicate different @emph{sequential} states
2967 in the process of working on an item, for example@footnote{Changing
2968 this variable only becomes effective after restarting Org mode in a
2969 buffer.}:
2971 @lisp
2972 (setq org-todo-keywords
2973   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2974 @end lisp
2976 The vertical bar separates the TODO keywords (states that @emph{need
2977 action}) from the DONE states (which need @emph{no further action}).  If
2978 you don't provide the separator bar, the last state is used as the DONE
2979 state.
2980 @cindex completion, of TODO keywords
2981 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
2982 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
2983 also use a numeric prefix argument to quickly select a specific state.  For
2984 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
2985 Or you can use @kbd{S-left} to go backward through the sequence.  If you
2986 define many keywords, you can use in-buffer completion
2987 (@pxref{Completion}) or even a special one-key selection scheme
2988 (@pxref{Fast access to TODO states}) to insert these words into the
2989 buffer.  Changing a TODO state can be logged with a timestamp, see
2990 @ref{Tracking TODO state changes} for more information.
2992 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
2993 @subsection TODO keywords as types
2994 @cindex TODO types
2995 @cindex names as TODO keywords
2996 @cindex types as TODO keywords
2998 The second possibility is to use TODO keywords to indicate different
2999 @emph{types} of action items.  For example, you might want to indicate
3000 that items are for ``work'' or ``home''.  Or, when you work with several
3001 people on a single project, you might want to assign action items
3002 directly to persons, by using their names as TODO keywords.  This would
3003 be set up like this:
3005 @lisp
3006 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
3007 @end lisp
3009 In this case, different keywords do not indicate a sequence, but rather
3010 different types.  So the normal work flow would be to assign a task to a
3011 person, and later to mark it DONE.  Org mode supports this style by adapting
3012 the workings of the command @kbd{C-c C-t}@footnote{This is also true for the
3013 @kbd{t} command in the timeline and agenda buffers.}.  When used several
3014 times in succession, it will still cycle through all names, in order to first
3015 select the right type for a task.  But when you return to the item after some
3016 time and execute @kbd{C-c C-t} again, it will switch from any name directly
3017 to DONE.  Use prefix arguments or completion to quickly select a specific
3018 name.  You can also review the items of a specific TODO type in a sparse tree
3019 by using a numeric prefix to @kbd{C-c C-v}.  For example, to see all things
3020 Lucy has to do, you would use @kbd{C-3 C-c C-v}.  To collect Lucy's items
3021 from all agenda files into a single buffer, you would use the numeric prefix
3022 argument as well when creating the global TODO list: @kbd{C-3 C-c t}.
3024 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
3025 @subsection Multiple keyword sets in one file
3026 @cindex TODO keyword sets
3028 Sometimes you may want to use different sets of TODO keywords in
3029 parallel.  For example, you may want to have the basic
3030 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
3031 separate state indicating that an item has been canceled (so it is not
3032 DONE, but also does not require action).  Your setup would then look
3033 like this:
3035 @lisp
3036 (setq org-todo-keywords
3037       '((sequence "TODO" "|" "DONE")
3038         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
3039         (sequence "|" "CANCELED")))
3040 @end lisp
3042 The keywords should all be different, this helps Org mode to keep track
3043 of which subsequence should be used for a given entry.  In this setup,
3044 @kbd{C-c C-t} only operates within a subsequence, so it switches from
3045 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
3046 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
3047 select the correct sequence.  Besides the obvious ways like typing a
3048 keyword or using completion, you may also apply the following commands:
3050 @table @kbd
3051 @kindex C-S-@key{right}
3052 @kindex C-S-@key{left}
3053 @item C-S-@key{right}
3054 @itemx C-S-@key{left}
3055 These keys jump from one TODO subset to the next.  In the above example,
3056 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
3057 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
3058 @kindex S-@key{right}
3059 @kindex S-@key{left}
3060 @item S-@key{right}
3061 @itemx S-@key{left}
3062 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
3063 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
3064 would switch from @code{DONE} to @code{REPORT} in the example above.
3065 @end table
3067 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
3068 @subsection Fast access to TODO states
3070 If you would like to quickly change an entry to an arbitrary TODO state
3071 instead of cycling through the states, you can set up keys for
3072 single-letter access to the states.  This is done by adding the section
3073 key after each keyword, in parenthesis.  For example:
3075 @lisp
3076 (setq org-todo-keywords
3077       '((sequence "TODO(t)" "|" "DONE(d)")
3078         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
3079         (sequence "|" "CANCELED(c)")))
3080 @end lisp
3082 If you then press @code{C-u C-c C-t} followed by the selection key, the
3083 entry will be switched to this state.  @key{SPC} can be used to remove
3084 any TODO keyword from an entry.  Should you like this way of selecting
3085 TODO states a lot, you might want to set the variable
3086 @code{org-use-fast-todo-selection} to @code{t} and make this behavior
3087 the default.  Check also the variable
3088 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
3089 state through the tags interface (@pxref{Setting tags}), in case you
3090 like to mingle the two concepts.
3092 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
3093 @subsection Setting up keywords for individual files
3094 @cindex keyword options
3095 @cindex per-file keywords
3097 It can be very useful to use different aspects of the TODO mechanism in
3098 different files.  For file-local settings, you need to add special lines
3099 to the file which set the keywords and interpretation for that file
3100 only.  For example, to set one of the two examples discussed above, you
3101 need one of the following lines, starting in column zero anywhere in the
3102 file:
3104 @example
3105 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
3106 @end example
3108 @example
3109 #+TYP_TODO: Fred Sara Lucy Mike | DONE
3110 @end example
3112 A setup for using several sets in parallel would be:
3114 @example
3115 #+SEQ_TODO: TODO | DONE
3116 #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
3117 #+SEQ_TODO: | CANCELED
3118 @end example
3120 @cindex completion, of option keywords
3121 @kindex M-@key{TAB}
3122 @noindent To make sure you are using the correct keyword, type
3123 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
3125 @cindex DONE, final TODO keyword
3126 Remember that the keywords after the vertical bar (or the last keyword
3127 if no bar is there) must always mean that the item is DONE (although you
3128 may use a different word).  After changing one of these lines, use
3129 @kbd{C-c C-c} with the cursor still in the line to make the changes
3130 known to Org mode@footnote{Org mode parses these lines only when
3131 Org mode is activated after visiting a file.  @kbd{C-c C-c} with the
3132 cursor in a line starting with @samp{#+} is simply restarting Org mode
3133 for the current buffer.}.
3135 @node Faces for TODO keywords,  , Per-file keywords, TODO extensions
3136 @subsection Faces for TODO keywords
3137 @cindex faces, for TODO keywords
3139 Org mode highlights TODO keywords with special faces: @code{org-todo}
3140 for keywords indicating that an item still has to be acted upon, and
3141 @code{org-done} for keywords indicating that an item is finished.  If
3142 you are using more than 2 different states, you might want to use
3143 special faces for some of them.  This can be done using the variable
3144 @code{org-todo-keyword-faces}.  For example:
3146 @lisp
3147 @group
3148 (setq org-todo-keyword-faces
3149       '(("TODO"      . org-warning)
3150         ("DEFERRED"  . shadow)
3151         ("CANCELED"  . (:foreground "blue" :weight bold))))
3152 @end group
3153 @end lisp
3155 While using a list with face properties as shown for CANCELED
3156 @emph{should} work, this does not aways seem to be the case.  If
3157 necessary, define a special face and use that.
3159 @page
3160 @node Progress logging, Priorities, TODO extensions, TODO Items
3161 @section Progress logging
3162 @cindex progress logging
3163 @cindex logging, of progress
3165 Org mode can automatically record a time stamp and possibly a note when
3166 you mark a TODO item as DONE, or even each time you change the state of
3167 a TODO item.  This system is highly configurable, settings can be on a
3168 per-keyword basis and can be localized to a file or even a subtree.  For
3169 information on how to clock working time for a task, see @ref{Clocking
3170 work time}.
3172 @menu
3173 * Closing items::               When was this entry marked DONE?
3174 * Tracking TODO state changes::  When did the status change?
3175 @end menu
3177 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
3178 @subsection Closing items
3180 The most basic logging is to keep track of @emph{when} a certain TODO
3181 item was finished.  This is achieved with@footnote{The corresponding
3182 in-buffer setting is: @code{#+STARTUP: logdone}}.
3184 @lisp
3185 (setq org-log-done 'time)
3186 @end lisp
3188 @noindent
3189 Then each time you turn an entry from a TODO (not-done) state into any
3190 of the DONE states, a line @samp{CLOSED: [timestamp]} will be inserted
3191 just after the headline.  If you turn the entry back into a TODO item
3192 through further state cycling, that line will be removed again.  If you
3193 want to record a note along with the timestamp, use@footnote{The
3194 corresponding in-buffer setting is: @code{#+STARTUP: lognotedone}}
3196 @lisp
3197 (setq org-log-done 'note)
3198 @end lisp
3200 @noindent
3201 You will then be prompted for a note, and that note will be stored below
3202 the entry with a @samp{Closing Note} heading.
3204 In the timeline (@pxref{Timeline}) and in the agenda
3205 (@pxref{Weekly/daily agenda}), you can then use the @kbd{l} key to
3206 display the TODO items with a @samp{CLOSED} timestamp on each day,
3207 giving you an overview of what has been done.
3209 @node Tracking TODO state changes,  , Closing items, Progress logging
3210 @subsection Tracking TODO state changes
3212 When TODO keywords are used as workflow states (@pxref{Workflow
3213 states}), you might want to keep track of when a state change occurred
3214 and maybe take a note about this change.  Since it is normally too much
3215 to record a note for every state, Org mode expects configuration on a
3216 per-keyword basis for this.  This is achieved by adding special markers
3217 @samp{!} (for a time stamp) and @samp{@@} (for a note) in parenthesis
3218 after each keyword.  For example, with the setting
3220 @lisp
3221 (setq org-todo-keywords
3222   '((sequence "TODO(t)" "WAIT(w@@/!)" "|" "DONE(d!)" "CANCELED(c@@)")))
3223 @end lisp
3225 @noindent
3226 you not only define global TODO keywords and fast access keys, but also
3227 request that a time is recorded when the entry is turned into
3228 DONE@footnote{It is possible that Org mode will record two time stamps
3229 when you are using both @code{org-log-done} and state change logging.
3230 However, it will never prompt for two notes - if you have configured
3231 both, the state change recording note will take precedence and cancel
3232 the @samp{Closing Note}.}, and that a note is recorded when switching to
3233 WAIT or CANCELED.  The setting for WAIT is even more special: The
3234 @samp{!} after the slash means that in addition to the note taken when
3235 entering the state, a time stamp should be recorded when @i{leaving} the
3236 WAIT state, if and only if the @i{target} state does not configure
3237 logging for entering it.  So it has no effect when switching from WAIT
3238 to DONE, because DONE is configured to record a timestamp only.  But
3239 when switching from WAIT back to TODO, the @samp{/!} in the WAIT
3240 setting now triggers a timestamp even though TODO has no logging
3241 configured.
3243 You can use the exact same syntax for setting logging preferences local
3244 to a buffer:
3245 @example
3246 #+SEQ_TODO: TODO(t) WAIT(w@@/!) | DONE(d!) CANCELED(c@@)
3247 @end example
3249 In order to define logging settings that are local to a subtree or a
3250 single item, define a LOGGING property in this entry.  Any non-empty
3251 LOGGING property resets all logging settings to nil.  You may then turn
3252 on logging for this specific tree using STARTUP keywords like
3253 @code{lognotedone} or @code{logrepeat}, as well as adding state specific
3254 settings like @code{TODO(!)}.  For example
3256 @example
3257 * TODO Log each state with only a time
3258   :PROPERTIES:
3259   :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
3260   :END:
3261 * TODO Only log when switching to WAIT, and when repeating
3262   :PROPERTIES:
3263   :LOGGING: WAIT(@@) logrepeat
3264   :END:
3265 * TODO No logging at all
3266   :PROPERTIES:
3267   :LOGGING: nil
3268   :END:
3269 @end example
3271 @node Priorities, Breaking down tasks, Progress logging, TODO Items
3272 @section Priorities
3273 @cindex priorities
3275 If you use Org mode extensively, you may end up enough TODO items that
3276 it starts to make sense to prioritize them.  Prioritizing can be done by
3277 placing a @emph{priority cookie} into the headline of a TODO item, like
3278 this
3280 @example
3281 *** TODO [#A] Write letter to Sam Fortune
3282 @end example
3284 @noindent
3285 By default, Org mode supports three priorities: @samp{A}, @samp{B}, and
3286 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie
3287 is treated as priority @samp{B}.  Priorities make a difference only in
3288 the agenda (@pxref{Weekly/daily agenda}); outside the agenda, they have
3289 no inherent meaning to Org mode.
3291 Priorities can be attached to any outline tree entries; they do not need
3292 to be TODO items.
3294 @table @kbd
3295 @kindex @kbd{C-c ,}
3296 @item @kbd{C-c ,}
3297 Set the priority of the current headline.  The command prompts for a
3298 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3299 @key{SPC} instead, the priority cookie is removed from the headline.
3300 The priorities can also be changed ``remotely'' from the timeline and
3301 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3303 @kindex S-@key{up}
3304 @kindex S-@key{down}
3305 @item S-@key{up}
3306 @itemx S-@key{down}
3307 Increase/decrease priority of current headline@footnote{See also the
3308 option @code{org-priority-start-cycle-with-default'}.}.  Note that these
3309 keys are also used to modify time stamps (@pxref{Creating timestamps}).
3310 Furthermore, these keys are also used by CUA mode (@pxref{Conflicts}).
3311 @end table
3313 You can change the range of allowed priorities by setting the variables
3314 @code{org-highest-priority}, @code{org-lowest-priority}, and
3315 @code{org-default-priority}.  For an individual buffer, you may set
3316 these values (highest, lowest, default) like this (please make sure that
3317 the highest priority is earlier in the alphabet than the lowest
3318 priority):
3320 @example
3321 #+PRIORITIES: A C B
3322 @end example
3324 @node Breaking down tasks, Checkboxes, Priorities, TODO Items
3325 @section Breaking tasks down into subtasks
3326 @cindex tasks, breaking down
3328 It is often advisable to break down large tasks into smaller, manageable
3329 subtasks.  You can do this by creating an outline tree below a TODO item,
3330 with detailed subtasks on the tree@footnote{To keep subtasks out of the
3331 global TODO list, see the @code{org-agenda-todo-list-sublevels}.}.  To keep
3332 the overview over the fraction of subtasks that are already completed, insert
3333 either @samp{[/]} or @samp{[%]} anywhere in the headline.  These cookies will
3334 be updates each time the todo status of a child changes.  For example:
3336 @example
3337 * Organize Party [33%]
3338 ** TODO Call people [1/2]
3339 *** TODO Peter
3340 *** DONE Sarah
3341 ** TODO Buy food
3342 ** DONE Talk to neighbor
3343 @end example
3345 If you would like a TODO entry to automatically change to DONE when all
3346 chilrden are done, you can use the following setup:
3348 @example
3349 (defun org-summary-todo (n-done n-not-done)
3350   "Switch entry to DONE when all subentries are done, to TODO otherwise."
3351   (let (org-log-done org-log-states)   ; turn off logging
3352     (org-todo (if (= n-not-done 0) "DONE" "TODO"))))
3354 (add-hook 'org-after-todo-statistics-hook 'org-summary-todo)
3355 @end example
3358 Another possibility is the use of checkboxes to identify (a hierarchy of) a
3359 large number of subtasks (@pxref{Checkboxes}).
3362 @node Checkboxes,  , Breaking down tasks, TODO Items
3363 @section Checkboxes
3364 @cindex checkboxes
3366 Every item in a plain list (@pxref{Plain lists}) can be made into a
3367 checkbox by starting it with the string @samp{[ ]}.  This feature is
3368 similar to TODO items (@pxref{TODO Items}), but is more lightweight.
3369 Checkboxes are not included into the global TODO list, so they are often
3370 great to split a task into a number of simple steps.  Or you can use
3371 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3372 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3374 Here is an example of a checkbox list.
3376 @example
3377 * TODO Organize party [2/4]
3378   - [-] call people [1/3]
3379     - [ ] Peter
3380     - [X] Sarah
3381     - [ ] Sam
3382   - [X] order food
3383   - [ ] think about what music to play
3384   - [X] talk to the neighbors
3385 @end example
3387 Checkboxes work hierarchically, so if a checkbox item has children that
3388 are checkboxes, toggling one of the children checkboxes will make the
3389 parent checkbox reflect if none, some, or all of the children are
3390 checked.
3392 @cindex statistics, for checkboxes
3393 @cindex checkbox statistics
3394 The @samp{[2/4]} and @samp{[1/3]} in the first and second line are
3395 cookies indicating how many checkboxes present in this entry have been
3396 checked off, and the total number of checkboxes are present.  This can
3397 give you an idea on how many checkboxes remain, even without opening a
3398 folded entry.  The cookies can be placed into a headline or into (the
3399 first line of) a plain list item. Each cookie covers all checkboxes
3400 structurally below the headline/item on which the cookie appear.  You
3401 have to insert the cookie yourself by typing either @samp{[/]} or
3402 @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m} result, as in
3403 the examples above.  With @samp{[%]} you get information about the
3404 percentage of checkboxes checked (in the above example, this would be
3405 @samp{[50%]} and @samp{[33%]}, respectively).
3407 @noindent The following commands work with checkboxes:
3409 @table @kbd
3410 @kindex C-c C-c
3411 @item C-c C-c
3412 Toggle checkbox at point.  With a prefix argument, set it to @samp{[-]},
3413 which is considered to be an intermediate state.
3414 @kindex C-c C-x C-b
3415 @item C-c C-x C-b
3416 Toggle checkbox at point.
3417 @itemize @minus
3418 @item
3419 If there is an active region, toggle the first checkbox in the region
3420 and set all remaining boxes to the same status as the first.  If you
3421 want to toggle all boxes in the region independently, use a prefix
3422 argument.
3423 @item
3424 If the cursor is in a headline, toggle checkboxes in the region between
3425 this headline and the next (so @emph{not} the entire subtree).
3426 @item
3427 If there is no active region, just toggle the checkbox at point.
3428 @end itemize
3429 @kindex M-S-@key{RET}
3430 @item M-S-@key{RET}
3431 Insert a new item with a checkbox.
3432 This works only if the cursor is already in a plain list item
3433 (@pxref{Plain lists}).
3434 @kindex C-c #
3435 @item C-c #
3436 Update the checkbox statistics in the current outline entry.  When
3437 called with a @kbd{C-u} prefix, update the entire file.  Checkbox
3438 statistic cookies are updated automatically if you toggle checkboxes
3439 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}.  If you
3440 delete boxes or add/change them by hand, use this command to get things
3441 back into synch.  Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3442 @end table
3444 @node Tags, Properties and Columns, TODO Items, Top
3445 @chapter Tags
3446 @cindex tags
3447 @cindex headline tagging
3448 @cindex matching, tags
3449 @cindex sparse tree, tag based
3451 An excellent way to implement labels and contexts for cross-correlating
3452 information is to assign @i{tags} to headlines.  Org mode has extensive
3453 support for tags.
3455 Every headline can contain a list of tags; they occur at the end of the
3456 headline.  Tags are normal words containing letters, numbers, @samp{_}, and
3457 @samp{@@}.  Tags must be preceded and followed by a single colon, e.g.,
3458 @samp{:work:}.  Several tags can be specified, as in @samp{:work:urgent:}.
3459 Tags will by default get a bold face with the same color as the headline.
3460 You may specify special faces for specific tags using the variable
3461 @code{org-tag-faces}, much in the same way as you can do for TODO keywords
3462 (@pxref{Faces for TODO keywords}).
3464 @menu
3465 * Tag inheritance::             Tags use the tree structure of the outline
3466 * Setting tags::                How to assign tags to a headline
3467 * Tag searches::                Searching for combinations of tags
3468 @end menu
3470 @node Tag inheritance, Setting tags, Tags, Tags
3471 @section Tag inheritance
3472 @cindex tag inheritance
3473 @cindex inheritance, of tags
3474 @cindex sublevels, inclusion into tags match
3476 @i{Tags} make use of the hierarchical structure of outline trees.  If a
3477 heading has a certain tag, all subheadings will inherit the tag as
3478 well.  For example, in the list
3480 @example
3481 * Meeting with the French group      :work:
3482 ** Summary by Frank                  :boss:notes:
3483 *** TODO Prepare slides for him      :action:
3484 @end example
3486 @noindent
3487 the final heading will have the tags @samp{:work:}, @samp{:boss:},
3488 @samp{:notes:}, and @samp{:action:} even though the final heading is not
3489 explicitly marked with those tags.  You can also set tags that all entries in
3490 a file should inherit as if these tags would be defined in a hypothetical
3491 level zero that surounds the entire file.
3493 @example
3494 #+FILETAGS: :Peter:Boss:Secret:
3495 @end example
3497 @noindent
3498 To limit tag inheritance to specific tags, or to turn it off entirely, use
3499 the variables @code{org-use-tag-inheritance} and
3500 @code{org-tags-exclude-from-inheritance}.
3502 When a headline matches during a tags search while tag inheritance is turned
3503 on, all the sublevels in the same tree will (for a simple match form) match
3504 as well@footnote{This is only true if the the search does not involve more
3505 complex tests including properties (@pxref{Property searches}).}.  The list
3506 of matches may then become very long.  If you only want to see the first tags
3507 match in a subtree, configure the variable
3508 @code{org-tags-match-list-sublevels} (not recommended).
3510 @node Setting tags, Tag searches, Tag inheritance, Tags
3511 @section Setting tags
3512 @cindex setting tags
3513 @cindex tags, setting
3515 @kindex M-@key{TAB}
3516 Tags can simply be typed into the buffer at the end of a headline.
3517 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
3518 also a special command for inserting tags:
3520 @table @kbd
3521 @kindex C-c C-q
3522 @item C-c C-q
3523 @cindex completion, of tags
3524 Enter new tags for the current headline.  Org mode will either offer
3525 completion or a special single-key interface for setting tags, see
3526 below.  After pressing @key{RET}, the tags will be inserted and aligned
3527 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
3528 tags in the current buffer will be aligned to that column, just to make
3529 things look nice.  TAGS are automatically realigned after promotion,
3530 demotion, and TODO state changes (@pxref{TODO basics}).
3531 @kindex C-c C-c
3532 @item C-c C-c
3533 When the cursor is in a headline, this does the same as @kbd{C-c C-q}.
3534 @end table
3536 Org will support tag insertion based on a @emph{list of tags}.  By
3537 default this list is constructed dynamically, containing all tags
3538 currently used in the buffer.  You may also globally specify a hard list
3539 of tags with the variable @code{org-tag-alist}.  Finally you can set
3540 the default tags for a given file with lines like
3542 @example
3543 #+TAGS: @@work @@home @@tennisclub
3544 #+TAGS: laptop car pc sailboat
3545 @end example
3547 If you have globally defined your preferred set of tags using the
3548 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3549 in a specific file, add an empty TAGS option line to that file:
3551 @example
3552 #+TAGS:
3553 @end example
3555 By default Org mode uses the standard minibuffer completion facilities for
3556 entering tags.  However, it also implements another, quicker, tag selection
3557 method called @emph{fast tag selection}.  This allows you to select and
3558 deselect tags with just a single key press.  For this to work well you should
3559 assign unique letters to most of your commonly used tags.  You can do this
3560 globally by configuring the variable @code{org-tag-alist} in your
3561 @file{.emacs} file.  For example, you may find the need to tag many items in
3562 different files with @samp{:@@home:}.  In this case you can set something
3563 like:
3565 @lisp
3566 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
3567 @end lisp
3569 @noindent If the tag is only relevant to the file you are working on then you
3570 can, instead, set the TAGS option line as:
3572 @example
3573 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
3574 @end example
3576 @noindent
3577 You can also group together tags that are mutually exclusive.  By using
3578 braces, as in:
3580 @example
3581 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
3582 @end example
3584 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
3585 and @samp{@@tennisclub} should be selected.  Multiple such groups are allowed.
3587 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
3588 these lines to activate any changes.
3590 @noindent
3591 To set these mutually exclusive groups in the variable @code{org-mode-alist}
3592 you must use the dummy tags @code{:startgroup} and @code{:endgroup} instead
3593 of the braces.  The previous example would be set globally by the following
3594 configuration:
3596 @lisp
3597 (setq org-tag-alist '((:startgroup . nil)
3598                       ("@@work" . ?w) ("@@home" . ?h)
3599                       ("@@tennisclub" . ?t)
3600                       (:endgroup . nil)
3601                       ("laptop" . ?l) ("pc" . ?p)))
3602 @end lisp
3604 If at least one tag has a selection key then pressing @kbd{C-c C-c} will
3605 automatically present you with a special interface, listing inherited tags,
3606 the tags of the current headline, and a list of all valid tags with
3607 corresponding keys@footnote{Keys will automatically be assigned to tags which
3608 have no configured keys.}.  In this interface, you can use the following
3609 keys:
3611 @table @kbd
3612 @item a-z...
3613 Pressing keys assigned to tags will add or remove them from the list of
3614 tags in the current line.  Selecting a tag in a group of mutually
3615 exclusive tags will turn off any other tags from that group.
3616 @kindex @key{TAB}
3617 @item @key{TAB}
3618 Enter a tag in the minibuffer, even if the tag is not in the predefined
3619 list.  You will be able to complete on all tags present in the buffer.
3620 @kindex @key{SPC}
3621 @item @key{SPC}
3622 Clear all tags for this line.
3623 @kindex @key{RET}
3624 @item @key{RET}
3625 Accept the modified set.
3626 @item C-g
3627 Abort without installing changes.
3628 @item q
3629 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3630 @item !
3631 Turn off groups of mutually exclusive tags.  Use this to (as an
3632 exception) assign several tags from such a group.
3633 @item C-c
3634 Toggle auto-exit after the next change (see below).
3635 If you are using expert mode, the first @kbd{C-c} will display the
3636 selection window.
3637 @end table
3639 @noindent
3640 This method lets you assign tags to a headline with very few keys.  With
3641 the above setup, you could clear the current tags and set @samp{@@home},
3642 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
3643 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
3644 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
3645 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
3646 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3647 @key{RET} @key{RET}}.
3649 If you find that most of the time, you need only a single key press to
3650 modify your list of tags, set the variable
3651 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
3652 press @key{RET} to exit fast tag selection - it will immediately exit
3653 after the first change.  If you then occasionally need more keys, press
3654 @kbd{C-c} to turn off auto-exit for the current tag selection process
3655 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
3656 C-c}).  If you set the variable to the value @code{expert}, the special
3657 window is not even shown for single-key tag selection, it comes up only
3658 when you press an extra @kbd{C-c}.
3660 @node Tag searches,  , Setting tags, Tags
3661 @section Tag searches
3662 @cindex tag searches
3663 @cindex searching for tags
3665 Once a system of tags has been set up, it can be used to collect related
3666 information into special lists.
3668 @table @kbd
3669 @kindex C-c \
3670 @kindex C-c / T
3671 @item C-c \
3672 @itemx C-c / T
3673 Create a sparse tree with all headlines matching a tags search.  With a
3674 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
3675 @kindex C-c a m
3676 @item C-c a m
3677 Create a global list of tag matches from all agenda files.
3678 @xref{Matching tags and properties}.
3679 @kindex C-c a M
3680 @item C-c a M
3681 Create a global list of tag matches from all agenda files, but check
3682 only TODO items and force checking subitems (see variable
3683 @code{org-tags-match-list-sublevels}).
3684 @end table
3686 @cindex Boolean logic, for tag searches
3687 A @i{tags} search string can use Boolean operators @samp{&} for AND and
3688 @samp{|} for OR.  @samp{&} binds more strongly than @samp{|}.
3689 Parenthesis are currently not implemented.  A tag may also be preceded
3690 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
3691 positive selection.  The AND operator @samp{&} is optional when @samp{+}
3692 or @samp{-} is present.  Examples:
3694 @table @samp
3695 @item +work-boss
3696 Select headlines tagged @samp{:work:}, but discard those also tagged
3697 @samp{:boss:}.
3698 @item work|laptop
3699 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
3700 @item work|laptop&night
3701 Like before, but require the @samp{:laptop:} lines to be tagged also
3702 @samp{:night:}.
3703 @end table
3705 @cindex TODO keyword matching, with tags search
3706 You may also test for TODO keywords (@pxref{TODO extensions}) and properties
3707 (@pxref{Properties and Columns}) at the same time as matching tags.  For a
3708 guide on how to match properties, see @ref{Property searches}.  To match a
3709 specific TODO keyword, include an expression like @samp{+TODO="NEXT"} as one
3710 of the terms in a tags search.
3712 There is also the possibility to end the tags part of the match (which may
3713 include several terms connected with @samp{|}) with a @samp{/} and then
3714 specify a Boolean expression just for TODO keywords.  The syntax is then
3715 similar to the tag matches, but should be applied with consideration: For
3716 example, a positive selection on several TODO keywords can not meaningfully
3717 be combined with boolean AND.  However, @emph{negative selection} combined
3718 with AND can be meaningful.  To make sure that only lines are checked that
3719 actually have any TODO keyword (resulting in a speed-up), use @kbd{C-c a M},
3720 or equivalently start the TODO part after the slash with @samp{!}.  Examples:
3722 @table @samp
3723 @item work+TODO="WAITING"
3724 Select @samp{:work:}-tagged TODO lines with the specific TODO
3725 keyword @samp{WAITING}.
3726 @item work+TODO="WAITING"|home+TODO="WAITING"
3727 Waiting tasks both at work and at home.
3728 @item work/WAITING
3729 Same as the first example.
3730 @item work/!-WAITING-NEXT
3731 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
3732 nor @samp{NEXT}
3733 @item work/!+WAITING|+NEXT
3734 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
3735 @samp{NEXT}.
3736 @end table
3738 @cindex regular expressions, with tags search
3739 Any element of the tag/todo match can be a regular expression - in this
3740 case it must be enclosed in curly braces.  For example,
3741 @samp{work+@{^boss.*@}} matches headlines that contain the tag
3742 @samp{:work:} and any tag @i{starting} with @samp{boss}.  You may also use a
3743 regular expression in @samp{TODO=@{^W@}} which would match TODO keywords
3744 starting with the letter @samp{W}.
3746 @cindex level, require for tags/property match
3747 @cindex category, require for tags/property match
3748 You can also require a headline to be of a certain level or category, by
3749 writing instead of any TAG an expression like @samp{LEVEL=3} or
3750 @samp{CATEGORY="work"}, respectively.  For example, a search
3751 @samp{+LEVEL=3+boss/-DONE} lists all level three headlines that have the
3752 tag @samp{boss} and are @emph{not} marked with the TODO keyword DONE.
3754 Accessing TODO, LEVEL, and CATEGORY during a search is fast.  Accessing any
3755 other properties will slow down the search.
3757 @node Properties and Columns, Dates and Times, Tags, Top
3758 @chapter Properties and Columns
3759 @cindex properties
3761 Properties are a set of key-value pairs associated with an entry.  There
3762 are two main applications for properties in Org mode.  First, properties
3763 are like tags, but with a value.  Second, you can use properties to
3764 implement (very basic) database capabilities in an Org buffer.  For
3765 an example of the first application, imagine maintaining a file where
3766 you document bugs and plan releases of a piece of software.  Instead of
3767 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
3768 property, say @code{:Release:}, that in different subtrees has different
3769 values, such as @code{1.0} or @code{2.0}.  For an example of the second
3770 application of properties, imagine keeping track of your music CD's,
3771 where properties could be things such as the album artist, date of
3772 release, number of tracks, and so on.
3774 Properties can be conveniently edited and viewed in column view
3775 (@pxref{Column view}).
3777 @menu
3778 * Property syntax::             How properties are spelled out
3779 * Special properties::          Access to other Org mode features
3780 * Property searches::           Matching property values
3781 * Property inheritance::        Passing values down the tree
3782 * Column view::                 Tabular viewing and editing
3783 * Property API::                Properties for Lisp programmers
3784 @end menu
3786 @node Property syntax, Special properties, Properties and Columns, Properties and Columns
3787 @section Property syntax
3788 @cindex property syntax
3789 @cindex drawer, for properties
3791 Properties are key-value pairs.  They need to be inserted into a special
3792 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
3793 is specified on a single line, with the key (surrounded by colons)
3794 first, and the value after it.  Here is an example:
3796 @example
3797 * CD collection
3798 ** Classic
3799 *** Goldberg Variations
3800     :PROPERTIES:
3801     :Title:     Goldberg Variations
3802     :Composer:  J.S. Bach
3803     :Artist:    Glen Gould
3804     :Publisher: Deutsche Grammphon
3805     :NDisks:    1
3806     :END:
3807 @end example
3809 You may define the allowed values for a particular property @samp{:Xyz:}
3810 by setting a property @samp{:Xyz_ALL:}.  This special property is
3811 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
3812 the entire tree.  When allowed values are defined, setting the
3813 corresponding property becomes easier and is less prone to typing
3814 errors.  For the example with the CD collection, we can predefine
3815 publishers and the number of disks in a box like this:
3817 @example
3818 * CD collection
3819   :PROPERTIES:
3820   :NDisks_ALL:  1 2 3 4
3821   :Publisher_ALL: "Deutsche Grammophon" Philips EMI
3822   :END:
3823 @end example
3825 If you want to set properties that can be inherited by any entry in a
3826 file, use a line like
3828 @example
3829 #+PROPERTY: NDisks_ALL 1 2 3 4
3830 @end example
3832 Property values set with the global variable
3833 @code{org-global-properties} can be inherited by all entries in all
3834 Org files.
3836 @noindent
3837 The following commands help to work with properties:
3839 @table @kbd
3840 @kindex M-@key{TAB}
3841 @item M-@key{TAB}
3842 After an initial colon in a line, complete property keys.  All keys used
3843 in the current file will be offered as possible completions.
3844 @kindex C-c C-x p
3845 @item C-c C-x p
3846 Set a property.  This prompts for a property name and a value.  If
3847 necessary, the property drawer is created as well.
3848 @item M-x org-insert-property-drawer
3849 Insert a property drawer into the current entry.  The drawer will be
3850 inserted early in the entry, but after the lines with planning
3851 information like deadlines.
3852 @kindex C-c C-c
3853 @item C-c C-c
3854 With the cursor in a property drawer, this executes property commands.
3855 @item C-c C-c s
3856 Set a property in the current entry.  Both the property and the value
3857 can be inserted using completion.
3858 @kindex S-@key{right}
3859 @kindex S-@key{left}
3860 @item S-@key{left}/@key{right}
3861 Switch property at point to the next/previous allowed value.
3862 @item C-c C-c d
3863 Remove a property from the current entry.
3864 @item C-c C-c D
3865 Globally remove a property, from all entries in the current file.
3866 @item C-c C-c c
3867 Compute the property at point, using the operator and scope from the
3868 nearest column format definition.
3869 @end table
3871 @node Special properties, Property searches, Property syntax, Properties and Columns
3872 @section Special properties
3873 @cindex properties, special
3875 Special properties provide alternative access method to Org mode
3876 features discussed in the previous chapters, like the TODO state or the
3877 priority of an entry.  This interface exists so that you can include
3878 these states into columns view (@pxref{Column view}), or to use them in
3879 queries.  The following property names are special and should not be
3880 used as keys in the properties drawer:
3882 @example
3883 TODO         @r{The TODO keyword of the entry.}
3884 TAGS         @r{The tags defined directly in the headline.}
3885 ALLTAGS      @r{All tags, including inherited ones.}
3886 PRIORITY     @r{The priority of the entry, a string with a single letter.}
3887 DEADLINE     @r{The deadline time string, without the angular brackets.}
3888 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
3889 TIMESTAMP    @r{The first keyword-less time stamp in the entry.}
3890 TIMESTAMP_IA @r{The first inactive time stamp in the entry.}
3891 CLOCKSUM     @r{The sum of CLOCK intervals in the subtree.  @code{org-clock-sum}}
3892              @r{must be run first to compute the values.}
3893 @end example
3895 @node Property searches, Property inheritance, Special properties, Properties and Columns
3896 @section Property searches
3897 @cindex properties, searching
3898 @cindex searching, of properties
3900 To create sparse trees and special lists with selection based on properties,
3901 the same commands are used as for tag searches (@pxref{Tag searches}), and
3902 the same logic applies.  For example, here is a search string:
3904 @example
3905 +work-boss+PRIORITY="A"+Coffee="unlimited"+Effort<2         \
3906          +With=@{Sarah\|Denny@}+SCHEDULED>="<2008-10-11>"
3907 @end example
3909 @noindent
3910 The type of comparison will depend on how the comparison value is written:
3911 @itemize @minus
3912 @item
3913 If the comparison value is a plain number, a numerical comparison is done,
3914 and the allowed operators are @samp{<}, @samp{=}, @samp{>}, @samp{<=},
3915 @samp{>=}, and @samp{<>}.
3916 @item
3917 If the comparison value is enclosed in double
3918 quotes, a string comparison is done, and the same operators are allowed.
3919 @item
3920 If the comparison value is enclosed in double quotes @emph{and} angular
3921 brackets (like @samp{DEADLINE<="<2008-12-24 18:30>"}), both values are
3922 assumed to be date/time specifications in the standard Org way, and the
3923 comparison will be done accordingly.  Special values that will be recognized
3924 are @code{"<now>"} for now (including time), and @code{"<today>"}, and
3925 @code{"<tomorrow>"} for these days at 0:00 hours, i.e. without a time
3926 specification.  Also strings like @code{"<+5d>"} or @code{"<-2m>"} with units
3927 @code{d}, @code{w}, @code{m}, and @code{y} for day, week, month, and year,
3928 respectively, can be used.
3929 @item
3930 If the comparison value is enclosed
3931 in curly braces, a regexp match is performed, with @samp{=} meaning that the
3932 regexp matches the property value, and @samp{<>} meaning that it does not
3933 match.
3934 @end itemize
3936 So the search string in the example finds entries tagged @samp{:work:} but
3937 not @samp{:boss:}, which also have a priority value @samp{A}, a
3938 @samp{:Coffee:} property with the value @samp{unlimited}, an @samp{Effort}
3939 property that is numerically smaller than 2, a @samp{:With:} property that is
3940 matched by the regular expression @samp{Sarah\|Denny}, and that are scheduled
3941 on or after October 11, 2008.
3943 You can configure Org mode to use property inheritance during a search, but
3944 beware that this can slow down searches considerably.  See @ref{Property
3945 inheritance} for details.
3947 There is also a special command for creating sparse trees based on a
3948 single property:
3950 @table @kbd
3951 @kindex C-c / p
3952 @item C-c / p
3953 Create a sparse tree based on the value of a property.  This first
3954 prompts for the name of a property, and then for a value.  A sparse tree
3955 is created with all entries that define this property with the given
3956 value.  If you enclose the value into curly braces, it is interpreted as
3957 a regular expression and matched against the property values.
3958 @end table
3960 @node Property inheritance, Column view, Property searches, Properties and Columns
3961 @section Property Inheritance
3962 @cindex properties, inheritance
3963 @cindex inheritance, of properties
3965 The outline structure of Org mode documents lends itself for an
3966 inheritance model of properties: If the parent in a tree has a certain
3967 property, the children can inherit this property.  Org mode does not
3968 turn this on by default, because it can slow down property searches
3969 significantly and is often not needed.  However, if you find inheritance
3970 useful, you can turn it on by setting the variable
3971 @code{org-use-property-inheritance}.  It may be set to @code{t}, to make
3972 all properties inherited from the parent, to a list of properties
3973 that should be inherited, or to a regular expression that matches
3974 inherited properties.
3976 Org mode has a few properties for which inheritance is hard-coded, at
3977 least for the special applications for which they are used:
3979 @table @code
3980 @item COLUMNS
3981 The @code{:COLUMNS:} property defines the format of column view
3982 (@pxref{Column view}).  It is inherited in the sense that the level
3983 where a @code{:COLUMNS:} property is defined is used as the starting
3984 point for a column view table, independently of the location in the
3985 subtree from where columns view is turned on.
3986 @item CATEGORY
3987 For agenda view, a category set through a @code{:CATEGORY:} property
3988 applies to the entire subtree.
3989 @item ARCHIVE
3990 For archiving, the @code{:ARCHIVE:} property may define the archive
3991 location for the entire subtree (@pxref{Moving subtrees}).
3992 @item LOGGING
3993 The LOGGING property may define logging settings for an entry or a
3994 subtree (@pxref{Tracking TODO state changes}).
3995 @end table
3997 @node Column view, Property API, Property inheritance, Properties and Columns
3998 @section Column view
4000 A great way to view and edit properties in an outline tree is
4001 @emph{column view}.  In column view, each outline item is turned into a
4002 table row.  Columns in this table provide access to properties of the
4003 entries.  Org mode implements columns by overlaying a tabular structure
4004 over the headline of each item.  While the headlines have been turned
4005 into a table row, you can still change the visibility of the outline
4006 tree.  For example, you get a compact table by switching to CONTENTS
4007 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
4008 is active), but you can still open, read, and edit the entry below each
4009 headline.  Or, you can switch to column view after executing a sparse
4010 tree command and in this way get a table only for the selected items.
4011 Column view also works in agenda buffers (@pxref{Agenda Views}) where
4012 queries have collected selected items, possibly from a number of files.
4014 @menu
4015 * Defining columns::            The COLUMNS format property
4016 * Using column view::           How to create and use column view
4017 * Capturing column view::       A dynamic block for column view
4018 @end menu
4020 @node Defining columns, Using column view, Column view, Column view
4021 @subsection Defining columns
4022 @cindex column view, for properties
4023 @cindex properties, column view
4025 Setting up a column view first requires defining the columns.  This is
4026 done by defining a column format line.
4028 @menu
4029 * Scope of column definitions::  Where defined, where valid?
4030 * Column attributes::           Appearance and content of a column
4031 @end menu
4033 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
4034 @subsubsection Scope of column definitions
4036 To define a column format for an entire file, use a line like
4038 @example
4039 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4040 @end example
4042 To specify a format that only applies to a specific tree, add a
4043 @code{:COLUMNS:} property to the top node of that tree, for example:
4045 @example
4046 ** Top node for columns view
4047    :PROPERTIES:
4048    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
4049    :END:
4050 @end example
4052 If a @code{:COLUMNS:} property is present in an entry, it defines columns
4053 for the entry itself, and for the entire subtree below it.  Since the
4054 column definition is part of the hierarchical structure of the document,
4055 you can define columns on level 1 that are general enough for all
4056 sublevels, and more specific columns further down, when you edit a
4057 deeper part of the tree.
4059 @node Column attributes,  , Scope of column definitions, Defining columns
4060 @subsubsection Column attributes
4061 A column definition sets the attributes of a column.  The general
4062 definition looks like this:
4064 @example
4065  %[width]property[(title)][@{summary-type@}]
4066 @end example
4068 @noindent
4069 Except for the percent sign and the property name, all items are
4070 optional.  The individual parts have the following meaning:
4072 @example
4073 width           @r{An integer specifying the width of the column in characters.}
4074                 @r{If omitted, the width will be determined automatically.}
4075 property        @r{The property that should be edited in this column.}
4076 (title)         @r{The header text for the column. If omitted, the}
4077                 @r{property name is used.}
4078 @{summary-type@}  @r{The summary type.  If specified, the column values for}
4079                 @r{parent nodes are computed from the children.}
4080                 @r{Supported summary types are:}
4081                 @{+@}       @r{Sum numbers in this column.}
4082                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
4083                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
4084                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
4085                 @{X@}       @r{Checkbox status, [X] if all children are [X].}
4086                 @{X/@}      @r{Checkbox status, [n/m].}
4087                 @{X%@}      @r{Checkbox status, [n%].}
4088 @end example
4090 @noindent
4091 Here is an example for a complete columns definition, along with allowed
4092 values.
4094 @example
4095 :COLUMNS:  %20ITEM %9Approved(Approved?)@{X@} %Owner %11Status \@footnote{Please note that the COLUMNS definition must be on a single line - it is wrapped here only because of formatting constraints.}
4096                    %10Time_Estimate@{:@} %CLOCKSUM
4097 :Owner_ALL:    Tammy Mark Karl Lisa Don
4098 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
4099 :Approved_ALL: "[ ]" "[X]"
4100 @end example
4102 The first column, @samp{%25ITEM}, means the first 25 characters of the
4103 item itself, i.e. of the headline.  You probably always should start the
4104 column definition with the @samp{ITEM} specifier.  The other specifiers
4105 create columns @samp{Owner} with a list of names as allowed values, for
4106 @samp{Status} with four different possible values, and for a checkbox
4107 field @samp{Approved}.  When no width is given after the @samp{%}
4108 character, the column will be exactly as wide as it needs to be in order
4109 to fully display all values.  The @samp{Approved} column does have a
4110 modified title (@samp{Approved?}, with a question mark).  Summaries will
4111 be created for the @samp{Time_Estimate} column by adding time duration
4112 expressions like HH:MM, and for the @samp{Approved} column, by providing
4113 an @samp{[X]} status if all children have been checked.  The
4114 @samp{CLOCKSUM} column is special, it lists the sum of CLOCK intervals
4115 in the subtree.
4117 @node Using column view, Capturing column view, Defining columns, Column view
4118 @subsection Using column view
4120 @table @kbd
4121 @tsubheading{Turning column view on and off}
4122 @kindex C-c C-x C-c
4123 @item C-c C-x C-c
4124 Create the column view for the local environment.  This command searches
4125 the hierarchy, up from point, for a @code{:COLUMNS:} property that defines
4126 a format.  When one is found, the column view table is established for
4127 the entire tree, starting from the entry that contains the @code{:COLUMNS:}
4128 property.  If none is found, the format is taken from the @code{#+COLUMNS}
4129 line or from the variable @code{org-columns-default-format}, and column
4130 view is established for the current entry and its subtree.
4131 @kindex r
4132 @item r
4133 Recreate the column view, to include recent changes made in the buffer.
4134 @kindex g
4135 @item g
4136 Same as @kbd{r}.
4137 @kindex q
4138 @item q
4139 Exit column view.
4140 @tsubheading{Editing values}
4141 @item @key{left} @key{right} @key{up} @key{down}
4142 Move through the column view from field to field.
4143 @kindex S-@key{left}
4144 @kindex S-@key{right}
4145 @item  S-@key{left}/@key{right}
4146 Switch to the next/previous allowed value of the field.  For this, you
4147 have to have specified allowed values for a property.
4148 @item 1..9,0
4149 Directly select the nth allowed value, @kbd{0} selects the 10th value.
4150 @kindex n
4151 @kindex p
4152 @itemx  n / p
4153 Same as @kbd{S-@key{left}/@key{right}}
4154 @kindex e
4155 @item e
4156 Edit the property at point.  For the special properties, this will
4157 invoke the same interface that you normally use to change that
4158 property.  For example, when editing a TAGS property, the tag completion
4159 or fast selection interface will pop up.
4160 @kindex C-c C-c
4161 @item C-c C-c
4162 When there is a checkbox at point, toggle it.
4163 @kindex v
4164 @item v
4165 View the full value of this property.  This is useful if the width of
4166 the column is smaller than that of the value.
4167 @kindex a
4168 @item a
4169 Edit the list of allowed values for this property.  If the list is found
4170 in the hierarchy, the modified values is stored there.  If no list is
4171 found, the new value is stored in the first entry that is part of the
4172 current column view.
4173 @tsubheading{Modifying the table structure}
4174 @kindex <
4175 @kindex >
4176 @item < / >
4177 Make the column narrower/wider by one character.
4178 @kindex S-M-@key{right}
4179 @item S-M-@key{right}
4180 Insert a new column, to the left of the current column.
4181 @kindex S-M-@key{left}
4182 @item S-M-@key{left}
4183 Delete the current column.
4184 @end table
4186 @node Capturing column view,  , Using column view, Column view
4187 @subsection Capturing column view
4189 Since column view is just an overlay over a buffer, it cannot be
4190 exported or printed directly.  If you want to capture a column view, use
4191 this @code{columnview} dynamic block (@pxref{Dynamic blocks}).  The frame
4192 of this block looks like this:
4194 @cindex #+BEGIN: columnview
4195 @example
4196 * The column view
4197 #+BEGIN: columnview :hlines 1 :id "label"
4199 #+END:
4200 @end example
4202 @noindent This dynamic block has the following parameters:
4204 @table @code
4205 @item :id
4206 This is most important parameter.  Column view is a feature that is
4207 often localized to a certain (sub)tree, and the capture block might be
4208 in a different location in the file.  To identify the tree whose view to
4209 capture, you can use 3 values:
4210 @example
4211 local     @r{use the tree in which the capture block is located}
4212 global    @r{make a global view, including all headings in the file}
4213 "label"   @r{call column view in the tree that has an @code{:ID:}}
4214           @r{property with the value @i{label}.  You can use}
4215           @r{@kbd{M-x org-id-copy} to create a globally unique ID for}
4216           @r{the current entry and copy it to the kill-ring.}
4217 @end example
4218 @item :hlines
4219 When @code{t}, insert a hline after every line.  When a number N, insert
4220 a hline before each headline with level @code{<= N}.
4221 @item :vlines
4222 When set to @code{t}, enforce column groups to get vertical lines.
4223 @item :maxlevel
4224 When set to a number, don't capture entries below this level.
4225 @item :skip-empty-rows
4226 When set to @code{t}, skip row where the only non-empty specifier of the
4227 column view is @code{ITEM}.
4229 @end table
4231 @noindent
4232 The following commands insert or update the dynamic block:
4234 @table @kbd
4235 @kindex C-c C-x i
4236 @item C-c C-x i
4237 Insert a dynamic block capturing a column view.  You will be prompted
4238 for the scope or id of the view.
4239 @kindex C-c C-c
4240 @item C-c C-c
4241 @kindex C-c C-x C-u
4242 @itemx C-c C-x C-u
4243 Update dynamical block at point.  The cursor needs to be in the
4244 @code{#+BEGIN} line of the dynamic block.
4245 @kindex C-u C-c C-x C-u
4246 @item C-u C-c C-x C-u
4247 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4248 you have several clock table blocks in a buffer.
4249 @end table
4251 You can add formulas to the column view table and you may add plotting
4252 instructions in front of the table - these will survive an update of the
4253 block.  If there is a @code{#+TBLFM:} after the table, the table will
4254 actually be recalculated automatically after an update.
4256 @node Property API,  , Column view, Properties and Columns
4257 @section The Property API
4258 @cindex properties, API
4259 @cindex API, for properties
4261 There is a full API for accessing and changing properties.  This API can
4262 be used by Emacs Lisp programs to work with properties and to implement
4263 features based on them.  For more information see @ref{Using the
4264 property API}.
4266 @node Dates and Times, Capture, Properties and Columns, Top
4267 @chapter Dates and Times
4268 @cindex dates
4269 @cindex times
4270 @cindex time stamps
4271 @cindex date stamps
4273 To assist project planning, TODO items can be labeled with a date and/or
4274 a time.  The specially formatted string carrying the date and time
4275 information is called a @emph{timestamp} in Org mode.  This may be a
4276 little confusing because timestamp is often used as indicating when
4277 something was created or last changed.  However, in Org mode this term
4278 is used in a much wider sense.
4280 @menu
4281 * Timestamps::                  Assigning a time to a tree entry
4282 * Creating timestamps::         Commands which insert timestamps
4283 * Deadlines and scheduling::    Planning your work
4284 * Clocking work time::          Tracking how long you spend on a task
4285 * Effort estimates::            Planning work effort in advance
4286 * Relative timer::              Notes with a running timer
4287 @end menu
4290 @node Timestamps, Creating timestamps, Dates and Times, Dates and Times
4291 @section Timestamps, deadlines and scheduling
4292 @cindex time stamps
4293 @cindex ranges, time
4294 @cindex date stamps
4295 @cindex deadlines
4296 @cindex scheduling
4298 A time stamp is a specification of a date (possibly with time or a range
4299 of times) in a special format, either @samp{<2003-09-16 Tue>} or
4300 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
4301 12:00-12:30>}@footnote{This is the standard ISO date/time format.  To
4302 use an alternative format, see @ref{Custom time format}.}.  A time stamp
4303 can appear anywhere in the headline or body of an Org tree entry.  Its
4304 presence causes entries to be shown on specific dates in the agenda
4305 (@pxref{Weekly/daily agenda}).  We distinguish:
4307 @table @var
4308 @item Plain time stamp; Event; Appointment
4309 @cindex timestamp
4310 A simple time stamp just assigns a date/time to an item.  This is just
4311 like writing down an appointment or event in a paper agenda.  In the
4312 timeline and agenda displays, the headline of an entry associated with a
4313 plain time stamp will be shown exactly on that date.
4315 @example
4316 * Meet Peter at the movies <2006-11-01 Wed 19:15>
4317 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
4318 @end example
4320 @item Time stamp with repeater interval
4321 @cindex timestamp, with repeater interval
4322 A time stamp may contain a @emph{repeater interval}, indicating that it
4323 applies not only on the given date, but again and again after a certain
4324 interval of N days (d), weeks (w), months(m), or years(y).  The
4325 following will show up in the agenda every Wednesday:
4327 @example
4328 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
4329 @end example
4331 @item Diary-style sexp entries
4332 For more complex date specifications, Org mode supports using the
4333 special sexp diary entries implemented in the Emacs calendar/diary
4334 package.  For example
4336 @example
4337 * The nerd meeting on every 2nd Thursday of the month
4338   <%%(diary-float t 4 2)>
4339 @end example
4341 @item Time/Date range
4342 @cindex timerange
4343 @cindex date range
4344 Two time stamps connected by @samp{--} denote a range.  The headline
4345 will be shown on the first and last day of the range, and on any dates
4346 that are displayed and fall in the range.  Here is an example:
4348 @example
4349 ** Meeting in Amsterdam
4350    <2004-08-23 Mon>--<2004-08-26 Thu>
4351 @end example
4353 @item Inactive time stamp
4354 @cindex timestamp, inactive
4355 @cindex inactive timestamp
4356 Just like a plain time stamp, but with square brackets instead of
4357 angular ones.  These time stamps are inactive in the sense that they do
4358 @emph{not} trigger an entry to show up in the agenda.
4360 @example
4361 * Gillian comes late for the fifth time [2006-11-01 Wed]
4362 @end example
4364 @end table
4366 @node Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times
4367 @section Creating timestamps
4368 @cindex creating timestamps
4369 @cindex timestamps, creating
4371 For Org mode to recognize time stamps, they need to be in the specific
4372 format.  All commands listed below produce time stamps in the correct
4373 format.
4375 @table @kbd
4376 @kindex C-c .
4377 @item C-c .
4378 Prompt for a date and insert a corresponding time stamp.  When the cursor is
4379 at an existing time stamp in the buffer, the command is used to modify this
4380 timestamp instead of inserting a new one.  When this command is used twice in
4381 succession, a time range is inserted.
4383 @kindex C-u C-c .
4384 @item C-u C-c .
4385 Like @kbd{C-c .}, but use the alternative format which contains date
4386 and time.  The default time can be rounded to multiples of 5 minutes,
4387 see the option @code{org-time-stamp-rounding-minutes}.
4389 @kindex C-c !
4390 @item C-c !
4391 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
4392 an agenda entry.
4394 @kindex C-c <
4395 @item C-c <
4396 Insert a time stamp corresponding to the cursor date in the Calendar.
4398 @kindex C-c >
4399 @item C-c >
4400 Access the Emacs calendar for the current date.  If there is a
4401 timestamp in the current line, go to the corresponding date
4402 instead.
4404 @kindex C-c C-o
4405 @item C-c C-o
4406 Access the agenda for the date given by the time stamp or -range at
4407 point (@pxref{Weekly/daily agenda}).
4409 @kindex S-@key{left}
4410 @kindex S-@key{right}
4411 @item S-@key{left}
4412 @itemx S-@key{right}
4413 Change date at cursor by one day.  These key bindings conflict with
4414 CUA mode (@pxref{Conflicts}).
4416 @kindex S-@key{up}
4417 @kindex S-@key{down}
4418 @item S-@key{up}
4419 @itemx S-@key{down}
4420 Change the item under the cursor in a timestamp.  The cursor can be on a
4421 year, month, day, hour or minute.  Note that if the cursor is in a
4422 headline and not at a time stamp, these same keys modify the priority of
4423 an item.  (@pxref{Priorities}). The key bindings also conflict with
4424 CUA mode (@pxref{Conflicts}).
4426 @kindex C-c C-y
4427 @cindex evaluate time range
4428 @item C-c C-y
4429 Evaluate a time range by computing the difference between start and end.
4430 With a prefix argument, insert result after the time range (in a table: into
4431 the following column).
4432 @end table
4435 @menu
4436 * The date/time prompt::        How Org mode helps you entering date and time
4437 * Custom time format::          Making dates look different
4438 @end menu
4440 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
4441 @subsection The date/time prompt
4442 @cindex date, reading in minibuffer
4443 @cindex time, reading in minibuffer
4445 When Org mode prompts for a date/time, the default is shown as an ISO
4446 date, and the prompt therefore seems to ask for an ISO date.  But it
4447 will in fact accept any string containing some date and/or time
4448 information, and it is really smart about interpreting your input.  You
4449 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
4450 copied from an email message.  Org mode will find whatever information
4451 is in there and derive anything you have not specified from the
4452 @emph{default date and time}.  The default is usually the current date
4453 and time, but when modifying an existing time stamp, or when entering
4454 the second stamp of a range, it is taken from the stamp in the buffer.
4455 When filling in information, Org mode assumes that most of the time you
4456 will want to enter a date in the future: If you omit the month/year and
4457 the given day/month is @i{before} today, it will assume that you mean a
4458 future date@footnote{See the variable
4459 @code{org-read-date-prefer-future}.}.
4461 For example, lets assume that today is @b{June 13, 2006}.  Here is how
4462 various inputs will be interpreted, the items filled in by Org mode are
4463 in @b{bold}.
4465 @example
4466 3-2-5         --> 2003-02-05
4467 14            --> @b{2006}-@b{06}-14
4468 12            --> @b{2006}-@b{07}-12
4469 Fri           --> nearest Friday (defaultdate or later)
4470 sep 15        --> @b{2006}-11-15
4471 feb 15        --> @b{2007}-02-15
4472 sep 12 9      --> 2009-09-12
4473 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
4474 22 sept 0:34  --> @b{2006}-09-22 0:34
4475 w4            --> ISO week for of the current year @b{2006}
4476 2012 w4 fri   --> Friday of ISO week 4 in 2012
4477 2012-w04-5    --> Same as above
4478 @end example
4480 Furthermore you can specify a relative date by giving, as the
4481 @emph{first} thing in the input: a plus/minus sign, a number and a
4482 letter [dwmy] to indicate change in days weeks, months, years.  With a
4483 single plus or minus, the date is always relative to today.  With a
4484 double plus or minus, it is relative to the default date.  If instead of
4485 a single letter, you use the abbreviation of day name, the date will be
4486 the nth such day.  E.g.
4488 @example
4489 +0            --> today
4490 .             --> today
4491 +4d           --> four days from today
4492 +4            --> same as above
4493 +2w           --> two weeks from today
4494 ++5           --> five days from default date
4495 +2tue         --> second tuesday from now.
4496 @end example
4498 The function understands English month and weekday abbreviations.  If
4499 you want to use unabbreviated names and/or other languages, configure
4500 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
4502 @cindex calendar, for selecting date
4503 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
4504 you don't need/want the calendar, configure the variable
4505 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
4506 prompt, either by clicking on a date in the calendar, or by pressing
4507 @key{RET}, the date selected in the calendar will be combined with the
4508 information entered at the prompt.  You can control the calendar fully
4509 from the minibuffer:
4511 @kindex <
4512 @kindex >
4513 @kindex mouse-1
4514 @kindex S-@key{right}
4515 @kindex S-@key{left}
4516 @kindex S-@key{down}
4517 @kindex S-@key{up}
4518 @kindex M-S-@key{right}
4519 @kindex M-S-@key{left}
4520 @kindex @key{RET}
4521 @example
4522 > / <          @r{Scroll calendar forward/backward by one month.}
4523 mouse-1        @r{Select date by clicking on it.}
4524 S-@key{right}/@key{left}     @r{One day forward/backward.}
4525 S-@key{down}/@key{up}     @r{One week forward/backward.}
4526 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
4527 @key{RET}           @r{Choose date in calendar.}
4528 @end example
4530 The actions of the date/time prompt may seem complex, but I assure you they
4531 will grow on you, and you will start getting annoyed by pretty much any other
4532 way of entering a date/time out there.  To help you understand what is going
4533 on, the current interpretation of your input will be displayed live in the
4534 minibuffer@footnote{If you find this distracting, turn the display of with
4535 @code{org-read-date-display-live}.}.
4537 @node Custom time format,  , The date/time prompt, Creating timestamps
4538 @subsection Custom time format
4539 @cindex custom date/time format
4540 @cindex time format, custom
4541 @cindex date format, custom
4543 Org mode uses the standard ISO notation for dates and times as it is
4544 defined in ISO 8601.  If you cannot get used to this and require another
4545 representation of date and time to keep you happy, you can get it by
4546 customizing the variables @code{org-display-custom-times} and
4547 @code{org-time-stamp-custom-formats}.
4549 @table @kbd
4550 @kindex C-c C-x C-t
4551 @item C-c C-x C-t
4552 Toggle the display of custom formats for dates and times.
4553 @end table
4555 @noindent
4556 Org mode needs the default format for scanning, so the custom date/time
4557 format does not @emph{replace} the default format - instead it is put
4558 @emph{over} the default format using text properties.  This has the
4559 following consequences:
4560 @itemize @bullet
4561 @item
4562 You cannot place the cursor onto a time stamp anymore, only before or
4563 after.
4564 @item
4565 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
4566 each component of a time stamp.  If the cursor is at the beginning of
4567 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
4568 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
4569 time will be changed by one minute.
4570 @item
4571 If the time stamp contains a range of clock times or a repeater, these
4572 will not be overlayed, but remain in the buffer as they were.
4573 @item
4574 When you delete a time stamp character-by-character, it will only
4575 disappear from the buffer after @emph{all} (invisible) characters
4576 belonging to the ISO timestamp have been removed.
4577 @item
4578 If the custom time stamp format is longer than the default and you are
4579 using dates in tables, table alignment will be messed up.  If the custom
4580 format is shorter, things do work as expected.
4581 @end itemize
4584 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times
4585 @section Deadlines and scheduling
4587 A time stamp may be preceded by special keywords to facilitate planning:
4589 @table @var
4590 @item DEADLINE
4591 @cindex DEADLINE keyword
4593 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
4594 to be finished on that date.
4596 On the deadline date, the task will be listed in the agenda.  In
4597 addition, the agenda for @emph{today} will carry a warning about the
4598 approaching or missed deadline, starting
4599 @code{org-deadline-warning-days} before the due date, and continuing
4600 until the entry is marked DONE.  An example:
4602 @example
4603 *** TODO write article about the Earth for the Guide
4604     The editor in charge is [[bbdb:Ford Prefect]]
4605     DEADLINE: <2004-02-29 Sun>
4606 @end example
4608 You can specify a different lead time for warnings for a specific
4609 deadlines using the following syntax.  Here is an example with a warning
4610 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
4612 @item SCHEDULED
4613 @cindex SCHEDULED keyword
4615 Meaning: you are planning to start working on that task on the given
4616 date.
4618 The headline will be listed under the given date@footnote{It will still
4619 be listed on that date after it has been marked DONE.  If you don't like
4620 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
4621 addition, a reminder that the scheduled date has passed will be present
4622 in the compilation for @emph{today}, until the entry is marked DONE.
4623 I.e., the task will automatically be forwarded until completed.
4625 @example
4626 *** TODO Call Trillian for a date on New Years Eve.
4627     SCHEDULED: <2004-12-25 Sat>
4628 @end example
4630 @noindent
4631 @b{Important:} Scheduling an item in Org mode should @i{not} be
4632 understood in the same way that we understand @i{scheduling a meeting}.
4633 Setting a date for a meeting is just a simple appointment, you should
4634 mark this entry with a simple plain time stamp, to get this item shown
4635 on the date where it applies.  This is a frequent mis-understanding from
4636 Org-users.  In Org mode, @i{scheduling} means setting a date when you
4637 want to start working on an action item.
4638 @end table
4640 You may use time stamps with repeaters in scheduling and deadline
4641 entries.  Org mode will issue early and late warnings based on the
4642 assumption that the time stamp represents the @i{nearest instance} of
4643 the repeater.  However, the use of diary sexp entries like
4645 @code{<%%(diary-float t 42)>}
4647 in scheduling and deadline timestamps is limited.  Org mode does not
4648 know enough about the internals of each sexp function to issue early and
4649 late warnings.  However, it will show the item on each day where the
4650 sexp entry matches.
4652 @menu
4653 * Inserting deadline/schedule::  Planning items
4654 * Repeated tasks::              Items that show up again and again
4655 @end menu
4657 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
4658 @subsection Inserting deadlines or schedules
4660 The following commands allow to quickly insert a deadline or to schedule
4661 an item:
4663 @table @kbd
4665 @kindex C-c C-d
4666 @item C-c C-d
4667 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
4668 happen in the line directly following the headline.  When called with a
4669 prefix arg, an existing deadline will be removed from the entry.
4670 @c FIXME Any CLOSED timestamp will be removed.????????
4672 @kindex C-c / d
4673 @cindex sparse tree, for deadlines
4674 @item C-c / d
4675 Create a sparse tree with all deadlines that are either past-due, or
4676 which will become due within @code{org-deadline-warning-days}.
4677 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
4678 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
4679 all deadlines due tomorrow.
4681 @kindex C-c C-s
4682 @item C-c C-s
4683 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
4684 happen in the line directly following the headline.  Any CLOSED
4685 timestamp will be removed.  When called with a prefix argument, remove
4686 the scheduling date from the entry.
4688 @kindex C-c C-x C-k
4689 @kindex k a
4690 @kindex k s
4691 @item C-c C-x C-k
4692 Mark the current entry for agenda action.  After you have marked the entry
4693 like this, you can open the agenda or the calendar to find an appropriate
4694 date.  With the cursor on the selected date, press @kbd{k s} or @kbd{k d} to
4695 schedule the marked item.
4696 @end table
4698 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
4699 @subsection Repeated tasks
4701 Some tasks need to be repeated again and again.  Org mode helps to
4702 organize such tasks using a so-called repeater in a DEADLINE, SCHEDULED,
4703 or plain time stamp.  In the following example
4704 @example
4705 ** TODO Pay the rent
4706    DEADLINE: <2005-10-01 Sat +1m>
4707 @end example
4708 the @code{+1m} is a repeater; the intended interpretation is that the
4709 task has a deadline on <2005-10-01> and repeats itself every (one) month
4710 starting from that time.  If you need both a repeater and a special
4711 warning period in a deadline entry, the repeater comes first and the
4712 warning period last: @code{DEADLINE: <2005-10-01 Sat +1m -3d>}.
4714 Deadlines and scheduled items produce entries in the agenda when they
4715 are over-due, so it is important to be able to mark such an entry as
4716 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
4717 with the TODO keyword DONE, it will no longer produce entries in the
4718 agenda.  The problem with this is, however, that then also the
4719 @emph{next} instance of the repeated entry will not be active.  Org mode
4720 deals with this in the following way: When you try to mark such an entry
4721 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
4722 time stamp by the repeater interval, and immediately set the entry state
4723 back to TODO.  In the example above, setting the state to DONE would
4724 actually switch the date like this:
4726 @example
4727 ** TODO Pay the rent
4728    DEADLINE: <2005-11-01 Tue +1m>
4729 @end example
4731 A timestamp@footnote{You can change this using the option
4732 @code{org-log-repeat}, or the @code{#+STARTUP} options @code{logrepeat},
4733 @code{lognoterepeat}, and @code{nologrepeat}.  With @code{lognoterepeat}, you
4734 will aslo be prompted for a note.} will be added under the deadline, to keep
4735 a record that you actually acted on the previous instance of this deadline.
4737 As a consequence of shifting the base date, this entry will no longer be
4738 visible in the agenda when checking past dates, but all future instances
4739 will be visible.
4741 With the @samp{+1m} cookie, the date shift will always be exactly one
4742 month.  So if you have not payed the rent for three months, marking this
4743 entry DONE will still keep it as an overdue deadline.  Depending on the
4744 task, this may not be the best way to handle it.  For example, if you
4745 forgot to call you father for 3 weeks, it does not make sense to call
4746 him 3 times in a single day to make up for it.  Finally, there are tasks
4747 like changing batteries which should always repeat a certain time
4748 @i{after} the last time you did it.  For these tasks, Org mode has
4749 special repeaters markers with @samp{++} and @samp{.+}.  For example:
4751 @example
4752 ** TODO Call Father
4753    DEADLINE: <2008-02-10 Sun ++1w>
4754    Marking this DONE will shift the date by at least one week,
4755    but also by as many weeks as it takes to get this date into
4756    the future.  However, it stays on a Sunday, even if you called
4757    and marked it done on Saturday.
4758 ** TODO Check the batteries in the smoke detectors
4759    DEADLINE: <2005-11-01 Tue .+1m>
4760    Marking this DONE will shift the date to one month after
4761    today.
4762 @end example
4764 You may have both scheduling and deadline information for a specific
4765 task - just make sure that the repeater intervals on both are the same.
4767 @node Clocking work time, Effort estimates, Deadlines and scheduling, Dates and Times
4768 @section Clocking work time
4770 Org mode allows you to clock the time you spent on specific tasks in a
4771 project.  When you start working on an item, you can start the clock.
4772 When you stop working on that task, or when you mark the task done, the
4773 clock is stopped and the corresponding time interval is recorded.  It
4774 also computes the total time spent on each subtree of a project.
4776 @table @kbd
4777 @kindex C-c C-x C-i
4778 @item C-c C-x C-i
4779 Start the clock on the current item (clock-in).  This inserts the CLOCK
4780 keyword together with a timestamp.  If this is not the first clocking of
4781 this item, the multiple CLOCK lines will be wrapped into a
4782 @code{:CLOCK:} drawer (see also the variable
4783 @code{org-clock-into-drawer}).  When called with a @kbd{C-u} prefix argument,
4784 select the task from a list of recently clocked tasks.  With two @kbd{C-u
4785 C-u} prefixes, clock into the task at point and mark it as the default task.
4786 The default task will always be available when selecting a clocking task,
4787 with letter @kbd{d}.
4788 @kindex C-c C-x C-o
4789 @item C-c C-x C-o
4790 Stop the clock (clock-out).  The inserts another timestamp at the same
4791 location where the clock was last started.  It also directly computes
4792 the resulting time in inserts it after the time range as @samp{=>
4793 HH:MM}.  See the variable @code{org-log-note-clock-out} for the
4794 possibility to record an additional note together with the clock-out
4795 time stamp@footnote{The corresponding in-buffer setting is:
4796 @code{#+STARTUP: lognoteclock-out}}.
4797 @kindex C-c C-y
4798 @item C-c C-y
4799 Recompute the time interval after changing one of the time stamps.  This
4800 is only necessary if you edit the time stamps directly.  If you change
4801 them with @kbd{S-@key{cursor}} keys, the update is automatic.
4802 @kindex C-c C-t
4803 @item C-c C-t
4804 Changing the TODO state of an item to DONE automatically stops the clock
4805 if it is running in this same item.
4806 @kindex C-c C-x C-x
4807 @item C-c C-x C-x
4808 Cancel the current clock.  This is useful if a clock was started by
4809 mistake, or if you ended up working on something else.
4810 @kindex C-c C-x C-j
4811 @item C-c C-x C-j
4812 Jump to the entry that contains the currently running clock.  With a
4813 @kbd{C-u} prefix arg, select the target task from a list of recently clocked
4814 tasks.
4815 @kindex C-c C-x C-d
4816 @item C-c C-x C-d
4817 Display time summaries for each subtree in the current buffer.  This
4818 puts overlays at the end of each headline, showing the total time
4819 recorded under that heading, including the time of any subheadings. You
4820 can use visibility cycling to study the tree, but the overlays disappear
4821 when you change the buffer (see variable
4822 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
4823 @kindex C-c C-x C-r
4824 @item C-c C-x C-r
4825 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
4826 report as an Org mode table into the current file.  When the cursor is
4827 at an existing clock table, just update it.  When called with a prefix
4828 argument, jump to the first clock report in the current document and
4829 update it.
4830 @cindex #+BEGIN: clocktable
4831 @example
4832 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4833 #+END: clocktable
4834 @end example
4835 @noindent
4836 If such a block already exists at point, its content is replaced by the
4837 new table.  The @samp{BEGIN} line can specify options:
4838 @example
4839 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4840 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4841 :scope       @r{The scope to consider.  This can be any of the following:}
4842              nil        @r{the current buffer or narrowed region}
4843              file       @r{the full current buffer}
4844              subtree    @r{the subtree where the clocktable is located}
4845              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4846              tree       @r{the surrounding level 1 tree}
4847              agenda     @r{all agenda files}
4848              ("file"..) @r{scan these files}
4849              file-with-archives    @r{current file and its archives}
4850              agenda-with-archives  @r{all agenda files, including archives}
4851 :block       @r{The time block to consider.  This block is specified either}
4852              @r{absolute, or relative to the current time and may be any of}
4853              @r{these formats:}
4854              2007-12-31    @r{New year eve 2007}
4855              2007-12       @r{December 2007}
4856              2007-W50      @r{ISO-week 50 in 2007}
4857              2007          @r{the year 2007}
4858              today, yesterday, today-N          @r{a relative day}
4859              thisweek, lastweek, thisweek-N     @r{a relative week}
4860              thismonth, lastmonth, thismonth-N  @r{a relative month}
4861              thisyear, lastyear, thisyear-N     @r{a relative year}
4862              @r{Use @kbd{S-@key{left}/@key{right}} keys to shift the time interval.}
4863 :tstart      @r{A time string specifying when to start considering times}
4864 :tend        @r{A time string specifying when to stop considering times}
4865 :step        @r{@code{week} or @code{day}, to split the table into chunks.}
4866              @r{To use this, @code{:block} or @code{:tstart}, @code{:tend} are needed.}
4867 :link        @r{Link the item headlines in the table to their origins}
4868 :formula     @r{Content of a @code{#+TBLFM} line to be added and evaluated.}
4869              @r{As a special case, @samp{:formula %} adds column with % time.}
4870              @r{If you do not specify a formula here, any existing formula}
4871              @r{below the clock table will survive updates and be evaluated.}
4872 @end example
4873 So to get a clock summary of the current level 1 tree, for the current
4874 day, you could write
4875 @example
4876 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1 :link t
4877 #+END: clocktable
4878 @end example
4879 and to use a specific time range you could write@footnote{Note that all
4880 parameters must be specified in a single line - the line is broken here
4881 only to fit it onto the manual.}
4882 @example
4883 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
4884                     :tend "<2006-08-10 Thu 12:00>"
4885 #+END: clocktable
4886 @end example
4887 A summary of the current subtree with % times would be
4888 @example
4889 #+BEGIN: clocktable :scope subtree :link t :formula %
4890 #+END: clocktable
4891 @end example
4892 @kindex C-c C-c
4893 @item C-c C-c
4894 @kindex C-c C-x C-u
4895 @itemx C-c C-x C-u
4896 Update dynamical block at point.  The cursor needs to be in the
4897 @code{#+BEGIN} line of the dynamic block.
4898 @kindex C-u C-c C-x C-u
4899 @item C-u C-c C-x C-u
4900 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4901 you have several clock table blocks in a buffer.
4902 @kindex S-@key{left}
4903 @kindex S-@key{right}
4904 @item S-@key{left}
4905 @itemx S-@key{right}
4906 Shift the current @code{:block} interval and update the table.  The cursor
4907 needs to be in the @code{#+BEGIN: clocktable} line for this command.  If
4908 @code{:block} is @code{today}, it will be shifted to @code{today-1} etc.
4909 @end table
4911 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4912 the agenda (@pxref{Weekly/daily agenda}) to show which tasks have been
4913 worked on or closed during a day.
4915 @node Effort estimates, Relative timer, Clocking work time, Dates and Times
4916 @section Effort estimates
4917 @cindex effort estimates
4919 If you want to plan your work in a very detailed way, or if you need to
4920 produce offers with quotations of the estimated work effort, you may want to
4921 assign effort estimates to entries.  If you are also clocking your work, you
4922 may later want to compare the planned effort with the actual working time, a
4923 great way to improve planning estimates.  Effort estimates are stored in a
4924 special property @samp{Effort}@footnote{You may change the property being
4925 used with the variable @code{org-effort-property}.}.  Clearly the best way to
4926 work with effort estimates is through column view (@pxref{Column view}).  You
4927 should start by setting up discrete values for effort estimates, and a
4928 @code{COLUMNS} format that displays these values together with clock sums (if
4929 you want to clock your time).  For a specific buffer you can use
4931 @example
4932 #+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00
4933 #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort)@{:@} %CLOCKSUM
4934 @end example
4936 @noindent
4937 or, even better, you can set up these values globally by customizing the
4938 variables @code{org-global-properties} and @code{org-columns-default-format}.
4939 In particular if you want to use this setup also in the agenda, a global
4940 setup may be advised.
4942 The way to assign estimates to individual items is then to switch to column
4943 mode, and to use @kbd{S-@key{right}} and @kbd{S-@key{left}} to change the
4944 value.  The values you enter will immediately be summed up in the hierarchy.
4945 In the column next to it, any clocked time will be displayed.
4947 If you switch to column view in the daily/weekly agenda, the effort column
4948 will summarize the estimated work effort for each day@footnote{Please note
4949 the pitfalls of summing hierarchical data in a flat list (@pxref{Agenda
4950 column view}).}, and you can use this to find space in your schedule.  To get
4951 an overview of the entire part of the day that is committed, you can set the
4952 option @code{org-agenda-columns-add-appointments-to-effort-sum}.  The
4953 appointments on a day that take place over a specified time interval will
4954 then also be added to the load estimate of the day.
4956 Effort estimates can be used in secondary agenda filtering that is triggered
4957 with the @kbd{/} key in the agenda (@pxref{Agenda commands}).  If you have
4958 these estimates defined consistently, two or three key presses will narrow
4959 down the list to stuff that fits into an available time slot.
4961 @node Relative timer,  , Effort estimates, Dates and Times
4962 @section Taking notes with a relative timer
4963 @cindex relative timer
4965 When taking notes during, for example, a meeting or a video viewing, it can
4966 be useful to have access to times relative to a starting time.  Org provides
4967 such a relative timer and make it easy to create timed notes.
4969 @table @kbd
4970 @kindex C-c C-x .
4971 @item C-c C-x .
4972 Insert a relative time into the buffer.  The first time you use this, the
4973 timer will be started.  When called with a prefix argument, the timer is
4974 restarted.
4975 @kindex C-c C-x -
4976 @item C-c C-x -
4977 Insert a description list item with the current relative time.  With a prefix
4978 argument, first reset the timer to 0.
4979 @kindex M-@key{RET}
4980 @item M-@key{RET}
4981 One the timer list is started, you can also use @kbd{M-@key{RET}} to insert
4982 new timer items.
4983 @kindex C-c C-x 0
4984 @item C-c C-x 0
4985 Reset the timer without inserting anything into the buffer.  By default, the
4986 timer is reset to 0.  When called with a @kbd{C-u} prefix, reset the timer to
4987 specific starting offset.  The user is prompted for the offset, with a
4988 default taken from a timer string at point, if any, So this can be used to
4989 restart taking notes after a break in the process.  When called with a double
4990 prefix argument @kbd{C-c C-u}, change all timer strings in the active region
4991 by a certain amount.  This can be used to fix timer strings if the timer was
4992 not started at exactly the right moment.
4993 @end table
4995 @node Capture, Agenda Views, Dates and Times, Top
4996 @chapter Capture
4997 @cindex capture
4999 An important part of any organization system is the ability to quickly
5000 capture new ideas and tasks, and to associate reference material with them.
5001 Org uses the @file{remember} package to create tasks, and stores files
5002 related to a task (@i{attachments}) in a special directory.
5004 @menu
5005 * Remember::                    Capture new tasks/ideas with little interruption
5006 * Attachments::                 Add files to tasks.
5007 @end menu
5009 @node Remember, Attachments, Capture, Capture
5010 @section Remember
5011 @cindex @file{remember.el}
5013 The @i{Remember} package by John Wiegley lets you store quick notes with
5014 little interruption of your work flow.  See
5015 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
5016 information.  It is an excellent way to add new notes and tasks to
5017 Org files.  Org significantly expands the possibilities of
5018 @i{remember}: You may define templates for different note types, and
5019 associate target files and headlines with specific templates.  It also
5020 allows you to select the location where a note should be stored
5021 interactively, on the fly.
5023 @menu
5024 * Setting up Remember::         Some code for .emacs to get things going
5025 * Remember templates::          Define the outline of different note types
5026 * Storing notes::               Directly get the note to where it belongs
5027 * Refiling notes::              Moving a note or task to a project
5028 @end menu
5030 @node Setting up Remember, Remember templates, Remember, Remember
5031 @subsection Setting up Remember
5033 The following customization will tell @i{remember} to use org files as
5034 target, and to create annotations compatible with Org links.
5036 @example
5037 (org-remember-insinuate)
5038 (setq org-directory "~/path/to/my/orgfiles/")
5039 (setq org-default-notes-file (concat org-directory "/notes.org"))
5040 (define-key global-map "\C-cr" 'org-remember)
5041 @end example
5043 The last line binds the command @code{org-remember} to a global
5044 key@footnote{Please select your own key, @kbd{C-c r} is only a
5045 suggestion.}.  @code{org-remember} basically just calls @code{remember},
5046 but it makes a few things easier: If there is an active region, it will
5047 automatically copy the region into the remember buffer.  It also allows
5048 to jump to the buffer and location where remember notes are being
5049 stored: Just call @code{org-remember} with a prefix argument.  If you
5050 use two prefix arguments, Org jumps to the location where the last
5051 remember note was stored.
5053 The remember buffer will actually use @code{org-mode} as its major mode, so
5054 that all editing features of Org-mode are available.  In addition to this, a
5055 minor mode @code{org-remember-mode} is turned on, for the single purpose that
5056 you can use its keymap @code{org-remember-mode-map} to overwrite some of
5057 Org-mode's key bindings.
5059 You can also call @code{org-remember} in a special way from the agenda,
5060 using the @kbd{k r} key combination.  With this access, any time stamps
5061 inserted by the selected remember template (see below) will default to
5062 the cursor date in the agenda, rather than to the current date.
5064 @node Remember templates, Storing notes, Setting up Remember, Remember
5065 @subsection Remember templates
5066 @cindex templates, for remember
5068 In combination with Org, you can use templates to generate
5069 different types of @i{remember} notes.  For example, if you would like
5070 to use one template to create general TODO entries, another one for
5071 journal entries, and a third one for collecting random ideas, you could
5072 use:
5074 @example
5075 (setq org-remember-templates
5076  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
5077    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
5078    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5079 @end example
5081 @noindent In these entries, the first string is just a name, and the
5082 character specifies how to select the template.  It is useful if the
5083 character is also the first letter of the name.  The next string specifies
5084 the template.  Two more (optional) strings give the file in which, and the
5085 headline under which the new note should be stored.  The file (if not present
5086 or @code{nil}) defaults to @code{org-default-notes-file}, the heading to
5087 @code{org-remember-default-headline}.  If the file name is not an absolute
5088 path, it will be interpreted relative to @code{org-directory}.  The heading
5089 can also be the symbols @code{top} or @code{bottom} to send note as level 1
5090 entries to the beginning or end of the file, respectively.
5092 An optional sixth element specifies the contexts in which the user can select
5093 the template.  This element can be a list of major modes or a function.
5094 @code{org-remember} will first check whether the function returns @code{t} or
5095 if we are in any of the listed major mode, and exclude templates fo which
5096 this condition is not fulfilled.  Templates that do not specify this element
5097 at all, or that use @code{nil} or @code{t} as a value will always be
5098 selectable.
5100 So for example:
5102 @example
5103 (setq org-remember-templates
5104  '(("Bug" ?b "* BUG %?\n  %i\n  %a" "~/org/BUGS.org" "Bugs" (emacs-lisp-mode))
5105    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org" "X" my-check)
5106    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
5107 @end example
5109 The first template will only be available when invoking @code{org-remember}
5110 from an buffer in @code{emacs-lisp-mode}.  The second template will only be
5111 available when the function @code{my-check} returns @code{t}.  The third
5112 template will be proposed in any context.
5114 When you call @kbd{M-x org-remember} (or @kbd{M-x remember}) to remember
5115 something, Org will prompt for a key to select the template (if you have
5116 more than one template) and then prepare the buffer like
5117 @example
5118 * TODO
5119   [[file:link to where you called remember]]
5120 @end example
5122 @noindent
5123 During expansion of the template, special @kbd{%}-escapes allow dynamic
5124 insertion of content:
5125 @example
5126 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
5127             @r{You may specify a default value and a completion table with}
5128             @r{%^@{prompt|default|completion2|completion3...@}}
5129             @r{The arrow keys access a prompt-specific history.}
5130 %a          @r{annotation, normally the link created with @code{org-store-link}}
5131 %A          @r{like @code{%a}, but prompt for the description part}
5132 %i          @r{initial content, the region when remember is called with C-u.}
5133             @r{The entire text will be indented like @code{%i} itself.}
5134 %t          @r{time stamp, date only}
5135 %T          @r{time stamp with date and time}
5136 %u, %U      @r{like the above, but inactive time stamps}
5137 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
5138             @r{You may define a prompt like @code{%^@{Birthday@}t}}
5139 %n          @r{user name (taken from @code{user-full-name})}
5140 %c          @r{Current kill ring head.}
5141 %x          @r{Content of the X clipboard.}
5142 %^C         @r{Interactive selection of which kill or clip to use.}
5143 %^L         @r{Like @code{%^C}, but insert as link.}
5144 %^g         @r{prompt for tags, with completion on tags in target file.}
5145 %k          @r{title of currently clocked task}
5146 %K          @r{link to currently clocked task}
5147 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
5148 %^@{prop@}p   @r{Prompt the user for a value for property @code{prop}}
5149 %:keyword   @r{specific information for certain link types, see below}
5150 %[pathname] @r{insert the contents of the file given by @code{pathname}}
5151 %(sexp)     @r{evaluate elisp @code{(sexp)} and replace with the result}
5152 %!          @r{immediately store note after completing the template}
5153             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
5154 %&          @r{jump to target location immediately after storing note}
5155 @end example
5157 @noindent
5158 For specific link types, the following keywords will be
5159 defined@footnote{If you define your own link types (@pxref{Adding
5160 hyperlink types}), any property you store with
5161 @code{org-store-link-props} can be accessed in remember templates in a
5162 similar way.}:
5164 @example
5165 Link type          |  Available keywords
5166 -------------------+----------------------------------------------
5167 bbdb               |  %:name %:company
5168 bbdb               |  %::server %:port %:nick
5169 vm, wl, mh, rmail  |  %:type %:subject %:message-id
5170                    |  %:from %:fromname %:fromaddress
5171                    |  %:to   %:toname   %:toaddress
5172                    |  %:fromto @r{(either "to NAME" or "from NAME")@footnote{This will always be the other, not the user.  See the variable @code{org-from-is-user-regexp}.}}
5173 gnus               |  %:group, @r{for messages also all email fields}
5174 w3, w3m            |  %:url
5175 info               |  %:file %:node
5176 calendar           |  %:date"
5177 @end example
5179 @noindent
5180 To place the cursor after template expansion use:
5182 @example
5183 %?          @r{After completing the template, position cursor here.}
5184 @end example
5186 @noindent
5187 If you change your mind about which template to use, call
5188 @code{org-remember} in the remember buffer.  You may then select a new
5189 template that will be filled with the previous context information.
5191 @node Storing notes, Refiling notes, Remember templates, Remember
5192 @subsection Storing notes
5194 When you are finished preparing a note with @i{remember}, you have to press
5195 @kbd{C-c C-c} to file the note away.  If you have started the clock in the
5196 remember buffer, you will first be asked if you want to clock out
5197 now@footnote{To avoid this query, configure the variable
5198 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
5199 will continue to run after the note was filed away.
5201 The handler will then store the note in the file and under the headline
5202 specified in the template, or it will use the default file and headlines.
5203 The window configuration will be restored, sending you back to the working
5204 context before the call to @code{remember}.  To re-use the location found
5205 during the last call to @code{remember}, exit the remember buffer with
5206 @kbd{C-0 C-c C-c}, i.e. specify a zero prefix argument to @kbd{C-c C-c}.
5207 Another special case is @kbd{C-2 C-c C-c} which files the note as a child of
5208 the currently clocked item.
5210 If you want to store the note directly to a different place, use
5211 @kbd{C-1 C-c C-c} instead to exit remember@footnote{Configure the
5212 variable @code{org-remember-store-without-prompt} to make this behavior
5213 the default.}.  The handler will then first prompt for a target file -
5214 if you press @key{RET}, the value specified for the template is used.
5215 Then the command offers the headings tree of the selected file, with the
5216 cursor position at the default headline (if you had specified one in the
5217 template).  You can either immediately press @key{RET} to get the note
5218 placed there.  Or you can use the following keys to find a different
5219 location:
5220 @example
5221 @key{TAB}         @r{Cycle visibility.}
5222 @key{down} / @key{up}   @r{Next/previous visible headline.}
5223 n / p        @r{Next/previous visible headline.}
5224 f / b        @r{Next/previous headline same level.}
5225 u            @r{One level up.}
5226 @c 0-9          @r{Digit argument.}
5227 @end example
5228 @noindent
5229 Pressing @key{RET} or @key{left} or @key{right}
5230 then leads to the following result.
5232 @multitable @columnfractions 0.2 0.15 0.65
5233 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
5234 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
5235 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
5236 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
5237 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
5238 @item                 @tab @tab depending on @code{org-reverse-note-order}.
5239 @item not on headline @tab @key{RET}
5240       @tab at cursor position, level taken from context.
5241 @end multitable
5243 Before inserting the text into a tree, the function ensures that the text has
5244 a headline, i.e. a first line that starts with a @samp{*}.  If not, a
5245 headline is constructed from the current date.  If you have indented the text
5246 of the note below the headline, the indentation will be adapted if inserting
5247 the note into the tree requires demotion from level 1.
5249 @node Refiling notes,  , Storing notes, Remember
5250 @subsection Refiling notes
5251 @cindex refiling notes
5253 Remember is usually used to quickly capture notes and tasks into one or
5254 a few capture lists.  When reviewing the captured data, you may want to
5255 refile some of the entries into a different list, for example into a
5256 project.  Cutting, finding the right location and then pasting the note
5257 is cumbersome.  To simplify this process, you can use the following
5258 special command:
5260 @table @kbd
5261 @kindex C-c C-w
5262 @item C-c C-w
5263 Refile the entry or region at point.  This command offers possible locations
5264 for refiling the entry and lets you select one with completion.  The item (or
5265 all items in the region) is filed below the target heading as a subitem.
5266 Depending on @code{org-reverse-note-order}, it will be either the first or
5267 last subitem.@*
5268 By default, all level 1 headlines in the current buffer are considered to be
5269 targets, but you can have more complex definitions across a number of files.
5270 See the variable @code{org-refile-targets} for details.  If you would like to
5271 select a location via a file-path-like completion along the outline path, see
5272 the variables @code{org-refile-use-outline-path} and
5273 @code{org-outline-path-complete-in-steps}.
5274 @kindex C-u C-c C-w
5275 @item C-u C-c C-w
5276 Use the refile interface to jump to a heading.
5277 @kindex C-u C-u C-c C-w
5278 @item C-u C-u C-c C-w
5279 Jump to the location where @code{org-refile} last moved a tree to.
5280 @end table
5282 @node Attachments,  , Remember, Capture
5283 @section Attachments
5284 @cindex attachments
5286 It is often useful to associate reference material with an outline node/task.
5287 Small chunks of plain text can simply be stored in the subtree of a project.
5288 Hyperlinks (@pxref{Hyperlinks}) can be used to establish associations with
5289 files that live elsewhere on your computer or in the cloud, like emails or
5290 source code files belonging to a project.  Another method is @i{attachments},
5291 which are files located in a directory belonging to an outline node.  Org
5292 uses directories named by the unique ID of each entry.  These directories are
5293 located in the @file{data} directory which lives in the same directory where
5294 your org-file lives@footnote{If you move entries or Org-files from one
5295 directory to the next, you may want to configure @code{org-attach-directory}
5296 to contain an absolute path.}.  If you initialize this directory with
5297 @code{git-init}, Org will automatically commit changes when it sees them.
5298 The attachment system has been contributed to Org by John Wiegley.
5300 @noindent The following commands deal with attachments.
5302 @table @kbd
5304 @kindex C-c C-a
5305 @item C-c C-a
5306 The dispatcher for commands related to the attachment system.  After these
5307 keys, a list of commands is displayed and you need to press an additional key
5308 to select a command:
5310 @table @kbd
5311 @kindex C-c C-a a
5312 @item a
5313 Select a file and move it into the task's attachment directory.  The file
5314 will be copied, moved, or linked, depending on @code{org-attach-method}.
5315 Note that hard links are not supported on all systems.
5317 @kindex C-c C-a c
5318 @kindex C-c C-a m
5319 @kindex C-c C-a l
5320 @item c/m/l
5321 Attach a file using the copy/move/link method.
5322 Note that hard links are not supported on all systems.
5324 @kindex C-c C-a n
5325 @item n
5326 Create a new attachment as an Emacs buffer.
5328 @kindex C-c C-a z
5329 @item z
5330 Synchronize the current task with its attachment directory, in case you added
5331 attachments yourself.
5333 @kindex C-c C-a o
5334 @item o
5335 Open current task's attachment.  If there are more than one, prompt for a
5336 file name first.  Opening will follow the rules set by @code{org-file-apps}.
5337 For more details, see the information on following hyperlings
5338 (@pxref{Handling links}).
5340 @kindex C-c C-a O
5341 @item O
5342 Also open the attachment, but force opening the file in Emacs.
5344 @kindex C-c C-a f
5345 @item f
5346 Open the current task's attachment directory.
5348 @kindex C-c C-a F
5349 @item F
5350 Also open the directory, but force using @code{dired} in Emacs.
5352 @kindex C-c C-a d
5353 @item d
5354 Select and delete a single attachment.
5356 @kindex C-c C-a D
5357 @item D
5358 Delete all of a task's attachments.  A safer way is to open the directory in
5359 dired and delete from there.
5360 @end table
5361 @end table
5363 @node Agenda Views, Embedded LaTeX, Capture, Top
5364 @chapter Agenda Views
5365 @cindex agenda views
5367 Due to the way Org works, TODO items, time-stamped items, and
5368 tagged headlines can be scattered throughout a file or even a number of
5369 files.  To get an overview of open action items, or of events that are
5370 important for a particular date, this information must be collected,
5371 sorted and displayed in an organized way.
5373 Org can select items based on various criteria, and display them
5374 in a separate buffer.  Seven different view types are provided:
5376 @itemize @bullet
5377 @item
5378 an @emph{agenda} that is like a calendar and shows information
5379 for specific dates,
5380 @item
5381 a @emph{TODO list} that covers all unfinished
5382 action items,
5383 @item
5384 a @emph{match view}, showings headlines based on the tags, properties and
5385 TODO state associated with them,
5386 @item
5387 a @emph{timeline view} that shows all events in a single Org file,
5388 in time-sorted view,
5389 @item
5390 a @emph{keyword search view} that shows all entries from multiple files
5391 that contain specified keywords.
5392 @item
5393 a @emph{stuck projects view} showing projects that currently don't move
5394 along, and
5395 @item
5396 @emph{custom views} that are special tag/keyword searches and
5397 combinations of different views.
5398 @end itemize
5400 @noindent
5401 The extracted information is displayed in a special @emph{agenda
5402 buffer}.  This buffer is read-only, but provides commands to visit the
5403 corresponding locations in the original Org files, and even to
5404 edit these files remotely.
5406 Two variables control how the agenda buffer is displayed and whether the
5407 window configuration is restored when the agenda exits:
5408 @code{org-agenda-window-setup} and
5409 @code{org-agenda-restore-windows-after-quit}.
5411 @menu
5412 * Agenda files::                Files being searched for agenda information
5413 * Agenda dispatcher::           Keyboard access to agenda views
5414 * Built-in agenda views::       What is available out of the box?
5415 * Presentation and sorting::    How agenda items are prepared for display
5416 * Agenda commands::             Remote editing of Org trees
5417 * Custom agenda views::         Defining special searches and views
5418 * Agenda column view::          Using column view for collected entries
5419 @end menu
5421 @node Agenda files, Agenda dispatcher, Agenda Views, Agenda Views
5422 @section Agenda files
5423 @cindex agenda files
5424 @cindex files for agenda
5426 The information to be shown is normally collected from all @emph{agenda
5427 files}, the files listed in the variable
5428 @code{org-agenda-files}@footnote{If the value of that variable is not a
5429 list, but a single file name, then the list of agenda files will be
5430 maintained in that external file.}. If a directory is part of this list,
5431 all files with the extension @file{.org} in this directory will be part
5432 of the list.
5434 Thus even if you only work with a single Org file, this file should
5435 be put into that list@footnote{When using the dispatcher, pressing
5436 @kbd{<} before selecting a command will actually limit the command to
5437 the current file, and ignore @code{org-agenda-files} until the next
5438 dispatcher command.}.  You can customize @code{org-agenda-files}, but
5439 the easiest way to maintain it is through the following commands
5441 @cindex files, adding to agenda list
5442 @table @kbd
5443 @kindex C-c [
5444 @item C-c [
5445 Add current file to the list of agenda files.  The file is added to
5446 the front of the list.  If it was already in the list, it is moved to
5447 the front.  With a prefix argument, file is added/moved to the end.
5448 @kindex C-c ]
5449 @item C-c ]
5450 Remove current file from the list of agenda files.
5451 @kindex C-,
5452 @kindex C-'
5453 @item C-,
5454 @itemx C-'
5455 Cycle through agenda file list, visiting one file after the other.
5456 @kindex M-x org-iswitchb
5457 @item M-x org-iswitchb
5458 Command to use an @code{iswitchb}-like interface to switch to and between Org
5459 buffers.
5460 @end table
5462 @noindent
5463 The Org menu contains the current list of files and can be used
5464 to visit any of them.
5466 If you would like to focus the agenda temporarily onto a file not in
5467 this list, or onto just one file in the list or even only a subtree in a
5468 file, this can be done in different ways.  For a single agenda command,
5469 you may press @kbd{<} once or several times in the dispatcher
5470 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
5471 extended period, use the following commands:
5473 @table @kbd
5474 @kindex C-c C-x <
5475 @item C-c C-x <
5476 Permanently restrict the agenda to the current subtree.  When with a
5477 prefix argument, or with the cursor before the first headline in a file,
5478 the agenda scope is set to the entire file.  This restriction remains in
5479 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
5480 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
5481 agenda view, the new restriction takes effect immediately.
5482 @kindex C-c C-x >
5483 @item C-c C-x >
5484 Remove the permanent restriction created by @kbd{C-c C-x <}.
5485 @end table
5487 @noindent
5488 When working with @file{Speedbar}, you can use the following commands in
5489 the Speedbar frame:
5490 @table @kbd
5491 @kindex <
5492 @item < @r{in the speedbar frame}
5493 Permanently restrict the agenda to the item at the cursor in the
5494 Speedbar frame, either an Org file or a subtree in such a file.
5495 If there is a window displaying an agenda view, the new restriction takes
5496 effect immediately.
5497 @kindex >
5498 @item > @r{in the speedbar frame}
5499 Lift the restriction again.
5500 @end table
5502 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views
5503 @section The agenda dispatcher
5504 @cindex agenda dispatcher
5505 @cindex dispatching agenda commands
5506 The views are created through a dispatcher that should be bound to a
5507 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
5508 following we will assume that @kbd{C-c a} is indeed how the dispatcher
5509 is accessed and list keyboard access to commands accordingly.  After
5510 pressing @kbd{C-c a}, an additional letter is required to execute a
5511 command.  The dispatcher offers the following default commands:
5512 @table @kbd
5513 @item a
5514 Create the calendar-like agenda (@pxref{Weekly/daily agenda}).
5515 @item t @r{/} T
5516 Create a list of all TODO items (@pxref{Global TODO list}).
5517 @item m @r{/} M
5518 Create a list of headlines matching a TAGS expression (@pxref{Matching
5519 tags and properties}).
5520 @item L
5521 Create the timeline view for the current buffer (@pxref{Timeline}).
5522 @item s
5523 Create a list of entries selected by a boolean expression of keywords
5524 and/or regular expressions that must or must not occur in the entry.
5525 @item /
5526 Search for a regular expression in all agenda files and additionally in
5527 the files listed in @code{org-agenda-multi-occur-extra-files}.  This
5528 uses the Emacs command @code{multi-occur}.  A prefix argument can be
5529 used to specify the number of context lines for each match, default is
5531 @item # @r{/} !
5532 Create a list of stuck projects (@pxref{Stuck projects}).
5533 @item <
5534 Restrict an agenda command to the current buffer@footnote{For backward
5535 compatibility, you can also press @kbd{1} to restrict to the current
5536 buffer.}.  After pressing @kbd{<}, you still need to press the character
5537 selecting the command.
5538 @item < <
5539 If there is an active region, restrict the following agenda command to
5540 the region.  Otherwise, restrict it to the current subtree@footnote{For
5541 backward compatibility, you can also press @kbd{0} to restrict to the
5542 current buffer.}.  After pressing @kbd{< <}, you still need to press the
5543 character selecting the command.
5544 @end table
5546 You can also define custom commands that will be accessible through the
5547 dispatcher, just like the default commands.  This includes the
5548 possibility to create extended agenda buffers that contain several
5549 blocks together, for example the weekly agenda, the global TODO list and
5550 a number of special tags matches.  @xref{Custom agenda views}.
5552 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views
5553 @section The built-in agenda views
5555 In this section we describe the built-in views.
5557 @menu
5558 * Weekly/daily agenda::         The calendar page with current tasks
5559 * Global TODO list::            All unfinished action items
5560 * Matching tags and properties::  Structured information with fine-tuned search
5561 * Timeline::                    Time-sorted view for single file
5562 * Keyword search::              Finding entries by keyword
5563 * Stuck projects::              Find projects you need to review
5564 @end menu
5566 @node Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
5567 @subsection The weekly/daily agenda
5568 @cindex agenda
5569 @cindex weekly agenda
5570 @cindex daily agenda
5572 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
5573 paper agenda, showing all the tasks for the current week or day.
5575 @table @kbd
5576 @cindex org-agenda, command
5577 @kindex C-c a a
5578 @item C-c a a
5579 Compile an agenda for the current week from a list of org files.  The agenda
5580 shows the entries for each day.  With a numeric prefix@footnote{For backward
5581 compatibility, the universal prefix @kbd{C-u} causes all TODO entries to be
5582 listed before the agenda.  This feature is deprecated, use the dedicated TODO
5583 list, or a block agenda instead (@pxref{Block agenda}).}  (like @kbd{C-u 2 1
5584 C-c a a}) you may set the number of days to be displayed (see also the
5585 variable @code{org-agenda-ndays})
5586 @end table
5588 Remote editing from the agenda buffer means, for example, that you can
5589 change the dates of deadlines and appointments from the agenda buffer.
5590 The commands available in the Agenda buffer are listed in @ref{Agenda
5591 commands}.
5593 @subsubheading Calendar/Diary integration
5594 @cindex calendar integration
5595 @cindex diary integration
5597 Emacs contains the calendar and diary by Edward M. Reingold.  The
5598 calendar displays a three-month calendar with holidays from different
5599 countries and cultures.  The diary allows you to keep track of
5600 anniversaries, lunar phases, sunrise/set, recurrent appointments
5601 (weekly, monthly) and more.  In this way, it is quite complementary to
5602 Org.  It can be very useful to combine output from Org with
5603 the diary.
5605 In order to include entries from the Emacs diary into Org mode's
5606 agenda, you only need to customize the variable
5608 @lisp
5609 (setq org-agenda-include-diary t)
5610 @end lisp
5612 @noindent After that, everything will happen automatically.  All diary
5613 entries including holidays, anniversaries etc will be included in the
5614 agenda buffer created by Org mode.  @key{SPC}, @key{TAB}, and
5615 @key{RET} can be used from the agenda buffer to jump to the diary
5616 file in order to edit existing diary entries.  The @kbd{i} command to
5617 insert new entries for the current date works in the agenda buffer, as
5618 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
5619 Sunrise/Sunset times, show lunar phases and to convert to other
5620 calendars, respectively.  @kbd{c} can be used to switch back and forth
5621 between calendar and agenda.
5623 If you are using the diary only for sexp entries and holidays, it is
5624 faster to not use the above setting, but instead to copy or even move
5625 the entries into an Org file. Org mode evaluates diary-style sexp
5626 entries, and does it faster because there is no overhead for first
5627 creating the diary display.  Note that the sexp entries must start at
5628 the left margin, no white space is allowed before them.  For example,
5629 the following segment of an Org file will be processed and entries
5630 will be made in the agenda:
5632 @example
5633 * Birthdays and similar stuff
5634 #+CATEGORY: Holiday
5635 %%(org-calendar-holiday)   ; special function for holiday names
5636 #+CATEGORY: Ann
5637 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
5638 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
5639 @end example
5641 @subsubheading Appointment reminders
5642 @cindex @file{appt.el}
5643 @cindex appointment reminders
5645 Org can interact with Emacs appointments notification facility.
5647 To add all the appointments of your agenda files, use the command
5648 @code{org-agenda-to-appt}.  This commands also lets you filter through
5649 the list of your appointments and add only those belonging to a specific
5650 category or matching a regular expression. See the docstring for
5651 details.
5653 @node Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views
5654 @subsection The global TODO list
5655 @cindex global TODO list
5656 @cindex TODO list, global
5658 The global TODO list contains all unfinished TODO items, formatted and
5659 collected into a single place.
5661 @table @kbd
5662 @kindex C-c a t
5663 @item C-c a t
5664 Show the global TODO list.  This collects the TODO items from all
5665 agenda files (@pxref{Agenda Views}) into a single buffer.  The buffer is in
5666 @code{agenda-mode}, so there are commands to examine and manipulate
5667 the TODO entries directly from that buffer (@pxref{Agenda commands}).
5668 @kindex C-c a T
5669 @item C-c a T
5670 @cindex TODO keyword matching
5671 Like the above, but allows selection of a specific TODO keyword.  You
5672 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
5673 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
5674 specify several keywords by separating them with @samp{|} as boolean OR
5675 operator.  With a numeric prefix, the Nth keyword in
5676 @code{org-todo-keywords} is selected.
5677 @kindex r
5678 The @kbd{r} key in the agenda buffer regenerates it, and you can give
5679 a prefix argument to this command to change the selected TODO keyword,
5680 for example @kbd{3 r}.  If you often need a search for a specific
5681 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
5682 Matching specific TODO keywords can also be done as part of a tags
5683 search (@pxref{Tag searches}).
5684 @end table
5686 Remote editing of TODO items means that you can change the state of a
5687 TODO entry with a single key press.  The commands available in the
5688 TODO list are described in @ref{Agenda commands}.
5690 @cindex sublevels, inclusion into TODO list
5691 Normally the global TODO list simply shows all headlines with TODO
5692 keywords.  This list can become very long.  There are two ways to keep
5693 it more compact:
5694 @itemize @minus
5695 @item
5696 Some people view a TODO item that has been @emph{scheduled} for
5697 execution (@pxref{Timestamps}) as no longer @emph{open}.  Configure the
5698 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
5699 items from the global TODO list.
5700 @item
5701 TODO items may have sublevels to break up the task into subtasks.  In
5702 such cases it may be enough to list only the highest level TODO headline
5703 and omit the sublevels from the global list.  Configure the variable
5704 @code{org-agenda-todo-list-sublevels} to get this behavior.
5705 @end itemize
5707 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
5708 @subsection Matching tags and properties
5709 @cindex matching, of tags
5710 @cindex matching, of properties
5711 @cindex tags view
5712 @cindex match view
5714 If headlines in the agenda files are marked with @emph{tags}
5715 (@pxref{Tags}), you can select headlines based on the tags that apply
5716 to them and collect them into an agenda buffer.
5718 @table @kbd
5719 @kindex C-c a m
5720 @item C-c a m
5721 Produce a list of all headlines that match a given set of tags.  The
5722 command prompts for a selection criterion, which is a boolean logic
5723 expression with tags, like @samp{+work+urgent-withboss} or
5724 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
5725 define a custom command for it (@pxref{Agenda dispatcher}).
5726 @kindex C-c a M
5727 @item C-c a M
5728 Like @kbd{C-c a m}, but only select headlines that are also TODO items
5729 and force checking subitems (see variable
5730 @code{org-tags-match-list-sublevels}).  Matching specific TODO keywords
5731 together with a tags match is also possible, see @ref{Tag searches}.
5732 @end table
5734 The commands available in the tags list are described in @ref{Agenda
5735 commands}.
5737 @node Timeline, Keyword search, Matching tags and properties, Built-in agenda views
5738 @subsection Timeline for a single file
5739 @cindex timeline, single file
5740 @cindex time-sorted view
5742 The timeline summarizes all time-stamped items from a single Org mode
5743 file in a @emph{time-sorted view}.  The main purpose of this command is
5744 to give an overview over events in a project.
5746 @table @kbd
5747 @kindex C-c a L
5748 @item C-c a L
5749 Show a time-sorted view of the org file, with all time-stamped items.
5750 When called with a @kbd{C-u} prefix, all unfinished TODO entries
5751 (scheduled or not) are also listed under the current date.
5752 @end table
5754 @noindent
5755 The commands available in the timeline buffer are listed in
5756 @ref{Agenda commands}.
5758 @node Keyword search, Stuck projects, Timeline, Built-in agenda views
5759 @subsection Keyword search
5760 @cindex keyword search
5761 @cindex searching, for keywords
5763 This agenda view is a general text search facility for Org mode entries.
5764 It is particularly useful to find notes.
5766 @table @kbd
5767 @kindex C-c a s
5768 @item C-c a s
5769 This is a special search that lets you select entries by keywords or
5770 regular expression, using a boolean logic.  For example, the search
5771 string
5773 @example
5774 +computer +wifi -ethernet -@{8\.11[bg]@}
5775 @end example
5777 @noindent
5778 will search for note entries that contain the keywords @code{computer}
5779 and @code{wifi}, but not the keyword @code{ethernet}, and which are also
5780 not matched by the regular expression @code{8\.11[bg]}, meaning to
5781 exclude both 8.11b and 8.11g.
5783 Note that in addition to the agenda files, this command will also search
5784 the files listed in @code{org-agenda-text-search-extra-files}.
5785 @end table
5787 @node Stuck projects,  , Keyword search, Built-in agenda views
5788 @subsection Stuck projects
5790 If you are following a system like David Allen's GTD to organize your
5791 work, one of the ``duties'' you have is a regular review to make sure
5792 that all projects move along.  A @emph{stuck} project is a project that
5793 has no defined next actions, so it will never show up in the TODO lists
5794 Org mode produces.  During the review, you need to identify such
5795 projects and define next actions for them.
5797 @table @kbd
5798 @kindex C-c a #
5799 @item C-c a #
5800 List projects that are stuck.
5801 @kindex C-c a !
5802 @item C-c a !
5803 Customize the variable @code{org-stuck-projects} to define what a stuck
5804 project is and how to find it.
5805 @end table
5807 You almost certainly will have to configure this view before it will
5808 work for you.  The built-in default assumes that all your projects are
5809 level-2 headlines, and that a project is not stuck if it has at least
5810 one entry marked with a TODO keyword TODO or NEXT or NEXTACTION.
5812 Let's assume that you, in your own way of using Org mode, identify
5813 projects with a tag PROJECT, and that you use a TODO keyword MAYBE to
5814 indicate a project that should not be considered yet.  Let's further
5815 assume that the TODO keyword DONE marks finished projects, and that NEXT
5816 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
5817 is a next action even without the NEXT tag.  Finally, if the project
5818 contains the special word IGNORE anywhere, it should not be listed
5819 either.  In this case you would start by identifying eligible projects
5820 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
5821 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
5822 are not stuck.  The correct customization for this is
5824 @lisp
5825 (setq org-stuck-projects
5826       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
5827                                "\\<IGNORE\\>"))
5828 @end lisp
5831 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views
5832 @section Presentation and sorting
5833 @cindex presentation, of agenda items
5835 Before displaying items in an agenda view, Org mode visually prepares
5836 the items and sorts them.  Each item occupies a single line.  The line
5837 starts with a @emph{prefix} that contains the @emph{category}
5838 (@pxref{Categories}) of the item and other important information.  You can
5839 customize the prefix using the option @code{org-agenda-prefix-format}.
5840 The prefix is followed by a cleaned-up version of the outline headline
5841 associated with the item.
5843 @menu
5844 * Categories::                  Not all tasks are equal
5845 * Time-of-day specifications::  How the agenda knows the time
5846 * Sorting of agenda items::     The order of things
5847 @end menu
5849 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
5850 @subsection Categories
5852 @cindex category
5853 The category is a broad label assigned to each agenda item.  By default,
5854 the category is simply derived from the file name, but you can also
5855 specify it with a special line in the buffer, like this@footnote{For
5856 backward compatibility, the following also works: If there are several
5857 such lines in a file, each specifies the category for the text below it.
5858 The first category also applies to any text before the first CATEGORY
5859 line.  However, using this method is @emph{strongly} deprecated as it is
5860 incompatible with the outline structure of the document.  The correct
5861 method for setting multiple categories in a buffer is using a
5862 property.}:
5864 @example
5865 #+CATEGORY: Thesis
5866 @end example
5868 @noindent
5869 If you would like to have a special CATEGORY for a single entry or a
5870 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
5871 as the value (@pxref{Properties and Columns}).
5873 @noindent
5874 The display in the agenda buffer looks best if the category is not
5875 longer than 10 characters.
5877 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
5878 @subsection Time-of-day specifications
5879 @cindex time-of-day specification
5881 Org mode checks each agenda item for a time-of-day specification.  The
5882 time can be part of the time stamp that triggered inclusion into the
5883 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
5884 ranges can be specified with two time stamps, like
5886 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
5888 In the headline of the entry itself, a time(range) may also appear as
5889 plain text (like @samp{12:45} or a @samp{8:30-1pm}).  If the agenda
5890 integrates the Emacs diary (@pxref{Weekly/daily agenda}), time
5891 specifications in diary entries are recognized as well.
5893 For agenda display, Org mode extracts the time and displays it in a
5894 standard 24 hour format as part of the prefix.  The example times in
5895 the previous paragraphs would end up in the agenda like this:
5897 @example
5898     8:30-13:00 Arthur Dent lies in front of the bulldozer
5899    12:45...... Ford Prefect arrives and takes Arthur to the pub
5900    19:00...... The Vogon reads his poem
5901    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5902 @end example
5904 @cindex time grid
5905 If the agenda is in single-day mode, or for the display of today, the
5906 timed entries are embedded in a time grid, like
5908 @example
5909     8:00...... ------------------
5910     8:30-13:00 Arthur Dent lies in front of the bulldozer
5911    10:00...... ------------------
5912    12:00...... ------------------
5913    12:45...... Ford Prefect arrives and takes Arthur to the pub
5914    14:00...... ------------------
5915    16:00...... ------------------
5916    18:00...... ------------------
5917    19:00...... The Vogon reads his poem
5918    20:00...... ------------------
5919    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5920 @end example
5922 The time grid can be turned on and off with the variable
5923 @code{org-agenda-use-time-grid}, and can be configured with
5924 @code{org-agenda-time-grid}.
5926 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
5927 @subsection Sorting of agenda items
5928 @cindex sorting, of agenda items
5929 @cindex priorities, of agenda items
5930 Before being inserted into a view, the items are sorted.  How this is
5931 done depends on the type of view.
5932 @itemize @bullet
5933 @item
5934 For the daily/weekly agenda, the items for each day are sorted.  The
5935 default order is to first collect all items containing an explicit
5936 time-of-day specification.  These entries will be shown at the beginning
5937 of the list, as a @emph{schedule} for the day.  After that, items remain
5938 grouped in categories, in the sequence given by @code{org-agenda-files}.
5939 Within each category, items are sorted by priority (@pxref{Priorities}),
5940 which is composed of the base priority (2000 for priority @samp{A}, 1000
5941 for @samp{B}, and 0 for @samp{C}), plus additional increments for
5942 overdue scheduled or deadline items.
5943 @item
5944 For the TODO list, items remain in the order of categories, but within
5945 each category, sorting takes place according to priority
5946 (@pxref{Priorities}).
5947 @item
5948 For tags matches, items are not sorted at all, but just appear in the
5949 sequence in which they are found in the agenda files.
5950 @end itemize
5952 Sorting can be customized using the variable
5953 @code{org-agenda-sorting-strategy}, and may also include criteria based on
5954 the estimated effort of an entry (@pxref{Effort estimates}).
5956 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views
5957 @section Commands in the agenda buffer
5958 @cindex commands, in agenda buffer
5960 Entries in the agenda buffer are linked back to the org file or diary
5961 file where they originate.  You are not allowed to edit the agenda
5962 buffer itself, but commands are provided to show and jump to the
5963 original entry location, and to edit the org-files ``remotely'' from
5964 the agenda buffer.  In this way, all information is stored only once,
5965 removing the risk that your agenda and note files may diverge.
5967 Some commands can be executed with mouse clicks on agenda lines.  For
5968 the other commands, the cursor needs to be in the desired line.
5970 @table @kbd
5971 @tsubheading{Motion}
5972 @cindex motion commands in agenda
5973 @kindex n
5974 @item n
5975 Next line (same as @key{up} and @kbd{C-p}).
5976 @kindex p
5977 @item p
5978 Previous line (same as @key{down} and @kbd{C-n}).
5979 @tsubheading{View/Go to org file}
5980 @kindex mouse-3
5981 @kindex @key{SPC}
5982 @item mouse-3
5983 @itemx @key{SPC}
5984 Display the original location of the item in another window.
5985 With prefix arg, make sure that the entire entry is made visible in the
5986 outline, not only the heading.
5988 @kindex L
5989 @item L
5990 Display original location and recenter that window.
5992 @kindex mouse-2
5993 @kindex mouse-1
5994 @kindex @key{TAB}
5995 @item mouse-2
5996 @itemx mouse-1
5997 @itemx @key{TAB}
5998 Go to the original location of the item in another window.  Under Emacs
5999 22, @kbd{mouse-1} will also works for this.
6001 @kindex @key{RET}
6002 @itemx @key{RET}
6003 Go to the original location of the item and delete other windows.
6005 @kindex f
6006 @item f
6007 Toggle Follow mode.  In Follow mode, as you move the cursor through
6008 the agenda buffer, the other window always shows the corresponding
6009 location in the org file.  The initial setting for this mode in new
6010 agenda buffers can be set with the variable
6011 @code{org-agenda-start-with-follow-mode}.
6013 @kindex b
6014 @item b
6015 Display the entire subtree of the current item in an indirect buffer.  With a
6016 numeric prefix argument N, go up to level N and then take that tree.  If N is
6017 negative, go up that many levels.  With a @kbd{C-u} prefix, do not remove the
6018 previously used indirect buffer.
6020 @kindex l
6021 @item l
6022 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
6023 logging was on (variable @code{org-log-done}) are shown in the agenda, as are
6024 entries that have been clocked on that day.  You can configure the entry
6025 types that should be included in log mode using the variable
6026 @code{org-agenda-log-mode-items}.  When called with a @kbd{C-u} prefix, show
6027 all possible logbook entries, including state changes.  When called with two
6028 prefix args @kbd{C-u C-u}, show only logging information, nothing else.
6030 @kindex v
6031 @item v
6032 Toggle Archives mode.  In archives mode, trees that are marked are also
6033 scanned when producing the agenda.  When you call this command with a
6034 @kbd{C-u} prefix argument, even all archive files are included.  To exit
6035 archives mode, press @kbd{v} again.
6037 @kindex R
6038 @item R
6039 Toggle Clockreport mode.  In clockreport mode, the daily/weekly agenda will
6040 always show a table with the clocked times for the timespan and file scope
6041 covered by the current agenda view.  The initial setting for this mode in new
6042 agenda buffers can be set with the variable
6043 @code{org-agenda-start-with-clockreport-mode}.
6045 @tsubheading{Change display}
6046 @cindex display changing, in agenda
6047 @kindex o
6048 @item o
6049 Delete other windows.
6051 @kindex d
6052 @kindex w
6053 @kindex m
6054 @kindex y
6055 @item d w m y
6056 Switch to day/week/month/year view.  When switching to day or week view,
6057 this setting becomes the default for subsequent agenda commands.  Since
6058 month and year views are slow to create, they do not become the default.
6059 A numeric prefix argument may be used to jump directly to a specific day
6060 of the year, ISO week, month, or year, respectively.  For example,
6061 @kbd{32 d} jumps to February 1st, @kbd{9 w} to ISO week number 9.  When
6062 setting day, week, or month view, a year may be encoded in the prefix
6063 argument as well.  For example, @kbd{200712 w} will jump to week 12 in
6064 2007.  If such a year specification has only one or two digits, it will
6065 be mapped to the interval 1938-2037.
6067 @kindex D
6068 @item D
6069 Toggle the inclusion of diary entries.  See @ref{Weekly/daily agenda}.
6071 @kindex G
6072 @item G
6073 Toggle the time grid on and off.  See also the variables
6074 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
6076 @kindex r
6077 @item r
6078 Recreate the agenda buffer, for example to reflect the changes
6079 after modification of the time stamps of items with S-@key{left} and
6080 S-@key{right}.  When the buffer is the global TODO list, a prefix
6081 argument is interpreted to create a selective list for a specific TODO
6082 keyword.
6083 @kindex g
6084 @item g
6085 Same as @kbd{r}.
6087 @kindex s
6088 @kindex C-x C-s
6089 @item s
6090 @itemx C-x C-s
6091 Save all Org buffers in the current Emacs session.
6093 @kindex @key{right}
6094 @item @key{right}
6095 Display the following @code{org-agenda-ndays} days.  For example, if
6096 the display covers a week, switch to the following week.  With prefix
6097 arg, go forward that many times @code{org-agenda-ndays} days.
6099 @kindex @key{left}
6100 @item @key{left}
6101 Display the previous dates.
6103 @kindex .
6104 @item .
6105 Go to today.
6107 @kindex C-c C-x C-c
6108 @item C-c C-x C-c
6109 Invoke column view (@pxref{Column view}) in the agenda buffer.  The column
6110 view format is taken from the entry at point, or (if there is no entry at
6111 point), from the first entry in the agenda view.  So whatever the format for
6112 that entry would be in the original buffer (taken from a property, from a
6113 @code{#+COLUMNS} line, or from the default variable
6114 @code{org-columns-default-format}), will be used in the agenda.
6116 @tsubheading{Secondary filtering and query editing}
6117 @cindex filtering, by tag and effort, in agenda
6118 @cindex tag filtering, in agenda
6119 @cindex effort filtering, in agenda
6120 @cindex query editing, in agenda
6122 @kindex /
6123 @item /
6124 Filter the current agenda view with respect to a tag and/or effort estimates.
6125 The difference between this and a custom agenda commands is that filtering is
6126 very fast, so that you can switch quickly between different filters without
6127 having to recreate the agenda.
6129 You will be prompted for a tag selection letter.  Pressing @key{TAB} at that
6130 prompt will offer use completion to select a tag (including any tags that do
6131 not have a selection character).  The command then hides all entries that do
6132 not contain or inherit this tag.  When called with prefix arg, remove the
6133 entries that @emph{do} have the tag.  A second @kbd{/} at the prompt will
6134 turn off the filter and unhide any hidden entries.  If the first key you
6135 press is either @kbd{+} or @kbd{-}, the previous filter will be narrowed by
6136 requiring or forbidding the selected additional tag.  Instead of pressing
6137 @kbd{+} or @kbd{-} after @kbd{/}, you can also immediately use the @kbd{\}
6138 command.
6140 In order to filter for effort estimates, you should set-up allowed
6141 efforts globally, for example
6142 @lisp
6143 (setq org-global-properties
6144     '(("Effort_ALL". "0 0:10 0:30 1:00 2:00 3:00 4:00")))
6145 @end lisp
6146 You can then filter for an effort by first typing an operator, one of @kbd{<},
6147 @kbd{>}, and @kbd{=}, and then the one-digit index of an effort estimate in
6148 your array of allowed values, where @kbd{0} means the 10th value.  The filter
6149 will then restrict to entries with effort smaller-or-equal, equal, or
6150 larger-or-equal than the selected value.  If the digits 0-9 are not used as
6151 fast access keys to tags, you can also simply press the index digit directly
6152 without an operator.  In this case, @kbd{<} will be assumed.
6154 @kindex \
6155 @item \
6156 Narrow the current agenda filter by an additional condition.  When called with
6157 prefix arg, remove the entries that @emph{do} have the tag, or that do match
6158 the effort criterion.  You can achieve the same effect by pressing @kbd{+} or
6159 @kbd{-} as the first key after the @kbd{/} command.
6161 @kindex [
6162 @kindex ]
6163 @kindex @{
6164 @kindex @}
6165 @item [ ] @{ @}
6166 In the @i{search view} (@pxref{Keyword search}), these keys add new search
6167 words (@kbd{[} and @kbd{]}) or new regular expressions (@kbd{@{} and
6168 @kbd{@}}) to the query string.  The opening bracket/brace will add a positive
6169 search term prefixed by @samp{+}, indicating that this search term @i{must}
6170 occur/match in the entry.  The closing bracket/brace will add a negative
6171 search term which @i{must not} occur/match in the entry for it to be
6172 selected.
6175 @tsubheading{Remote editing}
6176 @cindex remote editing, from agenda
6178 @item 0-9
6179 Digit argument.
6181 @cindex undoing remote-editing events
6182 @cindex remote editing, undo
6183 @kindex C-_
6184 @item C-_
6185 Undo a change due to a remote editing command.  The change is undone
6186 both in the agenda buffer and in the remote buffer.
6188 @kindex t
6189 @item t
6190 Change the TODO state of the item, both in the agenda and in the
6191 original org file.
6193 @kindex C-k
6194 @item C-k
6195 Delete the current agenda item along with the entire subtree belonging
6196 to it in the original Org file.  If the text to be deleted remotely
6197 is longer than one line, the kill needs to be confirmed by the user.  See
6198 variable @code{org-agenda-confirm-kill}.
6200 @kindex a
6201 @item a
6202 Toggle the ARCHIVE tag for the current headline.
6204 @kindex A
6205 @item A
6206 Move the subtree corresponding to the current entry to its @emph{Archive
6207 Sibling}.
6209 @kindex $
6210 @item $
6211 Archive the subtree corresponding to the current headline.  This means the
6212 entry will be moved to the configured archive location, most likely a
6213 different file.
6215 @kindex T
6216 @item T
6217 Show all tags associated with the current item.  This is useful if you have
6218 turned off @code{org-agenda-show-inherited-tags}, but still want to see all
6219 tags of a headline occasionally.
6221 @kindex :
6222 @item :
6223 Set tags for the current headline.  If there is an active region in the
6224 agenda, change a tag for all headings in the region.
6226 @kindex ,
6227 @item ,
6228 Set the priority for the current item.  Org mode prompts for the
6229 priority character. If you reply with @key{SPC}, the priority cookie
6230 is removed from the entry.
6232 @kindex P
6233 @item P
6234 Display weighted priority of current item.
6236 @kindex +
6237 @kindex S-@key{up}
6238 @item +
6239 @itemx S-@key{up}
6240 Increase the priority of the current item.  The priority is changed in
6241 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
6242 key for this.
6244 @kindex -
6245 @kindex S-@key{down}
6246 @item -
6247 @itemx S-@key{down}
6248 Decrease the priority of the current item.
6250 @kindex C-c C-a
6251 @item C-c C-a
6252 Dispatcher for all command related to attachments.
6254 @kindex C-c C-s
6255 @item C-c C-s
6256 Schedule this item
6258 @kindex C-c C-d
6259 @item C-c C-d
6260 Set a deadline for this item.
6262 @kindex k
6263 @item k
6264 Agenda actions, to set dates for selected items to the cursor date.
6265 This command also works in the calendar!  The command prompts for an
6266 additonal key:
6267 @example
6268 m   @r{Mark the entry at point for action.  You can also make entries}
6269     @r{in Org files with @kbd{C-c C-x C-k}.}
6270 d   @r{Set the deadline of the marked entry to the date at point.}
6271 s   @r{Schedule the marked entry at the date at point.}
6272 r   @r{Call @code{org-remember} with the cursor date as default date.}
6273 @end example
6274 Press @kbd{r} afterwards to refresh the agenda and see the effect of the
6275 command.
6277 @kindex S-@key{right}
6278 @item S-@key{right}
6279 Change the time stamp associated with the current line by one day into the
6280 future.  With a numeric prefix argument, change it by that many days.  For
6281 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The stamp is
6282 changed in the original org file, but the change is not directly reflected in
6283 the agenda buffer.  Use the @kbd{r} key to update the buffer.
6285 @kindex S-@key{left}
6286 @item S-@key{left}
6287 Change the time stamp associated with the current line by one day
6288 into the past.
6290 @kindex >
6291 @item >
6292 Change the time stamp associated with the current line to today.
6293 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
6294 on my keyboard.
6296 @kindex I
6297 @item I
6298 Start the clock on the current item.  If a clock is running already, it
6299 is stopped first.
6301 @kindex O
6302 @item O
6303 Stop the previously started clock.
6305 @kindex X
6306 @item X
6307 Cancel the currently running clock.
6309 @kindex J
6310 @item J
6311 Jump to the running clock in another window.
6313 @tsubheading{Calendar commands}
6314 @cindex calendar commands, from agenda
6315 @kindex c
6316 @item c
6317 Open the Emacs calendar and move to the date at the agenda cursor.
6319 @item c
6320 When in the calendar, compute and show the Org mode agenda for the
6321 date at the cursor.
6323 @cindex diary entries, creating from agenda
6324 @kindex i
6325 @item i
6326 Insert a new entry into the diary.  Prompts for the type of entry
6327 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
6328 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
6329 The date is taken from the cursor position.
6331 @kindex M
6332 @item M
6333 Show the phases of the moon for the three months around current date.
6335 @kindex S
6336 @item S
6337 Show sunrise and sunset times.  The geographical location must be set
6338 with calendar variables, see documentation of the Emacs calendar.
6340 @kindex C
6341 @item C
6342 Convert the date at cursor into many other cultural and historic
6343 calendars.
6345 @kindex H
6346 @item H
6347 Show holidays for three month around the cursor date.
6349 @item M-x org-export-icalendar-combine-agenda-files
6350 Export a single iCalendar file containing entries from all agenda files.
6351 This is a globally available command, and also available in the agenda menu.
6353 @tsubheading{Exporting to a file}
6354 @kindex C-x C-w
6355 @item C-x C-w
6356 @cindex exporting agenda views
6357 @cindex agenda views, exporting
6358 Write the agenda view to a file.  Depending on the extension of the
6359 selected file name, the view will be exported as HTML (extension
6360 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
6361 plain text (any other extension).  Use the variable
6362 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
6363 and for @file{htmlize} to be used during export.
6365 @tsubheading{Quit and Exit}
6366 @kindex q
6367 @item q
6368 Quit agenda, remove the agenda buffer.
6370 @kindex x
6371 @cindex agenda files, removing buffers
6372 @item x
6373 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
6374 for the compilation of the agenda.  Buffers created by the user to
6375 visit org files will not be removed.
6376 @end table
6379 @node Custom agenda views, Agenda column view, Agenda commands, Agenda Views
6380 @section Custom agenda views
6381 @cindex custom agenda views
6382 @cindex agenda views, custom
6384 Custom agenda commands serve two purposes: to store and quickly access
6385 frequently used TODO and tags searches, and to create special composite
6386 agenda buffers.  Custom agenda commands will be accessible through the
6387 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
6389 @menu
6390 * Storing searches::            Type once, use often
6391 * Block agenda::                All the stuff you need in a single buffer
6392 * Setting Options::             Changing the rules
6393 * Exporting Agenda Views::      Writing agendas to files
6394 * Using the agenda elsewhere::  Using agenda information in other programs
6395 @end menu
6397 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
6398 @subsection Storing searches
6400 The first application of custom searches is the definition of keyboard
6401 shortcuts for frequently used searches, either creating an agenda
6402 buffer, or a sparse tree (the latter covering of course only the current
6403 buffer).
6404 @kindex C-c a C
6405 Custom commands are configured in the variable
6406 @code{org-agenda-custom-commands}.  You can customize this variable, for
6407 example by pressing @kbd{C-c a C}.  You can also directly set it with
6408 Emacs Lisp in @file{.emacs}.  The following example contains all valid
6409 search types:
6411 @lisp
6412 @group
6413 (setq org-agenda-custom-commands
6414       '(("w" todo "WAITING")
6415         ("W" todo-tree "WAITING")
6416         ("u" tags "+boss-urgent")
6417         ("v" tags-todo "+boss-urgent")
6418         ("U" tags-tree "+boss-urgent")
6419         ("f" occur-tree "\\<FIXME\\>")
6420         ("h" . "HOME+Name tags searches") ; description for "h" prefix
6421         ("hl" tags "+home+Lisa")
6422         ("hp" tags "+home+Peter")
6423         ("hk" tags "+home+Kim")))
6424 @end group
6425 @end lisp
6427 @noindent
6428 The initial string in each entry defines the keys you have to press
6429 after the dispatcher command @kbd{C-c a} in order to access the command.
6430 Usually this will be just a single character, but if you have many
6431 similar commands, you can also define two-letter combinations where the
6432 first character is the same in several combinations and serves as a
6433 prefix key@footnote{You can provide a description for a prefix key by
6434 inserting a cons cell with the prefix and the description.}.  The second
6435 parameter is the search type, followed by the string or regular
6436 expression to be used for the matching.  The example above will
6437 therefore define:
6439 @table @kbd
6440 @item C-c a w
6441 as a global search for TODO entries with @samp{WAITING} as the TODO
6442 keyword
6443 @item C-c a W
6444 as the same search, but only in the current buffer and displaying the
6445 results as a sparse tree
6446 @item C-c a u
6447 as a global tags search for headlines marked @samp{:boss:} but not
6448 @samp{:urgent:}
6449 @item C-c a v
6450 as the same search as @kbd{C-c a u}, but limiting the search to
6451 headlines that are also TODO items
6452 @item C-c a U
6453 as the same search as @kbd{C-c a u}, but only in the current buffer and
6454 displaying the result as a sparse tree
6455 @item C-c a f
6456 to create a sparse tree (again: current buffer only) with all entries
6457 containing the word @samp{FIXME}
6458 @item C-c a h
6459 as a prefix command for a HOME tags search where you have to press an
6460 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
6461 Peter, or Kim) as additional tag to match.
6462 @end table
6464 @node Block agenda, Setting Options, Storing searches, Custom agenda views
6465 @subsection Block agenda
6466 @cindex block agenda
6467 @cindex agenda, with block views
6469 Another possibility is the construction of agenda views that comprise
6470 the results of @emph{several} commands, each of which creates a block in
6471 the agenda buffer.  The available commands include @code{agenda} for the
6472 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
6473 for the global TODO list (as constructed with @kbd{C-c a t}), and the
6474 matching commands discussed above: @code{todo}, @code{tags}, and
6475 @code{tags-todo}.  Here are two examples:
6477 @lisp
6478 @group
6479 (setq org-agenda-custom-commands
6480       '(("h" "Agenda and Home-related tasks"
6481          ((agenda "")
6482           (tags-todo "home")
6483           (tags "garden")))
6484         ("o" "Agenda and Office-related tasks"
6485          ((agenda "")
6486           (tags-todo "work")
6487           (tags "office")))))
6488 @end group
6489 @end lisp
6491 @noindent
6492 This will define @kbd{C-c a h} to create a multi-block view for stuff
6493 you need to attend to at home.  The resulting agenda buffer will contain
6494 your agenda for the current week, all TODO items that carry the tag
6495 @samp{home}, and also all lines tagged with @samp{garden}.  Finally the
6496 command @kbd{C-c a o} provides a similar view for office tasks.
6498 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
6499 @subsection Setting options for custom commands
6500 @cindex options, for custom agenda views
6502 Org mode contains a number of variables regulating agenda construction
6503 and display.  The global variables define the behavior for all agenda
6504 commands, including the custom commands.  However, if you want to change
6505 some settings just for a single custom view, you can do so.  Setting
6506 options requires inserting a list of variable names and values at the
6507 right spot in @code{org-agenda-custom-commands}.  For example:
6509 @lisp
6510 @group
6511 (setq org-agenda-custom-commands
6512       '(("w" todo "WAITING"
6513          ((org-agenda-sorting-strategy '(priority-down))
6514           (org-agenda-prefix-format "  Mixed: ")))
6515         ("U" tags-tree "+boss-urgent"
6516          ((org-show-following-heading nil)
6517           (org-show-hierarchy-above nil)))
6518         ("N" search ""
6519          ((org-agenda-files '("~org/notes.org"))
6520           (org-agenda-text-search-extra-files nil)))))
6521 @end group
6522 @end lisp
6524 @noindent
6525 Now the @kbd{C-c a w} command will sort the collected entries only by
6526 priority, and the prefix format is modified to just say @samp{  Mixed: }
6527 instead of giving the category of the entry.  The sparse tags tree of
6528 @kbd{C-c a U} will now turn out ultra-compact, because neither the
6529 headline hierarchy above the match, nor the headline following the match
6530 will be shown.  The command @kbd{C-c a N} will do a text search limited
6531 to only a single file.
6533 For command sets creating a block agenda,
6534 @code{org-agenda-custom-commands} has two separate spots for setting
6535 options.  You can add options that should be valid for just a single
6536 command in the set, and options that should be valid for all commands in
6537 the set.  The former are just added to the command entry, the latter
6538 must come after the list of command entries.  Going back to the block
6539 agenda example (@pxref{Block agenda}), let's change the sorting strategy
6540 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
6541 the results for GARDEN tags query in the opposite order,
6542 @code{priority-up}.  This would look like this:
6544 @lisp
6545 @group
6546 (setq org-agenda-custom-commands
6547       '(("h" "Agenda and Home-related tasks"
6548          ((agenda)
6549           (tags-todo "home")
6550           (tags "garden"
6551                 ((org-agenda-sorting-strategy '(priority-up)))))
6552          ((org-agenda-sorting-strategy '(priority-down))))
6553         ("o" "Agenda and Office-related tasks"
6554          ((agenda)
6555           (tags-todo "work")
6556           (tags "office")))))
6557 @end group
6558 @end lisp
6560 As you see, the values and parenthesis setting is a little complex.
6561 When in doubt, use the customize interface to set this variable - it
6562 fully supports its structure.  Just one caveat: When setting options in
6563 this interface, the @emph{values} are just lisp expressions.  So if the
6564 value is a string, you need to add the double quotes around the value
6565 yourself.
6568 @node Exporting Agenda Views, Using the agenda elsewhere, Setting Options, Custom agenda views
6569 @subsection Exporting Agenda Views
6570 @cindex agenda views, exporting
6572 If you are away from your computer, it can be very useful to have a
6573 printed version of some agenda views to carry around.  Org mode can
6574 export custom agenda views as plain text, HTML@footnote{You need to
6575 install Hrvoje Niksic' @file{htmlize.el}.} postscript, and iCalendar
6576 files.  If you want to do this only occasionally, use the command
6578 @table @kbd
6579 @kindex C-x C-w
6580 @item C-x C-w
6581 @cindex exporting agenda views
6582 @cindex agenda views, exporting
6583 Write the agenda view to a file.  Depending on the extension of the
6584 selected file name, the view will be exported as HTML (extension
6585 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}),
6586 iCalendar (extension @file{.ics}), or plain text (any other extension).
6587 Use the variable @code{org-agenda-exporter-settings} to
6588 set options for @file{ps-print} and for @file{htmlize} to be used during
6589 export, for example
6591 @lisp
6592 (setq org-agenda-exporter-settings
6593       '((ps-number-of-columns 2)
6594         (ps-landscape-mode t)
6595         (htmlize-output-type 'css)))
6596 @end lisp
6597 @end table
6599 If you need to export certain agenda views frequently, you can associate
6600 any custom agenda command with a list of output file names
6601 @footnote{If you want to store standard views like the weekly agenda
6602 or the global TODO list as well, you need to define custom commands for
6603 them in order to be able to specify file names.}.  Here is an example
6604 that first does define custom commands for the agenda and the global
6605 todo list, together with a number of files to which to export them.
6606 Then we define two block agenda commands and specify file names for them
6607 as well.  File names can be relative to the current working directory,
6608 or absolute.
6610 @lisp
6611 @group
6612 (setq org-agenda-custom-commands
6613       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
6614         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
6615         ("h" "Agenda and Home-related tasks"
6616          ((agenda "")
6617           (tags-todo "home")
6618           (tags "garden"))
6619          nil
6620          ("~/views/home.html"))
6621         ("o" "Agenda and Office-related tasks"
6622          ((agenda)
6623           (tags-todo "work")
6624           (tags "office"))
6625          nil
6626          ("~/views/office.ps" "~/calendars/office.ics"))))
6627 @end group
6628 @end lisp
6630 The extension of the file name determines the type of export.  If it is
6631 @file{.html}, Org mode will use the @file{htmlize.el} package to convert
6632 the buffer to HTML and save it to this file name.  If the extension is
6633 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
6634 postscript output.  If the extension is @file{.ics}, iCalendar export is
6635 run export over all files that were used to construct the agenda, and
6636 limit the export to entries listed in the agenda now.  Any other
6637 extension produces a plain ASCII file.
6639 The export files are @emph{not} created when you use one of those
6640 commands interactively because this might use too much overhead.
6641 Instead, there is a special command to produce @emph{all} specified
6642 files in one step:
6644 @table @kbd
6645 @kindex C-c a e
6646 @item C-c a e
6647 Export all agenda views that have export file names associated with
6648 them.
6649 @end table
6651 You can use the options section of the custom agenda commands to also
6652 set options for the export commands.  For example:
6654 @lisp
6655 (setq org-agenda-custom-commands
6656       '(("X" agenda ""
6657          ((ps-number-of-columns 2)
6658           (ps-landscape-mode t)
6659           (org-agenda-prefix-format " [ ] ")
6660           (org-agenda-with-colors nil)
6661           (org-agenda-remove-tags t))
6662          ("theagenda.ps"))))
6663 @end lisp
6665 @noindent
6666 This command sets two options for the postscript exporter, to make it
6667 print in two columns in landscape format - the resulting page can be cut
6668 in two and then used in a paper agenda.  The remaining settings modify
6669 the agenda prefix to omit category and scheduling information, and
6670 instead include a checkbox to check off items.  We also remove the tags
6671 to make the lines compact, and we don't want to use colors for the
6672 black-and-white printer.  Settings specified in
6673 @code{org-agenda-exporter-settings} will also apply, but the settings
6674 in @code{org-agenda-custom-commands} take precedence.
6676 @noindent
6677 From the command line you may also use
6678 @example
6679 emacs -f org-batch-store-agenda-views -kill
6680 @end example
6681 @noindent
6682 or, if you need to modify some parameters@footnote{Quoting may depend on the
6683 system you use, please check th FAQ for examples.}
6684 @example
6685 emacs -eval '(org-batch-store-agenda-views                      \
6686               org-agenda-ndays 30                               \
6687               org-agenda-start-day "2007-11-01"                 \
6688               org-agenda-include-diary nil                      \
6689               org-agenda-files (quote ("~/org/project.org")))'  \
6690       -kill
6691 @end example
6692 @noindent
6693 which will create the agenda views restricted to the file
6694 @file{~/org/project.org}, without diary entries and with 30 days
6695 extent.
6697 @node Using the agenda elsewhere,  , Exporting Agenda Views, Custom agenda views
6698 @subsection Using agenda information outside of Org
6699 @cindex agenda, pipe
6700 @cindex Scripts, for agenda processing
6702 Org provides commands to access agenda information for the command
6703 line in emacs batch mode.  This extracted information can be sent
6704 directly to a printer, or it can be read by a program that does further
6705 processing of the data.  The first of these commands is the function
6706 @code{org-batch-agenda}, that produces an agenda view and sends it as
6707 ASCII text to STDOUT.  The command takes a single string as parameter.
6708 If the string has length 1, it is used as a key to one of the commands
6709 you have configured in @code{org-agenda-custom-commands}, basically any
6710 key you can use after @kbd{C-c a}.  For example, to directly print the
6711 current TODO list, you could use
6713 @example
6714 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
6715 @end example
6717 If the parameter is a string with 2 or more characters, it is used as a
6718 tags/todo match string.  For example, to print your local shopping list
6719 (all items with the tag @samp{shop}, but excluding the tag
6720 @samp{NewYork}), you could use
6722 @example
6723 emacs -batch -l ~/.emacs                                      \
6724       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
6725 @end example
6727 @noindent
6728 You may also modify parameters on the fly like this:
6730 @example
6731 emacs -batch -l ~/.emacs                                      \
6732    -eval '(org-batch-agenda "a"                               \
6733             org-agenda-ndays 30                               \
6734             org-agenda-include-diary nil                      \
6735             org-agenda-files (quote ("~/org/project.org")))'  \
6736    | lpr
6737 @end example
6739 @noindent
6740 which will produce a 30 day agenda, fully restricted to the Org file
6741 @file{~/org/projects.org}, not even including the diary.
6743 If you want to process the agenda data in more sophisticated ways, you
6744 can use the command @code{org-batch-agenda-csv} to get a comma-separated
6745 list of values for each agenda item.  Each line in the output will
6746 contain a number of fields separated by commas.  The fields in a line
6747 are:
6749 @example
6750 category     @r{The category of the item}
6751 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
6752 type         @r{The type of the agenda entry, can be}
6753                 todo               @r{selected in TODO match}
6754                 tagsmatch          @r{selected in tags match}
6755                 diary              @r{imported from diary}
6756                 deadline           @r{a deadline}
6757                 scheduled          @r{scheduled}
6758                 timestamp          @r{appointment, selected by timestamp}
6759                 closed             @r{entry was closed on date}
6760                 upcoming-deadline  @r{warning about nearing deadline}
6761                 past-scheduled     @r{forwarded scheduled item}
6762                 block              @r{entry has date block including date}
6763 todo         @r{The TODO keyword, if any}
6764 tags         @r{All tags including inherited ones, separated by colons}
6765 date         @r{The relevant date, like 2007-2-14}
6766 time         @r{The time, like 15:00-16:50}
6767 extra        @r{String with extra planning info}
6768 priority-l   @r{The priority letter if any was given}
6769 priority-n   @r{The computed numerical priority}
6770 @end example
6772 @noindent
6773 Time and date will only be given if a timestamp (or deadline/scheduled)
6774 lead to the selection of the item.
6776 A CSV list like this is very easy to use in a post processing script.
6777 For example, here is a Perl program that gets the TODO list from
6778 Emacs/Org and prints all the items, preceded by a checkbox:
6780 @example
6781 @group
6782 #!/usr/bin/perl
6784 # define the Emacs command to run
6785 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
6787 # run it and capture the output
6788 $agenda = qx@{$cmd 2>/dev/null@};
6790 # loop over all lines
6791 foreach $line (split(/\n/,$agenda)) @{
6793   # get the individual values
6794   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
6795    $priority_l,$priority_n) = split(/,/,$line);
6797   # proccess and print
6798   print "[ ] $head\n";
6800 @end group
6801 @end example
6803 @node Agenda column view,  , Custom agenda views, Agenda Views
6804 @section Using column view in the agenda
6805 @cindex column view, in agenda
6806 @cindex agenda, column view
6808 Column view (@pxref{Column view}) is normally used to view and edit
6809 properties embedded in the hierarchical structure of an Org file.  It can be
6810 quite useful to use column view also from the agenda, where entries are
6811 collected by certain criteria.
6813 @table @kbd
6814 @kindex C-c C-x C-c
6815 @item C-c C-x C-c
6816 Turn on column view in the agenda.
6817 @end table
6819 To understand how to use this properly, it is important to realize that the
6820 entries in the agenda are no longer in their proper outline environment.
6821 This causes the following issues:
6823 @enumerate
6824 @item
6825 Org needs to make a decision which @code{COLUMNS} format to use.  Since the
6826 entries in the agenda are collected from different files, and different files
6827 may have different @code{COLUMNS} formats, this is a non-trivial problem.
6828 Org first checks if the variable @code{org-overriding-columns-format} is
6829 currently set, and if yes takes the format from there.  Otherwise it takes
6830 the format associated with the first item in the agenda, or, if that item
6831 does not have a specific format (defined in a property, or in it's file), it
6832 uses @code{org-columns-default-format}.
6833 @item
6834 If any of the columns has a summary type defined (@pxref{Column attributes}),
6835 turning on column view in the agenda will visit all relevant agenda files and
6836 make sure that the computations of this property are up to date.  This is
6837 also true for the special @code{CLOCKSUM} property.  Org will then sum the
6838 values displayed in the agenda.  In the daily/weekly agenda, the sums will
6839 cover a single day, in all other views they cover the entire block.  It is
6840 vital to realize that the agenda may show the same entry @emph{twice} (for
6841 example as scheduled and as a deadline), and it may show two entries from the
6842 same hierarchy (for example a @emph{parent} and it's @emph{child}).  In these
6843 cases, the summation in the agenda will lead to incorrect results because
6844 some values will count double.
6845 @item
6846 When the column view in the agenda shows the @code{CLOCKSUM}, that is always
6847 the entire clocked time for this item.  So even in the daily/weekly agenda,
6848 the clocksum listed in column view may originate from times outside the
6849 current view.  This has the advantage that you can compare these values with
6850 a column listing the planned total effort for a task - one of the major
6851 applications for column view in the agenda.  If you want information about
6852 clocked time in the displayed period use clock table mode (press @kbd{R} in
6853 the agenda).
6854 @end enumerate
6857 @node Embedded LaTeX, Exporting, Agenda Views, Top
6858 @chapter Embedded LaTeX
6859 @cindex @TeX{} interpretation
6860 @cindex La@TeX{} interpretation
6862 Plain ASCII is normally sufficient for almost all note taking.  One
6863 exception, however, are scientific notes which need to be able to contain
6864 mathematical symbols and the occasional formula.  La@TeX{}@footnote{La@TeX{}
6865 is a macro system based on Donald E. Knuth's @TeX{} system.  Many of the
6866 features described here as ``La@TeX{}'' are really from @TeX{}, but for
6867 simplicity I am blurring this distinction.}  is widely used to typeset
6868 scientific documents. Org mode supports embedding La@TeX{} code into its
6869 files, because many academics are used to reading La@TeX{} source code, and
6870 because it can be readily processed into images for HTML production.
6872 It is not necessary to mark La@TeX{} macros and code in any special way.
6873 If you observe a few conventions, Org mode knows how to find it and what
6874 to do with it.
6876 @menu
6877 * Math symbols::                TeX macros for symbols and Greek letters
6878 * Subscripts and superscripts::  Simple syntax for raising/lowering text
6879 * LaTeX fragments::             Complex formulas made easy
6880 * Processing LaTeX fragments::  Previewing LaTeX processing
6881 * CDLaTeX mode::                Speed up entering of formulas
6882 @end menu
6884 @node Math symbols, Subscripts and superscripts, Embedded LaTeX, Embedded LaTeX
6885 @section Math symbols
6886 @cindex math symbols
6887 @cindex TeX macros
6889 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
6890 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
6891 Completion for these macros is available, just type @samp{\} and maybe a
6892 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
6893 Unlike La@TeX{} code, Org mode allows these macros to be present
6894 without surrounding math delimiters, for example:
6896 @example
6897 Angles are written as Greek letters \alpha, \beta and \gamma.
6898 @end example
6900 During HTML export (@pxref{HTML export}), these symbols are translated
6901 into the proper syntax for HTML, for the above examples this is
6902 @samp{&alpha;} and @samp{&rarr;}, respectively.  If you need such a symbol
6903 inside a word, terminate it like this: @samp{\Aacute@{@}stor}.
6905 @node Subscripts and superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
6906 @section Subscripts and superscripts
6907 @cindex subscript
6908 @cindex superscript
6910 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
6911 and subscripts.  Again, these can be used without embedding them in
6912 math-mode delimiters.  To increase the readability of ASCII text, it is
6913 not necessary (but OK) to surround multi-character sub- and superscripts
6914 with curly braces.  For example
6916 @example
6917 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
6918 the sun is R_@{sun@} = 6.96 x 10^8 m.
6919 @end example
6921 To avoid interpretation as raised or lowered text, you can quote
6922 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
6924 During HTML export (@pxref{HTML export}), subscript and superscripts
6925 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
6927 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and superscripts, Embedded LaTeX
6928 @section LaTeX fragments
6929 @cindex LaTeX fragments
6931 With symbols, sub- and superscripts, HTML is pretty much at its end when
6932 it comes to representing mathematical formulas@footnote{Yes, there is
6933 MathML, but that is not yet fully supported by many browsers, and there
6934 is no decent converter for turning La@TeX{} or ASCII representations of
6935 formulas into MathML. So for the time being, converting formulas into
6936 images seems the way to go.}. More complex expressions need a dedicated
6937 formula processor. To this end, Org mode can contain arbitrary La@TeX{}
6938 fragments. It provides commands to preview the typeset result of these
6939 fragments, and upon export to HTML, all fragments will be converted to
6940 images and inlined into the HTML document@footnote{The La@TeX{} export
6941 will not use images for displaying La@TeX{} fragments but include these
6942 fragments directly into the La@TeX{} code.}. For this to work you
6943 need to be on a system with a working La@TeX{} installation. You also
6944 need the @file{dvipng} program, available at
6945 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
6946 will be used when processing a fragment can be configured with the
6947 variable @code{org-format-latex-header}.
6949 La@TeX{} fragments don't need any special marking at all.  The following
6950 snippets will be identified as La@TeX{} source code:
6951 @itemize @bullet
6952 @item
6953 Environments of any kind.  The only requirement is that the
6954 @code{\begin} statement appears on a new line, preceded by only
6955 whitespace.
6956 @item
6957 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
6958 currency specifications, single @samp{$} characters are only recognized
6959 as math delimiters if the enclosed text contains at most two line breaks,
6960 is directly attached to the @samp{$} characters with no whitespace in
6961 between, and if the closing @samp{$} is followed by whitespace or
6962 punctuation.  For the other delimiters, there is no such restriction, so
6963 when in doubt, use @samp{\(...\)} as inline math delimiters.
6964 @end itemize
6966 @noindent For example:
6968 @example
6969 \begin@{equation@}                          % arbitrary environments,
6970 x=\sqrt@{b@}                                % even tables, figures
6971 \end@{equation@}                            % etc
6973 If $a^2=b$ and \( b=2 \), then the solution must be
6974 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
6975 @end example
6977 @noindent
6978 If you need any of the delimiter ASCII sequences for other purposes, you
6979 can configure the option @code{org-format-latex-options} to deselect the
6980 ones you do not wish to have interpreted by the La@TeX{} converter.
6982 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
6983 @section Processing LaTeX fragments
6984 @cindex LaTeX fragments, preview
6986 La@TeX{} fragments can be processed to produce a preview images of the
6987 typeset expressions:
6989 @table @kbd
6990 @kindex C-c C-x C-l
6991 @item C-c C-x C-l
6992 Produce a preview image of the La@TeX{} fragment at point and overlay it
6993 over the source code.  If there is no fragment at point, process all
6994 fragments in the current entry (between two headlines).  When called
6995 with a prefix argument, process the entire subtree.  When called with
6996 two prefix arguments, or when the cursor is before the first headline,
6997 process the entire buffer.
6998 @kindex C-c C-c
6999 @item C-c C-c
7000 Remove the overlay preview images.
7001 @end table
7003 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
7004 converted into images and inlined into the document if the following
7005 setting is active:
7007 @lisp
7008 (setq org-export-with-LaTeX-fragments t)
7009 @end lisp
7011 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
7012 @section Using CDLaTeX to enter math
7013 @cindex CDLaTeX
7015 CDLaTeX mode is a minor mode that is normally used in combination with a
7016 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
7017 environments and math templates.  Inside Org mode, you can make use of
7018 some of the features of CDLaTeX mode.  You need to install
7019 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
7020 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
7021 Don't use CDLaTeX mode itself under Org mode, but use the light
7022 version @code{org-cdlatex-mode} that comes as part of Org mode.  Turn it
7023 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
7024 Org files with
7026 @lisp
7027 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
7028 @end lisp
7030 When this mode is enabled, the following features are present (for more
7031 details see the documentation of CDLaTeX mode):
7032 @itemize @bullet
7033 @kindex C-c @{
7034 @item
7035 Environment templates can be inserted with @kbd{C-c @{}.
7036 @item
7037 @kindex @key{TAB}
7038 The @key{TAB} key will do template expansion if the cursor is inside a
7039 La@TeX{} fragment@footnote{Org mode has a method to test if the cursor is
7040 inside such a fragment, see the documentation of the function
7041 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
7042 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
7043 correctly inside the first brace.  Another @key{TAB} will get you into
7044 the second brace.  Even outside fragments, @key{TAB} will expand
7045 environment abbreviations at the beginning of a line.  For example, if
7046 you write @samp{equ} at the beginning of a line and press @key{TAB},
7047 this abbreviation will be expanded to an @code{equation} environment.
7048 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
7049 @item
7050 @kindex _
7051 @kindex ^
7052 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
7053 characters together with a pair of braces.  If you use @key{TAB} to move
7054 out of the braces, and if the braces surround only a single character or
7055 macro, they are removed again (depending on the variable
7056 @code{cdlatex-simplify-sub-super-scripts}).
7057 @item
7058 @kindex `
7059 Pressing the backquote @kbd{`} followed by a character inserts math
7060 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
7061 after the backquote, a help window will pop up.
7062 @item
7063 @kindex '
7064 Pressing the normal quote @kbd{'} followed by another character modifies
7065 the symbol before point with an accent or a font.  If you wait more than
7066 1.5 seconds after the backquote, a help window will pop up.  Character
7067 modification will work only inside La@TeX{} fragments, outside the quote
7068 is normal.
7069 @end itemize
7071 @node Exporting, Publishing, Embedded LaTeX, Top
7072 @chapter Exporting
7073 @cindex exporting
7075 Org mode documents can be exported into a variety of other formats.  For
7076 printing and sharing of notes, ASCII export produces a readable and
7077 simple version of an Org file.  HTML export allows you to publish a
7078 notes file on the web, while the XOXO format provides a solid base for
7079 exchange with a broad range of other applications. La@TeX{} export lets
7080 you use Org mode and its structured editing functions to easily create
7081 La@TeX{} files.  To incorporate entries with associated times like
7082 deadlines or appointments into a desktop calendar program like iCal,
7083 Org mode can also produce extracts in the iCalendar format.  Currently
7084 Org mode only supports export, not import of these different formats.
7086 Org supports export of selected regions when @code{transient-mark-mode} is
7087 enabled (default in Emacs 23).
7089 @menu
7090 * Markup rules::                Which structures are recognized?
7091 * Selective export::            Using tags to select and exclude trees
7092 * Export options::              Per-file export settings
7093 * The export dispatcher::       How to access exporter commands
7094 * ASCII export::                Exporting to plain ASCII
7095 * HTML export::                 Exporting to HTML
7096 * LaTeX and PDF export::        Exporting to LaTeX, and processing to PDF
7097 * XOXO export::                 Exporting to XOXO
7098 * iCalendar export::            Exporting in iCalendar format
7099 @end menu
7101 @node Markup rules, Selective export, Exporting, Exporting
7102 @section Markup rules
7104 When exporting Org mode documents,  the exporter tries to reflect the
7105 structure of the document as accurately as possible in the back-end.  Since
7106 export targets like HTML or La@TeX{} allow much richer formatting, Org mode
7107 has rules how to prepare text for rich export.  This section summarizes the
7108 markup rule used in an Org mode buffer.
7110 @menu
7111 * Document title::              How the document title is determined
7112 * Headings and sections::       The main structure of the exported document
7113 * Table of contents::           If, where, how to create a table of contents
7114 * Initial text::                Text before the first headline
7115 * Lists::                       Plain lists are exported
7116 * Paragraphs::                  What determines beginning and ending
7117 * Literal examples::            Source code and other examples
7118 * Include files::               Include the contents of a file during export
7119 * Tables exported::             Tables are exported richly
7120 * Inlined images::              How to inline images during export
7121 * Footnotes::                   Numbers like [1]
7122 * Emphasis and monospace::      To bold or not to bold
7123 * TeX macros and LaTeX fragments::  Create special, rich export.
7124 * Horizontal rules::            A line across the page
7125 * Comment lines::               Some lines will not be exported
7126 @end menu
7128 @node Document title, Headings and sections, Markup rules, Markup rules
7129 @subheading Document title
7130 @cindex document title, markup rules
7132 @noindent
7133 The title of the exported document is taken from the special line
7135 @example
7136 #+TITLE: This is the title of the document
7137 @end example
7139 @noindent
7140 If this line does not exist, the title is derived from the first non-empty,
7141 non-comment line in the buffer.  If no such line exists, or if you have
7142 turned off exporting of the text before the first headline (see below), the
7143 title will be the file name without extension.
7145 If you are exporting only a subtree by marking is as the region, the heading
7146 of the subtree will become the title of the document.  If the subtree has a
7147 property @code{EXPORT_TITLE}, that will take precedence.
7149 @node Headings and sections, Table of contents, Document title, Markup rules
7150 @subheading Headings and sections
7151 @cindex headings and sections, markup rules
7153 The outline structure of the document as described in @ref{Document
7154 Structure} forms the basis for defining sections of the exported document.
7155 However, since the outline structure is also used for (for example) lists of
7156 tasks, only the first three outline levels will be used as headings.  Deeper
7157 levels will become itemized lists.  You can change the location of this
7158 switch, globally by setting the variable @code{org-headline-levels}, or on a
7159 per file basis with a line
7161 @example
7162 #+OPTIONS: H:4
7163 @end example
7165 @node Table of contents, Initial text, Headings and sections, Markup rules
7166 @subheading Table of contents
7167 @cindex table of contents, markup rules
7169 The table of contents is normally inserted directly before the first headline
7170 of the file.  If you would like to get it to a different location, insert the
7171 string @code{[TABLE-OF-CONTENTS]} on a line by itself at the desired
7172 location.  The depth of the table of contents is by default the same as the
7173 number of headline levels, but you can choose a smaller number or turn off
7174 the table of contents entirely by configuring the variable
7175 @code{org-export-with-toc}, or on a per-file basis with a line like
7177 @example
7178 #+OPTIONS: toc:2          (only to two levels in TOC)
7179 #+OPTIONS: toc:nil        (no TOC at all)
7180 @end example
7182 @node Initial text, Lists, Table of contents, Markup rules
7183 @subheading Text before the first headline
7184 @cindex text before first headline, markup rules
7185 @cindex #+TEXT
7187 Org mode normally exports the text before the first headline, and even uses
7188 the first line as the document title.  The text will be fully marked up.  If
7189 you need to include literal HTML or La@TeX{} code, use the special constructs
7190 described below in the sections for the individual exporters.
7192 Some people like to use the space before the first headline for setup and
7193 internal links and therefore would like to control the exported text before
7194 the first headline in a different way.  You can do so by setting the variable
7195 @code{org-export-skip-text-before-1st-heading} to @code{t}.  On a per-file
7196 basis, you can get the same effect with @samp{#+OPTIONS: skip:t}.
7198 @noindent
7199 If you still want to have some text before the first headline, use the
7200 @code{#+TEXT} construct:
7202 @example
7203 #+OPTIONS: skip:t
7204 #+TEXT: This text will go before the *first* headline.
7205 #+TEXT: [TABLE-OF-CONTENTS]
7206 #+TEXT: This goes between the table of contents and the first headline
7207 @end example
7209 @node Lists, Paragraphs, Initial text, Markup rules
7210 @subheading Lists
7211 @cindex lists, markup rules
7213 Plain lists as described in @ref{Plain lists} are translated to the back-ends
7214 syntax for such lists.  Most back-ends support unordered, ordered, and
7215 description lists.
7217 @node Paragraphs, Literal examples, Lists, Markup rules
7218 @subheading Paragraphs, line breaks, and quoting
7219 @cindex paragraphs, markup rules
7221 Paragraphs are separated by at least one empty line.  If you need to enforce
7222 a line break within a paragraph, use @samp{\\} at the end of a line.
7224 To keep the line breaks in a region, but otherwise use normal formatting, you
7225 can use this construct, which can also be used to format poetry.
7227 @example
7228 #+BEGIN_VERSE
7229  Great clouds overhead
7230  Tiny black birds rise and fall
7231  Snow covers Emacs
7233      -- AlexSchroeder
7234 #+END_VERSE
7235 @end example
7237 When quoting a passage from another document, it is customary to format this
7238 as a paragraph that is indented on both the left and the right margin.  You
7239 can include quotations in Org mode documents like this:
7241 @example
7242 #+BEGIN_QUOTE
7243 Everything should be made as simple as possible,
7244 but not any simpler -- Albert Einstein
7245 #+END_QUOTE
7246 @end example
7249 @node Literal examples, Include files, Paragraphs, Markup rules
7250 @subheading Literal examples
7251 @cindex literal examples, markup rules
7253 You can include literal examples that should not be subjected to
7254 markup.  Such examples will be typeset in monospace, so this is well suited
7255 for source code and similar examples.
7256 @cindex #+BEGIN_EXAMPLE
7258 @example
7259 #+BEGIN_EXAMPLE
7260 Some example from a text file.
7261 #+END_EXAMPLE
7262 @end example
7264 For simplicity when using small examples, you can also start the example
7265 lines with a colon:
7267 @example
7268 : Some example from a text file.
7269 @end example
7271 @cindex formatting source code, markup rules
7272 If the example is source code from a programming language, or any other text
7273 that can be marked up by font-lock in Emacs, you can ask for the example to
7274 look like the fontified Emacs buffer@footnote{Currently this works only for
7275 the HTML back-end, and requires the @file{htmlize.el} package version 1.34 or
7276 later.}.  This is done with the @samp{src} block, where you also need to
7277 specify the name of the major mode that should be used to fontify the
7278 example:
7279 @cindex #+BEGIN_SRC
7281 @example
7282 #+BEGIN_SRC emacs-lisp
7283 (defun org-xor (a b)
7284    "Exclusive or."
7285    (if a (not b) b))
7286 #+END_SRC
7287 @end example
7289 @table @kbd
7290 @kindex C-c '
7291 @item C-c '
7292 Edit the source code example at point in its native mode.  This works by
7293 switching to an indirect buffer, narrowing the buffer and switching to the
7294 other mode.  You need to exit by pressing @kbd{C-c '} again@footnote{Upon
7295 exit, lines starting with @samp{*} or @samp{#} will get a comma prepended, to
7296 keep them from being interpreted by Org as outline nodes or special
7297 comments.  These commas will be striped for editing with @kbd{C-c '}, and
7298 also for export.}.  Fixed-width
7299 regions (where each line starts with a colon followed by a space) will be
7300 edited using @code{artist-mode}@footnote{You may select a different-mode with
7301 the variable @code{org-edit-fixed-width-region-mode}.} to allow creating
7302 ASCII drawings easily.  Using this command in an empty line will create a new
7303 fixed-width region.
7304 @end table
7307 @node Include files, Tables exported, Literal examples, Markup rules
7308 @subheading Include files
7309 @cindex include files, markup rules
7311 During export, you can include the content of another file.  For example, to
7312 include your .emacs file, you could use:
7313 @cindex #+INCLUDE
7315 @example
7316 #+INCLUDE: "~/.emacs" src emacs-lisp
7317 @end example
7319 The optional second and third parameter are the markup (@samp{quote},
7320 @samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
7321 language for formatting the contents.  The markup is optional, if it is not
7322 given, the text will be assumed to be in Org mode format and will be
7323 processed normally.  The include line will also allow additional keyword
7324 parameters @code{:prefix1} and @code{:prefix} to specify prefixes for the
7325 first line and for each following line.  For example, to include a file as an
7326 item, use
7328 @example
7329 #+INCLUDE: "~/snippets/xx" :prefix1 "   + " :prefix "     "
7330 @end example
7332 @table @kbd
7333 @kindex C-c '
7334 @item C-c '
7335 Visit the include file at point.
7336 @end table
7338 @node Tables exported, Inlined images, Include files, Markup rules
7339 @subheading Tables
7340 @cindex tables, markup rules
7342 Both the native Org mode tables (@pxref{Tables}) and tables formatted with
7343 the @file{table.el} package will be exported properly.  For Org mode tables,
7344 the lines before the first horizontal separator line will become table header
7345 lines.  You can use the following lines somewhere before the table to asssign
7346 a caption and a label for cross references:
7348 @example
7349 #+CAPTION: This is the caption for the next table (or link)
7350 #+LABEL:   tbl:basic-data
7351 @end example
7353 @node Inlined images, Footnotes, Tables exported, Markup rules
7354 @subheading Inlined Images
7355 @cindex inlined images, markup rules
7357 Some backends (HTML and LaTeX) allow to directly include images into the
7358 exported document.  Org does this, if a link to an image files does not have
7359 a description part, for example @code{[[./img/a.jpg]]}.  If you wish to
7360 define a caption for the image and maybe a label for internal cross
7361 references, you can use (before, but close to the link)
7363 @example
7364 #+CAPTION: This is the caption for the next figure link (or table)
7365 #+LABEL:   fig:SED-HR4049
7366 @end example
7368 You may also define additional attributes for the figure.  As this is
7369 backend-specific, see the sections about the individual backends for more
7370 information.
7372 @node Footnotes, Emphasis and monospace, Inlined images, Markup rules
7373 @subheading Footnotes
7374 @cindex footnotes, markup rules
7375 @cindex @file{footnote.el}
7377 @kindex C-c !
7378 Numbers in square brackets are treated as footnote markers, and lines
7379 starting with such a marker are interpreted as the footnote itself.  You can
7380 use the Emacs package @file{footnote.el} to create footnotes@footnote{The
7381 @file{footnote} package uses @kbd{C-c !} to invoke its commands.  This
7382 binding conflicts with the Org mode command for inserting inactive time
7383 stamps.  You could use the variable @code{footnote-prefix} to switch
7384 footnotes commands to another key.  Or, if you are too used to this binding,
7385 you could use @code{org-replace-disputed-keys} and @code{org-disputed-keys}
7386 to change the settings in Org.}.  For example:
7388 @example
7389 The Org homepage[1] now looks a lot better than it used to.
7391 [1] The link is: http://orgmode.org
7392 @end example
7394 @node Emphasis and monospace, TeX macros and LaTeX fragments, Footnotes, Markup rules
7395 @subheading Emphasis and monospace
7397 @cindex underlined text, markup rules
7398 @cindex bold text, markup rules
7399 @cindex italic text, markup rules
7400 @cindex verbatim text, markup rules
7401 @cindex code text, markup rules
7402 @cindex strike-through text, markup rules
7403 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
7404 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}.  Text
7405 in the code and verbatim string is not processed for Org mode specific
7406 syntax, it is exported verbatim.
7408 @node TeX macros and LaTeX fragments, Horizontal rules, Emphasis and monospace, Markup rules
7409 @subheading @TeX{} macros and La@TeX{} fragments
7410 @cindex LaTeX fragments, markup rules
7411 @cindex TeX macros, markup rules
7412 @cindex HTML entities
7413 @cindex LaTeX entities
7415 A @TeX{}-like syntax is used to specify special characters.  Where possible,
7416 these will be transformed into the native format of the exporter back-end.
7417 Strings like @code{\alpha} will be exported as @code{&alpha;} in the HTML
7418 output, and as @code{$\alpha$} in the La@TeX{} output.  Similarly,
7419 @code{\nbsp} will become @code{&nbsp;} in HTML and @code{~} in La@TeX{}.
7420 This applies for a large number of entities, with names taken from both HTML
7421 and La@TeX{}, see the variable @code{org-html-entities} for the complete
7422 list.  If you are unsure about a name, use @kbd{M-@key{TAB}} for completion
7423 after having types the backslash and maybe a few characters
7424 (@pxref{Completion}).
7426 La@TeX{} fragments are converted into images for HTML export, and they are
7427 written literally into the La@TeX{} export.  See also @ref{Embedded LaTeX}.
7429 Finally, @samp{\-} is treated as a shy hyphen, and @samp{--}, @samp{---}, and
7430 @samp{...} are all converted into special commands creating hyphens of
7431 different lengths or a compact set of dots.
7433 @node Horizontal rules, Comment lines, TeX macros and LaTeX fragments, Markup rules
7434 @subheading  Horizontal rules
7435 @cindex horizontal rules, markup rules
7436 A line consisting of only dashes, and at least 5 of them, will be
7437 exported as a horizontal line (@samp{<hr/>} in HTML).
7439 @node Comment lines,  , Horizontal rules, Markup rules
7440 @subheading Comment lines
7441 @cindex comment lines
7442 @cindex exporting, not
7444 Lines starting with @samp{#} in column zero are treated as comments and will
7445 never be exported.  Also entire subtrees starting with the word
7446 @samp{COMMENT} will never be exported.  Finally, regions surrounded by
7447 @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will not be exported.
7449 @table @kbd
7450 @kindex C-c ;
7451 @item C-c ;
7452 Toggle the COMMENT keyword at the beginning of an entry.
7453 @end table
7455 @node Selective export, Export options, Markup rules, Exporting
7456 @section Selective export
7457 @cindex export, selective by tags
7459 You may use tags to select the parts of a document that should be exported,
7460 or to exclude parts from export.  This behavior is governed by two variables:
7461 @code{org-export-select-tags} and @code{org-export-exclude-tags}.
7463 Org first checks if any of the @emph{select} tags is present in the buffer.
7464 If yes, all trees that do not carry one of these tags will be excluded.  If a
7465 selected tree is a subtree, the heading hierarchy above it will also be
7466 selected for export, but not the text below those headings.
7468 @noindent
7469 If none of the select tags is found, the whole buffer will be selected for
7470 export.
7472 @noindent
7473 Finally, all subtrees that are marked by any of the @emph{exclude} tags will
7474 be removed from the export buffer.
7476 @node Export options, The export dispatcher, Selective export, Exporting
7477 @section Export options
7478 @cindex options, for export
7480 @cindex completion, of option keywords
7481 The exporter recognizes special lines in the buffer which provide
7482 additional information.  These lines may be put anywhere in the file.
7483 The whole set of lines can be inserted into the buffer with @kbd{C-c
7484 C-e t}.  For individual lines, a good way to make sure the keyword is
7485 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
7486 (@pxref{Completion}).
7488 @table @kbd
7489 @kindex C-c C-e t
7490 @item C-c C-e t
7491 Insert template with export options, see example below.
7492 @end table
7494 @cindex #+TITLE:
7495 @cindex #+AUTHOR:
7496 @cindex #+DATE:
7497 @cindex #+EMAIL:
7498 @cindex #+LANGUAGE:
7499 @cindex #+TEXT:
7500 @cindex #+OPTIONS:
7501 @cindex #+LINK_UP:
7502 @cindex #+LINK_HOME:
7503 @cindex #+EXPORT_SELECT_TAGS:
7504 @cindex #+EXPORT_EXCLUDE_TAGS:
7505 @example
7506 #+TITLE:     the title to be shown (default is the buffer name)
7507 #+AUTHOR:    the author (default taken from @code{user-full-name})
7508 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
7509 #+EMAIL:     his/her email address (default from @code{user-mail-address})
7510 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
7511 #+TEXT:      Some descriptive text to be inserted at the beginning.
7512 #+TEXT:      Several lines may be given.
7513 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
7514 #+LINK_UP:   the ``up'' link of an exported page
7515 #+LINK_HOME: the ``home'' link of an exported page
7516 #+EXPORT_SELECT_TAGS:   Tags that select a tree for export
7517 #+EXPORT_EXCLUDE_TAGS:  Tags that exclude a tree from export
7518 @end example
7520 @noindent
7521 The OPTIONS line is a compact@footnote{If you want to configure many options
7522 this way, you can use several OPTIONS lines.} form to specify export settings.  Here
7523 you can:
7524 @cindex headline levels
7525 @cindex section-numbers
7526 @cindex table of contents
7527 @cindex line-break preservation
7528 @cindex quoted HTML tags
7529 @cindex fixed-width sections
7530 @cindex tables
7531 @cindex @TeX{}-like syntax for sub- and superscripts
7532 @cindex footnotes
7533 @cindex special strings
7534 @cindex emphasized text
7535 @cindex @TeX{} macros
7536 @cindex La@TeX{} fragments
7537 @cindex author info, in export
7538 @cindex time info, in export
7539 @example
7540 H:         @r{set the number of headline levels for export}
7541 num:       @r{turn on/off section-numbers}
7542 toc:       @r{turn on/off table of contents, or set level limit (integer)}
7543 \n:        @r{turn on/off line-break-preservation}
7544 @@:         @r{turn on/off quoted HTML tags}
7545 ::         @r{turn on/off fixed-width sections}
7546 |:         @r{turn on/off tables}
7547 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
7548            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
7549            @r{the simple @code{a_b} will be left as it is.}
7550 -:         @r{turn on/off conversion of special strings.}
7551 f:         @r{turn on/off footnotes like this[1].}
7552 todo:      @r{turn on/off inclusion of TODO keywords into exported text}
7553 pri:       @r{turn on/off priority cookies}
7554 tags:      @r{turn on/off inclusion of tags, may also be @code{not-in-toc}}
7555 <:         @r{turn on/off inclusion of any time/date stamps like DEADLINES}
7556 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
7557 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
7558 LaTeX:     @r{turn on/off La@TeX{} fragments}
7559 skip:      @r{turn on/off skipping the text before the first heading}
7560 author:    @r{turn on/off inclusion of author name/email into exported file}
7561 creator:   @r{turn on/off inclusion of creator info into exported file}
7562 timestamp: @r{turn on/off inclusion creation time into exported file}
7563 d:         @r{turn on/off inclusion of drawers}
7564 @end example
7566 These options take effect in both the HTML and La@TeX{} export, except
7567 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
7568 @code{nil} for the La@TeX{} export.
7570 When exporting only a single subtree by selecting it with @kbd{C-c @@} before
7571 calling an export command, the subtree can overrule some of the file's export
7572 settings with properties @code{EXPORT_FILE_NAME}, @code{EXPORT_TITLE},
7573 @code{EXPORT_TEXT}, and @code{EXPORT_OPTIONS}.
7575 @node The export dispatcher, ASCII export, Export options, Exporting
7576 @section The export dispatcher
7577 @cindex dispatcher, for export commands
7579 All export commands can be reached using the export dispatcher, which is a
7580 prefix key that prompts for an additional key specifying the command.
7581 Normally the entire file is exported, but if there is an active region that
7582 contains one outline tree, the first heading is used as document title and
7583 the subtrees are exported.
7585 @table @kbd
7586 @kindex C-c C-e
7587 @item C-c C-e
7588 Dispatcher for export and publishing commands.  Displays a help-window
7589 listing the additional key(s) needed to launch an export or publishing
7590 command.  The prefix arg is passed through to the exporter.  A double prefix
7591 @kbd{C-u C-u} causes most commands to be executed in the background, in a
7592 separate emacs process@footnote{To make this behavior the default, customize
7593 the variable @code{org-export-run-in-background}.}.
7594 @kindex C-c C-e v
7595 @item C-c C-e v
7596 Like @kbd{C-c C-e}, but only export the text that is currently visible
7597 (i.e. not hidden by outline visibility).
7598 @kindex C-u C-u C-c C-e
7599 @item C-u C-u C-c C-e
7600 Call an the exporter, but reverse the setting of
7601 @code{org-export-run-in-background}, i.e. request background processing if
7602 not set, or force processing in the current Emacs process if st.
7603 @end table
7605 @node ASCII export, HTML export, The export dispatcher, Exporting
7606 @section ASCII export
7607 @cindex ASCII export
7609 ASCII export produces a simple and very readable version of an Org mode
7610 file.
7612 @cindex region, active
7613 @cindex active region
7614 @cindex transient-mark-mode
7615 @table @kbd
7616 @kindex C-c C-e a
7617 @item C-c C-e a
7618 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
7619 will be @file{myfile.txt}.  The file will be overwritten without
7620 warning.  If there is an active region@footnote{this requires
7621 @code{transient-mark-mode} to be turned on}, only the region will be
7622 exported. If the selected region is a single tree@footnote{To select the
7623 current subtree, use @kbd{C-c @@}.}, the tree head will
7624 become the document title.  If the tree head entry has or inherits an
7625 @code{EXPORT_FILE_NAME} property, that name will be used for the
7626 export.
7627 @kindex C-c C-e v a
7628 @item C-c C-e v a
7629 Export only the visible part of the document.
7630 @end table
7632 @cindex headline levels, for exporting
7633 In the exported version, the first 3 outline levels will become
7634 headlines, defining a general document structure.  Additional levels
7635 will be exported as itemized lists.  If you want that transition to occur
7636 at a different level, specify it with a prefix argument.  For example,
7638 @example
7639 @kbd{C-1 C-c C-e a}
7640 @end example
7642 @noindent
7643 creates only top level headlines and does the rest as items.  When
7644 headlines are converted to items, the indentation of the text following
7645 the headline is changed to fit nicely under the item.  This is done with
7646 the assumption that the first body line indicates the base indentation of
7647 the body text.  Any indentation larger than this is adjusted to preserve
7648 the layout relative to the first line.  Should there be lines with less
7649 indentation than the first, these are left alone.
7651 @node HTML export, LaTeX and PDF export, ASCII export, Exporting
7652 @section HTML export
7653 @cindex HTML export
7655 Org mode contains an HTML (XHTML 1.0 strict) exporter with extensive
7656 HTML formatting, in ways similar to John Gruber's @emph{markdown}
7657 language, but with additional support for tables.
7659 @menu
7660 * HTML Export commands::        How to invoke HTML export
7661 * Quoting HTML tags::           Using direct HTML in Org mode
7662 * Links::                       Transformation of links for HTML
7663 * Images in HTML export::       
7664 * CSS support::                 Changing the appearance of the output
7665 * Javascript support::          Info and Folding in a web browser
7666 @end menu
7668 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
7669 @subsection HTML export commands
7671 @cindex region, active
7672 @cindex active region
7673 @cindex transient-mark-mode
7674 @table @kbd
7675 @kindex C-c C-e h
7676 @item C-c C-e h
7677 Export as HTML file @file{myfile.html}.  For an org file @file{myfile.org},
7678 the ASCII file will be @file{myfile.html}.  The file will be overwritten
7679 without warning.  If there is an active region@footnote{this requires
7680 @code{transient-mark-mode} to be turned on}, only the region will be
7681 exported. If the selected region is a single tree@footnote{To select the
7682 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
7683 title.  If the tree head entry has, or inherits, an @code{EXPORT_FILE_NAME}
7684 property, that name will be used for the export.
7685 @kindex C-c C-e b
7686 @item C-c C-e b
7687 Export as HTML file and immediately open it with a browser.
7688 @kindex C-c C-e H
7689 @item C-c C-e H
7690 Export to a temporary buffer, do not create a file.
7691 @kindex C-c C-e R
7692 @item C-c C-e R
7693 Export the active region to a temporary buffer.  With a prefix argument, do
7694 not produce the file header and footer, but just the plain HTML section for
7695 the region.  This is good for cut-and-paste operations.
7696 @kindex C-c C-e v h
7697 @kindex C-c C-e v b
7698 @kindex C-c C-e v H
7699 @kindex C-c C-e v R
7700 @item C-c C-e v h
7701 @item C-c C-e v b
7702 @item C-c C-e v H
7703 @item C-c C-e v R
7704 Export only the visible part of the document.
7705 @item M-x org-export-region-as-html
7706 Convert the region to HTML under the assumption that it was Org mode
7707 syntax before.  This is a global command that can be invoked in any
7708 buffer.
7709 @item M-x org-replace-region-by-HTML
7710 Replace the active region (assumed to be in Org mode syntax) by HTML
7711 code.
7712 @end table
7714 @cindex headline levels, for exporting
7715 In the exported version, the first 3 outline levels will become headlines,
7716 defining a general document structure.  Additional levels will be exported as
7717 itemized lists.  If you want that transition to occur at a different level,
7718 specify it with a numeric prefix argument.  For example,
7720 @example
7721 @kbd{C-2 C-c C-e b}
7722 @end example
7724 @noindent
7725 creates two levels of headings and does the rest as items.
7727 @node Quoting HTML tags, Links, HTML Export commands, HTML export
7728 @subsection Quoting HTML tags
7730 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
7731 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
7732 which should be interpreted as such, mark them with @samp{@@} as in
7733 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
7734 simple tags.  For more extensive HTML that should be copied verbatim to
7735 the exported file use either
7737 @example
7738 #+HTML: Literal HTML code for export
7739 @end example
7741 @noindent or
7742 @cindex #+BEGIN_HTML
7744 @example
7745 #+BEGIN_HTML
7746 All lines between these markers are exported literally
7747 #+END_HTML
7748 @end example
7751 @node Links, Images in HTML export, Quoting HTML tags, HTML export
7752 @subsection Links
7754 @cindex links, in HTML export
7755 @cindex internal links, in HTML export
7756 @cindex external links, in HTML export
7757 Internal links (@pxref{Internal links}) will continue to work in HTML.
7758 Automatic links created by radio targets (@pxref{Radio targets}) will also
7759 work in the HTML file.  Links to external files will still work if the HTML
7760 file is in the same directory as the Org file.  Links to other @file{.org}
7761 files will be translated into HTML links under the assumption that an HTML
7762 version also exists of the linked file.  For information related to linking
7763 files while publishing them to a publishing directory see @ref{Publishing
7764 links}.
7766 If you want to specify attributes for links, you can do so using a special
7767 @code{#+ATTR_HTML} line to define attributes that wil be added to the
7768 @code{<a>} or @code{<img>} tags.  Here is an example that sets @code{alt} and
7769 @code{title} attributes for an inlined image:
7771 @example
7772 #+ATTR_HTML: alt="This is image A" title="Image with no action"
7773 [[./img/a.jpg]]
7774 @end example
7776 @node Images in HTML export, CSS support, Links, HTML export
7777 @subsection Images
7779 @cindex images, inline in HTML
7780 @cindex inlining images in HTML
7781 HTML export can inline images given as links in the Org file, and
7782 it can make an image the clickable part of a link.  By
7783 default@footnote{but see the variable
7784 @code{org-export-html-inline-images}}, images are inlined if a link does
7785 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
7786 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
7787 @samp{the image} that points to the image.  If the description part
7788 itself is a @code{file:} link or a @code{http:} URL pointing to an
7789 image, this image will be inlined and activated so that clicking on the
7790 image will activate the link.  For example, to include a thumbnail that
7791 will link to a high resolution version of the image, you could use:
7793 @example
7794 [[file:highres.jpg][file:thumb.jpg]]
7795 @end example
7797 @noindent
7798 and you could use @code{http} addresses just as well.
7800 @node CSS support, Javascript support, Images in HTML export, HTML export
7801 @subsection CSS support
7802 @cindex CSS, for HTML export
7803 @cindex HTML export, CSS
7805 You can also give style information for the exported file.  The HTML
7806 exporter assigns the following CSS classes to appropriate parts of the
7807 document - your style specifications may change these:
7808 @example
7809 .todo           @r{TODO keywords}
7810 .done           @r{the DONE keyword}
7811 .timestamp      @r{time stamp}
7812 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
7813 .tag            @r{tag in a headline}
7814 .target         @r{target for links}
7815 @end example
7817 Each exported files contains a compact default style that defines these
7818 classes in a basic way@footnote{This style is defined in the constant
7819 @code{org-export-html-style-default}, which you should not modify.  To turn
7820 inclusion of these defaults off, customize
7821 @code{org-export-html-style-include-default}}.  You may overwrite these
7822 settings, or add to them by using the variables @code{org-export-html-style}
7823 (for Org-wide settings) and @code{org-export-html-style-extra} (for more
7824 granular settings, like file-local settings).  To set the latter variable
7825 individually for each file, you can use
7827 @example
7828 #+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
7829 @end example
7831 @noindent
7832 For longer style definitions, you can use several such lines.  You could also
7833 directly write a @code{<style>} @code{</style>} section in this way, without
7834 referring to an external file.
7836 @c FIXME: More about header and footer styles
7837 @c FIXME: Talk about links and targets.
7839 @node Javascript support,  , CSS support, HTML export
7840 @subsection Javascript supported display of web pages
7842 @emph{Sebastian Rose} has written a JavaScript program especially designed to
7843 enhance the web viewing experience of HTML files created with Org.  This
7844 program allows you to view large files in two different ways.  The first one is
7845 an @emph{Info}-like mode where each section is displayed separately and
7846 navigation can be done with the @kbd{n} and @kbd{p} keys (and some other keys
7847 as well, press @kbd{?} for an overview of the available keys).  The second
7848 view type is a @emph{folding} view much like Org provides inside Emacs.
7849 The script is available at @url{http://orgmode.org/org-info.js} and you can
7850 find the documentation for it at
7851 @url{http://orgmode.org/worg/code/org-info-js/org-info.js.html}.  We are
7852 serving the script from our site, but if you use it a lot, you might not want
7853 to be dependent on @url{orgmode.org} and prefer to install a local copy on
7854 your own web server.
7856 To use the script, you need to make sure that the @file{org-jsinfo.el} module
7857 gets loaded.  It should be loaded by default, but you can try @kbd{M-x
7858 customize-variable @key{RET} org-modules @key{RET}} to convince yourself that
7859 this is indeed the case.  All it then takes to make use of the program is
7860 adding a single line to the Org file:
7862 @example
7863 #+INFOJS_OPT: view:info toc:nil
7864 @end example
7866 @noindent
7867 If this line is found, the HTML header will automatically contain the code
7868 needed to invoke the script.  Using the line above, you can set the following
7869 viewing options:
7871 @example
7872 path:    @r{The path to the script.  The default is to grab the script from}
7873          @r{@url{http://orgmode.org/org-info.js}, but you might want to have}
7874          @r{a local copy and use a path like @samp{../scripts/org-info.js}.}
7875 view:    @r{Initial view when website is first shown.  Possible values are:}
7876          info      @r{Info-like interface with one section per page.}
7877          overview  @r{Folding interface, initially showing only top-level.}
7878          content   @r{Folding interface, starting with all headlines visible.}
7879          showall   @r{Folding interface, all headlines and text visible.}
7880 sdepth:  @r{Maximum headline level that will still become an independent}
7881          @r{section for info and folding modes.  The default is taken from}
7882          @r{@code{org-headline-levels} (= the @code{H} switch in @code{#+OPTIONS}).}
7883          @r{If this is smaller than in @code{org-headline-levels}, each}
7884          @r{info/folding section can still contain children headlines.}
7885 toc:     @r{Should the table of content @emph{initially} be visible?}
7886          @r{Even when @code{nil}, you can always get to the toc with @kbd{i}.}
7887 tdepth:  @r{The depth of the table of contents.  The defaults are taken from}
7888          @r{the variables @code{org-headline-levels} and @code{org-export-with-toc}.}
7889 ftoc:    @r{Does the css of the page specify a fixed position for the toc?}
7890          @r{If yes, the toc will never be displayed as a section.}
7891 ltoc:    @r{Should there be short contents (children) in each section?}
7892 mouse:   @r{Headings are highlighted when the mouse is over them.  Should be}
7893          @r{@samp{underline} (default) or a background color like @samp{#cccccc}.}
7894 buttons: @r{Should view-toggle buttons be everywhere?  When @code{nil} (the}
7895          @r{default), only one such button will be present.}
7896 @end example
7898 You can choose default values for these options by customizing the variable
7899 @code{org-infojs-options}.  If you always want to apply the script to your
7900 pages, configure the variable @code{org-export-html-use-infojs}.
7902 @node LaTeX and PDF export, XOXO export, HTML export, Exporting
7903 @section LaTeX and PDF export
7904 @cindex LaTeX export
7905 @cindex PDF export
7907 Org mode contains a La@TeX{} exporter written by Bastien Guerry.  With
7908 further processing, this backend is also used to produce PDF output.  Since
7909 the LaTeX output uses @file{hyperref} to implement links and cross
7910 references, the PDF output file will be fully linked.
7912 @menu
7913 * LaTeX/PDF export commands::   Which key invode which commands
7914 * Quoting LaTeX code::          Incorporating literal LaTeX code
7915 * Sectioning structure::        Changing sectioning in LaTeX output
7916 * Tables in LaTeX export::      Options for exporting tables to LaTeX
7917 * Images in LaTeX export::      How to insert figures into LaTeX output
7918 @end menu
7920 @node LaTeX/PDF export commands, Quoting LaTeX code, LaTeX and PDF export, LaTeX and PDF export
7921 @subsection LaTeX export commands
7923 @cindex region, active
7924 @cindex active region
7925 @cindex transient-mark-mode
7926 @table @kbd
7927 @kindex C-c C-e l
7928 @item C-c C-e l
7929 Export as La@TeX{} file @file{myfile.tex}.  For an org file
7930 @file{myfile.org}, the ASCII file will be @file{myfile.tex}.  The file will
7931 be overwritten without warning.  If there is an active region@footnote{this
7932 requires @code{transient-mark-mode} to be turned on}, only the region will be
7933 exported. If the selected region is a single tree@footnote{To select the
7934 current subtree, use @kbd{C-c @@}.}, the tree head will become the document
7935 title.  If the tree head entry has or inherits an @code{EXPORT_FILE_NAME}
7936 property, that name will be used for the export.
7937 @kindex C-c C-e L
7938 @item C-c C-e L
7939 Export to a temporary buffer, do not create a file.
7940 @kindex C-c C-e v l
7941 @kindex C-c C-e v L
7942 @item C-c C-e v l
7943 @item C-c C-e v L
7944 Export only the visible part of the document.
7945 @item M-x org-export-region-as-latex
7946 Convert the region to La@TeX{} under the assumption that it was Org mode
7947 syntax before.  This is a global command that can be invoked in any
7948 buffer.
7949 @item M-x org-replace-region-by-latex
7950 Replace the active region (assumed to be in Org mode syntax) by La@TeX{}
7951 code.
7952 @kindex C-c C-e p
7953 @item C-c C-e p
7954 Export as LaTeX and then process to PDF.
7955 @kindex C-c C-e d
7956 @item C-c C-e d
7957 Export as LaTeX and then process to PDF, then open the resulting PDF file.
7958 @end table
7960 @cindex headline levels, for exporting
7961 In the exported version, the first 3 outline levels will become
7962 headlines, defining a general document structure.  Additional levels
7963 will be exported as description lists.  The exporter can ignore them or
7964 convert them to a custom string depending on
7965 @code{org-latex-low-levels}.
7967 If you want that transition to occur at a different level, specify it
7968 with a numeric prefix argument. For example,
7970 @example
7971 @kbd{C-2 C-c C-e l}
7972 @end example
7974 @noindent
7975 creates two levels of headings and does the rest as items.
7977 @node Quoting LaTeX code, Sectioning structure, LaTeX/PDF export commands, LaTeX and PDF export
7978 @subsection Quoting LaTeX code
7980 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
7981 inserted into the La@TeX{} file.  Furthermore, you can add special code
7982 that should only be present in La@TeX{} export with the following
7983 constructs:
7985 @example
7986 #+LaTeX: Literal LaTeX code for export
7987 @end example
7989 @noindent or
7990 @cindex #+BEGIN_LaTeX
7992 @example
7993 #+BEGIN_LaTeX
7994 All lines between these markers are exported literally
7995 #+END_LaTeX
7996 @end example
7998 @node   Sectioning structure, Tables in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
7999 @subsection Sectioning structure
8000 @cindex LaTeX class
8001 @cindex LaTeX sectioning structure
8003 By default, the La@TeX{} output uses the class @code{article}.
8005 You can change this globally by setting a different value for
8006 @code{org-export-latex-default-class} or locally by adding an option like
8007 @code{#+LaTeX_CLASS: myclass} in your file.  The class should be listed in
8008 @code{org-export-latex-classes}, where you can also define the sectioning
8009 structure for each class, as well as defining additonal classes.
8012 @node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export
8013 @subsection Tables in LaTeX export
8014 @cindex tables, in LaTeX export
8016 For LaTeX export of a table, you can specify a label and a caption
8017 (@pxref{Tables exported}).  You can also use the @code{ATTR_LaTeX} line to
8018 request a longtable environment for the table, so that it may span several
8019 pages:
8021 @example
8022 #+CAPTION: A long table
8023 #+LABEL: tbl:long
8024 #+ATTR_LaTeX: longtable
8025 | ..... | ..... |
8026 | ..... | ..... |
8027 @end example
8030 @node Images in LaTeX export,  , Tables in LaTeX export, LaTeX and PDF export
8031 @subsection Images in LaTeX export
8032 @cindex images, inline in LaTeX
8033 @cindex inlining images in LaTeX
8035 Images that are linked to without a description part in the link, like
8036 @samp{[[file:img.jpg]]} or @samp{[[./img.jpg]]} will be inserted into the PDF
8037 output files resulting from LaTeX output.  Org will use an
8038 @code{\includegraphics} macro to insert the image.  If you have specified a
8039 caption and/or a label as described in @ref{Markup rules}, the figure will
8040 be wrappend into a @code{figure} environment and thus become a floating
8041 element.  Finally, you can use an @code{#+ATTR_LaTeX:} line to specify the
8042 options that can be used in the optional argument of the
8043 @code{\includegraphics} macro.
8045 @example
8046 #+CAPTION:    The black-body emission of the disk around HR 4049
8047 #+LABEL:      fig:SED-HR4049
8048 #+ATTR_LaTeX: width=5cm,angle=90
8049 [[./img/sed-hr4049.pdf]]
8050 @end example
8053 @node XOXO export, iCalendar export, LaTeX and PDF export, Exporting
8054 @section XOXO export
8055 @cindex XOXO export
8057 Org mode contains an exporter that produces XOXO-style output.
8058 Currently, this exporter only handles the general outline structure and
8059 does not interpret any additional Org mode features.
8061 @table @kbd
8062 @kindex C-c C-e x
8063 @item C-c C-e x
8064 Export as XOXO file @file{myfile.html}.
8065 @kindex C-c C-e v
8066 @item C-c C-e v x
8067 Export only the visible part of the document.
8068 @end table
8070 @node iCalendar export,  , XOXO export, Exporting
8071 @section iCalendar export
8072 @cindex iCalendar export
8074 Some people like to use Org mode for keeping track of projects, but still
8075 prefer a standard calendar application for anniversaries and appointments.
8076 In this case it can be useful to have deadlines and other time-stamped items
8077 in Org files show up in the calendar application.  Org mode can export
8078 calendar information in the standard iCalendar format.  If you also want to
8079 have TODO entries included in the export, configure the variable
8080 @code{org-icalendar-include-todo}.  iCalendar export will export plain time
8081 stamps as VEVENT, and TODO items as VTODO.  It will also create events from
8082 deadlines that are in non-TODO items.  Deadlines and scheduling dates in TODO
8083 items will be used to set the start and due dates for the todo
8084 entry@footnote{See the variables @code{org-icalendar-use-deadline} and
8085 @code{org-icalendar-use-scheduled}.}.  As categories, it will use the tags
8086 locally defined in the heading, and the file/tree category@footnote{To add
8087 inherited tags or the TODO state, configure the variable
8088 @code{org-icalendar-categories}.}.
8090 The iCalendar standard requires each entry to have a globally unique
8091 identifier (UID).  Org creates these identifiers during export.  If you set
8092 the variable @code{org-icalendar-store-UID}, the UID will be stored in the
8093 @code{:ID:} property of the entry and re-used next time you report this
8094 entry.  Since a single entry can give rise to multiple iCalendar entries (as
8095 a timestamp, a deadline, a scheduled item, and as a TODO item), Org adds
8096 prefixes to the UID, depending on what triggered the inclusion of the entry.
8097 In this way the UID remains unique, but a synchronization program can still
8098 figure out from which entry all the different instances originate.
8100 @table @kbd
8101 @kindex C-c C-e i
8102 @item C-c C-e i
8103 Create iCalendar entries for the current file and store them in the same
8104 directory, using a file extension @file{.ics}.
8105 @kindex C-c C-e I
8106 @item C-c C-e I
8107 Like @kbd{C-c C-e i}, but do this for all files in
8108 @code{org-agenda-files}.  For each of these files, a separate iCalendar
8109 file will be written.
8110 @kindex C-c C-e c
8111 @item C-c C-e c
8112 Create a single large iCalendar file from all files in
8113 @code{org-agenda-files} and write it to the file given by
8114 @code{org-combined-agenda-icalendar-file}.
8115 @end table
8117 The export will honor SUMMARY, DESCRIPTION and LOCATION@footnote{The LOCATION
8118 property can be inherited from higher in the hierarchy if you configure
8119 @code{org-use-property-inheritance} accordingly.} properties if the selected
8120 entries have them.  If not, the summary will be derived from the headline,
8121 and the description from the body (limited to
8122 @code{org-icalendar-include-body} characters).
8124 How this calendar is best read and updated, that depends on the application
8125 you are using.  The FAQ covers this issue.
8127 @node Publishing, Miscellaneous, Exporting, Top
8128 @chapter Publishing
8129 @cindex publishing
8131 Org includes@footnote{@file{org-publish.el} is not distributed with
8132 Emacs 21, if you are still using Emacs 21, you need you need to download
8133 this file separately.} a publishing management system that allows you to
8134 configure automatic HTML conversion of @emph{projects} composed of
8135 interlinked org files.  This system is called @emph{org-publish}.  You can
8136 also configure org-publish to automatically upload your exported HTML
8137 pages and related attachments, such as images and source code files, to
8138 a web server. Org-publish turns Org into a web-site authoring tool.
8140 You can also use Org-publish to convert files into La@TeX{}, or even
8141 combine HTML and La@TeX{} conversion so that files are available in both
8142 formats on the server@footnote{Since La@TeX{} files on a server are not
8143 that helpful, you surely want to perform further conversion on them --
8144 e.g. convert them to @code{PDF} format.}.
8146 Org-publish has been contributed to Org by David O'Toole.
8148 @menu
8149 * Configuration::               Defining projects
8150 * Sample configuration::        Example projects
8151 * Triggering publication::      Publication commands
8152 @end menu
8154 @node Configuration, Sample configuration, Publishing, Publishing
8155 @section Configuration
8157 Publishing needs significant configuration to specify files, destination
8158 and many other properties of a project.
8160 @menu
8161 * Project alist::               The central configuration variable
8162 * Sources and destinations::    From here to there
8163 * Selecting files::             What files are part of the project?
8164 * Publishing action::           Setting the function doing the publishing
8165 * Publishing options::          Tweaking HTML export
8166 * Publishing links::            Which links keep working after publishing?
8167 * Project page index::          Publishing a list of project files
8168 @end menu
8170 @node Project alist, Sources and destinations, Configuration, Configuration
8171 @subsection The variable @code{org-publish-project-alist}
8172 @cindex org-publish-project-alist
8173 @cindex projects, for publishing
8175 Org-publish is configured almost entirely through setting the value of
8176 one variable, called @code{org-publish-project-alist}.
8177 Each element of the list configures one project, and may be in one of
8178 the two following forms:
8180 @lisp
8181 ("project-name" :property value :property value ...)
8183 @r{or}
8185 ("project-name" :components ("project-name" "project-name" ...))
8187 @end lisp
8189 In both cases, projects are configured by specifying property values.
8190 A project defines the set of files that will be published, as well as
8191 the publishing configuration to use when publishing those files.  When
8192 a project takes the second form listed above, the individual members
8193 of the ``components'' property are taken to be components of the
8194 project, which group together files requiring different publishing
8195 options. When you publish such a ``meta-project'' all the components
8196 will also publish.  The @code{:components} are published in the sequence
8197 provided.
8199 @node Sources and destinations, Selecting files, Project alist, Configuration
8200 @subsection Sources and destinations for files
8201 @cindex directories, for publishing
8203 Most properties are optional, but some should always be set. In
8204 particular, org-publish needs to know where to look for source files,
8205 and where to put published files.
8207 @multitable @columnfractions 0.3 0.7
8208 @item @code{:base-directory}
8209 @tab Directory containing publishing source files
8210 @item @code{:publishing-directory}
8211 @tab Directory (possibly remote) where output files will be published.
8212 @item @code{:preparation-function}
8213 @tab Function called before starting the publishing process, for example to
8214 run @code{make} for updating files to be published.
8215 @item @code{:completion-function}
8216 @tab Function called after finishing the publishing process, for example to
8217 change permissions of the resulting files.
8218 @end multitable
8219 @noindent
8221 @node Selecting files, Publishing action, Sources and destinations, Configuration
8222 @subsection Selecting files
8223 @cindex files, selecting for publishing
8225 By default, all files with extension @file{.org} in the base directory
8226 are considered part of the project.  This can be modified by setting the
8227 properties
8228 @multitable @columnfractions 0.25 0.75
8229 @item @code{:base-extension}
8230 @tab Extension (without the dot!) of source files.  This actually is a
8231 regular expression.
8233 @item @code{:exclude}
8234 @tab Regular expression to match file names that should not be
8235 published, even though they have been selected on the basis of their
8236 extension.
8238 @item @code{:include}
8239 @tab List of files to be included regardless of @code{:base-extension}
8240 and @code{:exclude}.
8241 @end multitable
8243 @node Publishing action, Publishing options, Selecting files, Configuration
8244 @subsection Publishing action
8245 @cindex action, for publishing
8247 Publishing means that a file is copied to the destination directory and
8248 possibly transformed in the process.  The default transformation is to export
8249 Org files as HTML files, and this is done by the function
8250 @code{org-publish-org-to-html} which calls the HTML exporter (@pxref{HTML
8251 export}). But you also can publish your files in La@TeX{} by using the
8252 function @code{org-publish-org-to-latex} instead, or as PDF files using
8253 @code{org-publish-org-to-pdf}.  Other files like images only need to be
8254 copied to the publishing destination. For non-Org files, you need to provide
8255 your own publishing function:
8257 @multitable @columnfractions 0.3 0.7
8258 @item @code{:publishing-function}
8259 @tab Function executing the publication of a file.  This may also be a
8260 list of functions, which will all be called in turn.
8261 @end multitable
8263 The function must accept two arguments: a property list containing at
8264 least a @code{:publishing-directory} property, and the name of the file
8265 to be published.  It should take the specified file, make the necessary
8266 transformation (if any) and place the result into the destination folder.
8267 You can write your own publishing function, but @code{org-publish}
8268 provides one for attachments (files that only need to be copied):
8269 @code{org-publish-attachment}.
8271 @node Publishing options, Publishing links, Publishing action, Configuration
8272 @subsection Options for the HTML/LaTeX exporters
8273 @cindex options, for publishing
8275 The property list can be used to set many export options for the HTML
8276 and La@TeX{} exporters.  In most cases, these properties correspond to user
8277 variables in Org.  The table below lists these properties along
8278 with the variable they belong to.  See the documentation string for the
8279 respective variable for details.
8281 @multitable @columnfractions 0.32 0.68
8282 @item @code{:link-up}               @tab @code{org-export-html-link-up}
8283 @item @code{:link-home}             @tab @code{org-export-html-link-home}
8284 @item @code{:language}              @tab @code{org-export-default-language}
8285 @item @code{:customtime}            @tab @code{org-display-custom-times}
8286 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
8287 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
8288 @item @code{:section-number-format} @tab @code{org-export-section-number-format}
8289 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
8290 @item @code{:preserve-breaks}       @tab @code{org-export-preserve-breaks}
8291 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
8292 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
8293 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
8294 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
8295 @item @code{:footnotes}             @tab @code{org-export-with-footnotes}
8296 @item @code{:drawers}               @tab @code{org-export-with-drawers}
8297 @item @code{:tags}                  @tab @code{org-export-with-tags}
8298 @item @code{:todo-keywords}         @tab @code{org-export-with-todo-keywords}
8299 @item @code{:priority}              @tab @code{org-export-with-priority}
8300 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
8301 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
8302 @item @code{:skip-before-1st-heading} @tab @code{org-export-skip-text-before-1st-heading}
8303 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
8304 @item @code{:timestamps}            @tab @code{org-export-with-timestamps}
8305 @item @code{:author-info}           @tab @code{org-export-author-info}
8306 @item @code{:creator-info}          @tab @code{org-export-creator-info}
8307 @item @code{:tables}                @tab @code{org-export-with-tables}
8308 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
8309 @item @code{:style-include-default} @tab @code{org-export-html-style-include-default}
8310 @item @code{:style}                 @tab @code{org-export-html-style}
8311 @item @code{:style-extra}           @tab @code{org-export-html-style-extra}
8312 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
8313 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
8314 @item @code{:html-extension}        @tab @code{org-export-html-extension}
8315 @item @code{:html-table-tag}        @tab @code{org-export-html-table-tag}
8316 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
8317 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
8318 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
8319 @item @code{:preamble}              @tab @code{org-export-html-preamble}
8320 @item @code{:postamble}             @tab @code{org-export-html-postamble}
8321 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
8322 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
8323 @item @code{:author}                @tab @code{user-full-name}
8324 @item @code{:email}                 @tab @code{user-mail-address}
8325 @item @code{:select-tags}           @tab @code{org-export-select-tags}
8326 @item @code{:exclude-tags}          @tab @code{org-export-exclude-tags}
8327 @end multitable
8329 If you use several email addresses, separate them by a semi-column.
8331 Most of the @code{org-export-with-*} variables have the same effect in
8332 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
8333 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
8334 La@TeX{} export.
8336 When a property is given a value in @code{org-publish-project-alist},
8337 its setting overrides the value of the corresponding user variable (if
8338 any) during publishing.  Options set within a file (@pxref{Export
8339 options}), however, override everything.
8341 @node Publishing links, Project page index, Publishing options, Configuration
8342 @subsection Links between published files
8343 @cindex links, publishing
8345 To create a link from one Org file to another, you would use
8346 something like @samp{[[file:foo.org][The foo]]} or simply
8347 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
8348 becomes a link to @file{foo.html}.  In this way, you can interlink the
8349 pages of your "org web" project and the links will work as expected when
8350 you publish them to HTML.
8352 You may also link to related files, such as images. Provided you are
8353 careful with relative pathnames, and provided you have also configured
8354 @code{org-publish} to upload the related files, these links will work
8355 too. See @ref{Complex example} for an example of this usage.
8357 Sometime an Org file to be published may contain links that are
8358 only valid in your production environment, but not in the publishing
8359 location.  In this case, use the property
8361 @multitable @columnfractions 0.4 0.6
8362 @item @code{:link-validation-function}
8363 @tab Function to validate links
8364 @end multitable
8366 @noindent
8367 to define a function for checking link validity.  This function must
8368 accept two arguments, the file name and a directory relative to which
8369 the file name is interpreted in the production environment.  If this
8370 function returns @code{nil}, then the HTML generator will only insert a
8371 description into the HTML file, but no link.  One option for this
8372 function is @code{org-publish-validate-link} which checks if the given
8373 file is part of any project in @code{org-publish-project-alist}.
8375 @node Project page index,  , Publishing links, Configuration
8376 @subsection Project page index
8377 @cindex index, of published pages
8379 The following properties may be used to control publishing of an
8380 index of files or summary page for a given project.
8382 @multitable @columnfractions 0.25 0.75
8383 @item @code{:auto-index}
8384 @tab When non-nil, publish an index during org-publish-current-project or
8385 org-publish-all.
8387 @item @code{:index-filename}
8388 @tab Filename for output of index. Defaults to @file{index.org} (which
8389 becomes @file{index.html}).
8391 @item @code{:index-title}
8392 @tab Title of index page. Defaults to name of file.
8394 @item @code{:index-function}
8395 @tab Plug-in function to use for generation of index.
8396 Defaults to @code{org-publish-org-index}, which generates a plain list
8397 of links to all files in the project.
8398 @end multitable
8400 @node Sample configuration, Triggering publication, Configuration, Publishing
8401 @section Sample configuration
8403 Below we provide two example configurations.  The first one is a simple
8404 project publishing only a set of Org files.  The second example is
8405 more complex, with a multi-component project.
8407 @menu
8408 * Simple example::              One-component publishing
8409 * Complex example::             A multi-component publishing example
8410 @end menu
8412 @node Simple example, Complex example, Sample configuration, Sample configuration
8413 @subsection Example: simple publishing configuration
8415 This example publishes a set of Org files to the @file{public_html}
8416 directory on the local machine.
8418 @lisp
8419 (setq org-publish-project-alist
8420       '(("org"
8421          :base-directory "~/org/"
8422          :publishing-directory "~/public_html"
8423          :section-numbers nil
8424          :table-of-contents nil
8425          :style "<link rel=\"stylesheet\"
8426                 href=\"../other/mystyle.css\"
8427                 type=\"text/css\">")))
8428 @end lisp
8430 @node Complex example,  , Simple example, Sample configuration
8431 @subsection Example: complex publishing configuration
8433 This more complicated example publishes an entire website, including
8434 org files converted to HTML, image files, emacs lisp source code, and
8435 style sheets. The publishing-directory is remote and private files are
8436 excluded.
8438 To ensure that links are preserved, care should be taken to replicate
8439 your directory structure on the web server, and to use relative file
8440 paths. For example, if your org files are kept in @file{~/org} and your
8441 publishable images in @file{~/images}, you'd link to an image with
8443 @example
8444 file:../images/myimage.png
8445 @end example
8447 On the web server, the relative path to the image should be the
8448 same. You can accomplish this by setting up an "images" folder in the
8449 right place on the web server, and publishing images to it.
8451 @lisp
8452 (setq org-publish-project-alist
8453       '(("orgfiles"
8454           :base-directory "~/org/"
8455           :base-extension "org"
8456           :publishing-directory "/ssh:user@@host:~/html/notebook/"
8457           :publishing-function org-publish-org-to-html
8458           :exclude "PrivatePage.org"   ;; regexp
8459           :headline-levels 3
8460           :section-numbers nil
8461           :table-of-contents nil
8462           :style "<link rel=\"stylesheet\"
8463                   href=\"../other/mystyle.css\" type=\"text/css\">"
8464           :auto-preamble t
8465           :auto-postamble nil)
8467          ("images"
8468           :base-directory "~/images/"
8469           :base-extension "jpg\\|gif\\|png"
8470           :publishing-directory "/ssh:user@@host:~/html/images/"
8471           :publishing-function org-publish-attachment)
8473          ("other"
8474           :base-directory "~/other/"
8475           :base-extension "css\\|el"
8476           :publishing-directory "/ssh:user@@host:~/html/other/"
8477           :publishing-function org-publish-attachment)
8478          ("website" :components ("orgfiles" "images" "other"))))
8479 @end lisp
8481 @node Triggering publication,  , Sample configuration, Publishing
8482 @section Triggering publication
8484 Once org-publish is properly configured, you can publish with the
8485 following functions:
8487 @table @kbd
8488 @item C-c C-e C
8489 Prompt for a specific project and publish all files that belong to it.
8490 @item C-c C-e P
8491 Publish the project containing the current file.
8492 @item C-c C-e F
8493 Publish only the current file.
8494 @item C-c C-e A
8495 Publish all projects.
8496 @end table
8498 Org uses timestamps to track when a file has changed. The above
8499 functions normally only publish changed files. You can override this and
8500 force publishing of all files by giving a prefix argument.
8502 @node Miscellaneous, Extensions, Publishing, Top
8503 @chapter Miscellaneous
8505 @menu
8506 * Completion::                  M-TAB knows what you need
8507 * Customization::               Adapting Org to your taste
8508 * In-buffer settings::          Overview of the #+KEYWORDS
8509 * The very busy C-c C-c key::   When in doubt, press C-c C-c
8510 * Clean view::                  Getting rid of leading stars in the outline
8511 * TTY keys::                    Using Org on a tty
8512 * Interaction::                 Other Emacs packages
8513 * Bugs::                        Things which do not work perfectly
8514 @end menu
8516 @node Completion, Customization, Miscellaneous, Miscellaneous
8517 @section Completion
8518 @cindex completion, of @TeX{} symbols
8519 @cindex completion, of TODO keywords
8520 @cindex completion, of dictionary words
8521 @cindex completion, of option keywords
8522 @cindex completion, of tags
8523 @cindex completion, of property keys
8524 @cindex completion, of link abbreviations
8525 @cindex @TeX{} symbol completion
8526 @cindex TODO keywords completion
8527 @cindex dictionary word completion
8528 @cindex option keyword completion
8529 @cindex tag completion
8530 @cindex link abbreviations, completion of
8532 Org supports in-buffer completion.  This type of completion does
8533 not make use of the minibuffer.  You simply type a few letters into
8534 the buffer and use the key to complete text right there.
8536 @table @kbd
8537 @kindex M-@key{TAB}
8538 @item M-@key{TAB}
8539 Complete word at point
8540 @itemize @bullet
8541 @item
8542 At the beginning of a headline, complete TODO keywords.
8543 @item
8544 After @samp{\}, complete @TeX{} symbols supported by the exporter.
8545 @item
8546 After @samp{*}, complete headlines in the current buffer so that they
8547 can be used in search links like @samp{[[*find this headline]]}.
8548 @item
8549 After @samp{:} in a headline, complete tags.  The list of tags is taken
8550 from the variable @code{org-tag-alist} (possibly set through the
8551 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
8552 dynamically from all tags used in the current buffer.
8553 @item
8554 After @samp{:} and not in a headline, complete property keys.  The list
8555 of keys is constructed dynamically from all keys used in the current
8556 buffer.
8557 @item
8558 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
8559 @item
8560 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
8561 @samp{OPTIONS} which set file-specific options for Org mode.  When the
8562 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
8563 will insert example settings for this keyword.
8564 @item
8565 In the line after @samp{#+STARTUP: }, complete startup keywords,
8566 i.e. valid keys for this line.
8567 @item
8568 Elsewhere, complete dictionary words using Ispell.
8569 @end itemize
8570 @end table
8572 @node Customization, In-buffer settings, Completion, Miscellaneous
8573 @section Customization
8574 @cindex customization
8575 @cindex options, for customization
8576 @cindex variables, for customization
8578 There are more than 180 variables that can be used to customize
8579 Org.  For the sake of compactness of the manual, I am not
8580 describing the variables here.  A structured overview of customization
8581 variables is available with @kbd{M-x org-customize}.  Or select
8582 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
8583 settings can also be activated on a per-file basis, by putting special
8584 lines into the buffer (@pxref{In-buffer settings}).
8586 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
8587 @section Summary of in-buffer settings
8588 @cindex in-buffer settings
8589 @cindex special keywords
8591 Org mode uses special lines in the buffer to define settings on a
8592 per-file basis.  These lines start with a @samp{#+} followed by a
8593 keyword, a colon, and then individual words defining a setting.  Several
8594 setting words can be in the same line, but you can also have multiple
8595 lines for the keyword.  While these settings are described throughout
8596 the manual, here is a summary.  After changing any of those lines in the
8597 buffer, press @kbd{C-c C-c} with the cursor still in the line to
8598 activate the changes immediately.  Otherwise they become effective only
8599 when the file is visited again in a new Emacs session.
8601 @table @kbd
8602 @item #+ARCHIVE: %s_done::
8603 This line sets the archive location for the agenda file.  It applies for
8604 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
8605 of the file.  The first such line also applies to any entries before it.
8606 The corresponding variable is @code{org-archive-location}.
8607 @item #+CATEGORY:
8608 This line sets the category for the agenda file.  The category applies
8609 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
8610 end of the file.  The first such line also applies to any entries before it.
8611 @item #+COLUMNS: %25ITEM .....
8612 Set the default format for columns view.  This format applies when
8613 columns view is invoked in location where no @code{COLUMNS} property
8614 applies.
8615 @item #+CONSTANTS: name1=value1 ...
8616 Set file-local values for constants to be used in table formulas.  This
8617 line set the local variable @code{org-table-formula-constants-local}.
8618 The global version of this variable is
8619 @code{org-table-formula-constants}.
8620 @item #+FILETAGS: :tag1:tag2:tag3:
8621 Set tags that can be inherited by any entry in the file, including the
8622 top-level entries.
8623 @item #+DRAWERS: NAME1 .....
8624 Set the file-local set of drawers.  The corresponding global variable is
8625 @code{org-drawers}.
8626 @item #+LINK:  linkword replace
8627 These lines (several are allowed) specify link abbreviations.
8628 @xref{Link abbreviations}.  The corresponding variable is
8629 @code{org-link-abbrev-alist}.
8630 @item #+PRIORITIES: highest lowest default
8631 This line sets the limits and the default for the priorities.  All three
8632 must be either letters A-Z or numbers 0-9.  The highest priority must
8633 have a lower ASCII number that the lowest priority.
8634 @item #+PROPERTY: Property_Name Value
8635 This line sets a default inheritance value for entries in the current
8636 buffer, most useful for specifying the allowed values of a property.
8637 @item #+SETUPFILE: file
8638 This line defines a file that holds more in-buffer setup.  Normally this is
8639 entirely ignored.  Only when the buffer is parsed for option-setting lines
8640 (i.e. when starting Org mode for a file, when pressing @kbd{C-c C-c} in a
8641 settings line, or when exporting), then the contents of this file are parsed
8642 as if they had been included in the buffer.  In particlar, the file can be
8643 any other Org mode file with internal setup.  You can visit the file the
8644 cursor is in the line with @kbd{C-c '}.
8645 @item #+STARTUP:
8646 This line sets options to be used at startup of Org mode, when an
8647 Org file is being visited.  The first set of options deals with the
8648 initial visibility of the outline tree.  The corresponding variable for
8649 global default settings is @code{org-startup-folded}, with a default
8650 value @code{t}, which means @code{overview}.
8651 @cindex @code{overview}, STARTUP keyword
8652 @cindex @code{content}, STARTUP keyword
8653 @cindex @code{showall}, STARTUP keyword
8654 @example
8655 overview   @r{top-level headlines only}
8656 content    @r{all headlines}
8657 showall    @r{no folding at all, show everything}
8658 @end example
8659 Then there are options for aligning tables upon visiting a file.  This
8660 is useful in files containing narrowed table columns.  The corresponding
8661 variable is @code{org-startup-align-all-tables}, with a default value
8662 @code{nil}.
8663 @cindex @code{align}, STARTUP keyword
8664 @cindex @code{noalign}, STARTUP keyword
8665 @example
8666 align      @r{align all tables}
8667 noalign    @r{don't align tables on startup}
8668 @end example
8669 Logging closing and reinstating TODO items, and clock intervals
8670 (variables @code{org-log-done}, @code{org-log-note-clock-out}, and
8671 @code{org-log-repeat}) can be configured using these options.
8672 @cindex @code{logdone}, STARTUP keyword
8673 @cindex @code{lognotedone}, STARTUP keyword
8674 @cindex @code{nologdone}, STARTUP keyword
8675 @cindex @code{lognoteclock-out}, STARTUP keyword
8676 @cindex @code{nolognoteclock-out}, STARTUP keyword
8677 @cindex @code{logrepeat}, STARTUP keyword
8678 @cindex @code{lognoterepeat}, STARTUP keyword
8679 @cindex @code{nologrepeat}, STARTUP keyword
8680 @example
8681 logdone            @r{record a timestamp when an item is marked DONE}
8682 lognotedone        @r{record timestamp and a note when DONE}
8683 nologdone          @r{don't record when items are marked DONE}
8684 logrepeat          @r{record a time when reinstating a repeating item}
8685 lognoterepeat      @r{record a note when reinstating a repeating item}
8686 nologrepeat        @r{do not record when reinstating repeating item}
8687 lognoteclock-out   @r{record a note when clocking out}
8688 nolognoteclock-out @r{don't record a note when clocking out}
8689 @end example
8690 Here are the options for hiding leading stars in outline headings, and for
8691 indenting outlines.  The corresponding variables are
8692 @code{org-hide-leading-stars} and @code{org-odd-levels-only}, both with a
8693 default setting @code{nil} (meaning @code{showstars} and @code{oddeven}).
8694 @cindex @code{hidestars}, STARTUP keyword
8695 @cindex @code{showstars}, STARTUP keyword
8696 @cindex @code{odd}, STARTUP keyword
8697 @cindex @code{even}, STARTUP keyword
8698 @example
8699 hidestars  @r{make all but one of the stars starting a headline invisible.}
8700 showstars  @r{show all stars starting a headline}
8701 indent     @r{virtual indentation according to outline level}
8702 noindent   @r{no virtual indentation according to outline level}
8703 odd        @r{allow only odd outline levels (1,3,...)}
8704 oddeven    @r{allow all outline levels}
8705 @end example
8706 To turn on custom format overlays over time stamps (variables
8707 @code{org-put-time-stamp-overlays} and
8708 @code{org-time-stamp-overlay-formats}), use
8709 @cindex @code{customtime}, STARTUP keyword
8710 @example
8711 customtime @r{overlay custom time format}
8712 @end example
8713 The following options influence the table spreadsheet (variable
8714 @code{constants-unit-system}).
8715 @cindex @code{constcgs}, STARTUP keyword
8716 @cindex @code{constSI}, STARTUP keyword
8717 @example
8718 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
8719 constSI    @r{@file{constants.el} should use the SI unit system}
8720 @end example
8721 @item #+TAGS:  TAG1(c1) TAG2(c2)
8722 These lines (several such lines are allowed) specify the valid tags in
8723 this file, and (potentially) the corresponding @emph{fast tag selection}
8724 keys.  The corresponding variable is @code{org-tag-alist}.
8725 @item #+TBLFM:
8726 This line contains the formulas for the table directly above the line.
8727 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
8728 These lines provide settings for exporting files.  For more details see
8729 @ref{Export options}.
8730 @item #+SEQ_TODO:   #+TYP_TODO:
8731 These lines set the TODO keywords and their interpretation in the
8732 current file.  The corresponding variables are @code{org-todo-keywords}
8733 and @code{org-todo-interpretation}.
8734 @end table
8736 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
8737 @section The very busy C-c C-c key
8738 @kindex C-c C-c
8739 @cindex C-c C-c, overview
8741 The key @kbd{C-c C-c} has many purposes in Org, which are all
8742 mentioned scattered throughout this manual.  One specific function of
8743 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
8744 other circumstances it means something like @emph{Hey Org, look
8745 here and update according to what you see here}.  Here is a summary of
8746 what this means in different contexts.
8748 @itemize @minus
8749 @item
8750 If there are highlights in the buffer from the creation of a sparse
8751 tree, or from clock display, remove these highlights.
8752 @item
8753 If the cursor is in one of the special @code{#+KEYWORD} lines, this
8754 triggers scanning the buffer for these lines and updating the
8755 information.
8756 @item
8757 If the cursor is inside a table, realign the table.  This command
8758 works even if the automatic table editor has been turned off.
8759 @item
8760 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
8761 the entire table.
8762 @item
8763 If the cursor is inside a table created by the @file{table.el} package,
8764 activate that table.
8765 @item
8766 If the current buffer is a remember buffer, close the note and file it.
8767 With a prefix argument, file it, without further interaction, to the
8768 default location.
8769 @item
8770 If the cursor is on a @code{<<<target>>>}, update radio targets and
8771 corresponding links in this buffer.
8772 @item
8773 If the cursor is in a property line or at the start or end of a property
8774 drawer, offer property commands.
8775 @item
8776 If the cursor is in a plain list item with a checkbox, toggle the status
8777 of the checkbox.
8778 @item
8779 If the cursor is on a numbered item in a plain list, renumber the
8780 ordered list.
8781 @item
8782 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
8783 block is updated.
8784 @end itemize
8786 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
8787 @section A cleaner outline view
8788 @cindex hiding leading stars
8789 @cindex dynamic indentation
8790 @cindex odd-levels-only outlines
8791 @cindex clean outline view
8793 Some people find it noisy and distracting that the Org headlines are starting
8794 with a potentially large number of stars, and that text below the headlines
8795 is not indented.  This is not really a problem when you are writing a book
8796 where the outline headings are really section headlines.  However, in a more
8797 list-oriented outline, it is clear that an indented structure is a lot
8798 cleaner, as can be seen by comparing the two columns in the following
8799 example:
8801 @example
8802 @group
8803 * Top level headline             |    * Top level headline
8804 ** Second level                  |      * Second level
8805 *** 3rd level                    |        * 3rd level
8806 some text                        |          some text
8807 *** 3rd level                    |        * 3rd level
8808 more text                        |          more text
8809 * Another top level headline     |    * Another top level headline
8810 @end group
8811 @end example
8813 @noindent
8814 It is non-trivial to make such a look work in Emacs, but Org contains three
8815 separate features that, combined, achieve just that.
8817 @enumerate
8818 @item
8819 @emph{Indentation of text below headlines}@*
8820 You may indent text below each headline to make the left boundary line up
8821 with the headline, like
8823 @example
8824 *** 3rd level
8825     more text, now indented
8826 @end example
8828 A good way to get this indentation is by hand, and Org supports this with
8829 paragraph filling, line wrapping, and structure editing@footnote{See also the
8830 variable @code{org-adapt-indentation}.} preserving or adapting the
8831 indentation appropriate.  A different approach would be to have a way to
8832 automatically indent lines according to outline structure by adding overlays
8833 or text properties.  But I have not yet found a robust and efficient way to
8834 do this in large files.
8836 @item
8837 @emph{Hiding leading stars}@* You can modify the display in such a way that
8838 all leading stars become invisible.  To do this in a global way, configure
8839 the variable @code{org-hide-leading-stars} or change this on a per-file basis
8840 with
8842 @example
8843 #+STARTUP: hidestars
8844 @end example
8846 @noindent
8847 Note that the opposite behavior is selected with @code{showstars}.
8849 With hidden stars, the tree becomes:
8851 @example
8852 @group
8853 * Top level headline
8854  * Second level
8855   * 3rd level
8856   ...
8857 @end group
8858 @end example
8860 @noindent
8861 Note that the leading stars are not truly replaced by whitespace, they
8862 are only fontified with the face @code{org-hide} that uses the
8863 background color as font color.  If you are not using either white or
8864 black background, you may have to customize this face to get the wanted
8865 effect.  Another possibility is to set this font such that the extra
8866 stars are @i{almost} invisible, for example using the color
8867 @code{grey90} on a white background.
8869 @item
8870 Things become cleaner still if you skip all the even levels and use only odd
8871 levels 1, 3, 5..., effectively adding two stars to go from one outline level
8872 to the next.  In this way we get the outline view shown at the beginning of
8873 this section.  In order to make the structure editing and export commands
8874 handle this convention correctly, configure the variable
8875 @code{org-odd-levels-only}, or set this on a per-file basis with one of the
8876 following lines:
8878 @example
8879 #+STARTUP: odd
8880 #+STARTUP: oddeven
8881 @end example
8883 You can convert an Org file from single-star-per-level to the
8884 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
8885 RET} in that file.  The reverse operation is @kbd{M-x
8886 org-convert-to-oddeven-levels}.
8887 @end enumerate
8889 @node TTY keys, Interaction, Clean view, Miscellaneous
8890 @section Using Org on a tty
8891 @cindex tty key bindings
8893 Because Org contains a large number of commands, by default much of
8894 Org's core commands are bound to keys that are generally not
8895 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
8896 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
8897 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
8898 these commands on a tty when special keys are unavailable, the following
8899 alternative bindings can be used.  The tty bindings below will likely be
8900 more cumbersome; you may find for some of the bindings below that a
8901 customized work-around suits you better.  For example, changing a time
8902 stamp is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
8903 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
8905 @multitable @columnfractions 0.15 0.2 0.2
8906 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
8907 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
8908 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
8909 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
8910 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x i}           @tab @kbd{@key{Esc} @key{right}}
8911 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
8912 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
8913 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
8914 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
8915 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
8916 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
8917 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
8918 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
8919 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
8920 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
8921 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
8922 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
8923 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
8924 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
8925 @end multitable
8927 @node Interaction, Bugs, TTY keys, Miscellaneous
8928 @section Interaction with other packages
8929 @cindex packages, interaction with other
8930 Org lives in the world of GNU Emacs and interacts in various ways
8931 with other code out there.
8933 @menu
8934 * Cooperation::                 Packages Org cooperates with
8935 * Conflicts::                   Packages that lead to conflicts
8936 @end menu
8938 @node Cooperation, Conflicts, Interaction, Interaction
8939 @subsection Packages that Org cooperates with
8941 @table @asis
8942 @cindex @file{calc.el}
8943 @item @file{calc.el} by Dave Gillespie
8944 Org uses the Calc package for implementing spreadsheet
8945 functionality in its tables (@pxref{The spreadsheet}).  Org
8946 checks for the availability of Calc by looking for the function
8947 @code{calc-eval} which should be autoloaded in your setup if Calc has
8948 been installed properly.  As of Emacs 22, Calc is part of the Emacs
8949 distribution.  Another possibility for interaction between the two
8950 packages is using Calc for embedded calculations. @xref{Embedded Mode,
8951 , Embedded Mode, Calc, GNU Emacs Calc Manual}.
8952 @cindex @file{constants.el}
8953 @item @file{constants.el} by Carsten Dominik
8954 In a table formula (@pxref{The spreadsheet}), it is possible to use
8955 names for natural constants or units.  Instead of defining your own
8956 constants in the variable @code{org-table-formula-constants}, install
8957 the @file{constants} package which defines a large number of constants
8958 and units, and lets you use unit prefixes like @samp{M} for
8959 @samp{Mega} etc.  You will need version 2.0 of this package, available
8960 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org checks for
8961 the function @code{constants-get}, which has to be autoloaded in your
8962 setup.  See the installation instructions in the file
8963 @file{constants.el}.
8964 @item @file{cdlatex.el} by Carsten Dominik
8965 @cindex @file{cdlatex.el}
8966 Org mode can make use of the CDLaTeX package to efficiently enter
8967 La@TeX{} fragments into Org files. See @ref{CDLaTeX mode}.
8968 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
8969 @cindex @file{imenu.el}
8970 Imenu allows menu access to an index of items in a file.  Org mode
8971 supports Imenu - all you need to do to get the index is the following:
8972 @lisp
8973 (add-hook 'org-mode-hook
8974           (lambda () (imenu-add-to-menubar "Imenu")))
8975 @end lisp
8976 By default the index is two levels deep - you can modify the depth using
8977 the option @code{org-imenu-depth}.
8978 @item @file{remember.el} by John Wiegley
8979 @cindex @file{remember.el}
8980 Org cooperates with remember, see @ref{Remember}.
8981 @file{Remember.el} is not part of Emacs, find it on the web.
8982 @item @file{speedbar.el} by Eric M. Ludlam
8983 @cindex @file{speedbar.el}
8984 Speedbar is a package that creates a special frame displaying files and
8985 index items in files.  Org mode supports Speedbar and allows you to
8986 drill into Org files directly from the Speedbar.  It also allows to
8987 restrict the scope of agenda commands to a file or a subtree by using
8988 the command @kbd{<} in the Speedbar frame.
8989 @cindex @file{table.el}
8990 @item @file{table.el} by Takaaki Ota
8991 @kindex C-c C-c
8992 @cindex table editor, @file{table.el}
8993 @cindex @file{table.el}
8995 Complex ASCII tables with automatic line wrapping, column- and
8996 row-spanning, and alignment can be created using the Emacs table
8997 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
8998 and also part of Emacs 22).
8999 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org mode
9000 will call @command{table-recognize-table} and move the cursor into the
9001 table.  Inside a table, the keymap of Org mode is inactive.  In order
9002 to execute Org mode-related commands, leave the table.
9004 @table @kbd
9005 @kindex C-c C-c
9006 @item C-c C-c
9007 Recognize @file{table.el} table.  Works when the cursor is in a
9008 table.el table.
9010 @kindex C-c ~
9011 @item C-c ~
9012 Insert a table.el table.  If there is already a table at point, this
9013 command converts it between the table.el format and the Org mode
9014 format.  See the documentation string of the command
9015 @code{org-convert-table} for the restrictions under which this is
9016 possible.
9017 @end table
9018 @file{table.el} is part of Emacs 22.
9019 @cindex @file{footnote.el}
9020 @item @file{footnote.el} by Steven L. Baur
9021 Org mode recognizes numerical footnotes as provided by this package
9022 (@pxref{Footnotes}).
9023 @end table
9025 @node Conflicts,  , Cooperation, Interaction
9026 @subsection Packages that lead to conflicts with Org mode
9028 @table @asis
9030 @cindex @file{allout.el}
9031 @item @file{allout.el} by Ken Manheimer
9032 Startup of Org may fail with the error message
9033 @code{(wrong-type-argument keymapp nil)} when there is an outdated
9034 version @file{allout.el} on the load path, for example the version
9035 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
9036 disappear.  If for some reason you cannot do this, make sure that org.el
9037 is loaded @emph{before} @file{allout.el}, for example by putting
9038 @code{(require 'org)} early enough into your @file{.emacs} file.
9040 @cindex @file{CUA.el}
9041 @item @file{CUA.el} by Kim. F. Storm
9042 Key bindings in Org conflict with the @kbd{S-<cursor>} keys used by
9043 CUA mode (as well as pc-select-mode and s-region-mode) to select and
9044 extend the region.  If you want to use one of these packages along with
9045 Org, configure the variable @code{org-replace-disputed-keys}.  When
9046 set, Org will move the following key bindings in Org files, and
9047 in the agenda buffer (but not during date selection).
9049 @example
9050 S-UP    -> M-p             S-DOWN  -> M-n
9051 S-LEFT  -> M--             S-RIGHT -> M-+
9052 @end example
9054 Yes, these are unfortunately more difficult to remember.  If you want
9055 to have other replacement keys, look at the variable
9056 @code{org-disputed-keys}.
9057 @item @file{windmove.el} by Hovav Shacham
9058 @cindex @file{windmove.el}
9059 Also this package uses the @kbd{S-<cursor>} keys, so everything written
9060 in the paragraph above about CUA mode also applies here.
9062 @cindex @file{footnote.el}
9063 @item @file{footnote.el} by Steven L. Baur
9064 Org supports the syntax of the footnote package, but only the
9065 numerical footnote markers.  Also, the default key for footnote
9066 commands, @kbd{C-c !} is already used by Org.  You could use the
9067 variable @code{footnote-prefix} to switch footnotes commands to another
9068 key.  Or, you could use @code{org-replace-disputed-keys} and
9069 @code{org-disputed-keys} to change the settings in Org.
9071 @end table
9074 @node Bugs,  , Interaction, Miscellaneous
9075 @section Bugs
9076 @cindex bugs
9078 Here is a list of things that should work differently, but which I
9079 have found too hard to fix.
9081 @itemize @bullet
9082 @item
9083 If a table field starts with a link, and if the corresponding table
9084 column is narrowed (@pxref{Narrow columns}) to a width too small to
9085 display the link, the field would look entirely empty even though it is
9086 not.  To prevent this, Org throws an error.  The work-around is to
9087 make the column wide enough to fit the link, or to add some text (at
9088 least 2 characters) before the link in the same field.
9089 @item
9090 Narrowing table columns does not work on XEmacs, because the
9091 @code{format} function does not transport text properties.
9092 @item
9093 Text in an entry protected with the @samp{QUOTE} keyword should not
9094 autowrap.
9095 @item
9096 When the application called by @kbd{C-c C-o} to open a file link fails
9097 (for example because the application does not exist or refuses to open
9098 the file), it does so silently.  No error message is displayed.
9099 @item
9100 Recalculating a table line applies the formulas from left to right.
9101 If a formula uses @emph{calculated} fields further down the row,
9102 multiple recalculation may be needed to get all fields consistent.  You
9103 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
9104 recalculate until convergence.
9105 @item
9106 The exporters work well, but could be made more efficient.
9107 @end itemize
9110 @node Extensions, Hacking, Miscellaneous, Top
9111 @appendix Extensions
9113 This appendix lists the extension modules that have been written for Org.
9114 Many of these extensions live in the @file{contrib} directory of the Org
9115 distribution, others are available somewhere on the web.
9117 @menu
9118 * Extensions in the contrib directory::  These come with the Org distro
9119 * Other extensions::            These you have to find on the web.
9120 @end menu
9122 @node Extensions in the contrib directory, Other extensions, Extensions, Extensions
9123 @section Extensions in the @file{contrib} directory
9125 A number of extension are distributed with Org when you download it from its
9126 homepage.  Please note that these extensions are @emph{not} distributed as
9127 part of Emacs, so if you use Org as delivered with Emacs, you still need to
9128 go to @url{http://orgmode.org} to get access to these modules.
9130 @table @asis
9131 @item @file{org-annotate-file.el} by @i{Philip Jackson}
9132       Annotate a file with org syntax, in a separate file, with links back to
9133       the annotated file.
9134 @item @file{org-annotation-helper.el} by @i{Bastien Guerry and Daniel E. German}
9135       Call @i{remember} directly from Firefox/Opera, or from Adobe Reader.
9136       When activating a special link or bookmark, Emacs receives a trigger to
9137       create a note with a link back to the website.  Requires some setup, a
9138       detailes description is in
9139       @file{contrib/packages/org-annotation-helper}.
9140 @item @file{org-bookmark.el} by @i{Tokuya Kameshima}
9141       Support for links to Emacs bookmarks.
9142 @item @file{org-depend.el} by @i{Carsten Dominik}
9143       TODO dependencies for Org-mode.  Make TODO state changes in one entry
9144       trigger changes in another, or be blocked by the state of another
9145       entry.  Also, easily create chains of TODO items with exactly one
9146       active item at any time.
9147 @item @file{org-elisp-symbol.el} by @i{Bastien Guerry}
9148       Org links to emacs-lisp symbols.  This can create annotated links that
9149       exactly point to the definition location of a variable of function.
9150 @item @file{org-eval.el} by @i{Carsten Dominik}
9151       The @code{<lisp>} tag, adapted from Emacs Wiki and Emacs Muse, allows
9152       text to be included in a document that is the result of evaluating some
9153       code.  Other scripting languages like @code{perl} can be supported with
9154       this package as well.
9155 @item @file{org-eval-light.el} by @i{Eric Schulte}
9156       User-controlled evaluation of code in an Org buffer.
9157 @item @file{org-exp-blocks.el} by @i{Eric Schulte}
9158       Preprocess user-defined blocks for export.
9159 @item @file{org-expiry.el} by @i{Bastien Guerry}
9160       Expiry mechanism for Org entries.
9161 @item @file{org-indent.el} by @i{Carsten Dominik}
9162       Dynamic indentation of Org outlines.  The plan is to indent an outline
9163       according to level, but so far this is too hard for a proper and stable
9164       implementation.  Still, it works somewhat.
9165 @item @file{org-interactive-query.el} by @i{Christopher League}
9166       Interactive modification of tags queries.  After running a general
9167       query in Org, this package allows to narrow down the results by adding
9168       more tags or keywords.
9169 @item @file{org-mairix.el} by @i{Georg C. F. Greve}
9170       Hook mairix search into Org for different MUAs.
9171 @item @file{org-man.el} by @i{Carsten Dominik}
9172       Support for links to manpages in Org-mode.
9173 @item @file{org-mtags.el} by @i{Carsten Dominik}
9174       Support for some Muse-like tags in Org-mode.  This package allows you
9175       to write @code{<example>} and @code{<src>} and other syntax copied from
9176       Emacs Muse, right inside an Org file.  The goal here is to make it easy
9177       to publish the same file using either org-publish or Muse.
9178 @item @file{org-panel.el} by @i{Lennard Borgman}
9179       Simplified and display-aided access to some Org commands.
9180 @item @file{org-registry.el} by @i{Bastien Guerry}
9181       A registry for Org links, to find out from where links point to a given
9182       file or location.
9183 @item @file{org2rem.el} by @i{Bastien Guerry}
9184       Convert org appointments into reminders for the @file{remind} program.
9185 @item @file{org-screen.el} by @i{Andrew Hyatt}
9186       Visit screen sessions through Org-mode links.
9187 @item @file{org-toc.el} by @i{Bastien Guerry}
9188       Table of contents in a separate buffer, with fast access to sections
9189       and easy visibility cycling.
9190 @item @file{orgtbl-sqlinsert.el} by @i{Jason Riedy}
9191       Convert Org-mode tables to SQL insertions.  Documentation for this can
9192       be found on the Worg pages.
9193 @end table
9195 @node Other extensions,  , Extensions in the contrib directory, Extensions
9196 @section Other extensions
9198 @i{TO BE DONE}
9200 @node Hacking, History and Acknowledgments, Extensions, Top
9201 @appendix Hacking
9203 This appendix covers some aspects where users can extend the functionality of
9204 Org.
9206 @menu
9207 * Adding hyperlink types::      New custom link types
9208 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
9209 * Dynamic blocks::              Automatically filled blocks
9210 * Special agenda views::        Customized views
9211 * Using the property API::      Writing programs that use entry properties
9212 * Using the mapping API::       Mapping over all or selected entries
9213 @end menu
9215 @node Adding hyperlink types, Tables in arbitrary syntax, Hacking, Hacking
9216 @section Adding hyperlink types
9217 @cindex hyperlinks, adding new types
9219 Org has a large number of hyperlink types built-in
9220 (@pxref{Hyperlinks}).  If you would like to add new link types, it
9221 provides an interface for doing so.  Let's look at an example file
9222 @file{org-man.el} that will add support for creating links like
9223 @samp{[[man:printf][The printf manpage]]} to show Unix manual pages inside
9224 emacs:
9226 @lisp
9227 ;;; org-man.el - Support for links to manpages in Org
9229 (require 'org)
9231 (org-add-link-type "man" 'org-man-open)
9232 (add-hook 'org-store-link-functions 'org-man-store-link)
9234 (defcustom org-man-command 'man
9235   "The Emacs command to be used to display a man page."
9236   :group 'org-link
9237   :type '(choice (const man) (const woman)))
9239 (defun org-man-open (path)
9240   "Visit the manpage on PATH.
9241 PATH should be a topic that can be thrown at the man command."
9242   (funcall org-man-command path))
9244 (defun org-man-store-link ()
9245   "Store a link to a manpage."
9246   (when (memq major-mode '(Man-mode woman-mode))
9247     ;; This is a man page, we do make this link
9248     (let* ((page (org-man-get-page-name))
9249            (link (concat "man:" page))
9250            (description (format "Manpage for %s" page)))
9251       (org-store-link-props
9252        :type "man"
9253        :link link
9254        :description description))))
9256 (defun org-man-get-page-name ()
9257   "Extract the page name from the buffer name."
9258   ;; This works for both `Man-mode' and `woman-mode'.
9259   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
9260       (match-string 1 (buffer-name))
9261     (error "Cannot create link to this man page")))
9263 (provide 'org-man)
9265 ;;; org-man.el ends here
9266 @end lisp
9268 @noindent
9269 You would activate this new link type in @file{.emacs} with
9271 @lisp
9272 (require 'org-man)
9273 @end lisp
9275 @noindent
9276 Let's go through the file and see what it does.
9277 @enumerate
9278 @item
9279 It does @code{(require 'org)} to make sure that @file{org.el} has been
9280 loaded.
9281 @item
9282 The next line calls @code{org-add-link-type} to define a new link type
9283 with prefix @samp{man}.  The call also contains the name of a function
9284 that will be called to follow such a link.
9285 @item
9286 The next line adds a function to @code{org-store-link-functions}, in
9287 order to allow the command @kbd{C-c l} to record a useful link in a
9288 buffer displaying a man page.
9289 @end enumerate
9291 The rest of the file defines the necessary variables and functions.
9292 First there is a customization variable that determines which emacs
9293 command should be used to display man pages.  There are two options,
9294 @code{man} and @code{woman}.  Then the function to follow a link is
9295 defined.  It gets the link path as an argument - in this case the link
9296 path is just a topic for the manual command.  The function calls the
9297 value of @code{org-man-command} to display the man page.
9299 Finally the function @code{org-man-store-link} is defined.  When you try
9300 to store a link with @kbd{C-c l}, also this function will be called to
9301 try to make a link.  The function must first decide if it is supposed to
9302 create the link for this buffer type, we do this by checking the value
9303 of the variable @code{major-mode}.  If not, the function must exit and
9304 return the value @code{nil}.  If yes, the link is created by getting the
9305 manual topic from the buffer name and prefixing it with the string
9306 @samp{man:}.  Then it must call the command @code{org-store-link-props}
9307 and set the @code{:type} and @code{:link} properties.  Optionally you
9308 can also set the @code{:description} property to provide a default for
9309 the link description when the link is later inserted into an Org
9310 buffer with @kbd{C-c C-l}.
9312 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Hacking
9313 @section Tables and lists in arbitrary syntax
9314 @cindex tables, in other modes
9315 @cindex lists, in other modes
9316 @cindex Orgtbl mode
9318 Since Orgtbl mode can be used as a minor mode in arbitrary buffers, a
9319 frequent feature request has been to make it work with native tables in
9320 specific languages, for example La@TeX{}.  However, this is extremely
9321 hard to do in a general way, would lead to a customization nightmare,
9322 and would take away much of the simplicity of the Orgtbl mode table
9323 editor.
9326 This appendix describes a different approach.  We keep the Orgtbl mode
9327 table in its native format (the @i{source table}), and use a custom
9328 function to @i{translate} the table to the correct syntax, and to
9329 @i{install} it in the right location (the @i{target table}).  This puts
9330 the burden of writing conversion functions on the user, but it allows
9331 for a very flexible system.
9333 Bastien added the ability to do the same with lists.  You can use Org's
9334 facilities to edit and structure lists by turning @code{orgstruct-mode}
9335 on, then locally exporting such lists in another format (HTML, La@TeX{}
9336 or Texinfo.)
9339 @menu
9340 * Radio tables::                Sending and receiving
9341 * A LaTeX example::             Step by step, almost a tutorial
9342 * Translator functions::        Copy and modify
9343 * Radio lists::                 Doing the same for lists
9344 @end menu
9346 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
9347 @subsection Radio tables
9348 @cindex radio tables
9350 To define the location of the target table, you first need to create two
9351 lines that are comments in the current mode, but contain magic words for
9352 Orgtbl mode to find.  Orgtbl mode will insert the translated table
9353 between these lines, replacing whatever was there before.  For example:
9355 @example
9356 /* BEGIN RECEIVE ORGTBL table_name */
9357 /* END RECEIVE ORGTBL table_name */
9358 @end example
9360 @noindent
9361 Just above the source table, we put a special line that tells
9362 Orgtbl mode how to translate this table and where to install it.  For
9363 example:
9364 @example
9365 #+ORGTBL: SEND table_name translation_function arguments....
9366 @end example
9368 @noindent
9369 @code{table_name} is the reference name for the table that is also used
9370 in the receiver lines. @code{translation_function} is the Lisp function
9371 that does the translation.  Furthermore, the line can contain a list of
9372 arguments (alternating key and value) at the end.  The arguments will be
9373 passed as a property list to the translation function for
9374 interpretation.  A few standard parameters are already recognized and
9375 acted upon before the translation function is called:
9377 @table @code
9378 @item :skip N
9379 Skip the first N lines of the table.  Hlines do count as separate lines for
9380 this parameter!
9382 @item :skipcols (n1 n2 ...)
9383 List of columns that should be skipped.  If the table has a column with
9384 calculation marks, that column is automatically discarded as well.
9385 Please note that the translator function sees the table @emph{after} the
9386 removal of these columns, the function never knows that there have been
9387 additional columns.
9388 @end table
9390 @noindent
9391 The one problem remaining is how to keep the source table in the buffer
9392 without disturbing the normal workings of the file, for example during
9393 compilation of a C file or processing of a La@TeX{} file.  There are a
9394 number of different solutions:
9396 @itemize @bullet
9397 @item
9398 The table could be placed in a block comment if that is supported by the
9399 language.  For example, in C mode you could wrap the table between
9400 @samp{/*} and @samp{*/} lines.
9401 @item
9402 Sometimes it is possible to put the table after some kind of @i{END}
9403 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
9404 in La@TeX{}.
9405 @item
9406 You can just comment the table line by line whenever you want to process
9407 the file, and uncomment it whenever you need to edit the table.  This
9408 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
9409 make this comment-toggling very easy, in particular if you bind it to a
9410 key.
9411 @end itemize
9413 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
9414 @subsection A LaTeX example of radio tables
9415 @cindex LaTeX, and Orgtbl mode
9417 The best way to wrap the source table in La@TeX{} is to use the
9418 @code{comment} environment provided by @file{comment.sty}.  It has to be
9419 activated by placing @code{\usepackage@{comment@}} into the document
9420 header.  Orgtbl mode can insert a radio table skeleton@footnote{By
9421 default this works only for La@TeX{}, HTML, and Texinfo.  Configure the
9422 variable @code{orgtbl-radio-tables} to install templates for other
9423 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
9424 be prompted for a table name, lets say we use @samp{salesfigures}.  You
9425 will then get the following template:
9427 @cindex #+ORGTBL: SEND
9428 @example
9429 % BEGIN RECEIVE ORGTBL salesfigures
9430 % END RECEIVE ORGTBL salesfigures
9431 \begin@{comment@}
9432 #+ORGTBL: SEND salesfigures orgtbl-to-latex
9433 | | |
9434 \end@{comment@}
9435 @end example
9437 @noindent
9438 The @code{#+ORGTBL: SEND} line tells Orgtbl mode to use the function
9439 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
9440 into the receiver location with name @code{salesfigures}.  You may now
9441 fill in the table, feel free to use the spreadsheet features@footnote{If
9442 the @samp{#+TBLFM} line contains an odd number of dollar characters,
9443 this may cause problems with font-lock in LaTeX mode.  As shown in the
9444 example you can fix this by adding an extra line inside the
9445 @code{comment} environment that is used to balance the dollar
9446 expressions.  If you are using AUCTeX with the font-latex library, a
9447 much better solution is to add the @code{comment} environment to the
9448 variable @code{LaTeX-verbatim-environments}.}:
9450 @example
9451 % BEGIN RECEIVE ORGTBL salesfigures
9452 % END RECEIVE ORGTBL salesfigures
9453 \begin@{comment@}
9454 #+ORGTBL: SEND salesfigures orgtbl-to-latex
9455 | Month | Days | Nr sold | per day |
9456 |-------+------+---------+---------|
9457 | Jan   |   23 |      55 |     2.4 |
9458 | Feb   |   21 |      16 |     0.8 |
9459 | March |   22 |     278 |    12.6 |
9460 #+TBLFM: $4=$3/$2;%.1f
9461 % $ (optional extra dollar to keep font-lock happy, see footnote)
9462 \end@{comment@}
9463 @end example
9465 @noindent
9466 When you are done, press @kbd{C-c C-c} in the table to get the converted
9467 table inserted between the two marker lines.
9469 Now lets assume you want to make the table header by hand, because you
9470 want to control how columns are aligned etc.  In this case we make sure
9471 that the table translator does skip the first 2 lines of the source
9472 table, and tell the command to work as a @i{splice}, i.e. to not produce
9473 header and footer commands of the target table:
9475 @example
9476 \begin@{tabular@}@{lrrr@}
9477 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
9478 % BEGIN RECEIVE ORGTBL salesfigures
9479 % END RECEIVE ORGTBL salesfigures
9480 \end@{tabular@}
9482 \begin@{comment@}
9483 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
9484 | Month | Days | Nr sold | per day |
9485 |-------+------+---------+---------|
9486 | Jan   |   23 |      55 |     2.4 |
9487 | Feb   |   21 |      16 |     0.8 |
9488 | March |   22 |     278 |    12.6 |
9489 #+TBLFM: $4=$3/$2;%.1f
9490 \end@{comment@}
9491 @end example
9493 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
9494 Orgtbl mode.  It uses a @code{tabular} environment to typeset the table
9495 and marks horizontal lines with @code{\hline}.  Furthermore, it
9496 interprets the following parameters (see also @ref{Translator functions}):
9498 @table @code
9499 @item :splice nil/t
9500 When set to t, return only table body lines, don't wrap them into a
9501 tabular environment.  Default is nil.
9503 @item :fmt fmt
9504 A format to be used to wrap each field, should contain @code{%s} for the
9505 original field value.  For example, to wrap each field value in dollars,
9506 you could use @code{:fmt "$%s$"}.  This may also be a property list with
9507 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
9508 A function of one argument can be used in place of the strings; the
9509 function must return a formatted string.
9511 @item :efmt efmt
9512 Use this format to print numbers with exponentials.  The format should
9513 have @code{%s} twice for inserting mantissa and exponent, for example
9514 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
9515 may also be a property list with column numbers and formats, for example
9516 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
9517 @code{efmt} has been applied to a value, @code{fmt} will also be
9518 applied.  Similar to @code{fmt}, functions of two arguments can be
9519 supplied instead of strings.
9520 @end table
9522 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
9523 @subsection Translator functions
9524 @cindex HTML, and Orgtbl mode
9525 @cindex translator function
9527 Orgtbl mode has several translator functions built-in: @code{orgtbl-to-csv}
9528 (comma-separated values), @code{orgtbl-to-tsv} (TAB-separated values)
9529 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and @code{orgtbl-to-texinfo}.
9530 Except for @code{orgtbl-to-html}@footnote{The HTML translator uses the same
9531 code that produces tables during HTML export.}, these all use a generic
9532 translator, @code{orgtbl-to-generic}.  For example, @code{orgtbl-to-latex}
9533 itself is a very short function that computes the column definitions for the
9534 @code{tabular} environment, defines a few field and line separators and then
9535 hands over to the generic translator.  Here is the entire code:
9537 @lisp
9538 @group
9539 (defun orgtbl-to-latex (table params)
9540   "Convert the Orgtbl mode TABLE to LaTeX."
9541   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
9542                                org-table-last-alignment ""))
9543          (params2
9544           (list
9545            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
9546            :tend "\\end@{tabular@}"
9547            :lstart "" :lend " \\\\" :sep " & "
9548            :efmt "%s\\,(%s)" :hline "\\hline")))
9549     (orgtbl-to-generic table (org-combine-plists params2 params))))
9550 @end group
9551 @end lisp
9553 As you can see, the properties passed into the function (variable
9554 @var{PARAMS}) are combined with the ones newly defined in the function
9555 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
9556 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
9557 would like to use the La@TeX{} translator, but wanted the line endings to
9558 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
9559 overrule the default with
9561 @example
9562 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
9563 @end example
9565 For a new language, you can either write your own converter function in
9566 analogy with the La@TeX{} translator, or you can use the generic function
9567 directly.  For example, if you have a language where a table is started
9568 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
9569 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
9570 separator is a TAB, you could call the generic translator like this (on
9571 a single line!):
9573 @example
9574 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
9575                               :lstart "!BL! " :lend " !EL!" :sep "\t"
9576 @end example
9578 @noindent
9579 Please check the documentation string of the function
9580 @code{orgtbl-to-generic} for a full list of parameters understood by
9581 that function and remember that you can pass each of them into
9582 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
9583 using the generic function.
9585 Of course you can also write a completely new function doing complicated
9586 things the generic translator cannot do.  A translator function takes
9587 two arguments.  The first argument is the table, a list of lines, each
9588 line either the symbol @code{hline} or a list of fields.  The second
9589 argument is the property list containing all parameters specified in the
9590 @samp{#+ORGTBL: SEND} line.  The function must return a single string
9591 containing the formatted table.  If you write a generally useful
9592 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
9593 others can benefit from your work.
9595 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
9596 @subsection Radio lists
9597 @cindex radio lists
9598 @cindex org-list-insert-radio-list
9600 Sending and receiving radio lists works exactly the same way than
9601 sending and receiving radio tables (@pxref{Radio tables}) @footnote{You
9602 need to load the @code{org-export-latex.el} package to use radio lists
9603 since the relevant code is there for now.}.  As for radio tables, you
9604 can insert radio lists templates in HTML, La@TeX{} and Texinfo modes by
9605 calling @code{org-list-insert-radio-list}.
9607 Here are the differences with radio tables:
9609 @itemize @minus
9610 @item
9611 Use @code{ORGLST} instead of @code{ORGTBL}.
9612 @item
9613 The available translation functions for radio lists don't take
9614 parameters.
9615 @item
9616 `C-c C-c' will work when pressed on the first item of the list.
9617 @end itemize
9619 Here is a La@TeX{} example.  Let's say that you have this in your
9620 La@TeX{} file:
9622 @example
9623 % BEGIN RECEIVE ORGLST to-buy
9624 % END RECEIVE ORGLST to-buy
9625 \begin@{comment@}
9626 #+ORGLIST: SEND to-buy orgtbl-to-latex
9627 - a new house
9628 - a new computer
9629   + a new keyboard
9630   + a new mouse
9631 - a new life
9632 \end@{comment@}
9633 @end example
9635 Pressing `C-c C-c' on @code{a new house} and will insert the converted
9636 La@TeX{} list between the two marker lines.
9638 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking
9639 @section Dynamic blocks
9640 @cindex dynamic blocks
9642 Org documents can contain @emph{dynamic blocks}.  These are
9643 specially marked regions that are updated by some user-written function.
9644 A good example for such a block is the clock table inserted by the
9645 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
9647 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
9648 to the block and can also specify parameters for the function producing
9649 the content of the block.
9651 #+BEGIN:dynamic block
9652 @example
9653 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
9655 #+END:
9656 @end example
9658 Dynamic blocks are updated with the following commands
9660 @table @kbd
9661 @kindex C-c C-x C-u
9662 @item C-c C-x C-u
9663 Update dynamic block at point.
9664 @kindex C-u C-c C-x C-u
9665 @item C-u C-c C-x C-u
9666 Update all dynamic blocks in the current file.
9667 @end table
9669 Updating a dynamic block means to remove all the text between BEGIN and
9670 END, parse the BEGIN line for parameters and then call the specific
9671 writer function for this block to insert the new content.  If you want
9672 to use the original content in the writer function, you can use the
9673 extra parameter @code{:content}.
9675 For a block with name @code{myblock}, the writer function is
9676 @code{org-dblock-write:myblock} with as only parameter a property list
9677 with the parameters given in the begin line.  Here is a trivial example
9678 of a block that keeps track of when the block update function was last
9679 run:
9681 @example
9682 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
9684 #+END:
9685 @end example
9687 @noindent
9688 The corresponding block writer function could look like this:
9690 @lisp
9691 (defun org-dblock-write:block-update-time (params)
9692    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
9693      (insert "Last block update at: "
9694              (format-time-string fmt (current-time)))))
9695 @end lisp
9697 If you want to make sure that all dynamic blocks are always up-to-date,
9698 you could add the function @code{org-update-all-dblocks} to a hook, for
9699 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
9700 written in a way that is does nothing in buffers that are not in
9701 @code{org-mode}.
9703 @node Special agenda views, Using the property API, Dynamic blocks, Hacking
9704 @section Special agenda views
9705 @cindex agenda views, user-defined
9707 Org provides a special hook that can be used to narrow down the
9708 selection made by any of the agenda views.  You may specify a function
9709 that is used at each match to verify if the match should indeed be part
9710 of the agenda view, and if not, how much should be skipped.
9712 Let's say you want to produce a list of projects that contain a WAITING
9713 tag anywhere in the project tree.  Let's further assume that you have
9714 marked all tree headings that define a project with the TODO keyword
9715 PROJECT.  In this case you would run a TODO search for the keyword
9716 PROJECT, but skip the match unless there is a WAITING tag anywhere in
9717 the subtree belonging to the project line.
9719 To achieve this, you must write a function that searches the subtree for
9720 the tag.  If the tag is found, the function must return @code{nil} to
9721 indicate that this match should not be skipped.  If there is no such
9722 tag, return the location of the end of the subtree, to indicate that
9723 search should continue from there.
9725 @lisp
9726 (defun my-skip-unless-waiting ()
9727   "Skip trees that are not waiting"
9728   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
9729     (if (re-search-forward ":waiting:" subtree-end t)
9730         nil          ; tag found, do not skip
9731       subtree-end))) ; tag not found, continue after end of subtree
9732 @end lisp
9734 Now you may use this function in an agenda custom command, for example
9735 like this:
9737 @lisp
9738 (org-add-agenda-custom-command
9739  '("b" todo "PROJECT"
9740    ((org-agenda-skip-function 'my-skip-unless-waiting)
9741     (org-agenda-overriding-header "Projects waiting for something: "))))
9742 @end lisp
9744 Note that this also binds @code{org-agenda-overriding-header} to get a
9745 meaningful header in the agenda view.
9747 A general way to create custom searches is to base them on a search for
9748 entries with a certain level limit.  If you want to study all entries with
9749 your custom search function, simply do a search for @samp{LEVEL>0}, and then
9750 use @code{org-agenda-skip-function} to select the entries you really want to
9751 have.
9753 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
9754 particular, you may use the functions @code{org-agenda-skip-entry-if}
9755 and @code{org-agenda-skip-subtree-if} in this form, for example:
9757 @table @code
9758 @item '(org-agenda-skip-entry-if 'scheduled)
9759 Skip current entry if it has been scheduled.
9760 @item '(org-agenda-skip-entry-if 'notscheduled)
9761 Skip current entry if it has not been scheduled.
9762 @item '(org-agenda-skip-entry-if 'deadline)
9763 Skip current entry if it has a deadline.
9764 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
9765 Skip current entry if it has a deadline, or if it is scheduled.
9766 @item '(org-agenda-skip-entry 'regexp "regular expression")
9767 Skip current entry if the regular expression matches in the entry.
9768 @item '(org-agenda-skip-entry 'notregexp "regular expression")
9769 Skip current entry unless the regular expression matches.
9770 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
9771 Same as above, but check and skip the entire subtree.
9772 @end table
9774 Therefore we could also have written the search for WAITING projects
9775 like this, even without defining a special function:
9777 @lisp
9778 (org-add-agenda-custom-command
9779  '("b" todo "PROJECT"
9780    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
9781                                 'regexp ":waiting:"))
9782     (org-agenda-overriding-header "Projects waiting for something: "))))
9783 @end lisp
9785 @node Using the property API, Using the mapping API, Special agenda views, Hacking
9786 @section Using the property API
9787 @cindex API, for properties
9788 @cindex properties, API
9790 Here is a description of the functions that can be used to work with
9791 properties.
9793 @defun org-entry-properties &optional pom which
9794 Get all properties of the entry at point-or-marker POM.
9795 This includes the TODO keyword, the tags, time strings for deadline,
9796 scheduled, and clocking, and any additional properties defined in the
9797 entry.  The return value is an alist, keys may occur multiple times
9798 if the property key was used several times.
9799 POM may also be nil, in which case the current entry is used.
9800 If WHICH is nil or `all', get all properties.  If WHICH is
9801 `special' or `standard', only get that subclass.
9802 @end defun
9803 @defun org-entry-get pom property &optional inherit
9804 Get value of PROPERTY for entry at point-or-marker POM.  By default,
9805 this only looks at properties defined locally in the entry.  If INHERIT
9806 is non-nil and the entry does not have the property, then also check
9807 higher levels of the hierarchy.  If INHERIT is the symbol
9808 @code{selective}, use inheritance if and only if the setting of
9809 @code{org-use-property-inheritance} selects PROPERTY for inheritance.
9810 @end defun
9812 @defun org-entry-delete pom property
9813 Delete the property PROPERTY from entry at point-or-marker POM.
9814 @end defun
9816 @defun org-entry-put pom property value
9817 Set PROPERTY to VALUE for entry at point-or-marker POM.
9818 @end defun
9820 @defun org-buffer-property-keys &optional include-specials
9821 Get all property keys in the current buffer.
9822 @end defun
9824 @defun org-insert-property-drawer
9825 Insert a property drawer at point.
9826 @end defun
9828 @defun org-entry-put-multivalued-property pom property &rest values
9829 Set PROPERTY at point-or-marker POM to VALUES.  VALUES should be a list of
9830 strings.  They will be concatenated, with spaces as separators.
9831 @end defun
9833 @defun org-entry-get-multivalued-property pom property
9834 Treat the value of the property PROPERTY as a whitespace-separated list of
9835 values and return the values as a list of strings.
9836 @end defun
9838 @defun org-entry-add-to-multivalued-property pom property value
9839 Treat the value of the property PROPERTY as a whitespace-separated list of
9840 values and make sure that VALUE is in this list.
9841 @end defun
9843 @defun org-entry-remove-from-multivalued-property pom property value
9844 Treat the value of the property PROPERTY as a whitespace-separated list of
9845 values and make sure that VALUE is @emph{not} in this list.
9846 @end defun
9848 @defun org-entry-member-in-multivalued-property pom property value
9849 Treat the value of the property PROPERTY as a whitespace-separated list of
9850 values and check if VALUE is in this list.
9851 @end defun
9853 @node Using the mapping API,  , Using the property API, Hacking
9854 @section Using the mapping API
9855 @cindex API, for mapping
9856 @cindex mapping entries, API
9858 Org has sophisticated mapping capabilities to find all entries satisfying
9859 certain criteria.  Internally, this functionality is used to produce agenda
9860 views, but there is also an API that can be used to execute arbitrary
9861 functions for each or selected entries.  The main entry point for this API
9864 @defun org-map-entries func &optional match scope &rest skip
9865 Call FUNC at each headline selected by MATCH in SCOPE.
9867 FUNC is a function or a lisp form.  The function will be called without
9868 arguments, with the cursor positioned at the beginning of the headline.
9869 The return values of all calls to the function will be collected and
9870 returned as a list.
9872 MATCH is a tags/property/todo match as it is used in the agenda match view.
9873 Only headlines that are matched by this query will be considered during
9874 the iteration.  When MATCH is nil or t, all headlines will be
9875 visited by the iteration.
9877 SCOPE determines the scope of this command.  It can be any of:
9879 @example
9880 nil     @r{the current buffer, respecting the restriction if any}
9881 tree    @r{the subtree started with the entry at point}
9882 file    @r{the current buffer, without restriction}
9883 file-with-archives
9884         @r{the current buffer, and any archives associated with it}
9885 agenda  @r{all agenda files}
9886 agenda-with-archives
9887         @r{all agenda files with any archive files associated with them}
9888 (file1 file2 ...)
9889         @r{if this is a list, all files in the list will be scanned}
9890 @end example
9892 The remaining args are treated as settings for the skipping facilities of
9893 the scanner.  The following items can be given here:
9895 @example
9896 archive   @r{skip trees with the archive tag}
9897 comment   @r{skip trees with the COMMENT keyword}
9898 function or Lisp form
9899           @r{will be used as value for @code{org-agenda-skip-function},}
9900           @r{so whenever the the function returns t, FUNC}
9901           @r{will not be called for that entry and search will}
9902           @r{continue from the point where the function leaves it}
9903 @end example
9904 @end defun
9906 The function given to that mapping routine can really do anything you like.
9907 It can uce the property API (@pxref{Using the property API}) to gather more
9908 information about the entry, or in order to change metadate in the entry.
9909 Here are a couple of functions that might be handy:
9911 @defun org-todo &optional arg
9912 Change the TODO state of the entry, see the docstring of the functions for
9913 the many possible values for the argument ARG.
9914 @end defun
9916 @defun org-priority &optional action
9917 Change the priority of the entry, see the docstring of this function for the
9918 possible values for ACTION.
9919 @end defun
9921 @defun org-toggle-tag tag &optional onoff
9922 Toggle the tag TAG in the current entry.  Setting ONOFF to either @code{on}
9923 or @code{off} will not toggle tag, but ensure that it is either on or off.
9924 @end defun
9926 @defun org-promote
9927 Promote the current entry.
9928 @end defun
9930 @defun org-demote
9931 Demote the current entry.
9932 @end defun
9934 Here is a simple example that will turn all entries in the current file with
9935 a tag @code{TOMORROW} into TODO entries with the keyword @code{UPCOMING}.
9936 Entries in comment trees and in archive trees will be ignored.
9938 @lisp
9939 (org-map-entries
9940    '(org-todo "UPCOMING")
9941    "+TOMORROW" 'file 'archive 'comment)
9942 @end lisp
9944 The following example counts the number of entries with TODO keyword
9945 @code{WAITING}, in all agenda files.
9947 @lisp
9948 (length (org-map-entries t "/+WAITING" 'agenda))
9949 @end lisp
9951 @node History and Acknowledgments, Main Index, Hacking, Top
9952 @appendix History and Acknowledgments
9953 @cindex acknowledgments
9954 @cindex history
9955 @cindex thanks
9957 Org was borne in 2003, out of frustration over the user interface
9958 of the Emacs Outline mode.  I was trying to organize my notes and
9959 projects, and using Emacs seemed to be the natural way to go.  However,
9960 having to remember eleven different commands with two or three keys per
9961 command, only to hide and show parts of the outline tree, that seemed
9962 entirely unacceptable to me.  Also, when using outlines to take notes, I
9963 constantly want to restructure the tree, organizing it parallel to my
9964 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
9965 editing} were originally implemented in the package
9966 @file{outline-magic.el}, but quickly moved to the more general
9967 @file{org.el}.  As this environment became comfortable for project
9968 planning, the next step was adding @emph{TODO entries}, basic @emph{time
9969 stamps}, and @emph{table support}.  These areas highlight the two main
9970 goals that Org still has today: To create a new, outline-based,
9971 plain text mode with innovative and intuitive editing features, and to
9972 incorporate project planning functionality directly into a notes file.
9974 A special thanks goes to @i{Bastien Guerry} who has not only writen a large
9975 number of extensions to Org (most of them integrated into the core by now),
9976 but has also helped the development and maintenance of Org so much that he
9977 should be considered co-author of this package.
9979 Since the first release, literally thousands of emails to me or on
9980 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
9981 reports, feedback, new ideas, and sometimes patches and add-on code.
9982 Many thanks to everyone who has helped to improve this package.  I am
9983 trying to keep here a list of the people who had significant influence
9984 in shaping one or more aspects of Org.  The list may not be
9985 complete, if I have forgotten someone, please accept my apologies and
9986 let me know.
9988 @itemize @bullet
9990 @item
9991 @i{Russel Adams} came up with the idea for drawers.
9992 @item
9993 @i{Thomas Baumann} wrote @file{org-bbdb.el} and @file{org-mhe.el}.
9994 @item
9995 @i{Christophe Bataillon} created the great unicorn logo that we use on the
9996 Org-mode website.
9997 @item
9998 @i{Alex Bochannek} provided a patch for rounding time stamps.
9999 @item
10000 @i{Charles Cave}'s suggestion sparked the implementation of templates
10001 for Remember.
10002 @item
10003 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
10004 specified time.
10005 @item
10006 @i{Gregory Chernov} patched support for lisp forms into table
10007 calculations and improved XEmacs compatibility, in particular by porting
10008 @file{nouline.el} to XEmacs.
10009 @item
10010 @i{Sacha Chua} suggested to copy some linking code from Planner.
10011 @item
10012 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
10013 came up with the idea of properties, and that there should be an API for
10014 them.
10015 @item
10016 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
10017 inspired some of the early development, including HTML export.  He also
10018 asked for a way to narrow wide table columns.
10019 @item
10020 @i{Christian Egli} converted the documentation into Texinfo format,
10021 patched CSS formatting into the HTML exporter, and inspired the agenda.
10022 @item
10023 @i{David Emery} provided a patch for custom CSS support in exported
10024 HTML agendas.
10025 @item
10026 @i{Nic Ferrier} contributed mailcap and XOXO support.
10027 @item
10028 @i{Miguel A. Figueroa-Villanueva} implemented hierarchical checkboxes.
10029 @item
10030 @i{John Foerch} figured out how to make incremental search show context
10031 around a match in a hidden outline tree.
10032 @item
10033 @i{Niels Giesen} had the idea to automatically archive DONE trees.
10034 @item
10035 @i{Bastien Guerry} wrote the La@TeX{} exporter and @file{org-bibtex.el}, and
10036 has been prolific with patches, ideas, and bug reports.
10037 @item
10038 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
10039 @item
10040 @i{Bernt Hansen} has driven much of the support for auto-repeating tasks,
10041 task state change logging, and the clocktable.  His clear explanations have
10042 been critical when we started to adopt the GIT version control system.
10043 @item
10044 @i{Manuel Hermenegildo} has contributed various ideas, small fixed and
10045 patches.
10046 @item
10047 @i{Phil Jackson} wrote @file{org-irc.el}.
10048 @item
10049 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
10050 folded entries, and column view for properties.
10051 @item
10052 @i{Tokuya Kameshima} wrote @file{org-wl.el} and @file{org-mew.el}.
10053 @item
10054 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
10055 provided frequent feedback and some patches.
10056 @item
10057 @i{Jason F. McBrayer} suggested agenda export to CSV format.
10058 @item
10059 @i{Max Mikhanosha} came up with the idea of refiling.
10060 @item
10061 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
10062 basis.
10063 @item
10064 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
10065 happy.
10066 @item
10067 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file
10068 and to be able to quickly restrict the agenda to a subtree.
10069 @item
10070 @i{Todd Neal} provided patches for links to Info files and elisp forms.
10071 @item
10072 @i{Tim O'Callaghan} suggested in-file links, search options for general
10073 file links, and TAGS.
10074 @item
10075 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
10076 into Japanese.
10077 @item
10078 @i{Oliver Oppitz} suggested multi-state TODO items.
10079 @item
10080 @i{Scott Otterson} sparked the introduction of descriptive text for
10081 links, among other things.
10082 @item
10083 @i{Pete Phillips} helped during the development of the TAGS feature, and
10084 provided frequent feedback.
10085 @item
10086 @i{T.V. Raman} reported bugs and suggested improvements.
10087 @item
10088 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
10089 control.
10090 @item
10091 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
10092 @item
10093 @i{Sebastian Rose} wrote @file{org-info.js}, a Java script for displaying
10094 webpages derived from Org using an Info-like, or a folding interface with
10095 single key navigation.
10096 @item
10097 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
10098 conflict with @file{allout.el}.
10099 @item
10100 @i{Jason Riedy} generalized the send-receive mechanism for orgtbl tables with
10101 extensive patches.
10102 @item
10103 @i{Philip Rooke} created the Org reference card, provided lots
10104 of feedback, developed and applied standards to the Org documentation.
10105 @item
10106 @i{Christian Schlauer} proposed angular brackets around links, among
10107 other things.
10108 @item
10109 @i{Eric Schulte} wrote @file{org-plot.el}.
10110 @item
10111 Linking to VM/BBDB/Gnus was first inspired by @i{Tom Shannon}'s
10112 @file{organizer-mode.el}.
10113 @item
10114 @i{Ilya Shlyakhter} proposed the Archive Sibling.
10115 @item
10116 @i{Stathis Sideris} wrote the @file{ditaa.jar} ASCII to PNG converter that is
10117 now packaged into Org's @file{contrib} directory.
10118 @item
10119 @i{Daniel Sinder} came up with the idea of internal archiving by locking
10120 subtrees.
10121 @item
10122 @i{Dale Smith} proposed link abbreviations.
10123 @item
10124 @i{James TD Smith} has contributed a large number of patches for useful
10125 tweaks and features.
10126 @item
10127 @i{Adam Spiers} asked for global linking commands, inspired the link
10128 extension system, added support for mairix, and proposed the mapping API.
10129 @item
10130 @i{Andy Stewart} contributed code to @file{org-w3m.el}, to copy HTML content
10131 with links transformation to Org syntax.
10132 @item
10133 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
10134 chapter about publishing.
10135 @item
10136 @i{J@"urgen Vollmer} contributed code generating the table of contents
10137 in HTML output.
10138 @item
10139 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
10140 keyword.
10141 @item
10142 @i{David Wainberg} suggested archiving, and improvements to the linking
10143 system.
10144 @item
10145 @i{John Wiegley} wrote @file{emacs-wiki.el}, @file{planner.el}, and
10146 @file{muse.el}, which have similar goals as Org.  Initially the
10147 development of Org was fully independent because I was not aware of the
10148 existence of these packages.  But with time I have accasionally looked
10149 at John's code and learned a lot from it.  John has also contributed a
10150 number of great ideas and patches directly to Org, including the attachment
10151 system (@file{org-attach.el}) and integration with Apple Mail
10152 (@file{org-mac-message.el}).
10153 @item
10154 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
10155 linking to Gnus.
10156 @item
10157 @i{Roland Winkler} requested additional key bindings to make Org
10158 work on a tty.
10159 @item
10160 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
10161 and contributed various ideas and code snippets.
10162 @end itemize
10165 @node Main Index, Key Index, History and Acknowledgments, Top
10166 @unnumbered The Main Index
10168 @printindex cp
10170 @node Key Index,  , Main Index, Top
10171 @unnumbered Key Index
10173 @printindex ky
10175 @bye
10177 @ignore
10178         arch-tag: 7893d1Fe-cc57-4d13-b5e5-f494a1CBC7ac
10179 @end ignore
10181 @c Local variables:
10182 @c ispell-local-dictionary: "en_US-w_accents"
10183 @c ispell-local-pdict: "./.aspell.org.pws"
10184 @c fill-column: 77
10185 @c End: