Release 5.17a
[org-mode/org-mode-NeilSmithlineMods.git] / org.texi
blob3454f047a78932074354812bcc536c194b192e37
1 \input texinfo
2 @c %**start of header
3 @setfilename ../../info/org
4 @settitle Org Mode Manual
6 @set VERSION 5.17
7 @set DATE December 2007
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-mode (version @value{VERSION}).
38 Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation
40 @quotation
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the GNU Free Documentation License, Version 1.1 or
43 any later version published by the Free Software Foundation; with no
44 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
45 and with the Back-Cover Texts as in (a) below.  A copy of the
46 license is included in the section entitled ``GNU Free Documentation
47 License.''
49 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
50 this GNU Manual, like GNU software.  Copies published by the Free
51 Software Foundation raise funds for GNU development.''
52 @end quotation
53 @end copying
55 @titlepage
56 @title Org Mode Manual
58 @subtitle Release @value{VERSION}
59 @author by Carsten Dominik
61 @c The following two commands start the copyright page.
62 @page
63 @vskip 0pt plus 1filll
64 @insertcopying
65 @end titlepage
67 @c Output the table of contents at the beginning.
68 @contents
70 @ifnottex
71 @node Top, Introduction, (dir), (dir)
72 @top Org Mode Manual
74 @insertcopying
75 @end ifnottex
77 @menu
78 * Introduction::                Getting started
79 * Document structure::          A tree works like your brain
80 * Tables::                      Pure magic for quick formatting
81 * Hyperlinks::                  Notes in context
82 * TODO items::                  Every tree branch can be a TODO item
83 * Tags::                        Tagging headlines and matching sets of tags
84 * Properties and columns::      Storing information about an entry
85 * Dates and times::             Making items useful for planning
86 * Remember::                    Quickly adding nodes to the outline tree
87 * Agenda views::                Collecting information into views
88 * Embedded LaTeX::              LaTeX fragments and formulas
89 * Exporting::                   Sharing and publishing of notes
90 * Publishing::                  Create a web site of linked Org-mode files
91 * Miscellaneous::               All the rest which did not fit elsewhere
92 * Extensions and Hacking::      It is possible to write add-on code
93 * History and Acknowledgments::  How Org-mode came into being 
94 * Main Index::                  
95 * Key Index::                   Key bindings and where they are described
97 @detailmenu
98  --- The Detailed Node Listing ---
100 Introduction
102 * Summary::                     Brief summary of what Org-mode does
103 * Installation::                How to install a downloaded version of Org-mode
104 * Activation::                  How to activate Org-mode for certain buffers.
105 * Feedback::                    Bug reports, ideas, patches etc.
106 * Conventions::                 Type-setting conventions in the manual
108 Document Structure
110 * Outlines::                    Org-mode is based on outline-mode
111 * Headlines::                   How to typeset org-tree headlines
112 * Visibility cycling::          Show and hide, much simplified
113 * Motion::                      Jumping to other headlines
114 * Structure editing::           Changing sequence and level of headlines
115 * Archiving::                   Move done task trees to a different place
116 * Sparse trees::                Matches embedded in context
117 * Plain lists::                 Additional structure within an entry
118 * Drawers::                     Tucking stuff away
119 * orgstruct-mode::              Structure editing outside Org-mode
121 Archiving
123 * ARCHIVE tag::                 Marking a tree as inactive
124 * Moving subtrees::             Moving a tree to an archive file
126 Tables
128 * Built-in table editor::       Simple tables
129 * Narrow columns::              Stop wasting space in tables   
130 * Column groups::               Grouping to trigger vertical lines
131 * orgtbl-mode::                 The table editor as minor mode
132 * The spreadsheet::             The table editor has spreadsheet capabilities.
134 The spreadsheet
136 * References::                  How to refer to another field or range
137 * Formula syntax for Calc::     Using Calc to compute stuff
138 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
139 * Field formulas::              Formulas valid for a single field
140 * Column formulas::             Formulas valid for an entire column
141 * Editing and debugging formulas::  Fixing formulas
142 * Updating the table::          Recomputing all dependent fields
143 * Advanced features::           Field names, parameters and automatic recalc
145 Hyperlinks
147 * Link format::                 How links in Org-mode are formatted
148 * Internal links::              Links to other places in the current file
149 * External links::              URL-like links to the world
150 * Handling links::              Creating, inserting and following
151 * Using links outside Org-mode::  Linking from my C source code?
152 * Link abbreviations::          Shortcuts for writing complex links
153 * Search options::              Linking to a specific location
154 * Custom searches::             When the default search is not enough
156 Internal links
158 * Radio targets::               Make targets trigger links in plain text.
160 TODO items
162 * TODO basics::                 Marking and displaying TODO entries
163 * TODO extensions::             Workflow and assignments
164 * Progress logging::            Dates and notes for progress
165 * Priorities::                  Some things are more important than others
166 * Breaking down tasks::         Splitting a task into manageable pieces
167 * Checkboxes::                  Tick-off lists
169 Extended use of TODO keywords
171 * Workflow states::             From TODO to DONE in steps
172 * TODO types::                  I do this, Fred does the rest
173 * Multiple sets in one file::   Mixing it all, and still finding your way
174 * Fast access to TODO states::  Single letter selection of a state
175 * Per-file keywords::           Different files, different requirements
176 * Faces for TODO keywords::     Highlighting states
178 Progress Logging
180 * Closing items::               When was this entry marked DONE?
181 * Tracking TODO state changes::  When did the status change?
183 Tags
185 * Tag inheritance::             Tags use the tree structure of the outline
186 * Setting tags::                How to assign tags to a headline
187 * Tag searches::                Searching for combinations of tags
189 Properties and Columns
191 * Property syntax::             How properties are spelled out
192 * Special properties::          Access to other Org-mode features
193 * Property searches::           Matching property values
194 * Property inheritance::        Passing values down the tree
195 * Column view::                 Tabular viewing and editing
196 * Property API::                Properties for Lisp programmers
198 Column View
200 * Defining columns::            The COLUMNS format property
201 * Using column view::           How to create and use column view
202 * Capturing Column View::       A dynamic block for column view
204 Defining Columns
206 * Scope of column definitions::  Where defined, where valid?
207 * Column attributes::           Appearance and content of a column
209 Dates and Times
211 * Time stamps::                 Assigning a time to a tree entry
212 * Creating timestamps::         Commands which insert timestamps
213 * Deadlines and scheduling::    Planning your work
214 * Clocking work time::          
216 Creating timestamps
218 * The date/time prompt::        How org-mode helps you entering date and time
219 * Custom time format::          Making dates look differently
221 Deadlines and Scheduling
223 * Inserting deadline/schedule::  Planning items
224 * Repeated tasks::              Items that show up again and again
226 Remember
228 * Setting up remember::         Some code for .emacs to get things going
229 * Remember templates::          Define the outline of different note types
230 * Storing notes::               Directly get the note to where it belongs
231 * Refiling notes::              Moving a note or task to a project
233 Agenda Views
235 * Agenda files::                Files being searched for agenda information
236 * Agenda dispatcher::           Keyboard access to agenda views
237 * Built-in agenda views::       What is available out of the box?
238 * Presentation and sorting::    How agenda items are prepared for display
239 * Agenda commands::             Remote editing of org trees
240 * Custom agenda views::         Defining special searches and views
242 The built-in agenda views
244 * Weekly/Daily agenda::         The calendar page with current tasks
245 * Global TODO list::            All unfinished action items
246 * Matching tags and properties::  Structured information with fine-tuned search
247 * Timeline::                    Time-sorted view for single file
248 * Stuck projects::              Find projects you need to review
250 Presentation and sorting
252 * Categories::                  Not all tasks are equal
253 * Time-of-day specifications::  How the agenda knows the time
254 * Sorting of agenda items::     The order of things
256 Custom agenda views
258 * Storing searches::            Type once, use often
259 * Block agenda::                All the stuff you need in a single buffer
260 * Setting Options::             Changing the rules
261 * Exporting Agenda Views::      Writing agendas to files.
262 * Extracting Agenda Information for other programs::  
264 Embedded LaTeX
266 * Math symbols::                TeX macros for symbols and Greek letters
267 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
268 * LaTeX fragments::             Complex formulas made easy
269 * Processing LaTeX fragments::  Previewing LaTeX processing
270 * CDLaTeX mode::                Speed up entering of formulas
272 Exporting
274 * ASCII export::                Exporting to plain ASCII
275 * HTML export::                 Exporting to HTML
276 * LaTeX export::                Exporting to LaTeX
277 * XOXO export::                 Exporting to XOXO
278 * iCalendar export::            Exporting in iCalendar format
279 * Text interpretation::         How the exporter looks at the file
281 HTML export
283 * HTML Export commands::        How to invoke LaTeX export
284 * Quoting HTML tags::           Using direct HTML in Org-mode
285 * Links::                       Transformation of links for HTML
286 * Images::                      How to include images
287 * CSS support::                 Changing the appearence of the output
289 LaTeX export
291 * LaTeX export commands::       How to invoke LaTeX export
292 * Quoting LaTeX code::          Incorporating literal LaTeX code
293 * Sectioning structure::        
295 Text interpretation by the exporter
297 * Comment lines::               Some lines will not be exported
298 * Initial text::                Text before the first headline
299 * Footnotes::                   Numbers like [1]
300 * Quoted examples::             Inserting quoted chnuks of text            
301 * Enhancing text::              Subscripts, symbols and more
302 * Export options::              How to influence the export settings
304 Publishing
306 * Configuration::               Defining projects
307 * Sample configuration::        Example projects
308 * Triggering publication::      Publication commands
310 Configuration
312 * Project alist::               The central configuration variable
313 * Sources and destinations::    From here to there
314 * Selecting files::             What files are part of the project?
315 * Publishing action::           Setting the function doing the publishing
316 * Publishing options::          Tweaking HTML export
317 * Publishing links::            Which links keep working after publishing?
318 * Project page index::          Publishing a list of project files
320 Sample configuration
322 * Simple example::              One-component publishing
323 * Complex example::             A multi-component publishing example
325 Miscellaneous
327 * Completion::                  M-TAB knows what you need
328 * Customization::               Adapting Org-mode to your taste
329 * In-buffer settings::          Overview of the #+KEYWORDS
330 * The very busy C-c C-c key::   When in doubt, press C-c C-c
331 * Clean view::                  Getting rid of leading stars in the outline
332 * TTY keys::                    Using Org-mode on a tty
333 * Interaction::                 Other Emacs packages
334 * Bugs::                        Things which do not work perfectly
336 Interaction with other packages
338 * Cooperation::                 Packages Org-mode cooperates with
339 * Conflicts::                   Packages that lead to conflicts
341 Extensions, Hooks and Hacking
343 * Extensions::                  Existing 3rd-part extensions
344 * Adding hyperlink types::      New custom link types
345 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
346 * Dynamic blocks::              Automatically filled blocks
347 * Special agenda views::        Customized views
348 * Using the property API::      Writing programs that use entry properties
350 Tables and Lists in arbitrary syntax
352 * Radio tables::                Sending and receiving
353 * A LaTeX example::             Step by step, almost a tutorial
354 * Translator functions::        Copy and modify
355 * Radio lists::                 Doing the same for lists.
357 @end detailmenu
358 @end menu
360 @node Introduction, Document structure, Top, Top
361 @chapter Introduction
362 @cindex introduction
364 @menu
365 * Summary::                     Brief summary of what Org-mode does
366 * Installation::                How to install a downloaded version of Org-mode
367 * Activation::                  How to activate Org-mode for certain buffers.
368 * Feedback::                    Bug reports, ideas, patches etc.
369 * Conventions::                 Type-setting conventions in the manual
370 @end menu
372 @node Summary, Installation, Introduction, Introduction
373 @section Summary
374 @cindex summary
376 Org-mode is a mode for keeping notes, maintaining TODO lists, and doing
377 project planning with a fast and effective plain-text system.
379 Org-mode develops organizational tasks around NOTES files that contain
380 lists or information about projects as plain text.  Org-mode is
381 implemented on top of outline-mode, which makes it possible to keep the
382 content of large files well structured.  Visibility cycling and
383 structure editing help to work with the tree.  Tables are easily created
384 with a built-in table editor.  Org-mode supports TODO items, deadlines,
385 time stamps, and scheduling.  It dynamically compiles entries into an
386 agenda that utilizes and smoothly integrates much of the Emacs calendar
387 and diary.  Plain text URL-like links connect to websites, emails,
388 Usenet messages, BBDB entries, and any files related to the projects.
389 For printing and sharing of notes, an Org-mode file can be exported as a
390 structured ASCII file, as HTML, or (todo and agenda items only) as an
391 iCalendar file.  It can also serve as a publishing tool for a set of
392 linked webpages.
394 An important design aspect that distinguishes Org-mode from for example
395 Planner/Muse is that it encourages to store every piece of information
396 only once.  In Planner, you have project pages, day pages and possibly
397 other files, duplicating some information such as tasks.  In Org-mode,
398 you only have notes files.  In your notes you mark entries as tasks,
399 label them with tags and timestamps.  All necessary lists like a
400 schedule for the day, the agenda for a meeting, tasks lists selected by
401 tags etc are created dynamically when you need them.
403 Org-mode keeps simple things simple.  When first fired up, it should
404 feel like a straightforward, easy to use outliner.  Complexity is not
405 imposed, but a large amount of functionality is available when you need
406 it.  Org-mode is a toolbox and can be used in different ways, for
407 example as:
409 @example
410 @r{@bullet{} outline extension with visibility cycling and structure editing}
411 @r{@bullet{} ASCII system and table editor for taking structured notes}
412 @r{@bullet{} ASCII table editor with spreadsheet-like capabilities}
413 @r{@bullet{} TODO list editor}
414 @r{@bullet{} full agenda and planner with deadlines and work scheduling}
415 @r{@bullet{} environment to implement David Allen's GTD system}
416 @r{@bullet{} a basic database application}
417 @r{@bullet{} simple hypertext system, with HTML and LaTeX export}
418 @r{@bullet{} publishing tool to create a set of interlinked webpages}
419 @end example
421 Org-mode's automatic, context sensitive table editor with spreadsheet
422 capabilities can be integrated into any major mode by activating the
423 minor Orgtbl-mode.  Using a translation step, it can be used to maintain
424 tables in arbitrary file types, for example in La@TeX{}.  The structure
425 editing and list creation capabilities can be used outside Org-mode with
426 the minor Orgstruct-mode.
428 @cindex FAQ
429 There is a website for Org-mode which provides links to the newest
430 version of Org-mode, as well as additional information, frequently asked
431 questions (FAQ), links to tutorials etc.  This page is located at
432 @uref{http://orgmode.org}.
434 @page
437 @node Installation, Activation, Summary, Introduction
438 @section Installation
439 @cindex installation
440 @cindex XEmacs
442 @b{Important:} @i{If Org-mode is part of the Emacs distribution or an
443 XEmacs package, please skip this section and go directly to
444 @ref{Activation}.}
446 If you have downloaded Org-mode from the Web, you must take the
447 following steps to install it: Go into the Org-mode distribution
448 directory and edit the top section of the file @file{Makefile}.  You
449 must set the name of the Emacs binary (likely either @file{emacs} or
450 @file{xemacs}), and the paths to the directories where local Lisp and
451 Info files are kept.  If you don't have access to the system-wide
452 directories, create your own two directories for these files, enter them
453 into the Makefile, and make sure Emacs finds the Lisp files by adding
454 the following line to @file{.emacs}:
456 @example
457 (setq load-path (cons "~/path/to/lispdir" load-path))
458 @end example
460 @b{XEmacs users now need to install the file @file{noutline.el} from
461 the @file{xemacs} subdirectory of the Org-mode distribution.  Use the
462 command:}
464 @example
465 @b{make install-noutline}
466 @end example
468 @noindent Now byte-compile and install the Lisp files with the shell
469 commands:
471 @example
472 make
473 make install
474 @end example
476 @noindent If you want to install the info documentation, use this command:
478 @example
479 make install-info
480 @end example
482 @noindent Then add to @file{.emacs}:
484 @lisp
485 ;; This line only if org-mode is not part of the X/Emacs distribution.
486 (require 'org-install)
487 @end lisp
489 @node Activation, Feedback, Installation, Introduction
490 @section Activation
491 @cindex activation
492 @cindex autoload
493 @cindex global keybindings
494 @cindex keybindings, global
496 @iftex
497 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
498 PDF documentation as viewed by Acrobat reader to your .emacs file, the
499 single quote character comes out incorrectly and the code will not work.
500 You need to fix the single quotes by hand, or copy from Info
501 documentation.}
502 @end iftex
504 Add the following lines to your @file{.emacs} file.  The last two lines
505 define @emph{global} keys for the commands @command{org-store-link} and
506 @command{org-agenda} - please choose suitable keys yourself.
508 @lisp
509 ;; The following lines are always needed.  Choose your own keys.
510 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
511 (global-set-key "\C-cl" 'org-store-link)
512 (global-set-key "\C-ca" 'org-agenda)
513 @end lisp
515 Furthermore, you must activate @code{font-lock-mode} in org-mode
516 buffers, because significant functionality depends on font-locking being
517 active.  You can do this with either one of the following two lines
518 (XEmacs user must use the second option):
519 @lisp
520 (global-font-lock-mode 1)                     ; for all buffers
521 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
522 @end lisp
524 @cindex org-mode, turning on
525 With this setup, all files with extension @samp{.org} will be put
526 into Org-mode.  As an alternative, make the first line of a file look
527 like this:
529 @example
530 MY PROJECTS    -*- mode: org; -*-
531 @end example
533 @noindent which will select Org-mode for this buffer no matter what
534 the file's name is.  See also the variable
535 @code{org-insert-mode-line-in-empty-file}.
537 @node Feedback, Conventions, Activation, Introduction
538 @section Feedback
539 @cindex feedback
540 @cindex bug reports
541 @cindex maintainer
542 @cindex author
544 If you find problems with Org-mode, or if you have questions, remarks,
545 or ideas about it, please contact the maintainer @value{MAINTAINER} at
546 @value{MAINTAINEREMAIL}.
548 For bug reports, please provide as much information as possible,
549 including the version information of Emacs (@kbd{C-h v emacs-version
550 @key{RET}}) and Org-mode (@kbd{C-h v org-version @key{RET}}), as well as
551 the Org-mode related setup in @file{.emacs}.  If an error occurs, a
552 backtrace can be very useful (see below on how to create one).  Often a
553 small example file helps, along with clear information about:
555 @enumerate
556 @item What exactly did you do?
557 @item What did you expect to happen?
558 @item What happened instead?
559 @end enumerate
560 @noindent Thank you for helping to improve this mode.
562 @subsubheading How to create a useful backtrace
564 @cindex backtrace of an error
565 If working with Org-mode produces an error with a message you don't
566 understand, you may have hit a bug.  The best way to report this is by
567 providing, in addition to what was mentioned above, a @emph{Backtrace}.
568 This is information from the built-in debugger about where and how the
569 error occurred.  Here is how to produce a useful backtrace:
571 @enumerate
572 @item
573 Start a fresh Emacs or XEmacs, and make sure that it will load the
574 original Lisp code in @file{org.el} instead of the compiled version in
575 @file{org.elc}.  The backtrace contains much more information if it is
576 produced with uncompiled code.  To do this, either rename @file{org.elc}
577 to something else before starting Emacs, or ask Emacs explicitly to load
578 @file{org.el} by using the command line
579 @example
580 emacs -l /path/to/org.el
581 @end example
582 @item
583 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
584 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
585 @item
586 Do whatever you have to do to hit the error.  Don't forget to
587 document the steps you take.
588 @item
589 When you hit the error, a @file{*Backtrace*} buffer will appear on the
590 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
591 attach it to your bug report.
592 @end enumerate
594 @node Conventions,  , Feedback, Introduction
595 @section Typesetting conventions used in this manual
597 Org-mode uses three types of keywords: TODO keywords, tags, and property
598 names.  In this manual we use the following conventions:
600 @table @code
601 @item TODO
602 @itemx WAITING
603 TODO keywords are written with all capitals, even if they are
604 user-defined.
605 @item boss
606 @itemx ARCHIVE
607 User-defined tags are written in lowercase; built-in tags with special
608 meaning are written with all capitals.
609 @item Release
610 @itemx PRIORITY
611 User-defined properties are capitalized; built-in properties with
612 special meaning are written with all capitals.
613 @end table
615 @node Document structure, Tables, Introduction, Top
616 @chapter Document Structure
617 @cindex document structure
618 @cindex structure of document
620 Org-mode is based on outline mode and provides flexible commands to
621 edit the structure of the document.
623 @menu
624 * Outlines::                    Org-mode is based on outline-mode
625 * Headlines::                   How to typeset org-tree headlines
626 * Visibility cycling::          Show and hide, much simplified
627 * Motion::                      Jumping to other headlines
628 * Structure editing::           Changing sequence and level of headlines
629 * Archiving::                   Move done task trees to a different place
630 * Sparse trees::                Matches embedded in context
631 * Plain lists::                 Additional structure within an entry
632 * Drawers::                     Tucking stuff away
633 * orgstruct-mode::              Structure editing outside Org-mode
634 @end menu
636 @node Outlines, Headlines, Document structure, Document structure
637 @section Outlines
638 @cindex outlines
639 @cindex outline-mode
641 Org-mode is implemented on top of outline-mode.  Outlines allow a
642 document to be organized in a hierarchical structure, which (at least
643 for me) is the best representation of notes and thoughts.  An overview
644 of this structure is achieved by folding (hiding) large parts of the
645 document to show only the general document structure and the parts
646 currently being worked on.  Org-mode greatly simplifies the use of
647 outlines by compressing the entire show/hide functionality into a single
648 command @command{org-cycle}, which is bound to the @key{TAB} key.
650 @node Headlines, Visibility cycling, Outlines, Document structure
651 @section Headlines
652 @cindex headlines
653 @cindex outline tree
655 Headlines define the structure of an outline tree.  The headlines in
656 Org-mode start with one or more stars, on the left margin@footnote{See
657 the variable @code{org-special-ctrl-a/e} to configure special behavior
658 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
660 @example
661 * Top level headline
662 ** Second level
663 *** 3rd level
664     some text
665 *** 3rd level
666     more text
668 * Another top level headline
669 @end example
671 @noindent Some people find the many stars too noisy and would prefer an
672 outline that has whitespace followed by a single star as headline
673 starters.  @ref{Clean view} describes a setup to realize this.
675 An empty line after the end of a subtree is considered part of it and
676 will be hidden when the subtree is folded.  However, if you leave at
677 least two empty lines, one empty line will remain visible after folding
678 the subtree, in order to structure the collapsed view.  See the
679 variable @code{org-cycle-separator-lines} to modify this behavior.
681 @node Visibility cycling, Motion, Headlines, Document structure
682 @section Visibility cycling
683 @cindex cycling, visibility
684 @cindex visibility cycling
685 @cindex trees, visibility
686 @cindex show hidden text
687 @cindex hide text
689 Outlines make it possible to hide parts of the text in the buffer.
690 Org-mode uses just two commands, bound to @key{TAB} and
691 @kbd{S-@key{TAB}} to change the visibility in the buffer.
693 @cindex subtree visibility states
694 @cindex subtree cycling
695 @cindex folded, subtree visibility state
696 @cindex children, subtree visibility state
697 @cindex subtree, subtree visibility state
698 @table @kbd
699 @kindex @key{TAB}
700 @item @key{TAB}
701 @emph{Subtree cycling}: Rotate current subtree among the states
703 @example
704 ,-> FOLDED -> CHILDREN -> SUBTREE --.
705 '-----------------------------------'
706 @end example
708 The cursor must be on a headline for this to work@footnote{see, however,
709 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
710 beginning of the buffer and the first line is not a headline, then
711 @key{TAB} actually runs global cycling (see below)@footnote{see the
712 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
713 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
715 @cindex global visibility states
716 @cindex global cycling
717 @cindex overview, global visibility state
718 @cindex contents, global visibility state
719 @cindex show all, global visibility state
720 @kindex S-@key{TAB}
721 @item S-@key{TAB}
722 @itemx C-u @key{TAB}
723 @emph{Global cycling}: Rotate the entire buffer among the states
725 @example
726 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
727 '--------------------------------------'
728 @end example
730 When @kbd{S-@key{TAB}} is called with a numerical prefix N, the CONTENTS
731 view up to headlines of level N will be shown.
732 Note that inside tables, @kbd{S-@key{TAB}} jumps to the previous field.
734 @cindex show all, command
735 @kindex C-c C-a
736 @item C-c C-a
737 Show all.
738 @kindex C-c C-r
739 @item C-c C-r
740 Reveal context around point, showing the current entry, the following
741 heading and the hierarchy above.  Useful for working near a location
742 that has been exposed by a sparse tree command (@pxref{Sparse trees}) or
743 an agenda command (@pxref{Agenda commands}).  With prefix arg show, on
744 each
746 level, all sibling headings.
747 @kindex C-c C-x b
748 @item C-c C-x b
749 Show the current subtree in an indirect buffer@footnote{The indirect
750 buffer
751 @ifinfo
752 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
753 @end ifinfo
754 @ifnotinfo
755 (see the Emacs manual for more information about indirect buffers)
756 @end ifnotinfo
757 will contain the entire buffer, but will be narrowed to the current
758 tree.  Editing the indirect buffer will also change the original buffer,
759 but without affecting visibility in that buffer.}.  With numerical
760 prefix ARG, go up to this level and then take that tree.  If ARG is
761 negative, go up that many levels.  With @kbd{C-u} prefix, do not remove
762 the previously used indirect buffer.
763 @end table
765 When Emacs first visits an Org-mode file, the global state is set to
766 OVERVIEW, i.e. only the top level headlines are visible.  This can be
767 configured through the variable @code{org-startup-folded}, or on a
768 per-file basis by adding one of the following lines anywhere in the
769 buffer:
771 @example
772 #+STARTUP: overview
773 #+STARTUP: content
774 #+STARTUP: showall
775 @end example
777 @node Motion, Structure editing, Visibility cycling, Document structure
778 @section Motion
779 @cindex motion, between headlines
780 @cindex jumping, to headlines
781 @cindex headline navigation
782 The following commands jump to other headlines in the buffer.
784 @table @kbd
785 @kindex C-c C-n
786 @item C-c C-n
787 Next heading.
788 @kindex C-c C-p
789 @item C-c C-p
790 Previous heading.
791 @kindex C-c C-f
792 @item C-c C-f
793 Next heading same level.
794 @kindex C-c C-b
795 @item C-c C-b
796 Previous heading same level.
797 @kindex C-c C-u
798 @item C-c C-u
799 Backward to higher level heading.
800 @kindex C-c C-j
801 @item C-c C-j
802 Jump to a different place without changing the current outline
803 visibility.  Shows the document structure in a temporary buffer, where
804 you can use the following keys to find your destination:
805 @example
806 @key{TAB}         @r{Cycle visibility.}
807 @key{down} / @key{up}   @r{Next/previous visible headline.}
808 n / p        @r{Next/previous visible headline.}
809 f / b        @r{Next/previous headline same level.}
810 u            @r{One level up.}
811 0-9          @r{Digit argument.}
812 @key{RET}         @r{Select this location.}
813 @end example
814 @end table
816 @node Structure editing, Archiving, Motion, Document structure
817 @section Structure editing
818 @cindex structure editing
819 @cindex headline, promotion and demotion
820 @cindex promotion, of subtrees
821 @cindex demotion, of subtrees
822 @cindex subtree, cut and paste
823 @cindex pasting, of subtrees
824 @cindex cutting, of subtrees
825 @cindex copying, of subtrees
826 @cindex subtrees, cut and paste
828 @table @kbd
829 @kindex M-@key{RET}
830 @item M-@key{RET}
831 Insert new heading with same level as current.  If the cursor is in a
832 plain list item, a new item is created (@pxref{Plain lists}).  To force
833 creation of a new headline, use a prefix arg, or first press @key{RET}
834 to get to the beginning of the next line.  When this command is used in
835 the middle of a line, the line is split and the rest of the line becomes
836 the new headline.  If the command is used at the beginning of a
837 headline, the new headline is created before the current line.  If at
838 the beginning of any other line, the content of that line is made the
839 new heading.  If the command is used at the end of a folded subtree
840 (i.e. behind the ellipses at the end of a headline), then a headline
841 like the current one will be inserted after the end of the subtree.
842 @kindex C-@key{RET}
843 @item C-@key{RET}
844 Insert a new heading after the current subtree, same level as the
845 current headline.  This command works from anywhere in the entry.
846 @kindex M-S-@key{RET}
847 @item M-S-@key{RET}
848 Insert new TODO entry with same level as current heading.
849 @kindex M-@key{left}
850 @item M-@key{left}
851 Promote current heading by one level.
852 @kindex M-@key{right}
853 @item M-@key{right}
854 Demote current heading by one level.
855 @kindex M-S-@key{left}
856 @item M-S-@key{left}
857 Promote the current subtree by one level.
858 @kindex M-S-@key{right}
859 @item M-S-@key{right}
860 Demote the current subtree by one level.
861 @kindex M-S-@key{up}
862 @item M-S-@key{up}
863 Move subtree up (swap with previous subtree of same
864 level).
865 @kindex M-S-@key{down}
866 @item M-S-@key{down}
867 Move subtree down (swap with next subtree of same level).
868 @kindex C-c C-x C-w
869 @kindex C-c C-x C-k
870 @item C-c C-x C-w
871 @itemx C-c C-x C-k
872 Kill subtree, i.e. remove it from buffer but save in kill ring.
873 With prefix arg, kill N sequential subtrees.
874 @kindex C-c C-x M-w
875 @item C-c C-x M-w
876 Copy subtree to kill ring.  With prefix arg, copy N sequential subtrees.
877 @kindex C-c C-x C-y
878 @item C-c C-x C-y
879 Yank subtree from kill ring.  This does modify the level of the subtree to
880 make sure the tree fits in nicely at the yank position.  The yank
881 level can also be specified with a prefix arg, or by yanking after a
882 headline marker like @samp{****}.
883 @kindex C-c C-w
884 @item C-c C-w
885 Refile entry to a different location.  @xref{Refiling notes}.
886 @kindex C-c ^
887 @item C-c ^
888 Sort same-level entries.  When there is an active region, all entries in
889 the region will be sorted.  Otherwise the children of the current
890 headline are sorted.  The command prompts for the sorting method, which
891 can be alphabetically, numerically, by time (using the first time stamp
892 in each entry), by priority, and each of these in reverse order.  You
893 can also supply your own function to extract the sorting key.  With a
894 @kbd{C-u} prefix, sorting will be case-sensitive.  With two @kbd{C-u
895 C-u} prefixes, duplicate entries will also be removed.
896 @end table
898 @cindex region, active
899 @cindex active region
900 @cindex transient-mark-mode
901 When there is an active region (transient-mark-mode), promotion and
902 demotion work on all headlines in the region.  To select a region of
903 headlines, it is best to place both point and mark at the beginning of a
904 line, mark at the beginning of the first headline, and point at the line
905 just after the last headline to change.  Note that when the cursor is
906 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
907 functionality.
909 @node Archiving, Sparse trees, Structure editing, Document structure
910 @section Archiving
911 @cindex archiving
913 When a project represented by a (sub)tree is finished, you may want
914 to move the tree out of the way and to stop it from contributing to the
915 agenda.  Org-mode knows two ways of archiving.  You can mark a tree with
916 the ARCHIVE tag, or you can move an entire (sub)tree to a different
917 location.
919 @menu
920 * ARCHIVE tag::                 Marking a tree as inactive
921 * Moving subtrees::             Moving a tree to an archive file
922 @end menu
924 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
925 @subsection The ARCHIVE tag
926 @cindex internal archiving
928 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
929 its location in the outline tree, but behaves in the following way:
930 @itemize @minus
931 @item
932 It does not open when you attempt to do so with a visibility cycling
933 command (@pxref{Visibility cycling}).  You can force cycling archived
934 subtrees with @kbd{C-@key{TAB}}, or by setting the option
935 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
936 @code{show-all} will open archived subtrees.
937 @item
938 During sparse tree construction (@pxref{Sparse trees}), matches in
939 archived subtrees are not exposed, unless you configure the option
940 @code{org-sparse-tree-open-archived-trees}.
941 @item
942 During agenda view construction (@pxref{Agenda views}), the content of
943 archived trees is ignored unless you configure the option
944 @code{org-agenda-skip-archived-trees}.
945 @item
946 Archived trees are not exported (@pxref{Exporting}), only the headline
947 is.  Configure the details using the variable
948 @code{org-export-with-archived-trees}.
949 @end itemize
951 The following commands help managing the ARCHIVE tag:
953 @table @kbd
954 @kindex C-c C-x C-a
955 @item C-c C-x C-a
956 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
957 the headline changes to a shadowish face, and the subtree below it is
958 hidden.
959 @kindex C-u C-c C-x C-a
960 @item C-u C-c C-x C-a
961 Check if any direct children of the current headline should be archived.
962 To do this, each subtree is checked for open TODO entries.  If none are
963 found, the command offers to set the ARCHIVE tag for the child.  If the
964 cursor is @emph{not} on a headline when this command is invoked, the
965 level 1 trees will be checked.
966 @kindex C-@kbd{TAB}
967 @item C-@kbd{TAB}
968 Cycle a tree even if it is tagged with ARCHIVE.
969 @end table
971 @node Moving subtrees,  , ARCHIVE tag, Archiving
972 @subsection Moving subtrees
973 @cindex external archiving
975 Once an entire project is finished, you may want to move it to a
976 different location, either in the current file, or even in a different
977 file, the archive file.
979 @table @kbd
980 @kindex C-c C-x C-s
981 @item C-c C-x C-s
982 Archive the subtree starting at the cursor position to the location
983 given by @code{org-archive-location}.  Context information that could be
984 lost like the file name, the category, inherited tags, and the todo
985 state will be store as properties in the entry.
986 @kindex C-u C-c C-x C-s
987 @item C-u C-c C-x C-s
988 Check if any direct children of the current headline could be moved to
989 the archive.  To do this, each subtree is checked for open TODO entries.
990 If none are found, the command offers to move it to the archive
991 location.  If the cursor is @emph{not} on a headline when this command
992 is invoked, the level 1 trees will be checked.
993 @end table
995 @cindex archive locations
996 The default archive location is a file in the same directory as the
997 current file, with the name derived by appending @file{_archive} to the
998 current file name.  For information and examples on how to change this,
999 see the documentation string of the variable
1000 @code{org-archive-location}.  There is also an in-buffer option for
1001 setting this variable, for example@footnote{For backward compatibility,
1002 the following also works: If there are several such lines in a file,
1003 each specifies the archive location for the text below it.  The first
1004 such line also applies to any text before its definition.  However,
1005 using this method is @emph{strongly} deprecated as it is incompatible
1006 with the outline structure of the document.  The correct method for
1007 setting multiple archive locations in a buffer is using a property.}:
1009 @example
1010 #+ARCHIVE: %s_done::
1011 @end example
1013 @noindent
1014 If you would like to have a special ARCHIVE location for a single entry
1015 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
1016 location as the value (@pxref{Properties and columns}).
1018 @node Sparse trees, Plain lists, Archiving, Document structure
1019 @section Sparse trees
1020 @cindex sparse trees
1021 @cindex trees, sparse
1022 @cindex folding, sparse trees
1023 @cindex occur, command
1025 An important feature of Org-mode is the ability to construct
1026 @emph{sparse trees} for selected information in an outline tree, so that
1027 the entire document is folded as much as possible, but the selected
1028 information is made visible along with the headline structure above
1029 it@footnote{See also the variables @code{org-show-hierarchy-above},
1030 @code{org-show-following-heading}, and @code{org-show-siblings} for
1031 detailed control on how much context is shown around each match.}.  Just
1032 try it out and you will see immediately how it works.
1034 Org-mode contains several commands creating such trees, all these
1035 commands can be accessed through a dispatcher:
1037 @table @kbd
1038 @kindex C-c /
1039 @item C-c /
1040 This prompts for an extra key to select a sparse-tree creating command.
1041 @kindex C-c / r
1042 @item C-c / r
1043 Occur.  Prompts for a regexp and shows a sparse tree with all matches.
1044 If the match is in a headline, the headline is made visible.  If the
1045 match is in the body of an entry, headline and body are made visible.
1046 In order to provide minimal context, also the full hierarchy of
1047 headlines above the match is shown, as well as the headline following
1048 the match.  Each match is also highlighted; the highlights disappear
1049 when the buffer is changed by an editing command, or by pressing
1050 @kbd{C-c C-c}.  When called with a @kbd{C-u} prefix argument, previous
1051 highlights are kept, so several calls to this command can be stacked.
1052 @end table
1054 @noindent
1055 For frequently used sparse trees of specific search strings, you can
1056 use the variable @code{org-agenda-custom-commands} to define fast
1057 keyboard access to specific sparse trees.  These commands will then be
1058 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1059 For example:
1061 @lisp
1062 (setq org-agenda-custom-commands
1063       '(("f" occur-tree "FIXME")))
1064 @end lisp
1066 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1067 a sparse tree matching the string @samp{FIXME}.
1069 The other sparse tree commands select headings based on TODO keywords,
1070 tags, or properties and will be discussed later in this manual.
1072 @kindex C-c C-e v
1073 @cindex printing sparse trees
1074 @cindex visible text, printing
1075 To print a sparse tree, you can use the Emacs command
1076 @code{ps-print-buffer-with-faces} which does not print invisible parts
1077 of the document @footnote{This does not work under XEmacs, because
1078 XEmacs uses selective display for outlining, not text properties.}.
1079 Or you can use the command @kbd{C-c C-e v} to export only the visible
1080 part of the document and print the resulting file.
1082 @node Plain lists, Drawers, Sparse trees, Document structure
1083 @section Plain lists
1084 @cindex plain lists
1085 @cindex lists, plain
1086 @cindex lists, ordered
1087 @cindex ordered lists
1089 Within an entry of the outline tree, hand-formatted lists can provide
1090 additional structure.  They also provide a way to create lists of
1091 checkboxes (@pxref{Checkboxes}).  Org-mode supports editing such lists,
1092 and the HTML exporter (@pxref{Exporting}) parses and formats them.
1094 Org-mode knows ordered and unordered lists.  Unordered list items start
1095 with @samp{-}, @samp{+}, or @samp{*}@footnote{When using @samp{*} as a
1096 bullet, lines must be indented or they will be seen as top-level
1097 headlines.  Also, when you are hiding leading stars to get a clean
1098 outline view, plain list items starting with a star are visually
1099 indistinguishable from true headlines.  In short: even though @samp{*}
1100 is supported, it may be better to not use it for plain list items.} as
1101 bullets.  Ordered list items start with a numeral followed by either a
1102 period or a right parenthesis, such as @samp{1.} or @samp{1)}.  Items
1103 belonging to the same list must have the same indentation on the first
1104 line.  In particular, if an ordered list reaches number @samp{10.}, then
1105 the 2--digit numbers must be written left-aligned with the other numbers
1106 in the list.  Indentation also determines the end of a list item.  It
1107 ends before the next line that is indented like the bullet/number, or
1108 less.  Empty lines are part of the previous item, so you can have
1109 several paragraphs in one item.  If you would like an empty line to
1110 terminate all currently open plain lists, configure the variable
1111 @code{org-empty-line-terminates-plain-lists}.  Here is an example:
1113 @example
1114 @group
1115 ** Lord of the Rings
1116    My favorite scenes are (in this order)
1117    1. The attack of the Rohirrim
1118    2. Eowyns fight with the witch king
1119       + this was already my favorite scene in the book
1120       + I really like Miranda Otto.
1121    3. Peter Jackson being shot by Legolas
1122        - on DVD only
1123       He makes a really funny face when it happens.
1124    But in the end, not individual scenes matter but the film as a whole.
1125 @end group
1126 @end example
1128 Org-mode supports these lists by tuning filling and wrapping commands to
1129 deal with them correctly@footnote{Org-mode only changes the filling
1130 settings for Emacs.  For XEmacs, you should use Kyle E. Jones'
1131 @file{filladapt.el}.  To turn this on,  put into @file{.emacs}:
1132 @code{(require 'filladapt)}}. 
1134 The following commands act on items when the cursor is in the first line
1135 of an item (the line with the bullet or number).
1137 @table @kbd
1138 @kindex @key{TAB}
1139 @item @key{TAB}
1140 Items can be folded just like headline levels if you set the variable
1141 @code{org-cycle-include-plain-lists}.  The level of an item is then
1142 given by the indentation of the bullet/number.  Items are always
1143 subordinate to real headlines, however; the hierarchies remain
1144 completely separated.
1146 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1147 fixes the indentation of the curent line in a heuristic way.
1148 @kindex M-@key{RET}
1149 @item M-@key{RET}
1150 Insert new item at current level.  With prefix arg, force a new heading
1151 (@pxref{Structure editing}).  If this command is used in the middle of a
1152 line, the line is @emph{split} and the rest of the line becomes the new
1153 item.  If this command is executed in the @emph{whitespace before a bullet or
1154 number}, the new item is created @emph{before} the current item.  If the
1155 command is executed in the white space before the text that is part of
1156 an item but does not contain the bullet, a bullet is added to the
1157 current line.
1158 @kindex M-S-@key{RET}
1159 @item M-S-@key{RET}
1160 Insert a new item with a checkbox (@pxref{Checkboxes}).
1161 @kindex S-@key{up}
1162 @kindex S-@key{down}
1163 @item S-@key{up}
1164 @itemx S-@key{down}
1165 Jump to the previous/next item in the current list.
1166 @kindex M-S-@key{up}
1167 @kindex M-S-@key{down}
1168 @item M-S-@key{up}
1169 @itemx M-S-@key{down}
1170 Move the item including subitems up/down (swap with previous/next item
1171 of same indentation).  If the list is ordered, renumbering is
1172 automatic.
1173 @kindex M-S-@key{left}
1174 @kindex M-S-@key{right}
1175 @item M-S-@key{left}
1176 @itemx M-S-@key{right}
1177 Decrease/increase the indentation of the item, including subitems.
1178 Initially, the item tree is selected based on current indentation.
1179 When these commands are executed several times in direct succession,
1180 the initially selected region is used, even if the new indentation
1181 would imply a different hierarchy.  To use the new hierarchy, break
1182 the command chain with a cursor motion or so.
1183 @kindex C-c C-c
1184 @item C-c C-c
1185 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1186 state of the checkbox.  If not, this command makes sure that all the
1187 items on this list level use the same bullet.  Furthermore, if this is
1188 an ordered list, make sure the numbering is ok.
1189 @kindex C-c -
1190 @item C-c -
1191 Cycle the entire list level through the different itemize/enumerate
1192 bullets (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).
1193 With prefix arg, select the nth bullet from this list.
1194 @end table
1196 @node Drawers, orgstruct-mode, Plain lists, Document structure
1197 @section Drawers
1198 @cindex drawers
1199 @cindex visibility cycling, drawers
1201 Sometimes you want to keep information associated with an entry, but you
1202 normally don't want to see it.  For this, Org-mode has @emph{drawers}.
1203 Drawers need to be configured with the variable
1204 @code{org-drawers}@footnote{You can define drawers on a per-file basis
1205 with a line like @code{#+DRAWERS: HIDDEN PROPERTIES STATE}}.  Drawers
1206 look like this:
1208 @example
1209 ** This is a headline
1210    Still outside the drawer
1211    :DRAWERNAME:
1212       This is inside the drawer.
1213    :END:
1214    After the drawer.
1215 @end example
1217 Visibility cycling (@pxref{Visibility cycling}) on the headline will
1218 hide and show the entry, but keep the drawer collapsed to a single line.
1219 In order to look inside the drawer, you need to move the cursor to the
1220 drawer line and press @key{TAB} there.  Org-mode uses a drawer for
1221 storing properties (@pxref{Properties and columns}).
1223 @node orgstruct-mode,  , Drawers, Document structure
1224 @section The Orgstruct minor mode
1225 @cindex orgstruct-mode
1226 @cindex minor mode for structure editing
1228 If you like the intuitive way the Org-mode structure editing and list
1229 formatting works, you might want to use these commands in other modes
1230 like text-mode or mail-mode as well.  The minor mode Orgstruct-mode
1231 makes this possible.  You can always toggle the mode with @kbd{M-x
1232 orgstruct-mode}.  To turn it on by default, for example in mail mode,
1235 @lisp
1236 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1237 @end lisp
1239 When this mode is active and the cursor is on a line that looks to
1240 Org-mode like a headline of the first line of a list item, most
1241 structure editing commands will work, even if the same keys normally
1242 have different functionality in the major mode you are using.  If the
1243 cursor is not in one of those special lines, Orgstruct-mode lurks
1244 silently in the shadow.
1246 @node Tables, Hyperlinks, Document structure, Top
1247 @chapter Tables
1248 @cindex tables
1249 @cindex editing tables
1251 Org-mode comes with a fast and intuitive table editor.  Spreadsheet-like
1252 calculations are supported in connection with the Emacs @file{calc}
1253 package 
1254 @ifinfo
1255 (@pxref{Calc,,,calc,Gnu Emacs Calculator Manual}).
1256 @end ifinfo
1257 @ifnotinfo
1258 (see the Emacs Calculator manual for more information about the Emacs
1259 calculator).
1260 @end ifnotinfo
1262 @menu
1263 * Built-in table editor::       Simple tables
1264 * Narrow columns::              Stop wasting space in tables   
1265 * Column groups::               Grouping to trigger vertical lines
1266 * orgtbl-mode::                 The table editor as minor mode
1267 * The spreadsheet::             The table editor has spreadsheet capabilities.
1268 @end menu
1270 @node Built-in table editor, Narrow columns, Tables, Tables
1271 @section The built-in table editor
1272 @cindex table editor, built-in
1274 Org-mode makes it easy to format tables in plain ASCII.  Any line with
1275 @samp{|} as the first non-whitespace character is considered part of a
1276 table.  @samp{|} is also the column separator.  A table might look like
1277 this:
1279 @example
1280 | Name  | Phone | Age |
1281 |-------+-------+-----|
1282 | Peter |  1234 |  17 |
1283 | Anna  |  4321 |  25 |
1284 @end example
1286 A table is re-aligned automatically each time you press @key{TAB} or
1287 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1288 the next field (@key{RET} to the next row) and creates new table rows
1289 at the end of the table or before horizontal lines.  The indentation
1290 of the table is set by the first line.  Any line starting with
1291 @samp{|-} is considered as a horizontal separator line and will be
1292 expanded on the next re-align to span the whole table width.  So, to
1293 create the above table, you would only type
1295 @example
1296 |Name|Phone|Age|
1298 @end example
1300 @noindent and then press @key{TAB} to align the table and start filling in
1301 fields.
1303 When typing text into a field, Org-mode treats @key{DEL},
1304 @key{Backspace}, and all character keys in a special way, so that
1305 inserting and deleting avoids shifting other fields.  Also, when
1306 typing @emph{immediately after the cursor was moved into a new field
1307 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1308 field is automatically made blank.  If this behavior is too
1309 unpredictable for you, configure the variables
1310 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1312 @table @kbd
1313 @tsubheading{Creation and conversion}
1314 @kindex C-c |
1315 @item C-c |
1316 Convert the active region to table. If every line contains at least one
1317 TAB character, the function assumes that the material is tab separated.
1318 If every line contains a comma, comma-separated values (CSV) are assumed.
1319 If not, lines are split at whitespace into fields.  You can use a prefix
1320 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1321 C-u} forces TAB, and a numeric argument N indicates that at least N
1322 consequtive spaces, or alternatively a TAB will be the separator.
1323 @* 
1324 If there is no active region, this command creates an empty Org-mode
1325 table.  But it's easier just to start typing, like
1326 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1328 @tsubheading{Re-aligning and field motion}
1329 @kindex C-c C-c
1330 @item C-c C-c
1331 Re-align the table without moving the cursor.
1333 @kindex @key{TAB}
1334 @item @key{TAB}
1335 Re-align the table, move to the next field.  Creates a new row if
1336 necessary.
1338 @kindex S-@key{TAB}
1339 @item S-@key{TAB}
1340 Re-align, move to previous field.
1342 @kindex @key{RET}
1343 @item @key{RET}
1344 Re-align the table and move down to next row.  Creates a new row if
1345 necessary.  At the beginning or end of a line, @key{RET} still does
1346 NEWLINE, so it can be used to split a table.
1348 @tsubheading{Column and row editing}
1349 @kindex M-@key{left}
1350 @kindex M-@key{right}
1351 @item M-@key{left}
1352 @itemx M-@key{right}
1353 Move the current column left/right.
1355 @kindex M-S-@key{left}
1356 @item M-S-@key{left}
1357 Kill the current column.
1359 @kindex M-S-@key{right}
1360 @item M-S-@key{right}
1361 Insert a new column to the left of the cursor position.
1363 @kindex M-@key{up}
1364 @kindex M-@key{down}
1365 @item M-@key{up}
1366 @itemx M-@key{down}
1367 Move the current row up/down.
1369 @kindex M-S-@key{up}
1370 @item M-S-@key{up}
1371 Kill the current row or horizontal line.
1373 @kindex M-S-@key{down}
1374 @item M-S-@key{down}
1375 Insert a new row above (with arg: below) the current row.
1377 @kindex C-c -
1378 @item C-c -
1379 Insert a horizontal line below current row. With prefix arg, the line
1380 is created above the current line.
1382 @kindex C-c ^
1383 @item C-c ^
1384 Sort the table lines in the region.  The position of point indicates the
1385 column to be used for sorting, and the range of lines is the range
1386 between the nearest horizontal separator lines, or the entire table.  If
1387 point is before the first column, you will be prompted for the sorting
1388 column.  If there is an active region, the mark specifies the first line
1389 and the sorting column, while point should be in the last line to be
1390 included into the sorting.  The command prompts for the sorting type
1391 (alphabetically, numerically, or by time).  When called with a prefix
1392 argument, alphabetic sorting will be case-sensitive.
1394 @tsubheading{Regions}
1395 @kindex C-c C-x M-w
1396 @item C-c C-x M-w
1397 Copy a rectangular region from a table to a special clipboard.  Point
1398 and mark determine edge fields of the rectangle.  The process ignores
1399 horizontal separator lines.
1401 @kindex C-c C-x C-w
1402 @item C-c C-x C-w
1403 Copy a rectangular region from a table to a special clipboard, and
1404 blank all fields in the rectangle.  So this is the ``cut'' operation.
1406 @kindex C-c C-x C-y
1407 @item C-c C-x C-y
1408 Paste a rectangular region into a table.
1409 The upper right corner ends up in the current field.  All involved fields
1410 will be overwritten.  If the rectangle does not fit into the present table,
1411 the table is enlarged as needed.  The process ignores horizontal separator
1412 lines.
1414 @kindex C-c C-q
1415 @item C-c C-q
1416 Wrap several fields in a column like a paragraph.  If there is an active
1417 region, and both point and mark are in the same column, the text in the
1418 column is wrapped to minimum width for the given number of lines.  A
1419 prefix ARG may be used to change the number of desired lines.  If there
1420 is no region, the current field is split at the cursor position and the
1421 text fragment to the right of the cursor is prepended to the field one
1422 line down. If there is no region, but you specify a prefix ARG, the
1423 current field is made blank, and the content is appended to the field
1424 above.
1426 @tsubheading{Calculations}
1427 @cindex formula, in tables
1428 @cindex calculations, in tables
1429 @cindex region, active
1430 @cindex active region
1431 @cindex transient-mark-mode
1432 @kindex C-c +
1433 @item C-c +
1434 Sum the numbers in the current column, or in the rectangle defined by
1435 the active region.  The result is shown in the echo area and can
1436 be inserted with @kbd{C-y}.
1438 @kindex S-@key{RET}
1439 @item S-@key{RET}
1440 When current field is empty, copy from first non-empty field above.
1441 When not empty, copy current field down to next row and move cursor
1442 along with it.  Depending on the variable
1443 @code{org-table-copy-increment}, integer field values will be
1444 incremented during copy.  This key is also used by CUA-mode
1445 (@pxref{Cooperation}).
1447 @tsubheading{Miscellaneous}
1448 @kindex C-c `
1449 @item C-c `
1450 Edit the current field in a separate window.  This is useful for fields
1451 that are not fully visible (@pxref{Narrow columns}).  When called with a
1452 @kbd{C-u} prefix, just make the full field visible, so that it can be
1453 edited in place.
1455 @kindex C-c @key{TAB}
1456 @item C-c @key{TAB}
1457 This is an alias for @kbd{C-u C-c `} to make the current field fully
1458 visible.
1460 @item M-x org-table-import
1461 Import a file as a table.  The table should be TAB- or whitespace
1462 separated.  Useful, for example, to import a spreadsheet table or data
1463 from a database, because these programs generally can write
1464 TAB-separated text files.  This command works by inserting the file into
1465 the buffer and then converting the region to a table.  Any prefix
1466 argument is passed on to the converter, which uses it to determine the
1467 separator.
1468 @item C-c |
1469 Tables can also be imported by pasting tabular text into the org-mode
1470 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1471 @kbd{C-c |} command (see above under @i{Creation and conversion}.
1473 @item M-x org-table-export
1474 Export the table as a TAB-separated file.  Useful for data exchange with,
1475 for example, spreadsheet or database programs.
1476 @end table
1478 If you don't like the automatic table editor because it gets in your
1479 way on lines which you would like to start with @samp{|}, you can turn
1480 it off with
1482 @lisp
1483 (setq org-enable-table-editor nil)
1484 @end lisp
1486 @noindent Then the only table command that still works is
1487 @kbd{C-c C-c} to do a manual re-align.
1489 @node Narrow columns, Column groups, Built-in table editor, Tables
1490 @section Narrow columns
1491 @cindex narrow columns in tables
1493 The width of columns is automatically determined by the table editor.
1494 Sometimes a single field or a few fields need to carry more text,
1495 leading to inconveniently wide columns.  To limit@footnote{This feature
1496 does not work on XEmacs.} the width of a column, one field anywhere in
1497 the column may contain just the string @samp{<N>} where @samp{N} is an
1498 integer specifying the width of the column in characters.  The next
1499 re-align will then set the width of this column to no more than this
1500 value.
1502 @example
1503 @group
1504 |---+------------------------------|               |---+--------|
1505 |   |                              |               |   | <6>    |
1506 | 1 | one                          |               | 1 | one    |
1507 | 2 | two                          |     ----\     | 2 | two    |
1508 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1509 | 4 | four                         |               | 4 | four   |
1510 |---+------------------------------|               |---+--------|
1511 @end group
1512 @end example
1514 @noindent
1515 Fields that are wider become clipped and end in the string @samp{=>}.
1516 Note that the full text is still in the buffer, it is only invisible.
1517 To see the full text, hold the mouse over the field - a tool-tip window
1518 will show the full content.  To edit such a field, use the command
1519 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1520 open a new window with the full field.  Edit it and finish with @kbd{C-c
1521 C-c}.
1523 When visiting a file containing a table with narrowed columns, the
1524 necessary character hiding has not yet happened, and the table needs to
1525 be aligned before it looks nice.  Setting the option
1526 @code{org-startup-align-all-tables} will realign all tables in a file
1527 upon visiting, but also slow down startup.  You can also set this option
1528 on a per-file basis with:
1530 @example
1531 #+STARTUP: align
1532 #+STARTUP: noalign
1533 @end example
1535 @node Column groups, orgtbl-mode, Narrow columns, Tables
1536 @section Column groups
1537 @cindex grouping columns in tables
1539 When Org-mode exports tables, it does so by default without vertical
1540 lines because that is visually more satisfying in general.  Occasionally
1541 however, vertical lines can be useful to structure a table into groups
1542 of columns, much like horizontal lines can do for groups of rows.  In
1543 order to specify column groups, you can use a special row where the
1544 first field contains only @samp{/}.  The further fields can either
1545 contain @samp{<} to indicate that this column should start a group,
1546 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1547 a group of its own.  Boundaries between colum groups will upon export be
1548 marked with vertical lines.  Here is an example:
1550 @example
1551 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1552 |---+----+-----+-----+-----+---------+------------|
1553 | / | <> |   < |     |   > |       < |          > |
1554 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1555 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1556 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1557 |---+----+-----+-----+-----+---------+------------|
1558 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
1559 @end example
1561 It is also sufficient to just insert the colum group starters after
1562 every vertical line you'd like to have:
1564 @example
1565 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1566 |----+-----+-----+-----+---------+------------|
1567 | /  | <   |     |     | <       |            |
1568 @end example
1570 @node orgtbl-mode, The spreadsheet, Column groups, Tables
1571 @section The Orgtbl minor mode
1572 @cindex orgtbl-mode
1573 @cindex minor mode for tables
1575 If you like the intuitive way the Org-mode table editor works, you
1576 might also want to use it in other modes like text-mode or mail-mode.
1577 The minor mode Orgtbl-mode makes this possible.  You can always toggle
1578 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1579 example in mail mode, use
1581 @lisp
1582 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1583 @end lisp
1585 Furthermore, with some special setup, it is possible to maintain tables
1586 in arbitrary syntax with Orgtbl-mode.  For example, it is possible to
1587 construct La@TeX{} tables with the underlying ease and power of
1588 Orgtbl-mode, including spreadsheet capabilities.  For details, see
1589 @ref{Tables in arbitrary syntax}.
1591 @node The spreadsheet,  , orgtbl-mode, Tables
1592 @section The spreadsheet
1593 @cindex calculations, in tables
1594 @cindex spreadsheet capabilities
1595 @cindex @file{calc} package
1597 The table editor makes use of the Emacs @file{calc} package to implement
1598 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1599 derive fields from other fields.  While fully featured, Org-mode's
1600 implementation is not identical to other spreadsheets.  For example,
1601 Org-mode knows the concept of a @emph{column formula} that will be
1602 applied to all non-header fields in a column without having to copy the
1603 formula to each relevant field.
1605 @menu
1606 * References::                  How to refer to another field or range
1607 * Formula syntax for Calc::     Using Calc to compute stuff
1608 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1609 * Field formulas::              Formulas valid for a single field
1610 * Column formulas::             Formulas valid for an entire column
1611 * Editing and debugging formulas::  Fixing formulas
1612 * Updating the table::          Recomputing all dependent fields
1613 * Advanced features::           Field names, parameters and automatic recalc
1614 @end menu
1616 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1617 @subsection References
1618 @cindex references
1620 To compute fields in the table from other fields, formulas must
1621 reference other fields or ranges.  In Org-mode, fields can be referenced
1622 by name, by absolute coordinates, and by relative coordinates.  To find
1623 out what the coordinates of a field are, press @kbd{C-c ?} in that
1624 field, or press @kbd{C-c @}} to toggle the display of a grid.
1626 @subsubheading Field references
1627 @cindex field references
1628 @cindex references, to fields
1630 Formulas can reference the value of another field in two ways.  Like in
1631 any other spreadsheet, you may reference fields with a letter/number
1632 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1633 @c Such references are always fixed to that field, they don't change
1634 @c when you copy and paste a formula to a different field.  So
1635 @c Org-mode's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1637 @noindent
1638 Org-mode also uses another, more general operator that looks like this:
1639 @example
1640 @@row$column
1641 @end example
1643 @noindent
1644 Column references can be absolute like @samp{1}, @samp{2},...@samp{N},
1645 or relative to the current column like @samp{+1} or @samp{-2}.
1647 The row specification only counts data lines and ignores horizontal
1648 separator lines (hlines).  You can use absolute row numbers
1649 @samp{1}...@samp{N}, and row numbers relative to the current row like
1650 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1651 hlines: @samp{I} refers to the first hline@footnote{Note that only
1652 hlines are counted that @emph{separate} table lines.  If the table
1653 starts with a hline above the header, it does not count.}, @samp{II} to
1654 the second etc.  @samp{-I} refers to the first such line above the
1655 current line, @samp{+I} to the first such line below the current line.
1656 You can also write @samp{III+2} which is the second data line after the
1657 third hline in the table.  Relative row numbers like @samp{-3} will not
1658 cross hlines if the current line is too close to the hline.  Instead,
1659 the value directly at the hline is used.
1661 @samp{0} refers to the current row and column.  Also, if you omit
1662 either the column or the row part of the reference, the current
1663 row/column is implied. 
1665 Org-mode's references with @emph{unsigned} numbers are fixed references
1666 in the sense that if you use the same reference in the formula for two
1667 different fields, the same field will be referenced each time.
1668 Org-mode's references with @emph{signed} numbers are floating
1669 references because the same reference operator can reference different
1670 fields depending on the field being calculated by the formula.
1672 Here are a few examples:
1674 @example
1675 @@2$3      @r{2nd row, 3rd column}
1676 C2        @r{same as previous}
1677 $5        @r{column 5 in the current row}
1678 E&        @r{same as previous}
1679 @@2        @r{current column, row 2}
1680 @@-1$-3    @r{the field one row up, three columns to the left}
1681 @@-I$2     @r{field just under hline above current row, column 2}
1682 @end example
1684 @subsubheading Range references
1685 @cindex range references
1686 @cindex references, to ranges
1688 You may reference a rectangular range of fields by specifying two field
1689 references connected by two dots @samp{..}.  If both fields are in the
1690 current row, you may simply use @samp{$2..$7}, but if at least one field
1691 is in a different row, you need to use the general @code{@@row$column}
1692 format at least for the first field (i.e the reference must start with
1693 @samp{@@} in order to be interpreted correctly).  Examples:
1695 @example
1696 $1..$3        @r{First three fields in the current row.}
1697 $P..$Q        @r{Range, using column names (see under Advanced)}
1698 @@2$1..@@4$3    @r{6 fields between these two fields.}
1699 A2..C4        @r{Same as above.}
1700 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
1701 @end example
1703 @noindent Range references return a vector of values that can be fed
1704 into Calc vector functions.  Empty fields in ranges are normally
1705 suppressed, so that the vector contains only the non-empty fields (but
1706 see the @samp{E} mode switch below).  If there are no non-empty fields,
1707 @samp{[0]} is returned to avoid syntax errors in formulas.
1709 @subsubheading Named references
1710 @cindex named references
1711 @cindex references, named
1712 @cindex name, of column or field
1713 @cindex constants, in calculations
1715 @samp{$name} is interpreted as the name of a column, parameter or
1716 constant.  Constants are defined globally through the variable
1717 @code{org-table-formula-constants}, and locally (for the file) through a
1718 line like
1720 @example
1721 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
1722 @end example
1724 @noindent
1725 Also properties (@pxref{Properties and columns}) can be used as
1726 constants in table formulas: For a property @samp{:XYZ:} use the name
1727 @samp{$PROP_XYZ}, and the property will be searched in the current
1728 outline entry and in the hierarchy above it.  If you have the
1729 @file{constants.el} package, it will also be used to resolve constants,
1730 including natural constants like @samp{$h} for Planck's constant, and
1731 units like @samp{$km} for kilometers@footnote{@file{Constant.el} can
1732 supply the values of constants in two different unit systems, @code{SI}
1733 and @code{cgs}.  Which one is used depends on the value of the variable
1734 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
1735 @code{constSI} and @code{constcgs} to set this value for the current
1736 buffer.}.  Column names and parameters can be specified in special table
1737 lines.  These are described below, see @ref{Advanced features}.  All
1738 names must start with a letter, and further consist of letters and
1739 numbers.
1741 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
1742 @subsection Formula syntax for Calc
1743 @cindex formula syntax, Calc
1744 @cindex syntax, of formulas
1746 A formula can be any algebraic expression understood by the Emacs
1747 @file{Calc} package.  @b{Note that @file{calc} has the
1748 non-standard convention that @samp{/} has lower precedence than
1749 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
1750 evaluation by @code{calc-eval} (@pxref{Calling Calc from
1751 Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU
1752 Emacs Calc Manual}),
1753 @c FIXME:  The link to the calc manual in HTML does not work.
1754 variable substitution takes place according to the rules described above.
1755 @cindex vectors, in table calculations
1756 The range vectors can be directly fed into the calc vector functions
1757 like @samp{vmean} and @samp{vsum}.
1759 @cindex format specifier
1760 @cindex mode, for @file{calc}
1761 A formula can contain an optional mode string after a semicolon.  This
1762 string consists of flags to influence Calc and other modes during
1763 execution.  By default, Org-mode uses the standard calc modes (precision
1764 12, angular units degrees, fraction and symbolic modes off.  The display
1765 format, however, has been changed to @code{(float 5)} to keep tables
1766 compact.  The default settings can be configured using the variable
1767 @code{org-calc-default-modes}.
1769 @example
1770 p20           @r{switch the internal precision to 20 digits}
1771 n3 s3 e2 f4   @r{normal, scientific, engineering, or fixed display format}
1772 D R           @r{angle modes: degrees, radians}
1773 F S           @r{fraction and symbolic modes}
1774 N             @r{interpret all fields as numbers, use 0 for non-numbers}
1775 T             @r{force text interpretation}
1776 E             @r{keep empty fields in ranges}
1777 @end example
1779 @noindent
1780 In addition, you may provide a @code{printf} format specifier to
1781 reformat the final result.  A few examples:
1783 @example
1784 $1+$2                @r{Sum of first and second field}
1785 $1+$2;%.2f           @r{Same, format result to two decimals}
1786 exp($2)+exp($1)      @r{Math functions can be used}
1787 $0;%.1f              @r{Reformat current cell to 1 decimal}
1788 ($3-32)*5/9          @r{Degrees F -> C conversion}
1789 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
1790 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
1791 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
1792 vmean($2..$7)        @r{Compute column range mean, using vector function}
1793 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
1794 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
1795 @end example
1797 Calc also contains a complete set of logical operations.  For example
1799 @example
1800 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
1801 @end example
1803 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
1804 @subsection Emacs Lisp forms as formulas
1805 @cindex Lisp forms, as table formulas
1807 It is also possible to write a formula in Emacs Lisp; this can be useful
1808 for string manipulation and control structures, if the Calc's
1809 functionality is not enough.  If a formula starts with a single quote
1810 followed by an opening parenthesis, then it is evaluated as a lisp form.
1811 The evaluation should return either a string or a number.  Just as with
1812 @file{calc} formulas, you can specify modes and a printf format after a
1813 semicolon.  With Emacs Lisp forms, you need to be concious about the way
1814 field references are interpolated into the form.  By default, a
1815 reference will be interpolated as a Lisp string (in double quotes)
1816 containing the field.  If you provide the @samp{N} mode switch, all
1817 referenced elements will be numbers (non-number fields will be zero) and
1818 interpolated as Lisp numbers, without quotes.  If you provide the
1819 @samp{L} flag, all fields will be interpolated literally, without quotes.
1820 I.e., if you want a reference to be interpreted as a string by the Lisp
1821 form, enclode the reference operator itself in double quotes, like
1822 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
1823 embed them in list or vector syntax.  A few examples, note how the
1824 @samp{N} mode is used when we do computations in lisp.
1826 @example
1827 @r{Swap the first two characters of the content of column 1}
1828   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
1829 @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
1830   '(+ $1 $2);N
1831 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
1832   '(apply '+ '($1..$4));N
1833 @end example
1835 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
1836 @subsection Field formulas
1837 @cindex field formula
1838 @cindex formula, for individual table field
1840 To assign a formula to a particular field, type it directly into the
1841 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
1842 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
1843 the field, the formula will be stored as the formula for this field,
1844 evaluated, and the current field replaced with the result.
1846 Formulas are stored in a special line starting with @samp{#+TBLFM:}
1847 directly below the table.  If you typed the equation in the 4th field of
1848 the 3rd data line in the table, the formula will look like
1849 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
1850 with the appropriate commands, @i{absolute references} (but not relative
1851 ones) in stored formulas are modified in order to still reference the
1852 same field.  Of cause this is not true if you edit the table structure
1853 with normal editing commands - then you must fix the equations yourself.
1855 Instead of typing an equation into the field, you may also use the
1856 following command
1858 @table @kbd
1859 @kindex C-u C-c =
1860 @item C-u C-c =
1861 Install a new formula for the current field.  The command prompts for a
1862 formula, with default taken from the @samp{#+TBLFM:} line, applies
1863 it to the current field and stores it.
1864 @end table
1866 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
1867 @subsection Column formulas
1868 @cindex column formula
1869 @cindex formula, for table column
1871 Often in a table, the same formula should be used for all fields in a
1872 particular column.  Instead of having to copy the formula to all fields
1873 in that column, org-mode allows to assign a single formula to an entire
1874 column.  If the table contains horizontal separator hlines, everything
1875 before the first such line is considered part of the table @emph{header}
1876 and will not be modified by column formulas.
1878 To assign a formula to a column, type it directly into any field in the
1879 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
1880 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
1881 field, the formula will be stored as the formula for the current column,
1882 evaluated and the current field replaced with the result.  If the field
1883 contains only @samp{=}, the previously stored formula for this column is
1884 used.  For each column, Org-mode will only remember the most recently
1885 used formula.  In the @samp{TBLFM:} line, column formulas will look like
1886 @samp{$4=$1+$2}.
1888 Instead of typing an equation into the field, you may also use the
1889 following command:
1891 @table @kbd
1892 @kindex C-c =
1893 @item C-c =
1894 Install a new formula for the current column and replace current field
1895 with the result of the formula.  The command prompts for a formula, with
1896 default taken from the @samp{#+TBLFM} line, applies it to the current
1897 field and stores it.  With a numerical prefix (e.g. @kbd{C-5 C-c =})
1898 will apply it to that many consecutive fields in the current column.
1899 @end table
1902 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
1903 @subsection Editing and Debugging formulas
1904 @cindex formula editing
1905 @cindex editing, of table formulas
1907 You can edit individual formulas in the minibuffer or directly in the
1908 field.  Org-mode can also prepare a special buffer with all active
1909 formulas of a table.  When offering a formula for editing, Org-mode
1910 converts references to the standard format (like @code{B3} or @code{D&})
1911 if possible.  If you prefer to only work with the internal format (like
1912 @code{@@3$2} or @code{$4}), configure the variable
1913 @code{org-table-use-standard-references}.
1915 @table @kbd
1916 @kindex C-c =
1917 @kindex C-u C-c =
1918 @item C-c =
1919 @itemx C-u C-c =
1920 Edit the formula associated with the current column/field in the
1921 minibuffer.  See @ref{Column formulas} and @ref{Field formulas}.
1922 @kindex C-u C-u C-c =
1923 @item C-u C-u C-c =
1924 Re-insert the active formula (either a
1925 field formula, or a column formula) into the current field, so that you
1926 can edit it directly in the field.  The advantage over editing in the
1927 minibuffer is that you can use the command @kbd{C-c ?}.
1928 @kindex C-c ?
1929 @item C-c ?
1930 While editing a formula in a table field, highlight the field(s)
1931 referenced by the reference at the cursor position in the formula.
1932 @kindex C-c @}
1933 @item C-c @}
1934 Toggle the display of row and column numbers for a table, using
1935 overlays.  These are updated each time the table is aligned, you can
1936 force it with @kbd{C-c C-c}.
1937 @kindex C-c @{
1938 @item C-c @{
1939 Toggle the formula debugger on and off.  See below.
1940 @kindex C-c '
1941 @item C-c '
1942 Edit all formulas for the current table in a special buffer, where the
1943 formulas will be displayed one per line.  If the current field has an
1944 active formula, the cursor in the formula editor will mark it.
1945 While inside the special buffer, Org-mode will automatically highlight
1946 any field or range reference at the cursor position.  You may edit,
1947 remove and add formulas, and use the following commands:
1948 @table @kbd
1949 @kindex C-c C-c
1950 @kindex C-x C-s
1951 @item C-c C-c
1952 @itemx C-x C-s
1953 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
1954 prefix, also apply the new formulas to the entire table.
1955 @kindex C-c C-q
1956 @item C-c C-q
1957 Exit the formula editor without installing changes.
1958 @kindex C-c C-r
1959 @item C-c C-r
1960 Toggle all references in the formula editor between standard (like
1961 @code{B3}) and internal (like @code{@@3$2}).
1962 @kindex @key{TAB}
1963 @item @key{TAB}
1964 Pretty-print or indent lisp formula at point.  When in a line containing
1965 a lisp formula, format the formula according to Emacs Lisp rules.
1966 Another @key{TAB} collapses the formula back again.  In the open
1967 formula, @key{TAB} re-indents just like in Emacs-lisp-mode.
1968 @kindex M-@key{TAB}
1969 @item M-@key{TAB}
1970 Complete Lisp symbols, just like in Emacs-lisp-mode.
1971 @kindex S-@key{up}
1972 @kindex S-@key{down}
1973 @kindex S-@key{left}
1974 @kindex S-@key{right}
1975 @item S-@key{up}/@key{down}/@key{left}/@key{right}
1976 Shift the reference at point.  For example, if the reference is
1977 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
1978 This also works for relative references, and for hline references.
1979 @kindex M-S-@key{up}
1980 @kindex M-S-@key{down}
1981 @item M-S-@key{up}/@key{down}
1982 Move the test line for column formulas in the Org-mode buffer up and
1983 down.
1984 @kindex M-@key{up}
1985 @kindex M-@key{down}
1986 @item M-@key{up}/@key{down}
1987 Scroll the window displaying the table.
1988 @kindex C-c @}
1989 @item C-c @}
1990 Turn the coordinate grid in the table on and off.
1991 @end table
1992 @end table
1994 Making a table field blank does not remove the formula associated with
1995 the field, because that is stored in a different line (the @samp{TBLFM}
1996 line) - during the next recalculation the field will be filled again.
1997 To remove a formula from a field, you have to give an empty reply when
1998 prompted for the formula, or to edit the @samp{#+TBLFM} line.
2000 @kindex C-c C-c
2001 You may edit the @samp{#+TBLFM} directly and re-apply the changed
2002 equations with @kbd{C-c C-c} in that line, or with the normal
2003 recalculation commands in the table.
2005 @subsubheading Debugging formulas
2006 @cindex formula debugging
2007 @cindex debugging, of table formulas
2008 When the evaluation of a formula leads to an error, the field content
2009 becomes the string @samp{#ERROR}.  If you would like see what is going
2010 on during variable substitution and calculation in order to find a bug,
2011 turn on formula debugging in the @code{Tbl} menu and repeat the
2012 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
2013 field.  Detailed information will be displayed.
2015 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
2016 @subsection Updating the Table
2017 @cindex recomputing table fields
2018 @cindex updating, table
2020 Recalculation of a table is normally not automatic, but needs to be
2021 triggered by a command.  See @ref{Advanced features} for a way to make
2022 recalculation at least semi-automatically.
2024 In order to recalculate a line of a table or the entire table, use the
2025 following commands:
2027 @table @kbd
2028 @kindex C-c *
2029 @item C-c *
2030 Recalculate the current row by first applying the stored column formulas
2031 from left to right, and all field formulas in the current row.
2033 @kindex C-u C-c *
2034 @item C-u C-c *
2035 @kindex C-u C-c C-c
2036 @itemx C-u C-c C-c
2037 Recompute the entire table, line by line.  Any lines before the first
2038 hline are left alone, assuming that these are part of the table header.
2040 @kindex C-u C-u C-c *
2041 @kindex C-u C-u C-c C-c
2042 @item C-u C-u C-c *
2043 @itemx C-u C-u C-c C-c
2044 Iterate the table by recomputing it until no further changes occur.
2045 This may be necessary if some computed fields use the value of other
2046 fields that are computed @i{later} in the calculation sequence.
2047 @end table
2049 @node Advanced features,  , Updating the table, The spreadsheet
2050 @subsection Advanced features
2052 If you want the recalculation of fields to happen automatically, or if
2053 you want to be able to assign @i{names} to fields and columns, you need
2054 to reserve the first column of the table for special marking characters.
2055 @table @kbd
2056 @kindex C-#
2057 @item C-#
2058 Rotate the calculation mark in first column through the states @samp{},
2059 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  The meaning of these characters
2060 is discussed below.  When there is an active region, change all marks in
2061 the region.
2062 @end table
2064 Here is an example of a table that collects exam results of students and
2065 makes use of these features:
2067 @example
2068 @group
2069 |---+---------+--------+--------+--------+-------+------|
2070 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2071 |---+---------+--------+--------+--------+-------+------|
2072 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2073 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2074 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2075 |---+---------+--------+--------+--------+-------+------|
2076 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2077 | # | Sara    |      6 |     14 |     19 |    39 |  7.8 |
2078 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2079 |---+---------+--------+--------+--------+-------+------|
2080 |   | Average |        |        |        |  29.7 |      |
2081 | ^ |         |        |        |        |    at |      |
2082 | $ | max=50  |        |        |        |       |      |
2083 |---+---------+--------+--------+--------+-------+------|
2084 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2085 @end group
2086 @end example
2088 @noindent @b{Important}: Please note that for these special tables,
2089 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2090 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2091 to the field itself.  The column formulas are not applied in rows with
2092 empty first field.
2094 @cindex marking characters, tables
2095 The marking characters have the following meaning:
2096 @table @samp
2097 @item !
2098 The fields in this line define names for the columns, so that you may
2099 refer to a column as @samp{$Tot} instead of @samp{$6}.
2100 @item ^
2101 This row defines names for the fields @emph{above} the row.  With such
2102 a definition, any formula in the table may use @samp{$m1} to refer to
2103 the value @samp{10}.  Also, if you assign a formula to a names field, it
2104 will be stored as @samp{$name=...}.
2105 @item _
2106 Similar to @samp{^}, but defines names for the fields in the row
2107 @emph{below}.
2108 @item $
2109 Fields in this row can define @emph{parameters} for formulas.  For
2110 example, if a field in a @samp{$} row contains @samp{max=50}, then
2111 formulas in this table can refer to the value 50 using @samp{$max}.
2112 Parameters work exactly like constants, only that they can be defined on
2113 a per-table basis.
2114 @item #
2115 Fields in this row are automatically recalculated when pressing
2116 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2117 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2118 lines will be left alone by this command.
2119 @item *
2120 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2121 not for automatic recalculation.  Use this when automatic
2122 recalculation slows down editing too much.
2123 @item
2124 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2125 All lines that should be recalculated should be marked with @samp{#}
2126 or @samp{*}.
2127 @item /
2128 Do not export this line.  Useful for lines that contain the narrowing
2129 @samp{<N>} markers.
2130 @end table
2132 Finally, just to whet your appetite on what can be done with the
2133 fantastic @file{calc} package, here is a table that computes the Taylor
2134 series of degree @code{n} at location @code{x} for a couple of functions
2135 (homework: try that with Excel :-)
2137 @example
2138 @group
2139 |---+-------------+---+-----+--------------------------------------|
2140 |   | Func        | n | x   | Result                               |
2141 |---+-------------+---+-----+--------------------------------------|
2142 | # | exp(x)      | 1 | x   | 1 + x                                |
2143 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2144 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2145 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2146 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2147 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2148 |---+-------------+---+-----+--------------------------------------|
2149 #+TBLFM: $5=taylor($2,$4,$3);n3
2150 @end group
2151 @end example
2153 @node Hyperlinks, TODO items, Tables, Top
2154 @chapter Hyperlinks
2155 @cindex hyperlinks
2157 Like HTML, Org-mode provides links inside a file, external links to
2158 other files, Usenet articles, emails, and much more.
2160 @menu
2161 * Link format::                 How links in Org-mode are formatted
2162 * Internal links::              Links to other places in the current file
2163 * External links::              URL-like links to the world
2164 * Handling links::              Creating, inserting and following
2165 * Using links outside Org-mode::  Linking from my C source code?
2166 * Link abbreviations::          Shortcuts for writing complex links
2167 * Search options::              Linking to a specific location
2168 * Custom searches::             When the default search is not enough
2169 @end menu
2171 @node Link format, Internal links, Hyperlinks, Hyperlinks
2172 @section Link format
2173 @cindex link format
2174 @cindex format, of links
2176 Org-mode will recognize plain URL-like links and activate them as
2177 clickable links.  The general link format, however, looks like this:
2179 @example
2180 [[link][description]]       @r{or alternatively}           [[link]]  
2181 @end example
2183 Once a link in the buffer is complete (all brackets present), Org-mode
2184 will change the display so that @samp{description} is displayed instead
2185 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2186 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2187 which by default is an underlined face.  You can directly edit the
2188 visible part of a link.  Note that this can be either the @samp{link}
2189 part (if there is no description) or the @samp{description} part.  To
2190 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2191 cursor on the link.
2193 If you place the cursor at the beginning or just behind the end of the
2194 displayed text and press @key{BACKSPACE}, you will remove the
2195 (invisible) bracket at that location.  This makes the link incomplete
2196 and the internals are again displayed as plain text.  Inserting the
2197 missing bracket hides the link internals again.  To show the
2198 internal structure of all links, use the menu entry
2199 @code{Org->Hyperlinks->Literal links}.
2201 @node Internal links, External links, Link format, Hyperlinks
2202 @section Internal links
2203 @cindex internal links
2204 @cindex links, internal
2205 @cindex targets, for links
2207 If the link does not look like a URL, it is considered to be internal in
2208 the current file.  Links such as @samp{[[My Target]]} or @samp{[[My
2209 Target][Find my target]]} lead to a text search in the current file.
2210 The link can be followed with @kbd{C-c C-o} when the cursor is on the
2211 link, or with a mouse click (@pxref{Handling links}).  The preferred
2212 match for such a link is a dedicated target: the same string in double
2213 angular brackets.  Targets may be located anywhere; sometimes it is
2214 convenient to put them into a comment line. For example
2216 @example
2217 # <<My Target>>
2218 @end example
2220 @noindent In HTML export (@pxref{HTML export}), such targets will become
2221 named anchors for direct access through @samp{http} links@footnote{Note
2222 that text before the first headline is usually not exported, so the
2223 first such target should be after the first headline.}.
2225 If no dedicated target exists, Org-mode will search for the words in the
2226 link.  In the above example the search would be for @samp{my target}.
2227 Links starting with a star like @samp{*My Target} restrict the search to
2228 headlines.  When searching, Org-mode will first try an exact match, but
2229 then move on to more and more lenient searches.  For example, the link
2230 @samp{[[*My Targets]]} will find any of the following:
2232 @example
2233 ** My targets
2234 ** TODO my targets are bright
2235 ** my 20 targets are
2236 @end example
2238 To insert a link targeting a headline, in-buffer completion can be used.
2239 Just type a star followed by a few optional letters into the buffer and
2240 press @kbd{M-@key{TAB}}.  All headlines in the current buffer will be
2241 offered as completions.  @xref{Handling links}, for more commands
2242 creating links.
2244 Following a link pushes a mark onto Org-mode's own mark ring.  You can
2245 return to the previous position with @kbd{C-c &}.  Using this command
2246 several times in direct succession goes back to positions recorded
2247 earlier.
2249 @menu
2250 * Radio targets::               Make targets trigger links in plain text.
2251 @end menu
2253 @node Radio targets,  , Internal links, Internal links
2254 @subsection Radio targets
2255 @cindex radio targets
2256 @cindex targets, radio
2257 @cindex links, radio targets
2259 Org-mode can automatically turn any occurrences of certain target names
2260 in normal text into a link.  So without explicitly creating a link, the
2261 text connects to the target radioing its position.  Radio targets are
2262 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2263 Target>>>} causes each occurrence of @samp{my target} in normal text to
2264 become activated as a link.  The Org-mode file is scanned automatically
2265 for radio targets only when the file is first loaded into Emacs.  To
2266 update the target list during editing, press @kbd{C-c C-c} with the
2267 cursor on or at a target.
2269 @node External links, Handling links, Internal links, Hyperlinks
2270 @section External links
2271 @cindex links, external
2272 @cindex external links
2273 @cindex links, external
2274 @cindex GNUS links
2275 @cindex BBDB links
2276 @cindex URL links
2277 @cindex file links
2278 @cindex VM links
2279 @cindex RMAIL links
2280 @cindex WANDERLUST links
2281 @cindex MH-E links
2282 @cindex USENET links
2283 @cindex SHELL links
2284 @cindex Info links
2285 @cindex elisp links
2287 Org-mode supports links to files, websites, Usenet and email messages,
2288 and BBDB database entries.  External links are URL-like locators.  They
2289 start with a short identifying string followed by a colon.  There can be
2290 no space after the colon.  The following list shows examples for each
2291 link type.
2293 @example
2294 http://www.astro.uva.nl/~dominik          @r{on the web}
2295 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2296 file:papers/last.pdf                      @r{file, relative path}
2297 news:comp.emacs                           @r{Usenet link}
2298 mailto:adent@@galaxy.net                   @r{Mail link}
2299 vm:folder                                 @r{VM folder link}
2300 vm:folder#id                              @r{VM message link}
2301 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2302 wl:folder                                 @r{WANDERLUST folder link}
2303 wl:folder#id                              @r{WANDERLUST message link}
2304 mhe:folder                                @r{MH-E folder link}
2305 mhe:folder#id                             @r{MH-E message link}
2306 rmail:folder                              @r{RMAIL folder link}
2307 rmail:folder#id                           @r{RMAIL message link}
2308 gnus:group                                @r{GNUS group link}
2309 gnus:group#id                             @r{GNUS article link}
2310 bbdb:Richard Stallman                     @r{BBDB link}
2311 shell:ls *.org                            @r{A shell command}
2312 elisp:(find-file-other-frame "Elisp.org") @r{An elisp form to evaluate}
2313 @end example
2315 A link should be enclosed in double brackets and may contain a
2316 descriptive text to be displayed instead of the url (@pxref{Link
2317 format}), for example:
2319 @example
2320 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2321 @end example
2323 @noindent
2324 If the description is a file name or URL that points to an image, HTML
2325 export (@pxref{HTML export}) will inline the image as a clickable
2326 button.  If there is no description at all and the link points to an
2327 image,
2328 that image will be inlined into the exported HTML file.
2330 @cindex angular brackets, around links
2331 @cindex plain text external links
2332 Org-mode also finds external links in the normal text and activates them
2333 as links.  If spaces must be part of the link (for example in
2334 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2335 about the end of the link, enclose them in angular brackets.
2337 @node Handling links, Using links outside Org-mode, External links, Hyperlinks
2338 @section Handling links
2339 @cindex links, handling
2341 Org-mode provides methods to create a link in the correct syntax, to
2342 insert it into an org-mode file, and to follow the link.
2344 @table @kbd
2345 @kindex C-c l
2346 @cindex storing links
2347 @item C-c l
2348 Store a link to the current location.  This is a @emph{global} command
2349 which can be used in any buffer to create a link.  The link will be
2350 stored for later insertion into an Org-mode buffer (see below).  For
2351 Org-mode files, if there is a @samp{<<target>>} at the cursor, the link
2352 points to the target.  Otherwise it points to the current headline.  For
2353 VM, RMAIL, WANDERLUST, MH-E, GNUS and BBDB buffers, the link will
2354 indicate the current article/entry.  For W3 and W3M buffers, the link
2355 goes to the current URL.  For any other files, the link will point to
2356 the file, with a search string (@pxref{Search options}) pointing to the
2357 contents of the current line.  If there is an active region, the
2358 selected words will form the basis of the search string.  If the
2359 automatically created link is not working correctly or accurately
2360 enough, you can write custom functions to select the search string and
2361 to do the search for particular file types - see @ref{Custom searches}.
2362 The key binding @kbd{C-c l} is only a suggestion - see @ref{Installation}.
2364 @kindex C-c C-l
2365 @cindex link completion
2366 @cindex completion, of links
2367 @cindex inserting links
2368 @item C-c C-l
2369 Insert a link.  This prompts for a link to be inserted into the buffer.
2370 You can just type a link, using text for an internal link, or one of the
2371 link type prefixes mentioned in the examples above.  All links stored
2372 during the current session are part of the history for this prompt, so
2373 you can access them with @key{up} and @key{down} (or @kbd{M-p/n}).
2374 Completion, on the other hand, will help you to insert valid link
2375 prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2376 defined through link abbreviations (@pxref{Link abbreviations}).  The
2377 link will be inserted into the buffer@footnote{After insertion of a
2378 stored link, the link will be removed from the list of stored links.  To
2379 keep it in the list later use, use a triple @kbd{C-u} prefix to @kbd{C-c
2380 C-l}, or configure the option
2381 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive
2382 text.  If some text was selected when this command is called, the
2383 selected text becomes the default description.@* Note that you don't
2384 have to use this command to insert a link.  Links in Org-mode are plain
2385 text, and you can type or paste them straight into the buffer.  By using
2386 this command, the links are automatically enclosed in double brackets,
2387 and you will be asked for the optional descriptive text.
2389 @c  If the link is a @samp{file:} link and
2390 @c the linked file is located in the same directory as the current file or
2391 @c a subdirectory of it, the path of the file will be inserted relative to
2392 @c the current directory.
2394 @kindex C-u C-c C-l
2395 @cindex file name completion
2396 @cindex completion, of file names
2397 @item C-u C-c C-l
2398 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2399 a file will be inserted and you may use file name completion to select
2400 the name of the file.  The path to the file is inserted relative to the
2401 directory of the current org file, if the linked file is in the current
2402 directory or in a subdirectory of it, or if the path is written relative
2403 to the current directory using @samp{../}.  Otherwise an absolute path
2404 is used, if possible with @samp{~/} for your home directory.  You can
2405 force an absolute path with two @kbd{C-u} prefixes.
2407 @item C-c C-l @r{(with cursor on existing link)}
2408 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2409 link and description parts of the link.
2411 @cindex following links
2412 @kindex C-c C-o
2413 @item C-c C-o
2414 Open link at point.  This will launch a web browser for URLs (using
2415 @command{browse-url-at-point}), run vm/mh-e/wanderlust/rmail/gnus/bbdb
2416 for the corresponding links, and execute the command in a shell link.
2417 When the cursor is on an internal link, this commands runs the
2418 corresponding search.  When the cursor is on a TAG list in a headline,
2419 it creates the corresponding TAGS view.  If the cursor is on a time
2420 stamp, it compiles the agenda for that date.  Furthermore, it will visit
2421 text and remote files in @samp{file:} links with Emacs and select a
2422 suitable application for local non-text files.  Classification of files
2423 is based on file extension only.  See option @code{org-file-apps}.  If
2424 you want to override the default application and visit the file with
2425 Emacs, use a @kbd{C-u} prefix.
2427 @kindex mouse-2
2428 @kindex mouse-1
2429 @item mouse-2
2430 @itemx mouse-1
2431 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2432 would.  Under Emacs 22, also @kbd{mouse-1} will follow a link.
2434 @kindex mouse-3
2435 @item mouse-3
2436 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2437 internal links to be displayed in another window@footnote{See the
2438 variable @code{org-display-internal-link-with-indirect-buffer}}.
2440 @cindex mark ring
2441 @kindex C-c %
2442 @item C-c %
2443 Push the current position onto the mark ring, to be able to return
2444 easily. Commands following an internal link do this automatically.
2446 @cindex links, returning to
2447 @kindex C-c &
2448 @item C-c &
2449 Jump back to a recorded position.  A position is recorded by the
2450 commands following internal links, and by @kbd{C-c %}.  Using this
2451 command several times in direct succession moves through a ring of
2452 previously recorded positions.
2454 @kindex C-c C-x C-n
2455 @kindex C-c C-x C-p
2456 @cindex links, finding next/previous
2457 @item C-c C-x C-n
2458 @itemx C-c C-x C-p
2459 Move forward/backward to the next link in the buffer.  At the limit of
2460 the buffer, the search fails once, and then wraps around.  The key
2461 bindings for this are really too long, you might want to bind this also
2462 to @kbd{C-n} and @kbd{C-p}
2463 @lisp
2464 (add-hook 'org-load-hook
2465   (lambda ()
2466     (define-key 'org-mode-map "\C-n" 'org-next-link)
2467     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2468 @end lisp
2469 @end table
2471 @node Using links outside Org-mode, Link abbreviations, Handling links, Hyperlinks
2472 @section Using links outside Org-mode
2474 You can insert and follow links that have Org-mode syntax not only in
2475 Org-mode, but in any Emacs buffer.  For this, you should create two
2476 global commands, like this (please select suitable global keys
2477 yourself):
2479 @lisp
2480 (global-set-key "\C-c L" 'org-insert-link-global)
2481 (global-set-key "\C-c o" 'org-open-at-point-global)
2482 @end lisp
2484 @node Link abbreviations, Search options, Using links outside Org-mode, Hyperlinks
2485 @section Link abbreviations
2486 @cindex link abbreviations
2487 @cindex abbreviation, links
2489 Long URLs can be cumbersome to type, and often many similar links are
2490 needed in a document.  For this you can use link abbreviations.  An
2491 abbreviated link looks like this
2493 @example
2494 [[linkword:tag][description]]
2495 @end example
2497 @noindent
2498 where the tag is optional.  Such abbreviations are resolved according to
2499 the information in the variable @code{org-link-abbrev-alist} that
2500 relates the linkwords to replacement text.  Here is an example:
2502 @lisp
2503 @group
2504 (setq org-link-abbrev-alist
2505   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2506     ("google"   . "http://www.google.com/search?q=")
2507     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2508                    nph-abs_connect?author=%s&db_key=AST")))
2509 @end group
2510 @end lisp
2512 If the replacement text contains the string @samp{%s}, it will be
2513 replaced with the tag.  Otherwise the tag will be appended to the string
2514 in order to create the link.  You may also specify a function that will
2515 be called with the tag as the only argument to create the link.
2517 With the above setting, you could link to a specific bug with
2518 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
2519 @code{[[google:OrgMode]]} and find out what the Org-mode author is
2520 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
2522 If you need special abbreviations just for a single Org-mode buffer, you
2523 can define them in the file with
2525 @example
2526 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2527 #+LINK: google    http://www.google.com/search?q=%s
2528 @end example
2530 @noindent
2531 In-buffer completion @pxref{Completion} can be used after @samp{[} to
2532 complete link abbreviations.
2534 @node Search options, Custom searches, Link abbreviations, Hyperlinks
2535 @section Search options in file links
2536 @cindex search option in file links
2537 @cindex file links, searching
2539 File links can contain additional information to make Emacs jump to a
2540 particular location in the file when following a link.  This can be a
2541 line number or a search option after a double@footnote{For backward
2542 compatibility, line numbers can also follow a single colon.} colon. For
2543 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
2544 links}) to a file, it encodes the words in the current line as a search
2545 string that can be used to find this line back later when following the
2546 link with @kbd{C-c C-o}. 
2548 Here is the syntax of the different ways to attach a search to a file
2549 link, together with an explanation:
2551 @example
2552 [[file:~/code/main.c::255]]
2553 [[file:~/xx.org::My Target]]
2554 [[file:~/xx.org::*My Target]]
2555 [[file:~/xx.org::/regexp/]]
2556 @end example
2558 @table @code
2559 @item 255
2560 Jump to line 255.
2561 @item My Target
2562 Search for a link target @samp{<<My Target>>}, or do a text search for
2563 @samp{my target}, similar to the search in internal links, see
2564 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
2565 link will become an HTML reference to the corresponding named anchor in
2566 the linked file.
2567 @item *My Target
2568 In an Org-mode file, restrict search to headlines.
2569 @item /regexp/
2570 Do a regular expression search for @code{regexp}.  This uses the Emacs
2571 command @code{occur} to list all matches in a separate window.  If the
2572 target file is in Org-mode, @code{org-occur} is used to create a
2573 sparse tree with the matches.
2574 @c If the target file is a directory,
2575 @c @code{grep} will be used to search all files in the directory.
2576 @end table
2578 As a degenerate case, a file link with an empty file name can be used
2579 to search the current file.  For example, @code{[[file:::find me]]} does
2580 a search for @samp{find me} in the current file, just as
2581 @samp{[[find me]]} would.
2583 @node Custom searches,  , Search options, Hyperlinks
2584 @section Custom Searches
2585 @cindex custom search strings
2586 @cindex search strings, custom
2588 The default mechanism for creating search strings and for doing the
2589 actual search related to a file link may not work correctly in all
2590 cases.  For example, BibTeX database files have many entries like
2591 @samp{year="1993"} which would not result in good search strings,
2592 because the only unique identification for a BibTeX entry is the
2593 citation key.
2595 If you come across such a problem, you can write custom functions to set
2596 the right search string for a particular file type, and to do the search
2597 for the string in the file.  Using @code{add-hook}, these functions need
2598 to be added to the hook variables
2599 @code{org-create-file-search-functions} and
2600 @code{org-execute-file-search-functions}.  See the docstring for these
2601 variables for more information.  Org-mode actually uses this mechanism
2602 for Bib@TeX{} database files, and you can use the corresponding code as
2603 an implementation example.  Search for @samp{BibTeX links} in the source
2604 file.
2608 @node TODO items, Tags, Hyperlinks, Top
2609 @chapter TODO items
2610 @cindex TODO items
2612 Org-mode does not maintain TODO lists as separate documents.  Instead,
2613 TODO items are an integral part of the notes file, because TODO items
2614 usually come up while taking notes!  With Org-mode, simply mark any
2615 entry in a tree as being a TODO item.  In this way, information is not
2616 duplicated, and the entire context from which the TODO item emerged is
2617 always present.
2619 Of course, this technique for managing TODO items scatters them
2620 throughout your notes file.  Org-mode compensates for this by providing
2621 methods to give you an overview of all the things that you have to do.
2623 @menu
2624 * TODO basics::                 Marking and displaying TODO entries
2625 * TODO extensions::             Workflow and assignments
2626 * Progress logging::            Dates and notes for progress
2627 * Priorities::                  Some things are more important than others
2628 * Breaking down tasks::         Splitting a task into manageable pieces
2629 * Checkboxes::                  Tick-off lists
2630 @end menu
2632 @node TODO basics, TODO extensions, TODO items, TODO items
2633 @section Basic TODO functionality
2635 Any headline becomes a TODO item when it starts with the word
2636 @samp{TODO}, for example:
2638 @example
2639 *** TODO Write letter to Sam Fortune
2640 @end example
2642 @noindent
2643 The most important commands to work with TODO entries are:
2645 @table @kbd
2646 @kindex C-c C-t
2647 @cindex cycling, of TODO states
2648 @item C-c C-t
2649 Rotate the TODO state of the current item among
2651 @example
2652 ,-> (unmarked) -> TODO -> DONE --.
2653 '--------------------------------'
2654 @end example
2656 The same rotation can also be done ``remotely'' from the timeline and
2657 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
2659 @kindex C-u C-c C-t
2660 @item C-u C-c C-t
2661 Select a specific keyword using completion or (if it has been set up)
2662 the fast selection interface.
2664 @kindex S-@key{right}
2665 @kindex S-@key{left}
2666 @item S-@key{right}
2667 @itemx S-@key{left}
2668 Select the following/preceding TODO state, similar to cycling.  Useful
2669 mostly if more than two TODO states are possible (@pxref{TODO
2670 extensions}).
2671 @kindex C-c C-c
2672 @item C-c C-c
2673 Use the fast tag interface to directly select a specific TODO state.
2674 For this you need to assign keys to TODO states, like this:
2675 @example
2676 #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d)
2677 @end example
2678 @noindent See @ref{Per-file keywords} and @ref{Setting tags} for more
2679 information.
2680 @kindex C-c C-v
2681 @kindex C-c / t
2682 @cindex sparse tree, for TODO
2683 @item C-c C-v
2684 @itemx C-c / t
2685 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds
2686 the entire buffer, but shows all TODO items and the headings hierarchy
2687 above them.  With prefix arg, search for a specific TODO.  You will be
2688 prompted for the keyword, and you can also give a list of keywords like
2689 @code{kwd1|kwd2|...}.  With numerical prefix N, show the tree for the
2690 Nth keyword in the variable @code{org-todo-keywords}.  With two prefix
2691 args, find all TODO and DONE entries.
2692 @kindex C-c a t
2693 @item C-c a t
2694 Show the global TODO list.  Collects the TODO items from all agenda
2695 files (@pxref{Agenda views}) into a single buffer.  The new buffer will
2696 be in @code{agenda-mode}, which provides commands to examine and
2697 manipulate the TODO entries from the new buffer (@pxref{Agenda
2698 commands}).  @xref{Global TODO list}, for more information.
2699 @kindex S-M-@key{RET}
2700 @item S-M-@key{RET}
2701 Insert a new TODO entry below the current one.
2702 @end table
2704 @node TODO extensions, Progress logging, TODO basics, TODO items
2705 @section Extended use of TODO keywords
2706 @cindex extended TODO keywords
2708 By default, marked TODO entries have one of only two states: TODO and
2709 DONE.  Org-mode allows you to classify TODO items in more complex ways
2710 with @emph{TODO keywords} (stored in @code{org-todo-keywords}).  With
2711 special setup, the TODO keyword system can work differently in different
2712 files.
2714 Note that @i{tags} are another way to classify headlines in general and
2715 TODO items in particular (@pxref{Tags}).
2717 @menu
2718 * Workflow states::             From TODO to DONE in steps
2719 * TODO types::                  I do this, Fred does the rest
2720 * Multiple sets in one file::   Mixing it all, and still finding your way
2721 * Fast access to TODO states::  Single letter selection of a state
2722 * Per-file keywords::           Different files, different requirements
2723 * Faces for TODO keywords::     Highlighting states
2724 @end menu
2726 @node Workflow states, TODO types, TODO extensions, TODO extensions
2727 @subsection TODO keywords as workflow states
2728 @cindex TODO workflow
2729 @cindex workflow states as TODO keywords
2731 You can use TODO keywords to indicate different @emph{sequential} states
2732 in the process of working on an item, for example@footnote{Changing
2733 this variable only becomes effective after restarting Org-mode in a
2734 buffer.}:
2736 @lisp
2737 (setq org-todo-keywords
2738   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2739 @end lisp
2741 The vertical bar separates the TODO keywords (states that @emph{need
2742 action}) from the DONE states (which need @emph{no further action}.  If
2743 you don't provide the separator bar, the last state is used as the DONE
2744 state.
2745 @cindex completion, of TODO keywords
2746 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
2747 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
2748 also use a prefix argument to quickly select a specific state.  For
2749 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
2750 If you define many keywords, you can use in-buffer completion (see
2751 @ref{Completion}) to insert these words into the buffer.  Changing a
2752 todo state can be logged with a timestamp, see @ref{Tracking TODO state
2753 changes} for more information.
2755 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
2756 @subsection TODO keywords as types
2757 @cindex TODO types
2758 @cindex names as TODO keywords
2759 @cindex types as TODO keywords
2761 The second possibility is to use TODO keywords to indicate different
2762 @emph{types} of action items.  For example, you might want to indicate
2763 that items are for ``work'' or ``home''.  Or, when you work with several
2764 people on a single project, you might want to assign action items
2765 directly to persons, by using their names as TODO keywords.  This would
2766 be set up like this:
2768 @lisp
2769 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
2770 @end lisp
2772 In this case, different keywords do not indicate a sequence, but rather
2773 different types.  So the normal work flow would be to assign a task to a
2774 person, and later to mark it DONE.  Org-mode supports this style by
2775 adapting the workings of the command @kbd{C-c C-t}@footnote{This is also
2776 true for the @kbd{t} command in the timeline and agenda buffers.}.  When
2777 used several times in succession, it will still cycle through all names,
2778 in order to first select the right type for a task.  But when you return
2779 to the item after some time and execute @kbd{C-c C-t} again, it will
2780 switch from any name directly to DONE.  Use prefix arguments or
2781 completion to quickly select a specific name.  You can also review the
2782 items of a specific TODO type in a sparse tree by using a numeric prefix
2783 to @kbd{C-c C-v}.  For example, to see all things Lucy has to do, you
2784 would use @kbd{C-3 C-c C-v}.  To collect Lucy's items from all agenda
2785 files into a single buffer, you would use the prefix arg as well when
2786 creating the global todo list: @kbd{C-3 C-c t}.
2788 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
2789 @subsection Multiple keyword sets in one file
2790 @cindex todo keyword sets
2792 Sometimes you may want to use different sets of TODO keywords in
2793 parallel.  For example, you may want to have the basic
2794 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
2795 separate state indicating that an item has been canceled (so it is not
2796 DONE, but also does not require action).  Your setup would then look
2797 like this:
2799 @lisp
2800 (setq org-todo-keywords
2801       '((sequence "TODO" "|" "DONE")
2802         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
2803         (sequence "|" "CANCELED")))
2804 @end lisp
2806 The keywords should all be different, this helps Org-mode to keep track
2807 of which subsequence should be used for a given entry.  In this setup,
2808 @kbd{C-c C-t} only operates within a subsequence, so it switches from
2809 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
2810 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
2811 select the correct sequence.  Besides the obvious ways like typing a
2812 keyword or using completion, you may also apply the following commands:
2814 @table @kbd
2815 @kindex C-S-@key{right}
2816 @kindex C-S-@key{left}
2817 @item C-S-@key{right}
2818 @itemx C-S-@key{left}
2819 These keys jump from one TODO subset to the next.  In the above example,
2820 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
2821 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
2822 @kindex S-@key{right}
2823 @kindex S-@key{left}
2824 @item S-@key{right}
2825 @itemx S-@key{left}
2826 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
2827 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
2828 would switch from @code{DONE} to @code{REPORT} in the example above.
2829 @end table
2831 @node Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions
2832 @subsection Fast access to TODO states
2834 If you would like to quickly change an entry to an arbitrary TODO state
2835 instead of cycling through the states, you can set up keys for
2836 single-letter access to the states.  This is done by adding the section
2837 key after each keyword, in parenthesis.  For example:
2839 @lisp
2840 (setq org-todo-keywords
2841       '((sequence "TODO(t)" "|" "DONE(d)")
2842         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
2843         (sequence "|" "CANCELED(c)")))
2844 @end lisp
2846 If you then press @code{C-u C-c C-t} followed by the selection key, the
2847 entry will be switched to this state.  @key{SPC} can be used to remove
2848 any TODO keyword from an entry.  Should you like this way of selecting
2849 TODO states a lot, you might want to set the variable
2850 @code{org-use-fast-todo-selection} to @code{t} and make this behavior
2851 the default.  Check also the variable
2852 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
2853 state through the tags interface (@pxref{Setting tags}).
2855 @node Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
2856 @subsection Setting up keywords for individual files
2857 @cindex keyword options
2858 @cindex per-file keywords
2860 It can be very useful to use different aspects of the TODO mechanism in
2861 different files.  For file-local settings, you need to add special lines
2862 to the file which set the keywords and interpretation for that file
2863 only.  For example, to set one of the two examples discussed above, you
2864 need one of the following lines, starting in column zero anywhere in the
2865 file:
2867 @example
2868 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
2869 @end example
2871 @example
2872 #+TYP_TODO: Fred Sara Lucy Mike | DONE
2873 @end example
2875 A setup for using several sets in parallel would be:
2877 @example
2878 #+SEQ_TODO: TODO | DONE
2879 #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
2880 #+SEQ_TODO: | CANCELED
2881 @end example
2883 @cindex completion, of option keywords
2884 @kindex M-@key{TAB}
2885 @noindent To make sure you are using the correct keyword, type
2886 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
2888 @cindex DONE, final TODO keyword
2889 Remember that the keywords after the vertical bar (or the last keyword
2890 if no bar is there) must always mean that the item is DONE (although you
2891 may use a different word).  After changing one of these lines, use
2892 @kbd{C-c C-c} with the cursor still in the line to make the changes
2893 known to Org-mode@footnote{Org-mode parses these lines only when
2894 Org-mode is activated after visiting a file.  @kbd{C-c C-c} with the
2895 cursor in a line starting with @samp{#+} is simply restarting Org-mode
2896 for the current buffer.}.
2898 @node Faces for TODO keywords,  , Per-file keywords, TODO extensions
2899 @subsection Faces for TODO keywords
2900 @cindex faces, for TODO keywords
2902 Org-mode highlights TODO keywords with special faces: @code{org-todo}
2903 for keywords indicating that an item still has to be acted upon, and
2904 @code{org-done} for keywords indicating that an item is finished.  If
2905 you are using more than 2 different states, you might want to use
2906 special faces for some of them.  This can be done using the variable
2907 @code{org-todo-keyword-faces}.  For example:
2909 @lisp
2910 (setq org-todo-keyword-faces
2911       '(("TODO"      . org-warning)
2912         ("DEFERRED"  . shadow)
2913         ("CANCELED"  . (:foreground "blue" :weight bold))))
2914 @end lisp
2916 @page
2917 @node Progress logging, Priorities, TODO extensions, TODO items
2918 @section Progress Logging
2919 @cindex progress logging
2920 @cindex logging, of progress
2922 Org-mode can automatically record a time stamp and even a note when you
2923 mark a TODO item as DONE, or even each time you change the state of
2924 a TODO item.
2926 @menu
2927 * Closing items::               When was this entry marked DONE?
2928 * Tracking TODO state changes::  When did the status change?
2929 @end menu
2931 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
2932 @subsection Closing items
2934 If you want to keep track of @emph{when} a certain TODO item was
2935 finished, turn on logging with@footnote{The corresponding in-buffer
2936 setting is: @code{#+STARTUP: logdone}.  You may also set this for the
2937 scope of a subtree by adding a @code{LOGGING} property with one or more
2938 of the logging keywords in the value.}
2940 @lisp
2941 (setq org-log-done t)
2942 @end lisp
2944 @noindent
2945 Then each time you turn a TODO entry into DONE using either @kbd{C-c
2946 C-t} in the Org-mode buffer or @kbd{t} in the agenda buffer, a line
2947 @samp{CLOSED: [timestamp]} will be inserted just after the headline.  If
2948 you turn the entry back into a TODO item through further state cycling,
2949 that line will be removed again.  In the timeline (@pxref{Timeline}) and
2950 in the agenda (@pxref{Weekly/Daily agenda}), you can then use the
2951 @kbd{l} key to display the TODO items closed on each day, giving you an
2952 overview of what has been done on a day.  If you want to record a note
2953 along with the timestamp, use@footnote{The corresponding in-buffer
2954 setting is: @code{#+STARTUP: lognotedone}}
2956 @lisp
2957 (setq org-log-done '(done))
2958 @end lisp
2960 @node Tracking TODO state changes,  , Closing items, Progress logging
2961 @subsection Tracking TODO state changes
2963 When TODO keywords are used as workflow states (@pxref{Workflow
2964 states}), you might want to keep track of when a state change occurred
2965 and record a note about this change.  With the setting@footnote{The
2966 corresponding in-buffer setting is: @code{#+STARTUP: lognotestate}.}
2968 @lisp
2969 (setq org-log-done '(state))
2970 @end lisp
2972 @noindent
2973 each state change will prompt you for a note that will be attached to
2974 the current headline.  If you press @kbd{C-c C-c} without typing
2975 anything into the note buffer, only the time of the state change will be
2976 noted.  Very likely you do not want this verbose tracking all the time,
2977 so it is probably better to configure this behavior with in-buffer
2978 options.  For example, if you are tracking purchases, put these into a
2979 separate file that contains:
2981 @example
2982 #+SEQ_TODO: TODO(t) ORDERED(o) INVOICE(i) PAYED(p) | RECEIVED(r)
2983 #+STARTUP: lognotestate
2984 @end example
2986 If you only need to take a note for some of the states, mark those
2987 states with an additional @samp{@@}, like this:
2989 @example
2990 #+SEQ_TODO: TODO(t) ORDERED(o@@) INVOICE(i@@) PAYED(p) | RECEIVED(r)
2991 #+STARTUP: lognotestate
2992 @end example
2994 @node Priorities, Breaking down tasks, Progress logging, TODO items
2995 @section Priorities
2996 @cindex priorities
2998 If you use Org-mode extensively, you may end up enough TODO items that
2999 it starts to make sense to prioritize them.  Prioritizing can be done by
3000 placing a @emph{priority cookie} into the headline of a TODO item, like
3001 this
3003 @example
3004 *** TODO [#A] Write letter to Sam Fortune
3005 @end example
3007 @noindent
3008 By default, Org-mode supports three priorities: @samp{A}, @samp{B}, and
3009 @samp{C}.  @samp{A} is the highest priority.  An entry without a cookie
3010 is treated as priority @samp{B}.  Priorities make a difference only in
3011 the agenda (@pxref{Weekly/Daily agenda}); outside the agenda, they have
3012 no inherent meaning to Org-mode.
3014 Priorities can be attached to any outline tree entries; they do not need
3015 to be TODO items.
3017 @table @kbd
3018 @kindex @kbd{C-c ,}
3019 @item @kbd{C-c ,}
3020 Set the priority of the current headline.  The command prompts for a
3021 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
3022 @key{SPC} instead, the priority cookie is removed from the headline.
3023 The priorities can also be changed ``remotely'' from the timeline and
3024 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
3026 @kindex S-@key{up}
3027 @kindex S-@key{down}
3028 @item S-@key{up}
3029 @itemx S-@key{down}
3030 Increase/decrease priority of current headline@footnote{See also the
3031 option @code{org-priority-start-cycle-with-default'}.}.  Note that these
3032 keys are also used to modify time stamps (@pxref{Creating timestamps}).
3033 Furthermore, these keys are also used by CUA-mode (@pxref{Conflicts}).
3034 @end table
3036 You can change the range of allowed priorities by setting the variables
3037 @code{org-highest-priority}, @code{org-lowest-priority}, and
3038 @code{org-default-priority}.  For an individual buffer, you may set
3039 these values (highest, lowest, default) like this (please make sure that
3040 the highest priority is earlier in the alphabet than the lowest
3041 priority):
3043 @example
3044 #+PRIORITIES: A C B
3045 @end example
3047 @node Breaking down tasks, Checkboxes, Priorities, TODO items
3048 @section Breaking tasks down into subtasks
3049 @cindex tasks, breaking down
3051 It is often advisable to break down large tasks into smaller, manageable
3052 subtasks.  You can do this by creating an outline tree below a TODO
3053 item, with detailed subtasks on the tree@footnote{To keep subtasks out
3054 of the global TODO list, see the
3055 @code{org-agenda-todo-list-sublevels}.}.  Another possibility is the use
3056 of checkboxes to identify (a hierarchy of) a large number of subtasks
3057 (@pxref{Checkboxes}).
3060 @node Checkboxes,  , Breaking down tasks, TODO items
3061 @section Checkboxes
3062 @cindex checkboxes
3064 Every item in a plain list (@pxref{Plain lists}) can be made into a
3065 checkbox by starting it with the string @samp{[ ]}.  This feature is
3066 similar to TODO items (@pxref{TODO items}), but is more lightweight.
3067 Checkboxes are not included into the global TODO list, so they are often
3068 great to split a task into a number of simple steps.  Or you can use
3069 them in a shopping list.  To toggle a checkbox, use @kbd{C-c C-c}, or
3070 use the mouse (thanks to Piotr Zielinski's @file{org-mouse.el}).
3072 Here is an example of a checkbox list.
3074 @example
3075 * TODO Organize party [3/6]
3076   - call people [1/3]
3077     - [ ] Peter
3078     - [X] Sarah
3079     - [ ] Sam
3080   - [X] order food
3081   - [ ] think about what music to play
3082   - [X] talk to the neighbors
3083 @end example
3085 @cindex statistics, for checkboxes
3086 @cindex checkbox statistics
3087 The @samp{[3/6]} and @samp{[1/3]} in the first and second line are
3088 cookies indicating how many checkboxes present in this entry have been
3089 checked off, and the total number of checkboxes are present.  This can
3090 give you an idea on how many checkboxes remain, even without opening a
3091 folded entry.  The cookies can be placed into a headline or into (the
3092 first line of) a plain list item. Each cookie covers all checkboxes
3093 structurally below the headline/item on which the cookie appear.  You
3094 have to insert the cookie yourself by typing either @samp{[/]} or
3095 @samp{[%]}.  With @samp{[/]} you get an @samp{n out of m} result, as in
3096 the examples above.  With @samp{[%]} you get information about the
3097 percentage of checkboxes checked (in the above example, this would be
3098 @samp{[50%]} and @samp{[33%]}, respectively).
3100 @noindent The following commands work with checkboxes:
3102 @table @kbd
3103 @kindex C-c C-c
3104 @item C-c C-c
3105 Toggle checkbox at point.  With prefix argument, set it to @samp{[-]},
3106 which is considered to be an intermediate state.
3107 @kindex C-c C-x C-b
3108 @item C-c C-x C-b
3109 Toggle checkbox at point.
3110 @itemize @minus
3111 @item
3112 If there is an active region, toggle the first checkbox in the region
3113 and set all remaining boxes to the same status as the first.  If you
3114 want to toggle all boxes in the region independently, use a prefix
3115 argument.
3116 @item
3117 If the cursor is in a headline, toggle checkboxes in the region between
3118 this headline and the next (so @emph{not} the entire subtree).
3119 @item
3120 If there is no active region, just toggle the checkbox at point.
3121 @end itemize
3122 @kindex M-S-@key{RET}
3123 @item M-S-@key{RET}
3124 Insert a new item with a checkbox.
3125 This works only if the cursor is already in a plain list item
3126 (@pxref{Plain lists}).
3127 @kindex C-c #
3128 @item C-c #
3129 Update the checkbox statistics in the current outline entry.  When
3130 called with a @kbd{C-u} prefix, update the entire file.  Checkbox
3131 statistic cookies are updated automatically if you toggle checkboxes
3132 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}.  If you
3133 delete boxes or add/change them by hand, use this command to get things
3134 back into synch.  Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3135 @end table
3137 @node Tags, Properties and columns, TODO items, Top
3138 @chapter Tags
3139 @cindex tags
3140 @cindex headline tagging
3141 @cindex matching, tags
3142 @cindex sparse tree, tag based
3144 An excellent way to implement labels and contexts for cross-correlating
3145 information is to assign @i{tags} to headlines.  Org-mode has extensive
3146 support for tags.
3148 Every headline can contain a list of tags; they occur at the end of the
3149 headline.  Tags are normal words containing letters, numbers, @samp{_},
3150 and @samp{@@}.  Tags must be preceded and followed by a single colon,
3151 e.g., @samp{:WORK:}.  Several tags can be specified, as in
3152 @samp{:work:URGENT:}.
3154 @menu
3155 * Tag inheritance::             Tags use the tree structure of the outline
3156 * Setting tags::                How to assign tags to a headline
3157 * Tag searches::                Searching for combinations of tags
3158 @end menu
3160 @node Tag inheritance, Setting tags, Tags, Tags
3161 @section Tag inheritance
3162 @cindex tag inheritance
3163 @cindex inheritance, of tags
3164 @cindex sublevels, inclusion into tags match
3166 @i{Tags} make use of the hierarchical structure of outline trees.  If a
3167 heading has a certain tag, all subheadings will inherit the tag as
3168 well.  For example, in the list
3170 @example
3171 * Meeting with the French group      :work:
3172 ** Summary by Frank                  :boss:notes:
3173 *** TODO Prepare slides for him      :action:
3174 @end example
3176 @noindent
3177 the final heading will have the tags @samp{:work:}, @samp{:boss:},
3178 @samp{:notes:}, and @samp{:action:} even though the final heading is not
3179 explicitly marked with those tags.  When executing tag searches and
3180 Org-mode finds that a certain headline matches the search criterion, it
3181 will not check any sublevel headline, assuming that these also match and
3182 that the list of matches could become very long because of that.  If you
3183 do want the subevels be tested and listed as well, you may set the
3184 variable @code{org-tags-match-list-sublevels}.  To turn off tag
3185 inheritance entirely, use the variable @code{org-use-tag-inheritance}.
3187 @node Setting tags, Tag searches, Tag inheritance, Tags
3188 @section Setting tags
3189 @cindex setting tags
3190 @cindex tags, setting
3192 @kindex M-@key{TAB}
3193 Tags can simply be typed into the buffer at the end of a headline.
3194 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
3195 also a special command for inserting tags:
3197 @table @kbd
3198 @kindex C-c C-c
3199 @item C-c C-c
3200 @cindex completion, of tags
3201 Enter new tags for the current headline.  Org-mode will either offer
3202 completion or a special single-key interface for setting tags, see
3203 below.  After pressing @key{RET}, the tags will be inserted and aligned
3204 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
3205 tags in the current buffer will be aligned to that column, just to make
3206 things look nice.  TAGS are automatically realigned after promotion,
3207 demotion, and TODO state changes (@pxref{TODO basics}).
3208 @end table
3210 Org will support tag insertion based on a @emph{list of tags}.  By
3211 default this list is constructed dynamically, containing all tags
3212 currently used in the buffer.  You may also globally specify a hard list
3213 of tags with the variable @code{org-tag-alist}.  Finally you can set
3214 the default tags for a given file with lines like
3216 @example
3217 #+TAGS: @@work @@home @@tennisclub
3218 #+TAGS: laptop car pc sailboat
3219 @end example
3221 If you have globally defined your preferred set of tags using the
3222 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3223 in a specific file, add an empty TAGS option line to that file:
3225 @example
3226 #+TAGS:
3227 @end example
3229 The default support method for entering tags is minibuffer completion.
3230 However, Org-mode also implements a much better method: @emph{fast tag
3231 selection}.  This method allows to select and deselect tags with a
3232 single key per tag.  To function efficiently, you should assign unique
3233 keys to most tags.  This can be done globally with
3235 @lisp
3236 (setq org-tag-alist '(("@@work" . ?w) ("@@home" . ?h) ("laptop" . ?l)))
3237 @end lisp
3239 @noindent or on a per-file basis with
3241 @example
3242 #+TAGS: @@work(w)  @@home(h)  @@tennisclub(t)  laptop(l)  pc(p)
3243 @end example
3245 @noindent
3246 You can also group together tags that are mutually exclusive.  With
3247 curly braces@footnote{In @code{org-mode-alist} use
3248 @code{'(:startgroup)} and @code{'(:endgroup)}, respectively.  Several
3249 groups are allowed.}
3251 @example
3252 #+TAGS: @{ @@work(w)  @@home(h)  @@tennisclub(t) @}  laptop(l)  pc(p)
3253 @end example
3255 @noindent you indicate that at most one of @samp{@@work}, @samp{@@home},
3256 and @samp{@@tennisclub} should be selected.
3258 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
3259 these lines to activate any changes.
3261 If at least one tag has a selection key, pressing @kbd{C-c C-c} will
3262 automatically present you with a special interface, listing inherited
3263 tags, the tags of the current headline, and a list of all legal tags
3264 with corresponding keys@footnote{Keys will automatically be assigned to
3265 tags which have no configured keys.}.  In this interface, you can use
3266 the following keys:
3268 @table @kbd
3269 @item a-z...
3270 Pressing keys assigned to tags will add or remove them from the list of
3271 tags in the current line.  Selecting a tag in a group of mutually
3272 exclusive tags will turn off any other tags from that group.
3273 @kindex @key{TAB}
3274 @item @key{TAB}
3275 Enter a tag in the minibuffer, even if the tag is not in the predefined
3276 list.  You will be able to complete on all tags present in the buffer.
3277 @kindex @key{SPC}
3278 @item @key{SPC}
3279 Clear all tags for this line.
3280 @kindex @key{RET}
3281 @item @key{RET}
3282 Accept the modified set.
3283 @item C-g
3284 Abort without installing changes.
3285 @item q
3286 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3287 @item !
3288 Turn off groups of mutually exclusive tags.  Use this to (as an
3289 exception) assign several tags from such a group.
3290 @item C-c
3291 Toggle auto-exit after the next change (see below).
3292 If you are using expert mode, the first @kbd{C-c} will display the
3293 selection window.
3294 @end table
3296 @noindent
3297 This method lets you assign tags to a headline with very few keys.  With
3298 the above setup, you could clear the current tags and set @samp{@@home},
3299 @samp{laptop} and @samp{pc} tags with just the following keys: @kbd{C-c
3300 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@home} to
3301 @samp{@@work} would be done with @kbd{C-c C-c w @key{RET}} or
3302 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
3303 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3304 @key{RET} @key{RET}}.
3306 If you find that most of the time, you need only a single keypress to
3307 modify your list of tags, set the variable
3308 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
3309 press @key{RET} to exit fast tag selection - it will immediately exit
3310 after the first change.  If you then occasionally need more keys, press
3311 @kbd{C-c} to turn off auto-exit for the current tag selection process
3312 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
3313 C-c}).  If you set the variable to the value @code{expert}, the special
3314 window is not even shown for single-key tag selection, it comes up only
3315 when you press an extra @kbd{C-c}.
3317 @node Tag searches,  , Setting tags, Tags
3318 @section Tag searches
3319 @cindex tag searches
3320 @cindex searching for tags
3322 Once a system of tags has been set up, it can be used to collect related
3323 information into special lists.
3325 @table @kbd
3326 @kindex C-c \
3327 @kindex C-c / T
3328 @item C-c \
3329 @itemx C-c / T
3330 Create a sparse tree with all headlines matching a tags search.  With a
3331 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
3332 @kindex C-c a m
3333 @item C-c a m
3334 Create a global list of tag matches from all agenda files.
3335 @xref{Matching tags and properties}.
3336 @kindex C-c a M
3337 @item C-c a M
3338 Create a global list of tag matches from all agenda files, but check
3339 only TODO items and force checking subitems (see variable
3340 @code{org-tags-match-list-sublevels}).
3341 @end table
3343 @cindex Boolean logic, for tag searches
3344 A @i{tags} search string can use Boolean operators @samp{&} for AND and
3345 @samp{|} for OR.  @samp{&} binds more strongly than @samp{|}.
3346 Parenthesis are currently not implemented.  A tag may also be preceded
3347 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
3348 positive selection.  The AND operator @samp{&} is optional when @samp{+}
3349 or @samp{-} is present.  Examples:
3351 @table @samp
3352 @item +work-boss
3353 Select headlines tagged @samp{:work:}, but discard those also tagged
3354 @samp{:boss:}.
3355 @item work|laptop
3356 Selects lines tagged @samp{:work:} or @samp{:laptop:}.
3357 @item work|laptop&night
3358 Like before, but require the @samp{:laptop:} lines to be tagged also
3359 @samp{night}.
3360 @end table
3362 @cindex TODO keyword matching, with tags search
3363 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
3364 can be useful to also match on the TODO keyword.  This can be done by
3365 adding a condition after a slash to a tags match.  The syntax is similar
3366 to the tag matches, but should be applied with consideration: For
3367 example, a positive selection on several TODO keywords can not
3368 meaningfully be combined with boolean AND.  However, @emph{negative
3369 selection} combined with AND can be meaningful.  To make sure that only
3370 lines are checked that actually have any TODO keyword, use @kbd{C-c a
3371 M}, or equivalently start the todo part after the slash with @samp{!}.
3372 Examples:
3374 @table @samp
3375 @item work/WAITING
3376 Select @samp{:work:}-tagged TODO lines with the specific TODO
3377 keyword @samp{WAITING}.
3378 @item work/!-WAITING-NEXT
3379 Select @samp{:work:}-tagged TODO lines that are neither @samp{WAITING}
3380 nor @samp{NEXT}
3381 @item work/+WAITING|+NEXT
3382 Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or
3383 @samp{NEXT}.
3384 @end table
3386 @cindex regular expressions, with tags search
3387 Any element of the tag/todo match can be a regular expression - in this
3388 case it must be enclosed in curly braces.  For example,
3389 @samp{work+@{^boss.*@}} matches headlines that contain the tag
3390 @samp{work} and any tag @i{starting} with @samp{boss}.
3392 @cindex level, require for tags/property match
3393 @cindex category, require for tags/property match
3394 You can also require a headline to be of a certain level or category, by
3395 writing instead of any TAG an expression like @samp{LEVEL=3} or
3396 @samp{CATEGORY="work"}, respectively.  For example, a search
3397 @samp{+LEVEL=3+boss/-DONE} lists all level three headlines that have the
3398 tag @samp{boss} and are @emph{not} marked with the todo keyword DONE.
3400 @node Properties and columns, Dates and times, Tags, Top
3401 @chapter Properties and Columns
3402 @cindex properties
3404 Properties are a set of key-value pairs associated with an entry.  There
3405 are two main applications for properties in Org-mode.  First, properties
3406 are like tags, but with a value.  Second, you can use properties to
3407 implement (very basic) database capabilities in an Org-mode buffer.  For
3408 an example of the first application, imagine maintaining a file where
3409 you document bugs and plan releases of a piece of software.  Instead of
3410 using tags like @code{:release_1:}, @code{:release_2:}, one can use a
3411 property, say @code{Release}, that in different subtrees has different
3412 values, such as @code{1.0} or @code{2.0}.  For an example of the second
3413 application of properties, imagine keeping track of one's music CD's,
3414 where properties could be things such as the album artist, date of
3415 release, number of tracks, and so on.
3417 Properties can be conveiently edited and viewed in column view
3418 (@pxref{Column view}).
3425 are like tags, but with a value.  For example, in a file where you
3426 document bugs and plan releases of a piece of software, instead of using
3427 tags like @code{:release_1:}, @code{:release_2:}, it can be more
3428 efficient to use a property @code{Release} with a value @code{1.0} or
3429 @code{2.0}.  Second, you can use properties to implement (very basic)
3430 database capabilities in an Org-mode buffer, for example to create a
3431 list of Music CD's you own.  You can edit and view properties
3432 conveniently in column view (@pxref{Column view}).
3434 @menu
3435 * Property syntax::             How properties are spelled out
3436 * Special properties::          Access to other Org-mode features
3437 * Property searches::           Matching property values
3438 * Property inheritance::        Passing values down the tree
3439 * Column view::                 Tabular viewing and editing
3440 * Property API::                Properties for Lisp programmers
3441 @end menu
3443 @node Property syntax, Special properties, Properties and columns, Properties and columns
3444 @section Property Syntax
3445 @cindex property syntax
3446 @cindex drawer, for properties
3448 Properties are key-value pairs.  They need to be inserted into a special
3449 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
3450 is specified on a single line, with the key (surrounded by colons)
3451 first, and the value after it.  Here is an example:
3453 @example
3454 * CD collection
3455 ** Classic
3456 *** Goldberg Variations
3457     :PROPERTIES:
3458     :Title:     Goldberg Variations
3459     :Composer:  J.S. Bach
3460     :Artist:    Glen Gould 
3461     :Publisher: Deutsche Grammphon
3462     :NDisks:    1
3463     :END:       
3464 @end example
3466 You may define the allowed values for a particular property @samp{Xyz}
3467 by setting a property @samp{Xyz_ALL}.  This special property is
3468 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
3469 the entire tree.  When allowed values are defined, setting the
3470 corresponding property becomes easier and is less prone to typing
3471 errors.  For the example with the CD collection, we can predefine
3472 publishers and the number of disks in a box like this:
3474 @example
3475 * CD collection
3476   :PROPERTIES:
3477   :NDisks_ALL:  1 2 3 4
3478   :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
3479   :END:
3480 @end example
3482 If you want to set properties that can be inherited by any entry in a
3483 file, use a line like
3485 @example
3486 #+PROPERTY: NDisks_ALL 1 2 3 4
3487 @end example
3489 Property values set with the global variable
3490 @code{org-global-properties} can be inherited by all entries in all
3491 Org-mode files.
3493 @noindent
3494 The following commands help to work with properties:
3496 @table @kbd
3497 @kindex M-@key{TAB}
3498 @item M-@key{TAB}
3499 After an initial colon in a line, complete property keys.  All keys used
3500 in the current file will be offered as possible completions.
3501 @kindex C-c C-x p
3502 @item C-c C-x p
3503 Set a property.  This prompts for a property name and a value.  If
3504 necessary, the property drawer is created as well.
3505 @item M-x org-insert-property-drawer
3506 Insert a property drawer into the current entry.  The drawer will be
3507 inserted early in the entry, but after the lines with planning
3508 information like deadlines.
3509 @kindex C-c C-c
3510 @item C-c C-c
3511 With the cursor in a property drawer, this executes property commands.
3512 @item C-c C-c s
3513 Set a property in the current entry.  Both the property and the value
3514 can be inserted using completion.
3515 @kindex S-@key{right}
3516 @kindex S-@key{left}
3517 @item S-@key{left}/@key{right}
3518 Switch property at point to the next/previous allowed value.
3519 @item C-c C-c d
3520 Remove a property from the current entry.
3521 @item C-c C-c D
3522 Globally remove a property, from all entries in the current file.
3523 @item C-c C-c c
3524 Compute the property at point, using the operator and scope from the
3525 nearest column format definition.
3526 @end table
3528 @node Special properties, Property searches, Property syntax, Properties and columns
3529 @section Special Properties
3530 @cindex properties, special
3532 Special properties provide alternative access method to Org-mode
3533 features discussed in the previous chapters, like the TODO state or the
3534 priority of an entry.  This interface exists so that you can include
3535 these states into columns view (@pxref{Column view}), or to use them in
3536 queries.  The following property names are special and should not be
3537 used as keys in the properties drawer:
3539 @example
3540 TODO         @r{The TODO keyword of the entry.}
3541 TAGS         @r{The tags defined directly in the headline.}
3542 ALLTAGS      @r{All tags, including inherited ones.}
3543 PRIORITY     @r{The priority of the entry, a string with a single letter.}
3544 DEADLINE     @r{The deadline time string, without the angular brackets.}
3545 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
3546 TIMESTAMP    @r{The first keyword-less time stamp in the entry.}
3547 TIMESTAMP_IA @r{The first inactive time stamp in the entry.}
3548 @end example
3550 @node Property searches, Property inheritance, Special properties, Properties and columns
3551 @section Property searches
3552 @cindex properties, searching
3553 @cindex properties, inheritance
3554 @cindex searching, of properties
3555 @cindex inheritance, of properties
3557 To create sparse trees and special lists with selection based on
3558 properties, the same commands are used as for tag searches (@pxref{Tag
3559 searches}), and the same logic applies.  For example, a search string
3561 @example
3562 +work-boss+PRIORITY="A"+Coffee="unlimited"+With=@{Sarah\|Denny@}
3563 @end example
3565 @noindent
3566 finds entries tagged @samp{:work:} but not @samp{:boss:}, which
3567 also have a priority value @samp{A}, a @samp{:Coffee:} property with the
3568 value @samp{unlimited}, and a @samp{:With:} property that is matched by
3569 the regular expression @samp{Sarah\|Denny}.
3571 You can configure Org-mode to use property inheritance during a search,
3572 see @ref{Property inheritance} for details.
3574 There is also a special command for creating sparse trees based on a
3575 single property:
3577 @table @kbd
3578 @kindex C-c / p
3579 @item C-c / p
3580 Create a sparse tree based on the value of a property.  This first
3581 prompts for the name of a property, and then for a value.  A sparse tree
3582 is created with all entries that define this property with the given
3583 value.  If you enclose the value into curly braces, it is interpreted as
3584 a regular expression and matched against the property values.
3585 @end table
3587 @node Property inheritance, Column view, Property searches, Properties and columns
3588 @section Property Inheritance
3590 The outline structure of Org-mode documents lends itself for an
3591 inheritance model of properties: If the parent in a tree has a certain
3592 property, the children can inherit this property.  Org-mode does not
3593 turn this on by default, because it can slow down property searches
3594 significantly and is often not needed.  However, if you find inheritance
3595 useful, you can turn it on by setting the variable
3596 @code{org-use-property-inheritance}.  It may be set to @code{t}, to make
3597 all properties inherited from the parent, or to a list of properties
3598 that should be inherited.
3600 Org-mode has a few properties for which inheritance is hard-coded, at
3601 least for the special applications for which they are used:
3603 @table @code
3604 @item COLUMNS
3605 The column property defines the format of column view (@pxref{Column
3606 view}).  It is inherited in the sense that the level where a
3607 @code{COLUMNS} property is defined is used as the starting point for a
3608 column view table, independently of the location in the subtree from
3609 where columns view is turned on.
3610 @item CATEGORY
3611 For agenda view, a category set through a @code{CATEGORY} property
3612 applies to the entire subtree.
3613 @item ARCHIVE
3614 For archiving, the @code{ARCHIVE} property may define the archive
3615 location for the entire subtree (@pxref{Moving subtrees}).
3616 @end table
3618 @node Column view, Property API, Property inheritance, Properties and columns
3619 @section Column View
3621 A great way to view and edit properties in an outline tree is
3622 @emph{column view}.  In column view, each outline item is turned into a
3623 table row.  Columns in this table provide access to properties of the
3624 entries.  Org-mode implements columns by overlaying a tabular structure
3625 over the headline of each item.  While the headlines have been turned
3626 into a table row, you can still change the visibility of the outline
3627 tree.  For example, you get a compact table by switching to CONTENTS
3628 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3629 is active), but you can still open, read, and edit the entry below each
3630 headline.  Or, you can switch to column view after executing a sparse
3631 tree command and in this way get a table only for the selected items.
3632 Column view also works in agenda buffers (@pxref{Agenda views}) where
3633 queries have collected selected items, possibly from a number of files.
3635 @menu
3636 * Defining columns::            The COLUMNS format property
3637 * Using column view::           How to create and use column view
3638 * Capturing Column View::       A dynamic block for column view
3639 @end menu
3641 @node Defining columns, Using column view, Column view, Column view
3642 @subsection Defining Columns
3643 @cindex column view, for properties
3644 @cindex properties, column view
3646 Setting up a column view first requires defining the columns.  This is
3647 done by defining a column format line.
3649 @menu
3650 * Scope of column definitions::  Where defined, where valid?
3651 * Column attributes::           Appearance and content of a column
3652 @end menu
3654 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
3655 @subsubsection Scope of column definitions
3657 To define a column format for an entire file, use a line like
3659 @example
3660 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3661 @end example
3663 To specify a format that only applies to a specific tree, add a COLUMNS
3664 property to the top node of that tree, for example
3665 @example
3666 ** Top node for columns view
3667    :PROPERTIES:
3668    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3669    :END:
3670 @end example
3672 If a @code{COLUMNS} property is present in an entry, it defines columns
3673 for the entry itself, and for the entire subtree below it.  Since the
3674 column definition is part of the hierarchical structure of the document,
3675 you can define columns on level 1 that are general enough for all
3676 sublevels, and more specific columns further down, when you edit a
3677 deeper part of the tree.
3679 @node Column attributes,  , Scope of column definitions, Defining columns
3680 @subsubsection Column attributes
3681 A column definition sets the attributes of a column.  The general
3682 definition looks like this:
3684 @example
3685  %[width]property[(title)][@{summary-type@}]
3686 @end example
3688 @noindent
3689 Except for the percent sign and the property name, all items are
3690 optional.  The individual parts have the following meaning:
3692 @example
3693 width           @r{An integer specifying the width of the column in characters.}
3694                 @r{If omitted, the width will be determined automatically.}
3695 property        @r{The property that should be edited in this column.}
3696 (title)         @r{The header text for the column. If omitted, the}
3697                 @r{property name is used.}
3698 @{summary-type@}  @r{The summary type.  If specified, the column values for}
3699                 @r{parent nodes are computed from the children.}
3700                 @r{Supported summary types are:}
3701                 @{+@}       @r{Sum numbers in this column.}
3702                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
3703                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
3704                 @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
3705                 @{X@}       @r{Checkbox status, [X] if all children are [X].}
3706 @end example
3708 @noindent
3709 Here is an example for a complete columns definition, along with allowed
3710 values.
3712 @example
3713 :COLUMNS:  %20ITEM %9Approved(Approved?)@{X@} %Owner %11Status %10Time_Spent@{:@}
3714 :Owner_ALL:    Tammy Mark Karl Lisa Don
3715 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
3716 :Approved_ALL: "[ ]" "[X]"
3717 @end example
3719 The first column, @samp{%25ITEM}, means the first 25 characters of the
3720 item itself, i.e. of the headline.  You probably always should start the
3721 column definition with the ITEM specifier.  The other specifiers create
3722 columns @samp{Owner} with a list of names as allowed values, for
3723 @samp{Status} with four different possible values, and for a checkbox
3724 field @samp{Approved}.  When no width is given after the @samp{%}
3725 character, the column will be exactly as wide as it needs to be in order
3726 to fully display all values.  The @samp{Approved} column does have a
3727 modified title (@samp{Approved?}, with a question mark).  Summaries will
3728 be created for the @samp{Time_Spent} column by adding time duration
3729 expressions like HH:MM, and for the @samp{Approved} column, by providing
3730 an @samp{[X]} status if all children have been checked.
3732 @node Using column view, Capturing Column View, Defining columns, Column view
3733 @subsection Using Column View
3735 @table @kbd
3736 @tsubheading{Turning column view on and off}
3737 @kindex C-c C-x C-c
3738 @item C-c C-x C-c
3739 Create the column view for the local environment.  This command searches
3740 the hierarchy, up from point, for a @code{COLUMNS} property that defines
3741 a format.  When one is found, the column view table is established for
3742 the entire tree, starting from the entry that contains the @code{COLUMNS}
3743 property.  If none is found, the format is taken from the @code{#+COLUMNS}
3744 line or from the variable @code{org-columns-default-format}, and column
3745 view is established for the current entry and its subtree.
3746 @kindex q
3747 @item q
3748 Exit column view.
3749 @tsubheading{Editing values}
3750 @item @key{left} @key{right} @key{up} @key{down}
3751 Move through the column view from field to field.
3752 @kindex S-@key{left}
3753 @kindex S-@key{right}
3754 @item  S-@key{left}/@key{right}
3755 Switch to the next/previous allowed value of the field.  For this, you
3756 have to have specified allowed values for a property.
3757 @kindex n
3758 @kindex p
3759 @itemx  n / p
3760 Same as @kbd{S-@key{left}/@key{right}}
3761 @kindex e
3762 @item e
3763 Edit the property at point.  For the special properties, this will
3764 invoke the same interface that you normally use to change that
3765 property.  For example, when editing a TAGS property, the tag completion
3766 or fast selection interface will pop up.
3767 @kindex C-c C-c
3768 @item C-c C-c
3769 When there is a checkbox at point, toggle it.
3770 @kindex v
3771 @item v
3772 View the full value of this property.  This is useful if the width of
3773 the column is smaller than that of the value.
3774 @kindex a
3775 @item a
3776 Edit the list of allowed values for this property.  If the list is found
3777 in the hierarchy, the modified values is stored there.  If no list is
3778 found, the new value is stored in the first entry that is part of the
3779 current column view.
3780 @tsubheading{Modifying the table structure}
3781 @kindex <
3782 @kindex >
3783 @item < / >
3784 Make the column narrower/wider by one character.
3785 @kindex S-M-@key{right}
3786 @item S-M-@key{right}
3787 Insert a new column, to the right of the current column.
3788 @kindex S-M-@key{left}
3789 @item S-M-@key{left}
3790 Delete the current column.
3791 @end table
3793 @node Capturing Column View,  , Using column view, Column view
3794 @subsection Capturing Column View
3796 Since column view is just an overlay over a buffer, it cannot be
3797 exported or printed directly.  If you want to capture a column view, use
3798 the dynamic block (@pxref{Dynamic blocks}).  The frame of this block
3799 looks like this:
3801 @example
3802 * The column view
3803 #+BEGIN: columnview :hlines 1 :id "label"
3805 #+END:
3806 @end example
3808 @noindent This dynamic block has the following parameters:
3810 @table @code
3811 @item :id
3812 This is most important parameter.  Column view is a feature that is
3813 often localized to a certain (sub)tree, and the capture block might be
3814 in a different location in the file.  To identify the tree whose view to
3815 capture, you can use 3 values:
3816 @example
3817 local     @r{use the tree in which the capture block is located}
3818 global    @r{make a global view, including all headings in the file}
3819 "label"   @r{call column view in the tree that has and @code{:ID:}}
3820           @r{property with the value @i{label}}
3821 @end example
3822 @item :hlines
3823 When @code{t}, insert a hline after every line.  When a number N, insert
3824 a hline before each headline with level @code{<= N}.
3825 @item :vlines
3826 When set to @code{t}, enforce column groups to get vertical lines.
3827 @end table
3829 @noindent
3830 The following commands insert or update the dynamic block:
3832 @table @kbd
3833 @kindex C-c C-x r
3834 @item C-c C-x r
3835 Insert a dynamic block capturing a column view.  You will be prompted
3836 for the scope or id of the view.
3837 @kindex C-c C-c
3838 @item C-c C-c
3839 @kindex C-c C-x C-u
3840 @itemx C-c C-x C-u
3841 Update dynamical block at point.  The cursor needs to be in the
3842 @code{#+BEGIN} line of the dynamic block.
3843 @kindex C-u C-c C-x C-u
3844 @item C-u C-c C-x C-u
3845 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
3846 you have several clocktable blocks in a buffer.
3847 @end table
3849 @node Property API,  , Column view, Properties and columns
3850 @section The Property API
3851 @cindex properties, API
3852 @cindex API, for properties
3854 There is a full API for accessing and changing properties.  This API can
3855 be used by Emacs Lisp programs to work with properties and to implement
3856 features based on them.  For more information see @ref{Using the
3857 property API}.
3859 @node Dates and times, Remember, Properties and columns, Top
3860 @chapter Dates and Times
3861 @cindex dates
3862 @cindex times
3863 @cindex time stamps
3864 @cindex date stamps
3866 To assist project planning, TODO items can be labeled with a date and/or
3867 a time.  The specially formatted string carrying the date and time
3868 information is called a @emph{timestamp} in Org-mode.  This may be a
3869 little confusing because timestamp is often used as indicating when
3870 something was created or last changed.  However, in Org-mode this term
3871 is used in a much wider sense.
3873 @menu
3874 * Time stamps::                 Assigning a time to a tree entry
3875 * Creating timestamps::         Commands which insert timestamps
3876 * Deadlines and scheduling::    Planning your work
3877 * Clocking work time::          
3878 @end menu
3881 @node Time stamps, Creating timestamps, Dates and times, Dates and times
3882 @section Time stamps, deadlines and scheduling
3883 @cindex time stamps
3884 @cindex ranges, time
3885 @cindex date stamps
3886 @cindex deadlines
3887 @cindex scheduling
3889 A time stamp is a specification of a date (possibly with time or a range
3890 of times) in a special format, either @samp{<2003-09-16 Tue>} or
3891 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
3892 12:00-12:30>}@footnote{This is the standard ISO date/time format.  To
3893 use an alternative format, see @ref{Custom time format}.}.  A time stamp
3894 can appear anywhere in the headline or body of an org-tree entry.  Its
3895 presence causes entries to be shown on specific dates in the agenda
3896 (@pxref{Weekly/Daily agenda}).  We distinguish:
3898 @table @var
3899 @item Plain time stamp; Event; Appointment
3900 @cindex timestamp
3901 A simple time stamp just assigns a date/time to an item.  This is just
3902 like writing down an appointment or event in a paper agenda.  In the
3903 timeline and agenda displays, the headline of an entry associated with a
3904 plain time stamp will be shown exactly on that date.
3906 @example
3907 * Meet Peter at the movies <2006-11-01 Wed 19:15>
3908 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
3909 @end example
3911 @item Time stamp with repeater interval
3912 @cindex timestamp, with repeater interval
3913 A time stamp may contain a @emph{repeater interval}, indicating that it
3914 applies not only on the given date, but again and again after a certain
3915 interval of N days (d), weeks (w), months(m), or years(y).  The
3916 following will show up in the agenda every Wednesday:
3918 @example
3919 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
3920 @end example
3922 @item Diary-style sexp entries
3923 For more complex date specifications, Org-mode supports using the
3924 special sexp diary entries implemented in the Emacs calendar/diary
3925 package.  For example
3927 @example
3928 * The nerd meeting on every 2nd Thursday of the month
3929   <%%(diary-float t 4 2)>
3930 @end example
3932 @item Time/Date range
3933 @cindex timerange
3934 @cindex date range
3935 Two time stamps connected by @samp{--} denote a range.  The headline
3936 will be shown on the first and last day of the range, and on any dates
3937 that are displayed and fall in the range.  Here is an example:
3939 @example
3940 ** Meeting in Amsterdam
3941    <2004-08-23 Mon>--<2004-08-26 Thu>
3942 @end example
3944 @item Inactive time stamp
3945 @cindex timestamp, inactive
3946 @cindex inactive timestamp
3947 Just like a plain time stamp, but with square brackets instead of
3948 angular ones.  These time stamps are inactive in the sense that they do
3949 @emph{not} trigger an entry to show up in the agenda.
3951 @example
3952 * Gillian comes late for the fifth time [2006-11-01 Wed]
3953 @end example
3955 @end table
3957 @node Creating timestamps, Deadlines and scheduling, Time stamps, Dates and times
3958 @section Creating timestamps
3959 @cindex creating timestamps
3960 @cindex timestamps, creating
3962 For Org-mode to recognize time stamps, they need to be in the specific
3963 format.  All commands listed below produce time stamps in the correct
3964 format.
3966 @table @kbd
3967 @kindex C-c .
3968 @item C-c .
3969 Prompt for a date and insert a corresponding time stamp.  When the
3970 cursor is at a previously used time stamp, it is updated to NOW.  When
3971 this command is used twice in succession, a time range is inserted.
3973 @kindex C-u C-c .
3974 @item C-u C-c .
3975 Like @kbd{C-c .}, but use the alternative format which contains date
3976 and time.  The default time can be rounded to multiples of 5 minutes,
3977 see the option @code{org-time-stamp-rounding-minutes}.
3979 @kindex C-c !
3980 @item C-c !
3981 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
3982 an agenda entry.
3984 @kindex C-c <
3985 @item C-c <
3986 Insert a time stamp corresponding to the cursor date in the Calendar.
3988 @kindex C-c >
3989 @item C-c >
3990 Access the Emacs calendar for the current date.  If there is a
3991 timestamp in the current line, goto the corresponding date
3992 instead.
3994 @kindex C-c C-o
3995 @item C-c C-o
3996 Access the agenda for the date given by the time stamp or -range at
3997 point (@pxref{Weekly/Daily agenda}).
3999 @kindex S-@key{left}
4000 @kindex S-@key{right}
4001 @item S-@key{left}
4002 @itemx S-@key{right}
4003 Change date at cursor by one day.  These key bindings conflict with
4004 CUA-mode (@pxref{Conflicts}).
4006 @kindex S-@key{up}
4007 @kindex S-@key{down}
4008 @item S-@key{up}
4009 @itemx S-@key{down}
4010 Change the item under the cursor in a timestamp.  The cursor can be on a
4011 year, month, day, hour or minute.  Note that if the cursor is in a
4012 headline and not at a time stamp, these same keys modify the priority of
4013 an item.  (@pxref{Priorities}). The key bindings also conflict with
4014 CUA-mode (@pxref{Conflicts}).
4016 @kindex C-c C-y
4017 @cindex evaluate time range
4018 @item C-c C-y
4019 Evaluate a time range by computing the difference between start and
4020 end.  With prefix arg, insert result after the time range (in a table:
4021 into the following column).
4022 @end table
4025 @menu
4026 * The date/time prompt::        How org-mode helps you entering date and time
4027 * Custom time format::          Making dates look differently
4028 @end menu
4030 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
4031 @subsection The date/time prompt
4032 @cindex date, reading in minibuffer
4033 @cindex time, reading in minibuffer
4035 When Org-mode prompts for a date/time, the default is shown as an ISO
4036 date, and the prompt therefore seems to ask for an ISO date.  But it
4037 will in fact accept any string containing some date and/or time
4038 information, and it is really smart about interpreting your input.  You
4039 can, for example, use @kbd{C-y} to paste a (possibly multi-line) string
4040 copied from an email message.  Org-mode will find whatever information
4041 is in there and derive anything you have not specified from the
4042 @emph{default date and time}.  The default is usually the current date
4043 and time, but when modifying an existing time stamp, or when entering
4044 the second stamp of a range, it is taken from the stamp in the buffer.
4045 When filling in information, Org-mode assumes that most of the time you
4046 will want to enter a date in the future: If you omit the month/year and
4047 the given day/month is @i{before} today, it will assume that you mean a
4048 future date@footnote{See the variable
4049 @code{org-read-date-prefer-future}.}.
4051 For example, lets assume that today is @b{June 13, 2006}.  Here is how
4052 various inputs will be interpreted, the items filled in by Org-mode are
4053 in @b{bold}.
4055 @example
4056 3-2-5         --> 2003-02-05
4057 14            --> @b{2006}-@b{06}-14
4058 12            --> @b{2006}-@b{07}-12
4059 Fri           --> nearest Friday (defaultdate or later)
4060 sep 15        --> @b{2006}-11-15
4061 feb 15        --> @b{2007}-02-15
4062 sep 12 9      --> 2009-09-12
4063 12:45         --> @b{2006}-@b{06}-@b{13} 12:45
4064 22 sept 0:34  --> @b{2006}-09-22 0:34
4065 @end example
4067 Furthermore you can specify a relative date by giving, as the
4068 @emph{first} thing in the input: a plus/minus sign, a number and a
4069 letter [dwmy] to indicate change in days weeks, months, years.  With a
4070 single plus or minus, the date is always relative to today.  With a
4071 double plus or minus, it is relative to the default date.  If instead of
4072 a single letter, you use the abbreviation of day name, the date will be
4073 the nth such day.  E.g.
4075 @example
4076 +4d           --> four days from today
4077 +4            --> same as above
4078 +2w           --> two weeks from today
4079 ++5           --> five days from default date
4080 +2tue         --> second tuesday from now.
4081 @end example
4083 The function understands English month and weekday abbreviations.  If
4084 you want to use unabbreviated names and/or other languages, configure
4085 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
4087 @cindex calendar, for selecting date
4088 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
4089 you don't need/want the calendar, configure the variable
4090 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
4091 prompt, either by clicking on a date in the calendar, or by pressing
4092 @key{RET}, the date selected in the calendar will be combined with the
4093 information entered at the prompt.  You can control the calendar fully
4094 from the minibuffer:
4096 @kindex <
4097 @kindex >
4098 @kindex mouse-1
4099 @kindex S-@key{right}
4100 @kindex S-@key{left}
4101 @kindex S-@key{down}
4102 @kindex S-@key{up}
4103 @kindex M-S-@key{right}
4104 @kindex M-S-@key{left}
4105 @kindex @key{RET}
4106 @example
4107 > / <          @r{Scroll calendar forward/backward by one month.}
4108 mouse-1        @r{Select date by clicking on it.}
4109 S-@key{right}/@key{left}     @r{One day forward/backward.}
4110 S-@key{down}/@key{up}     @r{One week forward/backward.}
4111 M-S-@key{right}/@key{left}   @r{One month forward/backward.}
4112 @key{RET}           @r{Choose date in calendar.}
4113 @end example
4115 The actions of the date/time prompt may seem complex, but I asure you
4116 they will grow on you.  To help you understand what is going on, the
4117 current interpretation of your input will be displayed live in the
4118 minibuffer@footnote{If you find this distracting, turn the display of
4119 with @code{org-read-date-display-live}.}.
4121 @node Custom time format,  , The date/time prompt, Creating timestamps
4122 @subsection Custom time format
4123 @cindex custom date/time format
4124 @cindex time format, custom
4125 @cindex date format, custom
4127 Org-mode uses the standard ISO notation for dates and times as it is
4128 defined in ISO 8601.  If you cannot get used to this and require another
4129 representation of date and time to keep you happy, you can get it by
4130 customizing the variables @code{org-display-custom-times} and
4131 @code{org-time-stamp-custom-formats}.
4133 @table @kbd
4134 @kindex C-c C-x C-t
4135 @item C-c C-x C-t
4136 Toggle the display of custom formats for dates and times.
4137 @end table
4139 @noindent
4140 Org-mode needs the default format for scanning, so the custom date/time
4141 format does not @emph{replace} the default format - instead it is put
4142 @emph{over} the default format using text properties.  This has the
4143 following consequences:
4144 @itemize @bullet
4145 @item 
4146 You cannot place the cursor onto a time stamp anymore, only before or
4147 after.
4148 @item
4149 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
4150 each component of a time stamp.  If the cursor is at the beginning of
4151 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
4152 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
4153 time will be changed by one minute.
4154 @item
4155 If the time stamp contains a range of clock times or a repeater, these
4156 will not be overlayed, but remain in the buffer as they were.
4157 @item
4158 When you delete a time stamp character-by-character, it will only
4159 disappear from the buffer after @emph{all} (invisible) characters
4160 belonging to the ISO timestamp have been removed.
4161 @item
4162 If the custom time stamp format is longer than the default and you are
4163 using dates in tables, table alignment will be messed up.  If the custom
4164 format is shorter, things do work as expected.
4165 @end itemize
4168 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and times
4169 @section Deadlines and Scheduling
4171 A time stamp may be preceded by special keywords to facilitate planning:
4173 @table @var
4174 @item DEADLINE
4175 @cindex DEADLINE keyword
4177 Meaning: the task (most likely a TODO item, though not necessarily) is supposed
4178 to be finished on that date.
4180 On the deadline date, the task will be listed in the agenda.  In
4181 addition, the agenda for @emph{today} will carry a warning about the
4182 approaching or missed deadline, starting
4183 @code{org-deadline-warning-days} before the due date, and continuing
4184 until the entry is marked DONE.  An example:
4186 @example
4187 *** TODO write article about the Earth for the Guide
4188     The editor in charge is [[bbdb:Ford Prefect]]
4189     DEADLINE: <2004-02-29 Sun>
4190 @end example
4192 You can specify a different lead time for warnings for a specific
4193 deadlines using the following syntax.  Here is an example with a warning
4194 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
4196 @item SCHEDULED
4197 @cindex SCHEDULED keyword
4199 Meaning: you are planning to start working on that task on the given
4200 date.
4202 The headline will be listed under the given date@footnote{It will still
4203 be listed on that date after it has been marked DONE.  If you don't like
4204 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
4205 addition, a reminder that the scheduled date has passed will be present
4206 in the compilation for @emph{today}, until the entry is marked DONE.
4207 I.e., the task will automatically be forwarded until completed.
4209 @example
4210 *** TODO Call Trillian for a date on New Years Eve.
4211     SCHEDULED: <2004-12-25 Sat>
4212 @end example
4214 @noindent
4215 @b{Important:} Scheduling an item in Org-mode should @i{not} be
4216 understood in the same way that we understand @i{scheduling a meeting}.
4217 Setting a date for a meeting is just a simple appointment, you should
4218 mark this entry with a simple plain time stamp, to get this item shown
4219 on the date where it applies.  This is a frequent mis-understanding from
4220 Org-users.  In Org-mode, @i{scheduling} means setting a date when you
4221 want to start working on an action item.
4222 @end table
4224 @menu
4225 * Inserting deadline/schedule::  Planning items
4226 * Repeated tasks::              Items that show up again and again
4227 @end menu
4229 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
4230 @subsection Inserting deadline/schedule
4232 The following commands allow to quickly insert a deadline or to schedule
4233 an item:
4235 @table @kbd
4237 @kindex C-c C-d
4238 @item C-c C-d
4239 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
4240 happen in the line directly following the headline.  When called with a
4241 prefix arg, an existing deadline will be removed from the entry.
4242 @c FIXME Any CLOSED timestamp will be removed.????????
4244 @kindex C-c / d
4245 @cindex sparse tree, for deadlines
4246 @item C-c / d
4247 Create a sparse tree with all deadlines that are either past-due, or
4248 which will become due within @code{org-deadline-warning-days}.
4249 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
4250 prefix, check that many days.  For example, @kbd{C-1 C-c / d} shows
4251 all deadlines due tomorrow.
4253 @kindex C-c C-s
4254 @item C-c C-s
4255 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
4256 happen in the line directly following the headline.  Any CLOSED
4257 timestamp will be removed.  When called with a prefix argument, remove
4258 the scheduling date from the entry.
4259 @end table
4261 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
4262 @subsection Repeated Tasks
4264 Some tasks need to be repeated again and again.  Org-mode helps to
4265 organize such tasks using a so-called repeater in a DEADLINE or
4266 SCHEDULED time stamp.  In the following example
4267 @example
4268 ** TODO Pay the rent
4269    DEADLINE: <2005-10-01 Sat +1m>
4270 @end example
4271 the @code{+1m} is a repeater; the intended interpretation is that the
4272 task has a deadline on <2005-10-01> and repeats itself every (one) month
4273 starting from that time.
4275 Deadlines and scheduled items produce entries in the agenda when they
4276 are over-due, so it is important to be able to mark such an entry as
4277 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
4278 with the todo keyword DONE, it will no longer produce entries in the
4279 agenda. The problem with this is, however, that then also the
4280 @emph{next} instance of the repeated entry will not be active.  Org-mode
4281 deals with this in the following way: When you try to mark such an entry
4282 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
4283 time stamp by the repeater interval, and immediately set the entry state
4284 back to TODO.  In the example above, setting the state to DONE would
4285 actually switch the date like this:
4287 @example
4288 ** TODO Pay the rent
4289    DEADLINE: <2005-11-01 Tue +1m>
4290 @end example
4292 You will also be prompted for a note@footnote{You can change this using
4293 the option @code{org-log-repeat}, or the @code{#+STARTUP} options
4294 @code{logrepeat} and @code{nologrepeat}.} that will be put under the
4295 DEADLINE line to keep a record that you actually acted on the previous
4296 instance of this deadline.
4298 As a consequence of shifting the base date, this entry will no longer be
4299 visible in the agenda when checking past dates, but all future instances
4300 will be visible.
4302 You may have both scheduling and deadline information for a specific
4303 task - just make sure that the repeater intervals on both are the same.
4305 @node Clocking work time,  , Deadlines and scheduling, Dates and times
4306 @section Clocking work time
4308 Org-mode allows you to clock the time you spent on specific tasks in a
4309 project.  When you start working on an item, you can start the clock.
4310 When you stop working on that task, or when you mark the task done, the
4311 clock is stopped and the corresponding time interval is recorded.  It
4312 also computes the total time spent on each subtree of a project.
4314 @table @kbd
4315 @kindex C-c C-x C-i
4316 @item C-c C-x C-i
4317 Start the clock on the current item (clock-in).  This inserts the CLOCK
4318 keyword together with a timestamp.  If this is not the first clocking of
4319 this item, the multiple CLOCK lines will be wrapped into a
4320 @code{:CLOCK:} drawer (see also the variable
4321 @code{org-clock-into-drawer}.
4322 @kindex C-c C-x C-o
4323 @item C-c C-x C-o
4324 Stop the clock (clock-out).  The inserts another timestamp at the same
4325 location where the clock was last started.  It also directly computes
4326 the resulting time in inserts it after the time range as @samp{=>
4327 HH:MM}.  See the variable @code{org-log-done} for the possibility to
4328 record an additional note together with the clock-out time
4329 stamp@footnote{The corresponding in-buffer setting is: @code{#+STARTUP:
4330 lognoteclock-out}}.
4331 @kindex C-c C-y
4332 @item C-c C-y
4333 Recompute the time interval after changing one of the time stamps.  This
4334 is only necessary if you edit the time stamps directly.  If you change
4335 them with @kbd{S-@key{cursor}} keys, the update is automatic.
4336 @kindex C-c C-t
4337 @item C-c C-t
4338 Changing the TODO state of an item to DONE automatically stops the clock
4339 if it is running in this same item.
4340 @kindex C-c C-x C-x
4341 @item C-c C-x C-x
4342 Cancel the current clock.  This is useful if a clock was started by
4343 mistake, or if you ended up working on something else.
4344 @kindex C-c C-x C-j
4345 @item C-c C-x C-j
4346 Jump to the entry that contains the currently running clock, an another
4347 window.
4348 @kindex C-c C-x C-d
4349 @item C-c C-x C-d
4350 Display time summaries for each subtree in the current buffer.  This
4351 puts overlays at the end of each headline, showing the total time
4352 recorded under that heading, including the time of any subheadings. You
4353 can use visibility cycling to study the tree, but the overlays disappear
4354 when you change the buffer (see variable
4355 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
4356 @kindex C-c C-x C-r
4357 @item C-c C-x C-r
4358 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
4359 report as an org-mode table into the current file.  When the cursor is
4360 at an existing clock table, just update it.  When called with a prefix
4361 argument, jump to the first clock report in the current document and
4362 update it.
4363 @example
4364 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4366 #+END: clocktable
4367 @end example
4368 @noindent
4369 If such a block already exists at point, its content is replaced by the
4370 new table.  The @samp{BEGIN} line can specify options:
4371 @example
4372 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4373 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4374 :scope       @r{The scope to consider.  This can be any of the following:}
4375              nil        @r{the current buffer or narrowed region}
4376              file       @r{the full current buffer}
4377              subtree    @r{the subtree where the clocktable is located}
4378              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4379              tree       @r{the surrounding level 1 tree}
4380              agenda     @r{all agenda files}
4381              ("file"..) @r{scan these files}
4382 :block       @r{The time block to consider.  This block is specified relative}
4383              @r{to the current time and may be any of these keywords:}
4384              @r{@code{today}, @code{yesterday}, @code{thisweek}, @code{lastweek},}
4385              @r{@code{thismonth}, @code{lastmonth}, @code{thisyear}, or @code{lastyear}}.
4386 :tstart      @r{A time string specifying when to start considering times}
4387 :tend        @r{A time string specifying when to stop considering times}
4388 @end example
4389 So to get a clock summary of the current level 1 tree, for the current
4390 day, you could write
4391 @example
4392 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1
4394 #+END: clocktable
4395 @end example
4396 and to use a specific time range you could write@footnote{Note that all
4397 parameters must be specified in a single line - the line is broken here
4398 only to fit it onto the manual.}
4399 @example
4400 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" 
4401                     :tend "<2006-08-10 Thu 12:00>"
4403 #+END: clocktable
4404 @end example
4405 @kindex C-c C-c
4406 @item C-c C-c
4407 @kindex C-c C-x C-u
4408 @itemx C-c C-x C-u
4409 Update dynamical block at point.  The cursor needs to be in the
4410 @code{#+BEGIN} line of the dynamic block.
4411 @kindex C-u C-c C-x C-u
4412 @item C-u C-c C-x C-u
4413 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4414 you have several clocktable blocks in a buffer.
4415 @end table
4417 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4418 the agenda (@pxref{Weekly/Daily agenda}) to show which tasks have been
4419 worked on or closed during a day.
4421 @node Remember, Agenda views, Dates and times, Top
4422 @chapter Remember
4423 @cindex @file{remember.el}
4425 The @i{Remember} package by John Wiegley lets you store quick notes with
4426 little interruption of your work flow.  See
4427 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
4428 information.  It is an excellent way to add new notes and tasks to
4429 Org-mode files.  Org-mode significantly expands the possibilities of
4430 @i{remember}: You may define templates for different note types, and
4431 associate target files and headlines with specific templates.  It also
4432 allows you to select the location where a note should be stored
4433 interactively, on the fly.
4435 @menu
4436 * Setting up remember::         Some code for .emacs to get things going
4437 * Remember templates::          Define the outline of different note types
4438 * Storing notes::               Directly get the note to where it belongs
4439 * Refiling notes::              Moving a note or task to a project
4440 @end menu
4442 @node Setting up remember, Remember templates, Remember, Remember
4443 @section Setting up remember
4445 The following customization will tell @i{remember} to use org files as
4446 target, and to create annotations compatible with Org-mode links.
4448 @example
4449 (org-remember-insinuate)
4450 (setq org-directory "~/path/to/my/orgfiles/")
4451 (setq org-default-notes-file (concat org-directory "/notes.org"))
4452 (define-key global-map "\C-cr" 'org-remember)
4453 @end example
4455 The last line binds the command @code{org-remember} to a global
4456 key@footnote{Please select your own key, @kbd{C-c r} is only a
4457 suggestion.}.  @code{org-remember} basically just calls @code{remember},
4458 but it makes a few things easier: If there is an active region, it will
4459 automatically copy the region into the remember buffer.  It also allows
4460 to jump to the buffer and location where remember notes are being
4461 stored: Just call @code{org-remember} with a prefix argument.
4463 @node Remember templates, Storing notes, Setting up remember, Remember
4464 @section Remember templates
4465 @cindex templates, for remember
4467 In combination with Org-mode, you can use templates to generate
4468 different types of @i{remember} notes.  For example, if you would like
4469 to use one template to create general TODO entries, another one for
4470 journal entries, and a third one for collecting random ideas, you could
4471 use:
4473 @example
4474 (setq org-remember-templates
4475  '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4476    ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4477    ("Idea" ?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4478 @end example
4480 @noindent In these entries, the first string is just a name, and the
4481 character specifies how to select the template.  It is useful if the
4482 character is also the first letter of the name.  The next string
4483 specifies the template.  Two more (optional) strings give the file in
4484 which, and the headline under which the new note should be stored.  The
4485 file (if not present or @code{nil}) defaults to
4486 @code{org-default-notes-file}, the heading to
4487 @code{org-remember-default-headline}.
4489 When you call @kbd{M-x remember} (or @kbd{M-x org-remember}) to remember
4490 something, org will prompt for a key to select the template (if you have
4491 more than one template) and then prepare the buffer like
4492 @example
4493 * TODO
4494   [[file:link to where you called remember]]
4495 @end example
4497 @noindent
4498 During expansion of the template, special @kbd{%}-escapes allow dynamic
4499 insertion of content:
4500 @example
4501 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
4502             @r{You may specify a default value and a completion table with}
4503             @r{%^@{prompt|default|completion2|completion3...@}}
4504             @r{The arrow keys access a prompt-specific history.}
4505 %t          @r{time stamp, date only}
4506 %T          @r{time stamp with date and time}
4507 %u, %U      @r{like the above, but inactive time stamps}
4508 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
4509             @r{You may define a prompt like @code{%^@{Birthday@}t}}
4510 %n          @r{user name (taken from @code{user-full-name})}
4511 %a          @r{annotation, normally the link created with @code{org-store-link}}
4512 %A          @r{like @code{%a}, but prompt for the description part}
4513 %i          @r{initial content, the region when remember is called with C-u.}
4514             @r{The entire text will be indented like @code{%i} itself.}
4515 %c          @r{Content of the clipboard, or current kill ring head.}
4516 %^g         @r{prompt for tags, with completion on tags in target file.}
4517 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
4518 %:keyword   @r{specific information for certain link types, see below}
4519 %[pathname] @r{insert the contents of the file given by @code{pathname}}
4520 %(sexp)     @r{evaluate elisp @code{(sexp)} and replace with the result}
4521 %!          @r{immediately store note after completing the template}
4522             @r{(skipping the @kbd{C-c C-c} that normally triggers storing)}
4523 @end example
4525 @noindent
4526 For specific link types, the following keywords will be
4527 defined@footnote{If you define your own link types (@pxref{Adding
4528 hyperlink types}), any property you store with
4529 @code{org-store-link-props} can be accessed in remember templates in a
4530 similar way.}:
4532 @example
4533 Link type          |  Available keywords
4534 -------------------+----------------------------------------------
4535 bbdb               |  %:name %:company
4536 vm, wl, mh, rmail  |  %:type %:subject %:message-id
4537                    |  %:from %:fromname %:fromaddress
4538                    |  %:to   %:toname   %:toaddress
4539                    |  %: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}.}}       
4540 gnus               |  %:group, @r{for messages also all email fields}
4541 w3, w3m            |  %:url
4542 info               |  %:file %:node
4543 calendar           |  %:date"
4544 @end example
4546 @noindent
4547 To place the cursor after template expansion use:
4549 @example
4550 %?          @r{After completing the template, position cursor here.}
4551 @end example
4553 @noindent
4554 If you change you mind about which template to use, call
4555 @code{org-remember} in the remember buffer.  You may then select a new
4556 template that will be filled with the previous context information.
4558 @node Storing notes, Refiling notes, Remember templates, Remember
4559 @section Storing notes
4561 When you are finished preparing a note with @i{remember}, you have to
4562 press @kbd{C-c C-c} to file the note away.  The handler will store the
4563 note in the file and under the headline specified in the template, or it
4564 will use the default file and headlines.  The window configuration will
4565 be restored, sending you back to the working context before the call to
4566 @code{remember}.  To re-use the location found during the last call to
4567 @code{remember}, exit the remember buffer with @kbd{C-u C-u C-c C-c},
4568 i.e. specify a double prefix argument to @kbd{C-c C-c}.
4570 If you want to store the note directly to a different place, use
4571 @kbd{C-u C-c C-c} instead to exit remember@footnote{Configure the
4572 variable @code{org-remember-store-without-prompt} to make this behavior
4573 the default.}.  The handler will then first prompt for a target file -
4574 if you press @key{RET}, the value specified for the template is used.
4575 Then the command offers the headings tree of the selected file, with the
4576 cursor position at the default headline (if you had specified one in the
4577 template).  You can either immediately press @key{RET} to get the note
4578 placed there.  Or you can use the following keys to find a different
4579 location:
4580 @example
4581 @key{TAB}         @r{Cycle visibility.}
4582 @key{down} / @key{up}   @r{Next/previous visible headline.}
4583 n / p        @r{Next/previous visible headline.}
4584 f / b        @r{Next/previous headline same level.}
4585 u            @r{One level up.}
4586 @c 0-9          @r{Digit argument.}
4587 @end example
4588 @noindent
4589 Pressing @key{RET} or @key{left} or @key{right}
4590 then leads to the following result.
4592 @multitable @columnfractions 0.2 0.15 0.65
4593 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
4594 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
4595 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
4596 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
4597 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
4598 @item                 @tab @tab depending on @code{org-reverse-note-order}.
4599 @item not on headline @tab @key{RET}
4600       @tab at cursor position, level taken from context.
4601 @end multitable
4603 Before inserting the text into a tree, the function ensures that the
4604 text has a headline, i.e. a first line that starts with a @samp{*}.  If
4605 not, a headline is constructed from the current date and some additional
4606 data.  If you have indented the text of the note below the headline, the
4607 indentation will be adapted if inserting the note into the tree requires
4608 demotion from level 1.
4610 @node Refiling notes,  , Storing notes, Remember
4611 @section Refiling notes
4612 @cindex refiling notes
4614 Remember is usually used to quickly capture notes and tasks into one or
4615 a few capture lists.  When reviewing the captured data, you may want to
4616 refile some of the entries into a different list, for example into a
4617 project.  Cutting, finding the right location and then pasting the note
4618 is cumbersome.  To simplify this process, you can use the following
4619 special command:
4621 @table @kbd
4622 @kindex C-c C-w
4623 @item C-c C-w
4624 Refile the entry at point.  This command offers possible locations for
4625 refiling the entry and lets you select one with completion.  The item is
4626 filed below the target heading as a subitem.  Depending on
4627 @code{org-reverse-note-order}, it will be either the first of last
4628 subitem, and you can toggle the value of this variable for the duration
4629 of the command by using a @kbd{C-u} prefix.@* By default, all level 1
4630 headlines in the current buffer are considered to be targets, but you
4631 can have more complex definitions across a number of files.  See the
4632 variable @code{org-refile-targets} for details.  The list of targets is
4633 compiled upon first use, you can update it by using a double prefix
4634 argument (@kbd{C-u C-u}) to this command.
4635 @end table
4637 @node Agenda views, Embedded LaTeX, Remember, Top
4638 @chapter Agenda Views
4639 @cindex agenda views
4641 Due to the way Org-mode works, TODO items, time-stamped items, and
4642 tagged headlines can be scattered throughout a file or even a number of
4643 files.  To get an overview of open action items, or of events that are
4644 important for a particular date, this information must be collected,
4645 sorted and displayed in an organized way.
4647 Org-mode can select items based on various criteria, and display them
4648 in a separate buffer.  Six different view types are provided:
4650 @itemize @bullet
4651 @item
4652 an @emph{agenda} that is like a calendar and shows information
4653 for specific dates,
4654 @item
4655 a @emph{TODO list} that covers all unfinished
4656 action items,
4657 @item
4658 a @emph{tags view}, showings headlines based on
4659 the tags associated with them,
4660 @item
4661 a @emph{timeline view} that shows all events in a single Org-mode file,
4662 in time-sorted view,
4663 @item
4664 a @emph{stuck projects view} showing projects that currently don't move
4665 along, and
4666 @item
4667 @emph{custom views} that are special tag/keyword searches and
4668 combinations of different views.
4669 @end itemize
4671 @noindent
4672 The extracted information is displayed in a special @emph{agenda
4673 buffer}.  This buffer is read-only, but provides commands to visit the
4674 corresponding locations in the original Org-mode files, and even to
4675 edit these files remotely.  
4677 Two variables control how the agenda buffer is displayed and whether the
4678 window configuration is restored when the agenda exits:
4679 @code{org-agenda-window-setup} and
4680 @code{org-agenda-restore-windows-after-quit}.
4682 @menu
4683 * Agenda files::                Files being searched for agenda information
4684 * Agenda dispatcher::           Keyboard access to agenda views
4685 * Built-in agenda views::       What is available out of the box?
4686 * Presentation and sorting::    How agenda items are prepared for display
4687 * Agenda commands::             Remote editing of org trees
4688 * Custom agenda views::         Defining special searches and views
4689 @end menu
4691 @node Agenda files, Agenda dispatcher, Agenda views, Agenda views
4692 @section Agenda files
4693 @cindex agenda files
4694 @cindex files for agenda
4696 The information to be shown is normally collected from all @emph{agenda
4697 files}, the files listed in the variable
4698 @code{org-agenda-files}@footnote{If the value of that variable is not a
4699 list, but a single file name, then the list of agenda files will be
4700 maintained in that external file.}. If a directory is part of this list,
4701 all files with the extension @file{.org} in this directory will be part
4702 of the list.
4704 Thus even if you only work with a single Org-mode file, this file should
4705 be put into that list@footnote{When using the dispatcher, pressing
4706 @kbd{<} before selecting a command will actually limit the command to
4707 the current file, and ignore @code{org-agenda-files} until the next
4708 dispatcher command.}.  You can customize @code{org-agenda-files}, but
4709 the easiest way to maintain it is through the following commands
4711 @cindex files, adding to agenda list
4712 @table @kbd
4713 @kindex C-c [
4714 @item C-c [
4715 Add current file to the list of agenda files.  The file is added to
4716 the front of the list.  If it was already in the list, it is moved to
4717 the front.  With prefix arg, file is added/moved to the end.
4718 @kindex C-c ]
4719 @item C-c ]
4720 Remove current file from the list of agenda files.
4721 @kindex C-,
4722 @kindex C-'
4723 @item C-,
4724 @itemx C-'
4725 Cycle through agenda file list, visiting one file after the other.
4726 @end table
4728 @noindent
4729 The Org menu contains the current list of files and can be used
4730 to visit any of them.
4732 If you would like to focus the agenda temporarily onto a file not in
4733 this list, or onto just one file in the list or even only a subtree in a
4734 file, this can be done in different ways.  For a single agenda command,
4735 you may press @kbd{<} once or several times in the dispatcher
4736 (@pxref{Agenda dispatcher}).  To restrict the agenda scope for an
4737 extended period, use the following commands:
4739 @table @kbd
4740 @kindex C-c C-x <
4741 @item C-c C-x <
4742 Permanently restrict the agenda to the current subtree.  When with a
4743 prefix argument, or with the cursor before the first headline in a file,
4744 the agenda scope is set to the entire file.  This restriction remains in
4745 effect until removed with @kbd{C-c C-x >}, or by typing either @kbd{<}
4746 or @kbd{>} in the agenda dispatcher.  If there is a window displaying an
4747 agenda view, the new restriction takes effect immediately.
4748 @kindex C-c C-x <
4749 @item C-c C-x <
4750 Remove the permanent restriction created by @kbd{C-c C-x <}.
4751 @end table
4753 @noindent
4754 When working with @file{Speedbar}, you can use the following commands in
4755 the speedbar frame:
4756 @table @kbd
4757 @kindex <
4758 @item < @r{in the speedbar frame}
4759 Permanently restrict the agenda to the item at the cursor in the
4760 speedbar frame, either an Org-mode file or a subtree in such a file.
4761 If there is a window displaying an agenda view, the new restriction takes
4762 effect immediately.
4763 @kindex <
4764 @item > @r{in the speedbar frame}
4765 Lift the restriction again.
4766 @end table
4768 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda views
4769 @section The agenda dispatcher
4770 @cindex agenda dispatcher
4771 @cindex dispatching agenda commands
4772 The views are created through a dispatcher that should be bound to a
4773 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
4774 following we will assume that @kbd{C-c a} is indeed how the dispatcher
4775 is accessed and list keyboard access to commands accordingly.  After
4776 pressing @kbd{C-c a}, an additional letter is required to execute a
4777 command.  The dispatcher offers the following default commands:
4778 @table @kbd
4779 @item a
4780 Create the calendar-like agenda (@pxref{Weekly/Daily agenda}).
4781 @item t @r{/} T
4782 Create a list of all TODO items (@pxref{Global TODO list}).
4783 @item m @r{/} M
4784 Create a list of headlines matching a TAGS expression (@pxref{Matching
4785 tags and properties}).
4786 @item L
4787 Create the timeline view for the current buffer (@pxref{Timeline}).
4788 @item # @r{/} !
4789 Create a list of stuck projects (@pxref{Stuck projects}).
4790 @item /
4791 Search for a regular expression in all agenda files and additionally in
4792 the files listed in @code{org-agenda-multi-occur-extra-files}.  This
4793 uses the Emacs command @code{multi-occur}.  A prefix argument can be
4794 used to specify the number of context lines for each match, default is
4796 @item <
4797 Restrict an agenda command to the current buffer@footnote{For backward
4798 compatibility, you can also press @kbd{1} to restrict to the current
4799 buffer.}.  After pressing @kbd{<}, you still need to press the character
4800 selecting the command.
4801 @item < <
4802 If there is an active region, restrict the following agenda command to
4803 the region.  Otherwise, restrict it to the current subtree@footnote{For
4804 backward compatibility, you can also press @kbd{0} to restrict to the
4805 current buffer.}.  After pressing @kbd{< <}, you still need to press the
4806 character selecting the command.
4807 @end table
4809 You can also define custom commands that will be accessible through the
4810 dispatcher, just like the default commands.  This includes the
4811 possibility to create extended agenda buffers that contain several
4812 blocks together, for example the weekly agenda, the global TODO list and
4813 a number of special tags matches.  @xref{Custom agenda views}.
4815 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda views
4816 @section The built-in agenda views
4818 In this section we describe the built-in views.
4820 @menu
4821 * Weekly/Daily agenda::         The calendar page with current tasks
4822 * Global TODO list::            All unfinished action items
4823 * Matching tags and properties::  Structured information with fine-tuned search
4824 * Timeline::                    Time-sorted view for single file
4825 * Stuck projects::              Find projects you need to review
4826 @end menu
4828 @node Weekly/Daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
4829 @subsection The weekly/daily agenda
4830 @cindex agenda
4831 @cindex weekly agenda
4832 @cindex daily agenda
4834 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
4835 paper agenda, showing all the tasks for the current week or day.
4837 @table @kbd
4838 @cindex org-agenda, command
4839 @kindex C-c a a
4840 @item C-c a a
4841 Compile an agenda for the current week from a list of org files.  The
4842 agenda shows the entries for each day.  With a numeric
4843 prefix@footnote{For backward compatibility, the universal prefix
4844 @kbd{C-u} causes all TODO entries to be listed before the agenda.  This
4845 feature is deprecated, use the dedicated TODO list, or a block agenda
4846 instead.}  (like @kbd{C-u 2 1 C-c a a}) you may set the number of days
4847 to be displayed (see also the variable @code{org-agenda-ndays})
4848 @end table
4850 Remote editing from the agenda buffer means, for example, that you can
4851 change the dates of deadlines and appointments from the agenda buffer.
4852 The commands available in the Agenda buffer are listed in @ref{Agenda
4853 commands}.
4855 @subsubheading Calendar/Diary integration
4856 @cindex calendar integration
4857 @cindex diary integration
4859 Emacs contains the calendar and diary by Edward M. Reingold.  The
4860 calendar displays a three-month calendar with holidays from different
4861 countries and cultures.  The diary allows you to keep track of
4862 anniversaries, lunar phases, sunrise/set, recurrent appointments
4863 (weekly, monthly) and more.  In this way, it is quite complementary to
4864 Org-mode.  It can be very useful to combine output from Org-mode with
4865 the diary.
4867 In order to include entries from the Emacs diary into Org-mode's
4868 agenda, you only need to customize the variable
4870 @lisp
4871 (setq org-agenda-include-diary t)
4872 @end lisp
4874 @noindent After that, everything will happen automatically.  All diary
4875 entries including holidays, anniversaries etc will be included in the
4876 agenda buffer created by Org-mode.  @key{SPC}, @key{TAB}, and
4877 @key{RET} can be used from the agenda buffer to jump to the diary
4878 file in order to edit existing diary entries.  The @kbd{i} command to
4879 insert new entries for the current date works in the agenda buffer, as
4880 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
4881 Sunrise/Sunset times, show lunar phases and to convert to other
4882 calendars, respectively.  @kbd{c} can be used to switch back and forth
4883 between calendar and agenda.
4885 If you are using the diary only for sexp entries and holidays, it is
4886 faster to not use the above setting, but instead to copy or even move
4887 the entries into an Org-mode file. Org-mode evaluates diary-style sexp
4888 entries, and does it faster because there is no overhead for first
4889 creating the diary display.  Note that the sexp entries must start at
4890 the left margin, no white space is allowed before them.  For example,
4891 the following segment of an Org-mode file will be processed and entries
4892 will be made in the agenda:
4894 @example
4895 * Birthdays and similar stuff
4896 #+CATEGORY: Holiday
4897 %%(org-calendar-holiday)   ; special function for holiday names
4898 #+CATEGORY: Ann
4899 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
4900 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
4901 @end example
4903 @subsubheading Appointment reminders
4904 @cindex @file{appt.el}
4905 @cindex appointment reminders
4907 Org can interact with Emacs appointments notification facility.
4909 To add all the appointments of your agenda files, use the command
4910 @code{org-agenda-to-appt}.  This commands also lets you filter through
4911 the list of your appointments and add only those belonging to a specific
4912 category or matching a regular expression. See the docstring for
4913 details.
4915 @node Global TODO list, Matching tags and properties, Weekly/Daily agenda, Built-in agenda views
4916 @subsection The global TODO list
4917 @cindex global TODO list
4918 @cindex TODO list, global
4920 The global TODO list contains all unfinished TODO items, formatted and
4921 collected into a single place.
4923 @table @kbd
4924 @kindex C-c a t
4925 @item C-c a t
4926 Show the global TODO list.  This collects the TODO items from all
4927 agenda files (@pxref{Agenda views}) into a single buffer.  The buffer is in
4928 @code{agenda-mode}, so there are commands to examine and manipulate
4929 the TODO entries directly from that buffer (@pxref{Agenda commands}).
4930 @kindex C-c a T
4931 @item C-c a T
4932 @cindex TODO keyword matching
4933 Like the above, but allows selection of a specific TODO keyword.  You
4934 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
4935 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
4936 specify several keywords by separating them with @samp{|} as boolean OR
4937 operator.  With a numeric prefix, the Nth keyword in
4938 @code{org-todo-keywords} is selected.
4939 @kindex r
4940 The @kbd{r} key in the agenda buffer regenerates it, and you can give
4941 a prefix argument to this command to change the selected TODO keyword,
4942 for example @kbd{3 r}.  If you often need a search for a specific
4943 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
4944 Matching specific TODO keywords can also be done as part of a tags
4945 search (@pxref{Tag searches}).
4946 @end table
4948 Remote editing of TODO items means that you can change the state of a
4949 TODO entry with a single key press.  The commands available in the
4950 TODO list are described in @ref{Agenda commands}.
4952 @cindex sublevels, inclusion into todo list
4953 Normally the global todo list simply shows all headlines with TODO
4954 keywords.  This list can become very long.  There are two ways to keep
4955 it more compact:
4956 @itemize @minus
4957 @item
4958 Some people view a TODO item that has been @emph{scheduled} for
4959 execution (@pxref{Time stamps}) as no longer @emph{open}.  Configure the
4960 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
4961 items from the global TODO list.
4962 @item
4963 TODO items may have sublevels to break up the task into subtasks.  In
4964 such cases it may be enough to list only the highest level TODO headline
4965 and omit the sublevels from the global list.  Configure the variable
4966 @code{org-agenda-todo-list-sublevels} to get this behavior.
4967 @end itemize
4969 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
4970 @subsection Matching Tags and Properties
4971 @cindex matching, of tags
4972 @cindex matching, of properties
4973 @cindex tags view
4975 If headlines in the agenda files are marked with @emph{tags}
4976 (@pxref{Tags}), you can select headlines based on the tags that apply
4977 to them and collect them into an agenda buffer.
4979 @table @kbd
4980 @kindex C-c a m
4981 @item C-c a m
4982 Produce a list of all headlines that match a given set of tags.  The
4983 command prompts for a selection criterion, which is a boolean logic
4984 expression with tags, like @samp{+work+urgent-withboss} or
4985 @samp{work|home} (@pxref{Tags}).  If you often need a specific search,
4986 define a custom command for it (@pxref{Agenda dispatcher}).
4987 @kindex C-c a M
4988 @item C-c a M
4989 Like @kbd{C-c a m}, but only select headlines that are also TODO items
4990 and force checking subitems (see variable
4991 @code{org-tags-match-list-sublevels}).  Matching specific todo keywords
4992 together with a tags match is also possible, see @ref{Tag searches}.
4993 @end table
4995 The commands available in the tags list are described in @ref{Agenda
4996 commands}.
4998 @node Timeline, Stuck projects, Matching tags and properties, Built-in agenda views
4999 @subsection Timeline for a single file
5000 @cindex timeline, single file
5001 @cindex time-sorted view
5003 The timeline summarizes all time-stamped items from a single Org-mode
5004 file in a @emph{time-sorted view}.  The main purpose of this command is
5005 to give an overview over events in a project.
5007 @table @kbd
5008 @kindex C-c a L
5009 @item C-c a L
5010 Show a time-sorted view of the org file, with all time-stamped items.
5011 When called with a @kbd{C-u} prefix, all unfinished TODO entries
5012 (scheduled or not) are also listed under the current date.
5013 @end table
5015 @noindent
5016 The commands available in the timeline buffer are listed in
5017 @ref{Agenda commands}.
5020 @node Stuck projects,  , Timeline, Built-in agenda views
5021 @subsection Stuck projects
5023 If you are following a system like David Allen's GTD to organize your
5024 work, one of the ``duties'' you have is a regular review to make sure
5025 that all projects move along.  A @emph{stuck} project is a project that
5026 has no defined next actions, so it will never show up in the TODO lists
5027 Org-mode produces.  During the review, you need to identify such
5028 projects and define next actions for them.
5030 @table @kbd
5031 @kindex C-c a #
5032 @item C-c a #
5033 List projects that are stuck.
5034 @kindex C-c a !
5035 @item C-c a !
5036 Customize the variable @code{org-stuck-projects} to define what a stuck
5037 project is and how to find it.
5038 @end table
5040 You almost certainly will have to configure this view before it will
5041 work for you.  The built-in default assumes that all your projects are
5042 level-2 headlines, and that a project is not stuck if it has at least
5043 one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
5045 Lets assume that you, in your own way of using Org-mode, identify
5046 projects with a tag PROJECT, and that you use a todo keyword MAYBE to
5047 indicate a project that should not be considered yet.  Lets further
5048 assume that the todo keyword DONE marks finished projects, and that NEXT
5049 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
5050 is a next action even without the NEXT tag.  Finally, if the project
5051 contains the special word IGNORE anywhere, it should not be listed
5052 either.  In this case you would start by identifying eligible projects
5053 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
5054 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
5055 are not stuck.  The correct customization for this is
5057 @lisp
5058 (setq org-stuck-projects
5059       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
5060                                "\\<IGNORE\\>"))
5061 @end lisp
5064 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda views
5065 @section Presentation and sorting
5066 @cindex presentation, of agenda items
5068 Before displaying items in an agenda view, Org-mode visually prepares
5069 the items and sorts them.  Each item occupies a single line.  The line
5070 starts with a @emph{prefix} that contains the @emph{category}
5071 (@pxref{Categories}) of the item and other important information.  You can
5072 customize the prefix using the option @code{org-agenda-prefix-format}.
5073 The prefix is followed by a cleaned-up version of the outline headline
5074 associated with the item.
5076 @menu
5077 * Categories::                  Not all tasks are equal
5078 * Time-of-day specifications::  How the agenda knows the time
5079 * Sorting of agenda items::     The order of things
5080 @end menu
5082 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
5083 @subsection Categories
5085 @cindex category
5086 The category is a broad label assigned to each agenda item.  By default,
5087 the category is simply derived from the file name, but you can also
5088 specify it with a special line in the buffer, like this@footnote{For
5089 backward compatibility, the following also works: If there are several
5090 such lines in a file, each specifies the category for the text below it.
5091 The first category also applies to any text before the first CATEGORY
5092 line.  However, using this method is @emph{strongly} deprecated as it is
5093 incompatible with the outline structure of the document.  The correct
5094 method for setting multiple categories in a buffer is using a
5095 property.}:
5097 @example
5098 #+CATEGORY: Thesis
5099 @end example
5101 @noindent
5102 If you would like to have a special CATEGORY for a single entry or a
5103 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
5104 as the value (@pxref{Properties and columns}).
5106 @noindent
5107 The display in the agenda buffer looks best if the category is not
5108 longer than 10 characters.
5110 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
5111 @subsection Time-of-Day Specifications
5112 @cindex time-of-day specification
5114 Org-mode checks each agenda item for a time-of-day specification.  The
5115 time can be part of the time stamp that triggered inclusion into the
5116 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
5117 ranges can be specified with two time stamps, like
5119 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
5121 In the headline of the entry itself, a time(range) may also appear as
5122 plain text (like @samp{12:45} or a @samp{8:30-1pm}.  If the agenda
5123 integrates the Emacs diary (@pxref{Weekly/Daily agenda}), time
5124 specifications in diary entries are recognized as well.
5126 For agenda display, Org-mode extracts the time and displays it in a
5127 standard 24 hour format as part of the prefix.  The example times in
5128 the previous paragraphs would end up in the agenda like this:
5130 @example
5131     8:30-13:00 Arthur Dent lies in front of the bulldozer
5132    12:45...... Ford Prefect arrives and takes Arthur to the pub
5133    19:00...... The Vogon reads his poem
5134    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5135 @end example
5137 @cindex time grid
5138 If the agenda is in single-day mode, or for the display of today, the
5139 timed entries are embedded in a time grid, like
5141 @example
5142     8:00...... ------------------
5143     8:30-13:00 Arthur Dent lies in front of the bulldozer
5144    10:00...... ------------------
5145    12:00...... ------------------
5146    12:45...... Ford Prefect arrives and takes Arthur to the pub
5147    14:00...... ------------------
5148    16:00...... ------------------
5149    18:00...... ------------------
5150    19:00...... The Vogon reads his poem
5151    20:00...... ------------------
5152    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
5153 @end example
5155 The time grid can be turned on and off with the variable
5156 @code{org-agenda-use-time-grid}, and can be configured with
5157 @code{org-agenda-time-grid}.
5159 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
5160 @subsection Sorting of agenda items
5161 @cindex sorting, of agenda items
5162 @cindex priorities, of agenda items
5163 Before being inserted into a view, the items are sorted.  How this is
5164 done depends on the type of view.
5165 @itemize @bullet
5166 @item
5167 For the daily/weekly agenda, the items for each day are sorted.  The
5168 default order is to first collect all items containing an explicit
5169 time-of-day specification.  These entries will be shown at the beginning
5170 of the list, as a @emph{schedule} for the day.  After that, items remain
5171 grouped in categories, in the sequence given by @code{org-agenda-files}.
5172 Within each category, items are sorted by priority (@pxref{Priorities}),
5173 which is composed of the base priority (2000 for priority @samp{A}, 1000
5174 for @samp{B}, and 0 for @samp{C}), plus additional increments for
5175 overdue scheduled or deadline items.
5176 @item 
5177 For the TODO list, items remain in the order of categories, but within
5178 each category, sorting takes place according to priority
5179 (@pxref{Priorities}).
5180 @item
5181 For tags matches, items are not sorted at all, but just appear in the
5182 sequence in which they are found in the agenda files.
5183 @end itemize
5185 Sorting can be customized using the variable
5186 @code{org-agenda-sorting-strategy}.
5189 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
5190 @section Commands in the agenda buffer
5191 @cindex commands, in agenda buffer
5193 Entries in the agenda buffer are linked back to the org file or diary
5194 file where they originate.  You are not allowed to edit the agenda
5195 buffer itself, but commands are provided to show and jump to the
5196 original entry location, and to edit the org-files ``remotely'' from
5197 the agenda buffer.  In this way, all information is stored only once,
5198 removing the risk that your agenda and note files may diverge.
5200 Some commands can be executed with mouse clicks on agenda lines.  For
5201 the other commands, the cursor needs to be in the desired line.
5203 @table @kbd
5204 @tsubheading{Motion}
5205 @cindex motion commands in agenda
5206 @kindex n
5207 @item n
5208 Next line (same as @key{up} and @kbd{C-p}).
5209 @kindex p
5210 @item p
5211 Previous line (same as @key{down} and @kbd{C-n}).
5212 @tsubheading{View/GoTo org file}
5213 @kindex mouse-3
5214 @kindex @key{SPC}
5215 @item mouse-3
5216 @itemx @key{SPC}
5217 Display the original location of the item in another window.
5219 @kindex L
5220 @item L
5221 Display original location and recenter that window.
5223 @kindex mouse-2
5224 @kindex mouse-1
5225 @kindex @key{TAB}
5226 @item mouse-2
5227 @itemx mouse-1
5228 @itemx @key{TAB}
5229 Go to the original location of the item in another window.  Under Emacs
5230 22, @kbd{mouse-1} will also works for this.
5232 @kindex @key{RET}
5233 @itemx @key{RET}
5234 Go to the original location of the item and delete other windows.
5236 @kindex f
5237 @item f
5238 Toggle Follow mode.  In Follow mode, as you move the cursor through
5239 the agenda buffer, the other window always shows the corresponding
5240 location in the org file.  The initial setting for this mode in new
5241 agenda buffers can be set with the variable
5242 @code{org-agenda-start-with-follow-mode}.
5244 @kindex b
5245 @item b
5246 Display the entire subtree of the current item in an indirect buffer.
5247 With numerical prefix ARG, go up to this level and then take that tree.
5248 If ARG is negative, go up that many levels.  With @kbd{C-u} prefix, do
5249 not remove the previously used indirect buffer.
5251 @kindex l
5252 @item l
5253 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
5254 logging was on (variable @code{org-log-done}) are shown in the agenda,
5255 as are entries that have been clocked on that day.
5257 @tsubheading{Change display}
5258 @cindex display changing, in agenda
5259 @kindex o
5260 @item o
5261 Delete other windows.
5263 @kindex d
5264 @kindex w
5265 @kindex m
5266 @kindex y
5267 @item d w m y
5268 Switch to day/week/month/year view.  When switching to day or week view,
5269 this setting becomes the default for subseqent agenda commands.  Since
5270 month and year views are slow to create, the do not become the default.
5272 @kindex D
5273 @item D
5274 Toggle the inclusion of diary entries.  See @ref{Weekly/Daily agenda}.
5276 @kindex g
5277 @item g
5278 Toggle the time grid on and off.  See also the variables
5279 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
5281 @kindex r
5282 @item r
5283 Recreate the agenda buffer, for example to reflect the changes
5284 after modification of the time stamps of items with S-@key{left} and
5285 S-@key{right}.  When the buffer is the global todo list, a prefix
5286 argument is interpreted to create a selective list for a specific TODO
5287 keyword.
5289 @kindex s
5290 @kindex C-x C-s
5291 @item s
5292 @itemx C-x C-s
5293 Save all Org-mode buffers in the current Emacs session.
5295 @kindex @key{right}
5296 @item @key{right}
5297 Display the following @code{org-agenda-ndays} days.  For example, if
5298 the display covers a week, switch to the following week.  With prefix
5299 arg, go forward that many times @code{org-agenda-ndays} days.
5301 @kindex @key{left}
5302 @item @key{left}
5303 Display the previous dates.
5305 @kindex .
5306 @item .
5307 Goto today.
5309 @tsubheading{Remote editing}
5310 @cindex remote editing, from agenda
5312 @item 0-9
5313 Digit argument.
5315 @cindex undoing remote-editing events
5316 @cindex remote editing, undo
5317 @kindex C-_
5318 @item C-_
5319 Undo a change due to a remote editing command.  The change is undone
5320 both in the agenda buffer and in the remote buffer.
5322 @kindex t
5323 @item t
5324 Change the TODO state of the item, both in the agenda and in the
5325 original org file.
5327 @kindex C-k
5328 @item C-k
5329 Delete the current agenda item along with the entire subtree belonging
5330 to it in the original Org-mode file.  If the text to be deleted remotely
5331 is longer than one line, the kill needs to be confirmed by the user.  See
5332 variable @code{org-agenda-confirm-kill}.
5334 @kindex $
5335 @item $
5336 Archive the subtree corresponding to the current headline.
5338 @kindex T
5339 @item T
5340 Show all tags associated with the current item.  Because of
5341 inheritance, this may be more than the tags listed in the line itself.
5343 @kindex :
5344 @item :
5345 Set tags for the current headline.  If there is an active region in the
5346 agenda, change a tag for all headings in the region.
5348 @kindex a
5349 @item a
5350 Toggle the ARCHIVE tag for the current headline.
5352 @kindex ,
5353 @item ,
5354 Set the priority for the current item.  Org-mode prompts for the
5355 priority character. If you reply with @key{SPC}, the priority cookie
5356 is removed from the entry.
5358 @kindex P
5359 @item P
5360 Display weighted priority of current item.
5362 @kindex +
5363 @kindex S-@key{up}
5364 @item +
5365 @itemx S-@key{up}
5366 Increase the priority of the current item.  The priority is changed in
5367 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
5368 key for this.
5370 @kindex -
5371 @kindex S-@key{down}
5372 @item -
5373 @itemx S-@key{down}
5374 Decrease the priority of the current item.
5376 @kindex C-c C-s
5377 @item C-c C-s
5378 Schedule this item
5380 @kindex C-c C-d
5381 @item C-c C-d
5382 Set a deadline for this item.
5384 @kindex S-@key{right}
5385 @item S-@key{right}
5386 Change the time stamp associated with the current line by one day into
5387 the future.  With prefix argument, change it by that many days.  For
5388 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The
5389 stamp is changed in the original org file, but the change is not
5390 directly reflected in the agenda buffer.  Use the
5391 @kbd{r} key to update the buffer.
5393 @kindex S-@key{left}
5394 @item S-@key{left}
5395 Change the time stamp associated with the current line by one day
5396 into the past.
5398 @kindex >
5399 @item >
5400 Change the time stamp associated with the current line to today.
5401 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
5402 on my keyboard.
5404 @kindex I
5405 @item I
5406 Start the clock on the current item.  If a clock is running already, it
5407 is stopped first.
5409 @kindex O
5410 @item O
5411 Stop the previously started clock.
5413 @kindex X
5414 @item X
5415 Cancel the currently running clock.
5417 @kindex J
5418 @item J
5419 Jump to the running clock in another window.
5421 @tsubheading{Calendar commands}
5422 @cindex calendar commands, from agenda
5423 @kindex c
5424 @item c
5425 Open the Emacs calendar and move to the date at the agenda cursor.
5427 @item c
5428 When in the calendar, compute and show the Org-mode agenda for the
5429 date at the cursor.
5431 @cindex diary entries, creating from agenda
5432 @kindex i
5433 @item i
5434 Insert a new entry into the diary.  Prompts for the type of entry
5435 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
5436 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
5437 The date is taken from the cursor position.
5439 @kindex M
5440 @item M
5441 Show the phases of the moon for the three months around current date.
5443 @kindex S
5444 @item S
5445 Show sunrise and sunset times.  The geographical location must be set
5446 with calendar variables, see documentation of the Emacs calendar.
5448 @kindex C
5449 @item C
5450 Convert the date at cursor into many other cultural and historic
5451 calendars.
5453 @kindex H
5454 @item H
5455 Show holidays for three month around the cursor date.
5457 @c FIXME:  This should be a different key.
5458 @kindex C-c C-x C-c
5459 @item C-c C-x C-c
5460 Export a single iCalendar file containing entries from all agenda files.
5462 @tsubheading{Exporting to a file}
5463 @kindex C-x C-w
5464 @item C-x C-w
5465 @cindex exporting agenda views
5466 @cindex agenda views, exporting
5467 Write the agenda view to a file.  Depending on the extension of the
5468 selected file name, the view will be exported as HTML (extension
5469 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5470 plain text (any other extension).  Use the variable
5471 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5472 and for @file{htmlize} to be used during export.
5474 @tsubheading{Quit and Exit}
5475 @kindex q
5476 @item q
5477 Quit agenda, remove the agenda buffer.
5479 @kindex x
5480 @cindex agenda files, removing buffers
5481 @item x
5482 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
5483 for the compilation of the agenda.  Buffers created by the user to
5484 visit org files will not be removed.
5485 @end table
5488 @node Custom agenda views,  , Agenda commands, Agenda views
5489 @section Custom agenda views
5490 @cindex custom agenda views
5491 @cindex agenda views, custom
5493 Custom agenda commands serve two purposes: to store and quickly access
5494 frequently used TODO and tags searches, and to create special composite
5495 agenda buffers.  Custom agenda commands will be accessible through the
5496 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
5498 @menu
5499 * Storing searches::            Type once, use often
5500 * Block agenda::                All the stuff you need in a single buffer
5501 * Setting Options::             Changing the rules
5502 * Exporting Agenda Views::      Writing agendas to files.
5503 * Extracting Agenda Information for other programs::  
5504 @end menu
5506 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
5507 @subsection Storing searches
5509 The first application of custom searches is the definition of keyboard
5510 shortcuts for frequently used searches, either creating an agenda
5511 buffer, or a sparse tree (the latter covering of course only the current
5512 buffer).
5513 @kindex C-c a C
5514 Custom commands are configured in the variable
5515 @code{org-agenda-custom-commands}.  You can customize this variable, for
5516 example by pressing @kbd{C-c a C}.  You can also directly set it with
5517 Emacs Lisp in @file{.emacs}.  The following example contains all valid
5518 search types:
5520 @lisp
5521 @group
5522 (setq org-agenda-custom-commands
5523       '(("w" todo "WAITING")
5524         ("W" todo-tree "WAITING")
5525         ("u" tags "+BOSS-URGENT")
5526         ("v" tags-todo "+BOSS-URGENT")
5527         ("U" tags-tree "+BOSS-URGENT")
5528         ("f" occur-tree "\\<FIXME\\>")
5529         ("h" . "HOME+Name tags searches") ; description for "h" prefix
5530         ("hl" tags "+HOME+Lisa")
5531         ("hp" tags "+HOME+Peter")
5532         ("hk" tags "+HOME+Kim")))
5533 @end group
5534 @end lisp
5536 @noindent
5537 The initial string in each entry defines the keys you have to press
5538 after the dispatcher command @kbd{C-c a} in order to access the command.
5539 Usually this will be just a single character, but if you have many
5540 similar commands, you can also define two-letter combinations where the
5541 first character is the same in several combinations and serves as a
5542 prefix key@footnote{You can provide a description for a prefix key by
5543 inserting a cons cell with the prefix and the description.}.  The second
5544 parameter is the search type, followed by the string or regular
5545 expression to be used for the matching.  The example above will
5546 therefore define:
5548 @table @kbd
5549 @item C-c a w
5550 as a global search for TODO entries with @samp{WAITING} as the TODO
5551 keyword
5552 @item C-c a W
5553 as the same search, but only in the current buffer and displaying the
5554 results as a sparse tree
5555 @item C-c a u
5556 as a global tags search for headlines marked @samp{:BOSS:} but not
5557 @samp{:URGENT:}
5558 @item C-c a v
5559 as the same search as @kbd{C-c a u}, but limiting the search to
5560 headlines that are also TODO items
5561 @item C-c a U
5562 as the same search as @kbd{C-c a u}, but only in the current buffer and
5563 displaying the result as a sparse tree
5564 @item C-c a f
5565 to create a sparse tree (again: current buffer only) with all entries
5566 containing the word @samp{FIXME}
5567 @item C-c a h
5568 as a prefix command for a HOME tags search where you have to press an
5569 additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
5570 Peter, or Kim) as additional tag to match.
5571 @end table
5573 @node Block agenda, Setting Options, Storing searches, Custom agenda views
5574 @subsection Block agenda
5575 @cindex block agenda
5576 @cindex agenda, with block views
5578 Another possibility is the construction of agenda views that comprise
5579 the results of @emph{several} commands, each of which creates a block in
5580 the agenda buffer.  The available commands include @code{agenda} for the
5581 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
5582 for the global todo list (as constructed with @kbd{C-c a t}), and the
5583 matching commands discussed above: @code{todo}, @code{tags}, and
5584 @code{tags-todo}.  Here are two examples:
5586 @lisp
5587 @group
5588 (setq org-agenda-custom-commands
5589       '(("h" "Agenda and Home-related tasks"
5590          ((agenda)
5591           (tags-todo "HOME")
5592           (tags "GARDEN")))
5593         ("o" "Agenda and Office-related tasks"
5594          ((agenda)
5595           (tags-todo "WORK")
5596           (tags "OFFICE")))))
5597 @end group
5598 @end lisp
5600 @noindent
5601 This will define @kbd{C-c a h} to create a multi-block view for stuff
5602 you need to attend to at home.  The resulting agenda buffer will contain
5603 your agenda for the current week, all TODO items that carry the tag
5604 @samp{HOME}, and also all lines tagged with @samp{GARDEN}.  Finally the
5605 command @kbd{C-c a o} provides a similar view for office tasks.
5608 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
5609 @subsection Setting Options for custom commands
5610 @cindex options, for custom agenda views
5612 Org-mode contains a number of variables regulating agenda construction
5613 and display.  The global variables define the behavior for all agenda
5614 commands, including the custom commands.  However, if you want to change
5615 some settings just for a single custom view, you can do so.  Setting
5616 options requires inserting a list of variable names and values at the
5617 right spot in @code{org-agenda-custom-commands}.  For example:
5619 @lisp
5620 @group
5621 (setq org-agenda-custom-commands
5622       '(("w" todo "WAITING"
5623          ((org-agenda-sorting-strategy '(priority-down))
5624           (org-agenda-prefix-format "  Mixed: ")))
5625         ("U" tags-tree "+BOSS-URGENT"
5626          ((org-show-following-heading nil)
5627           (org-show-hierarchy-above nil)))))
5628 @end group
5629 @end lisp
5631 @noindent
5632 Now the @kbd{C-c a w} command will sort the collected entries only by
5633 priority, and the prefix format is modified to just say @samp{  Mixed:}
5634 instead of giving the category of the entry.  The sparse tags tree of
5635 @kbd{C-c a U} will now turn out ultra-compact, because neither the
5636 headline hierarchy above the match, nor the headline following the match
5637 will be shown.
5639 For command sets creating a block agenda,
5640 @code{org-agenda-custom-commands} has two separate spots for setting
5641 options.  You can add options that should be valid for just a single
5642 command in the set, and options that should be valid for all commands in
5643 the set.  The former are just added to the command entry, the latter
5644 must come after the list of command entries.  Going back to the block
5645 agenda example (@pxref{Block agenda}), let's change the sorting strategy
5646 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
5647 the results for GARDEN tags query in the opposite order,
5648 @code{priority-up}.  This would look like this:
5650 @lisp
5651 @group
5652 (setq org-agenda-custom-commands
5653       '(("h" "Agenda and Home-related tasks"
5654          ((agenda)
5655           (tags-todo "HOME")
5656           (tags "GARDEN"
5657                 ((org-agenda-sorting-strategy '(priority-up)))))
5658          ((org-agenda-sorting-strategy '(priority-down))))
5659         ("o" "Agenda and Office-related tasks"
5660          ((agenda)
5661           (tags-todo "WORK")
5662           (tags "OFFICE")))))
5663 @end group
5664 @end lisp
5666 As you see, the values and parenthesis setting is a little complex.
5667 When in doubt, use the customize interface to set this variable - it
5668 fully supports its structure.  Just one caveat: When setting options in
5669 this interface, the @emph{values} are just lisp expressions.  So if the
5670 value is a string, you need to add the double quotes around the value
5671 yourself.
5674 @node Exporting Agenda Views, Extracting Agenda Information for other programs, Setting Options, Custom agenda views
5675 @subsection Exporting Agenda Views
5676 @cindex agenda views, exporting
5678 If you are away from your computer, it can be very useful to have a
5679 printed version of some agenda views to carry around.  Org-mode can
5680 export custom agenda views as plain text, HTML@footnote{You need to
5681 install Hrvoje Niksic' @file{htmlize.el}.} and postscript.  If you want
5682 to do this only occasionally, use the command
5684 @table @kbd
5685 @kindex C-x C-w
5686 @item C-x C-w
5687 @cindex exporting agenda views
5688 @cindex agenda views, exporting
5689 Write the agenda view to a file.  Depending on the extension of the
5690 selected file name, the view will be exported as HTML (extension
5691 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5692 plain text (any other extension).  Use the variable
5693 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5694 and for @file{htmlize} to be used during export, for example
5695 @lisp
5696 (setq org-agenda-exporter-settings
5697       '((ps-number-of-columns 2)
5698         (ps-landscape-mode t)
5699         (htmlize-output-type 'css)))
5700 @end lisp
5701 @end table
5703 If you need to export certain agenda views frequently, you can associate
5704 any custom agenda command with a list of output file names
5705 @footnote{If you want to store standard views like the weekly agenda
5706 or the global TODO list as well, you need to define custom commands for
5707 them in order to be able to specify filenames.}.  Here is an example
5708 that first does define custom commands for the agenda and the global
5709 todo list, together with a number of files to which to export them.
5710 Then we define two block agenda commands and specify filenames for them
5711 as well.  File names can be relative to the current working directory,
5712 or absolute.
5714 @lisp
5715 @group
5716 (setq org-agenda-custom-commands
5717       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
5718         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
5719         ("h" "Agenda and Home-related tasks"
5720          ((agenda)
5721           (tags-todo "HOME")
5722           (tags "GARDEN"))
5723          nil
5724          ("~/views/home.html"))
5725         ("o" "Agenda and Office-related tasks"
5726          ((agenda)
5727           (tags-todo "WORK")
5728           (tags "OFFICE"))
5729          nil
5730          ("~/views/office.ps"))))
5731 @end group
5732 @end lisp
5734 The extension of the file name determines the type of export.  If it is
5735 @file{.html}, Org-mode will use the @file{htmlize.el} package to convert
5736 the buffer to HTML and save it to this file name.  If the extension is
5737 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
5738 postscript output.  Any other extension produces a plain ASCII file.
5740 The export files are @emph{not} created when you use one of those
5741 commands interactively.  Instead, there is a special command to produce
5742 @emph{all} specified files in one step:
5744 @table @kbd
5745 @kindex C-c a e
5746 @item C-c a e
5747 Export all agenda views that have export filenames associated with
5748 them.
5749 @end table
5751 You can use the options section of the custom agenda commands to also
5752 set options for the export commands.  For example:
5754 @lisp
5755 (setq org-agenda-custom-commands
5756       '(("X" agenda ""
5757          ((ps-number-of-columns 2)
5758           (ps-landscape-mode t)
5759           (org-agenda-prefix-format " [ ] ")
5760           (org-agenda-with-colors nil)
5761           (org-agenda-remove-tags t))
5762          ("theagenda.ps"))))
5763 @end lisp
5765 @noindent
5766 This command sets two options for the postscript exporter, to make it
5767 print in two columns in landscape format - the resulting page can be cut
5768 in two and then used in a paper agenda.  The remaining settings modify
5769 the agenda prefix to omit category and scheduling information, and
5770 instead include a checkbox to check off items.  We also remove the tags
5771 to make the lines compact, and we don't want to use colors for the
5772 black-and-white printer.  Settings specified in
5773 @code{org-agenda-exporter-settings} will also apply, but the settings
5774 in @code{org-agenda-custom-commands} take precedence.
5776 @noindent
5777 From the command line you may also use
5778 @example
5779 emacs -f org-batch-store-agenda-views -kill
5780 @end example
5781 @noindent
5782 or, if you need to modify some parameters
5783 @example
5784 emacs -eval '(org-batch-store-agenda-views                      \
5785               org-agenda-ndays 30                               \
5786               org-agenda-start-day "2007-11-01"                 \
5787               org-agenda-include-diary nil                      \
5788               org-agenda-files (quote ("~/org/project.org")))'  \
5789       -kill
5790 @end example
5791 @noindent
5792 which will create the agenda views restricted to the file
5793 @file{~/org/project.org}, without diary entries and with 30 days
5794 extent. 
5796 @node Extracting Agenda Information for other programs,  , Exporting Agenda Views, Custom agenda views
5797 @subsection Extracting Agenda Information for other programs
5798 @cindex agenda, pipe
5799 @cindex Scripts, for agenda processing
5801 Org-mode provides commands to access agenda information for the command
5802 line in emacs batch mode.  This extracted information can be sent
5803 directly to a printer, or it can be read by a program that does further
5804 processing of the data.  The first of these commands is the function
5805 @code{org-batch-agenda}, that produces an agenda view and sends it as
5806 ASCII text to STDOUT.  The command takes a single string as parameter.
5807 If the string has length 1, it is used as a key to one of the commands
5808 you have configured in @code{org-agenda-custom-commands}, basically any
5809 key you can use after @kbd{C-c a}.  For example, to directly print the
5810 current TODO list, you could use
5812 @example
5813 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
5814 @end example
5816 If the parameter is a string with 2 or more characters, it is used as a
5817 tags/todo match string.  For example, to print your local shopping list
5818 (all items with the tag @samp{shop}, but excluding the tag
5819 @samp{NewYork}), you could use
5821 @example
5822 emacs -batch -l ~/.emacs                                      \       
5823       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
5824 @end example
5826 @noindent
5827 You may also modify parameters on the fly like this:
5829 @example
5830 emacs -batch -l ~/.emacs                                      \
5831    -eval '(org-batch-agenda "a"                               \
5832             org-agenda-ndays 30                               \
5833             org-agenda-include-diary nil                      \
5834             org-agenda-files (quote ("~/org/project.org")))'  \
5835    | lpr
5836 @end example
5838 @noindent
5839 which will produce a 30 day agenda, fully restricted to the Org file
5840 @file{~/org/projects.org}, not even including the diary.
5842 If you want to process the agenda data in more sophisticated ways, you
5843 can use the command @code{org-batch-agenda-csv} to get a comma-separated
5844 list of values for each agenda item.  Each line in the output will
5845 contain a number of fields separated by commas.  The fields in a line
5846 are:
5848 @example
5849 category     @r{The category of the item}
5850 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
5851 type         @r{The type of the agenda entry, can be}
5852                 todo               @r{selected in TODO match}
5853                 tagsmatch          @r{selected in tags match}
5854                 diary              @r{imported from diary}
5855                 deadline           @r{a deadline}
5856                 scheduled          @r{scheduled}
5857                 timestamp          @r{appointment, selected by timestamp}
5858                 closed             @r{entry was closed on date}
5859                 upcoming-deadline  @r{warning about nearing deadline}
5860                 past-scheduled     @r{forwarded scheduled item}
5861                 block              @r{entry has date block including date}
5862 todo         @r{The todo keyword, if any}
5863 tags         @r{All tags including inherited ones, separated by colons}
5864 date         @r{The relevant date, like 2007-2-14}
5865 time         @r{The time, like 15:00-16:50}
5866 extra        @r{String with extra planning info}
5867 priority-l   @r{The priority letter if any was given}
5868 priority-n   @r{The computed numerical priority}
5869 @end example
5871 @noindent
5872 Time and date will only be given if a timestamp (or deadline/scheduled)
5873 lead to the selection of the item.
5875 A CSV list like this is very easy to use in a post processing script.
5876 For example, here is a Perl program that gets the TODO list from
5877 Emacs/org-mode and prints all the items, preceded by a checkbox:
5879 @example
5880 @group
5881 #!/usr/bin/perl
5883 # define the Emacs command to run
5884 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
5886 # run it and capture the output
5887 $agenda = qx@{$cmd 2>/dev/null@};
5889 # loop over all lines
5890 foreach $line (split(/\n/,$agenda)) @{
5892   # get the individual values
5893   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
5894    $priority_l,$priority_n) = split(/,/,$line);
5896   # proccess and print
5897   print "[ ] $head\n";
5899 @end group
5900 @end example
5902 @node Embedded LaTeX, Exporting, Agenda views, Top
5903 @chapter Embedded LaTeX
5904 @cindex @TeX{} interpretation
5905 @cindex La@TeX{} interpretation
5907 Plain ASCII is normally sufficient for almost all note taking.  One
5908 exception, however, are scientific notes which need to be able to
5909 contain mathematical symbols and the occasional formula.
5910 La@TeX{}@footnote{La@TeX{} is a macro system based on Donald E. Knuth's
5911 @TeX{} system.  Many of the features described here as ``La@TeX{}'' are
5912 really from @TeX{}, but for simplicity I am blurring this distinction.}
5913 is widely used to typeset scientific documents. Org-mode supports
5914 embedding La@TeX{} code into its files, because many academics are used
5915 to read La@TeX{} source code, and because it can be readily processed
5916 into images for HTML production.
5918 It is not necessary to mark La@TeX{} macros and code in any special way.
5919 If you observe a few conventions, Org-mode knows how to find it and what
5920 to do with it.
5922 @menu
5923 * Math symbols::                TeX macros for symbols and Greek letters
5924 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
5925 * LaTeX fragments::             Complex formulas made easy
5926 * Processing LaTeX fragments::  Previewing LaTeX processing
5927 * CDLaTeX mode::                Speed up entering of formulas
5928 @end menu
5930 @node Math symbols, Subscripts and Superscripts, Embedded LaTeX, Embedded LaTeX
5931 @section Math symbols
5932 @cindex math symbols
5933 @cindex TeX macros
5935 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
5936 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
5937 Completion for these macros is available, just type @samp{\} and maybe a
5938 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
5939 Unlike La@TeX{} code, Org-mode allows these macros to be present
5940 without surrounding math delimiters, for example:
5942 @example
5943 Angles are written as Greek letters \alpha, \beta and \gamma.
5944 @end example
5946 During HTML export (@pxref{HTML export}), these symbols are translated
5947 into the proper syntax for HTML, for the above examples this is
5948 @samp{&alpha;} and @samp{&rarr;}, respectively.
5950 @node Subscripts and Superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
5951 @section Subscripts and Superscripts
5952 @cindex subscript
5953 @cindex superscript
5955 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
5956 and subscripts.  Again, these can be used without embedding them in
5957 math-mode delimiters.  To increase the readability of ASCII text, it is
5958 not necessary (but OK) to surround multi-character sub- and superscripts
5959 with curly braces.  For example
5961 @example
5962 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
5963 the sun is R_@{sun@} = 6.96 x 10^8 m.
5964 @end example
5966 To avoid interpretation as raised or lowered text, you can quote
5967 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
5969 During HTML export (@pxref{HTML export}), subscript and superscripts
5970 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
5972 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and Superscripts, Embedded LaTeX
5973 @section LaTeX fragments
5974 @cindex LaTeX fragments
5976 With symbols, sub- and superscripts, HTML is pretty much at its end when
5977 it comes to representing mathematical formulas@footnote{Yes, there is
5978 MathML, but that is not yet fully supported by many browsers, and there
5979 is no decent converter for turning La@TeX{} or ASCII representations of
5980 formulas into MathML. So for the time being, converting formulas into
5981 images seems the way to go.}. More complex expressions need a dedicated
5982 formula processor. To this end, Org-mode can contain arbitrary La@TeX{}
5983 fragments. It provides commands to preview the typeset result of these
5984 fragments, and upon export to HTML, all fragments will be converted to
5985 images and inlined into the HTML document@footnote{The La@TeX{} export
5986 will not use images for displaying La@TeX{} fragments but include these
5987 fragments directly into the La@TeX{} code.}. For this to work you
5988 need to be on a system with a working La@TeX{} installation. You also
5989 need the @file{dvipng} program, available at
5990 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
5991 will be used when processing a fragment can be configured with the
5992 variable @code{org-format-latex-header}.
5994 La@TeX{} fragments don't need any special marking at all.  The following
5995 snippets will be identified as La@TeX{} source code:
5996 @itemize @bullet
5997 @item
5998 Environments of any kind.  The only requirement is that the
5999 @code{\begin} statement appears on a new line, preceded by only
6000 whitespace.
6001 @item
6002 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
6003 currency specifications, single @samp{$} characters are only recognized
6004 as math delimiters if the enclosed text contains at most two line breaks,
6005 is directly attached to the @samp{$} characters with no whitespace in
6006 between, and if the closing @samp{$} is followed by whitespace or
6007 punctuation.  For the other delimiters, there is no such restriction, so
6008 when in doubt, use @samp{\(...\)} as inline math delimiters.
6009 @end itemize
6011 @noindent For example:
6013 @example
6014 \begin@{equation@}                          % arbitrary environments,
6015 x=\sqrt@{b@}                                % even tables, figures
6016 \end@{equation@}                            % etc
6018 If $a^2=b$ and \( b=2 \), then the solution must be
6019 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
6020 @end example
6022 @noindent
6023 If you need any of the delimiter ASCII sequences for other purposes, you
6024 can configure the option @code{org-format-latex-options} to deselect the
6025 ones you do not wish to have interpreted by the La@TeX{} converter.
6027 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
6028 @section Processing LaTeX fragments
6029 @cindex LaTeX fragments, preview
6031 La@TeX{} fragments can be processed to produce a preview images of the
6032 typeset expressions:
6034 @table @kbd
6035 @kindex C-c C-x C-l
6036 @item C-c C-x C-l
6037 Produce a preview image of the La@TeX{} fragment at point and overlay it
6038 over the source code.  If there is no fragment at point, process all
6039 fragments in the current entry (between two headlines).  When called
6040 with a prefix argument, process the entire subtree.  When called with
6041 two prefix arguments, or when the cursor is before the first headline,
6042 process the entire buffer.
6043 @kindex C-c C-c
6044 @item C-c C-c
6045 Remove the overlay preview images.
6046 @end table
6048 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
6049 converted into images and inlined into the document if the following
6050 setting is active:
6052 @lisp
6053 (setq org-export-with-LaTeX-fragments t)
6054 @end lisp
6056 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
6057 @section Using CDLaTeX to enter math
6058 @cindex CDLaTeX
6060 CDLaTeX-mode is a minor mode that is normally used in combination with a
6061 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
6062 environments and math templates.  Inside Org-mode, you can make use of
6063 some of the features of cdlatex-mode.  You need to install
6064 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
6065 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
6066 Don't turn cdlatex-mode itself under Org-mode, but use the light
6067 version @code{org-cdlatex-mode} that comes as part of Org-mode.  Turn it
6068 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
6069 Org-mode files with
6071 @lisp
6072 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
6073 @end lisp
6075 When this mode is enabled, the following features are present (for more
6076 details see the documentation of cdlatex-mode):
6077 @itemize @bullet
6078 @kindex C-c @{
6079 @item
6080 Environment templates can be inserted with @kbd{C-c @{}.
6081 @item
6082 @kindex @key{TAB}
6083 The @key{TAB} key will do template expansion if the cursor is inside a
6084 La@TeX{} fragment@footnote{Org-mode has a method to test if the cursor is
6085 inside such a fragment, see the documentation of the function
6086 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
6087 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
6088 correctly inside the first brace.  Another @key{TAB} will get you into
6089 the second brace.  Even outside fragments, @key{TAB} will expand
6090 environment abbreviations at the beginning of a line.  For example, if
6091 you write @samp{equ} at the beginning of a line and press @key{TAB},
6092 this abbreviation will be expanded to an @code{equation} environment.
6093 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
6094 @item
6095 @kindex _
6096 @kindex ^
6097 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
6098 characters together with a pair of braces.  If you use @key{TAB} to move
6099 out of the braces, and if the braces surround only a single character or
6100 macro, they are removed again (depending on the variable
6101 @code{cdlatex-simplify-sub-super-scripts}).
6102 @item
6103 @kindex `
6104 Pressing the backquote @kbd{`} followed by a character inserts math
6105 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
6106 after the backquote, a help window will pop up.
6107 @item
6108 @kindex '
6109 Pressing the normal quote @kbd{'} followed by another character modifies
6110 the symbol before point with an accent or a font.  If you wait more than
6111 1.5 seconds after the backquote, a help window will pop up.  Character
6112 modification will work only inside La@TeX{} fragments, outside the quote
6113 is normal.
6114 @end itemize
6116 @node Exporting, Publishing, Embedded LaTeX, Top
6117 @chapter Exporting
6118 @cindex exporting
6120 Org-mode documents can be exported into a variety of other formats.  For
6121 printing and sharing of notes, ASCII export produces a readable and
6122 simple version of an Org-mode file.  HTML export allows you to publish a
6123 notes file on the web, while the XOXO format provides a solid base for
6124 exchange with a broad range of other applications. La@TeX{} export lets
6125 you use Org-mode and its structured editing functions to easily create
6126 La@TeX{} files.  To incorporate entries with associated times like
6127 deadlines or appointments into a desktop calendar program like iCal,
6128 Org-mode can also produce extracts in the iCalendar format.  Currently
6129 Org-mode only supports export, not import of these different formats.
6131 When exporting, Org-mode uses special conventions to enrich the output
6132 produced.  @xref{Text interpretation}, for more details.
6134 @table @kbd
6135 @kindex C-c C-e
6136 @item C-c C-e
6137 Dispatcher for export and publishing commands.  Displays a help-window
6138 listing the additional key(s) needed to launch an export or publishing
6139 command.
6140 @end table
6142 @menu
6143 * ASCII export::                Exporting to plain ASCII
6144 * HTML export::                 Exporting to HTML
6145 * LaTeX export::                Exporting to LaTeX
6146 * XOXO export::                 Exporting to XOXO
6147 * iCalendar export::            Exporting in iCalendar format
6148 * Text interpretation::         How the exporter looks at the file
6149 @end menu
6151 @node ASCII export, HTML export, Exporting, Exporting
6152 @section ASCII export
6153 @cindex ASCII export
6155 ASCII export produces a simple and very readable version of an Org-mode
6156 file.
6158 @cindex region, active
6159 @cindex active region
6160 @cindex transient-mark-mode
6161 @table @kbd
6162 @kindex C-c C-e a
6163 @item C-c C-e a
6164 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
6165 will be @file{myfile.txt}.  The file will be overwritten without
6166 warning.  If there is an active region, only the region will be
6167 exported. If the selected region is a single tree, the tree head will
6168 become the document title.  If the tree head entry has or inherits an
6169 EXPORT_FILE_NAME property, that name will be used for the export.
6170 @kindex C-c C-e v a
6171 @item C-c C-e v a
6172 Export only the visible part of the document.
6173 @end table
6175 @cindex headline levels, for exporting
6176 In the exported version, the first 3 outline levels will become
6177 headlines, defining a general document structure.  Additional levels
6178 will be exported as itemized lists.  If you want that transition to occur
6179 at a different level, specify it with a prefix argument.  For example,
6181 @example
6182 @kbd{C-1 C-c C-e a}
6183 @end example
6185 @noindent
6186 creates only top level headlines and does the rest as items.  When
6187 headlines are converted to items, the indentation of the text following
6188 the headline is changed to fit nicely under the item.  This is done with
6189 the assumption that the first bodyline indicates the base indentation of
6190 the body text.  Any indentation larger than this is adjusted to preserve
6191 the layout relative to the first line.  Should there be lines with less
6192 indentation than the first, these are left alone.
6194 @node HTML export, LaTeX export, ASCII export, Exporting
6195 @section HTML export
6196 @cindex HTML export
6198 Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
6199 HTML formatting, in ways similar to John Grubers @emph{markdown}
6200 language, but with additional support for tables.
6202 @menu
6203 * HTML Export commands::        How to invoke LaTeX export
6204 * Quoting HTML tags::           Using direct HTML in Org-mode
6205 * Links::                       Transformation of links for HTML
6206 * Images::                      How to include images
6207 * CSS support::                 Changing the appearence of the output
6208 @end menu
6210 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
6211 @subsection HTML export commands
6213 @cindex region, active
6214 @cindex active region
6215 @cindex transient-mark-mode
6216 @table @kbd
6217 @kindex C-c C-e h
6218 @item C-c C-e h
6219 Export as HTML file @file{myfile.html}.  For an org file
6220 @file{myfile.org}, the ASCII file will be @file{myfile.html}.  The file
6221 will be overwritten without warning.  If there is an active region, only
6222 the region will be exported. If the selected region is a single tree,
6223 the tree head will become the document title.  If the tree head entry
6224 has or inherits an EXPORT_FILE_NAME property, that name will be used for
6225 the export.
6226 @kindex C-c C-e b
6227 @item C-c C-e b
6228 Export as HTML file and immediately open it with a browser.
6229 @kindex C-c C-e H
6230 @item C-c C-e H
6231 Export to a temporary buffer, do not create a file.
6232 @kindex C-c C-e R
6233 @item C-c C-e R
6234 Export the active region to a temporary buffer.  With prefix arg, do not
6235 produce file header and foot, but just the plain HTML section for the
6236 region.  This is good for cut-and-paste operations.
6237 @kindex C-c C-e v h
6238 @kindex C-c C-e v b
6239 @kindex C-c C-e v H
6240 @kindex C-c C-e v R
6241 @item C-c C-e v h
6242 @item C-c C-e v b
6243 @item C-c C-e v H
6244 @item C-c C-e v R
6245 Export only the visible part of the document.
6246 @item M-x org-export-region-as-html
6247 Convert the region to HTML under the assumption that it was org-mode
6248 syntax before.  This is a global command that can be invoked in any
6249 buffer.
6250 @item M-x org-replace-region-by-HTML
6251 Replace the active region (assumed to be in Org-mode syntax) by HTML
6252 code.
6253 @end table
6255 @cindex headline levels, for exporting
6256 In the exported version, the first 3 outline levels will become
6257 headlines, defining a general document structure.  Additional levels
6258 will be exported as itemized lists.  If you want that transition to occur
6259 at a different level, specify it with a prefix argument.  For example,
6261 @example
6262 @kbd{C-2 C-c C-e b}
6263 @end example
6265 @noindent
6266 creates two levels of headings and does the rest as items.
6268 @node Quoting HTML tags, Links, HTML Export commands, HTML export
6269 @subsection Quoting HTML tags
6271 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
6272 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
6273 which should be interpreted as such, mark them with @samp{@@} as in
6274 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
6275 simple tags.  For more extensive HTML that should be copied verbatim to
6276 the exported file use either
6278 @example
6279 #+HTML: Literal HTML code for export
6280 @end example
6282 @noindent or
6284 @example
6285 #+BEGIN_HTML
6286 All lines between these markers are exported literally
6287 #+END_HTML
6288 @end example
6291 @node Links, Images, Quoting HTML tags, HTML export
6292 @subsection Links
6294 @cindex links, in HTML export
6295 @cindex internal links, in HTML export
6296 @cindex external links, in HTML export
6297 Internal links (@pxref{Internal links}) will continue to work in HTML
6298 files only if they match a dedicated @samp{<<target>>}.  Automatic links
6299 created by radio targets (@pxref{Radio targets}) will also work in the
6300 HTML file.  Links to external files will still work if the HTML file is
6301 in the same directory as the Org-mode file.  Links to other @file{.org}
6302 files will be translated into HTML links under the assumption that an
6303 HTML version also exists of the linked file.  For information related to
6304 linking files while publishing them to a publishing directory see
6305 @ref{Publishing links}.
6307 @node Images, CSS support, Links, HTML export
6308 @subsection Images
6310 @cindex images, inline in HTML
6311 @cindex inlining images in HTML
6312 HTML export can inline images given as links in the Org-mode file, and
6313 it can make an image the clickable part of a link.  By
6314 default@footnote{but see the variable
6315 @code{org-export-html-inline-images}}, images are inlined if a link does
6316 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
6317 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
6318 @samp{the image} that points to the image.  If the description part
6319 itself is a @code{file:} link or a @code{http:} URL pointing to an
6320 image, this image will be inlined and activated so that clicking on the
6321 image will activate the link.  For example, to include a thumbnail that
6322 will link to a high resolution version of the image, you could use:
6324 @example
6325 [[file:highres.jpg][file:thumb.jpg]]
6326 @end example
6328 @noindent
6329 and you could use @code{http} addresses just as well.
6331 @node CSS support,  , Images, HTML export
6332 @subsection CSS support
6334 You can also give style information for the exported file.  The HTML
6335 exporter assigns the following CSS classes to appropriate parts of the
6336 document - your style specifications may change these:
6337 @example
6338 .todo           @r{TODO keywords}
6339 .done           @r{the DONE keyword}
6340 .timestamp      @r{time stamp}
6341 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
6342 .tag            @r{tag in a headline}
6343 .target         @r{target for links}
6344 @end example
6346 The default style specification can be configured through the option
6347 @code{org-export-html-style}.  If you want to use a file-local style,
6348 you may use file variables, best wrapped into a COMMENT section at the
6349 end of the outline tree.  For example@footnote{Under Emacs 21, the
6350 continuation lines for a variable value should have no @samp{#} at the
6351 start of the line.}:
6353 @example
6354 * COMMENT html style specifications
6356 # Local Variables:
6357 # org-export-html-style: "   <style type=\"text/css\">
6358 #       p @{font-weight: normal; color: gray; @}
6359 #       h1 @{color: black; @}
6360 #   </style>"
6361 # End:
6362 @end example
6364 Remember to execute @kbd{M-x normal-mode} after changing this to make
6365 the new style visible to Emacs.  This command restarts org-mode for the
6366 current buffer and forces Emacs to re-evaluate the local variables
6367 section in the buffer.
6369 @c FIXME: More about header and footer styles
6370 @c FIXME: Talk about links and targets.
6372 @node LaTeX export, XOXO export, HTML export, Exporting
6373 @section LaTeX export
6374 @cindex LaTeX export
6376 Org-mode contains a La@TeX{} exporter written by Bastien Guerry.
6378 @menu
6379 * LaTeX export commands::       How to invoke LaTeX export
6380 * Quoting LaTeX code::          Incorporating literal LaTeX code
6381 * Sectioning structure::        
6382 @end menu
6384 @node LaTeX export commands, Quoting LaTeX code, LaTeX export, LaTeX export
6385 @subsection LaTeX export commands
6387 @table @kbd
6388 @kindex C-c C-e l
6389 @item C-c C-e l
6390 Export as La@TeX{} file @file{myfile.tex}.
6391 @kindex C-c C-e L
6392 @item C-c C-e L
6393 Export to a temporary buffer, do not create a file.
6394 @kindex C-c C-e v l
6395 @kindex C-c C-e v L
6396 @item C-c C-e v l
6397 @item C-c C-e v L
6398 Export only the visible part of the document.
6399 @item M-x org-export-region-as-latex
6400 Convert the region to La@TeX{} under the assumption that it was org-mode
6401 syntax before.  This is a global command that can be invoked in any
6402 buffer.
6403 @item M-x org-replace-region-by-latex
6404 Replace the active region (assumed to be in Org-mode syntax) by La@TeX{}
6405 code.
6406 @end table
6408 @cindex headline levels, for exporting
6409 In the exported version, the first 3 outline levels will become
6410 headlines, defining a general document structure.  Additional levels
6411 will be exported as description lists.  The exporter can ignore them or
6412 convert them to a custom string depending on
6413 @code{org-latex-low-levels}.
6415 If you want that transition to occur at a different level, specify it
6416 with a prefix argument. For example,
6418 @example
6419 @kbd{C-2 C-c C-e l}
6420 @end example
6422 @noindent
6423 creates two levels of headings and does the rest as items.
6425 @node Quoting LaTeX code, Sectioning structure, LaTeX export commands, LaTeX export
6426 @subsection Quoting LaTeX code
6428 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
6429 inserted into the La@TeX{} file.  Forthermore, you can add special code
6430 that should only be present in La@TeX{} export with the following
6431 constructs:
6433 @example
6434 #+LaTeX: Literal LaTeX code for export
6435 @end example
6437 @noindent or
6439 @example
6440 #+BEGIN_LaTeX
6441 All lines between these markers are exported literally
6442 #+END_LaTeX
6443 @end example
6447 @node   Sectioning structure,  , Quoting LaTeX code, LaTeX export
6448 @subsection Sectioning structure
6449 @cindex LaTeX class
6450 @cindex LaTeX sectioning structure
6452 By default, the La@TeX{} output uses the class @code{article}.
6454 You can change this globally by setting a different value for
6455 @code{org-export-latex-default-class} or locally by adding an option
6456 like @code{#+LaTeX_CLASS: myclass} in your file.  The class should be
6457 listed in @code{org-export-latex-classes}, where you can also define the
6458 sectioning structure for each class.
6461 @node XOXO export, iCalendar export, LaTeX export, Exporting
6462 @section XOXO export
6463 @cindex XOXO export
6465 Org-mode contains an exporter that produces XOXO-style output.
6466 Currently, this exporter only handles the general outline structure and
6467 does not interpret any additional Org-mode features.
6469 @table @kbd
6470 @kindex C-c C-e x
6471 @item C-c C-e x
6472 Export as XOXO file @file{myfile.html}.
6473 @kindex C-c C-e v
6474 @item C-c C-e v x
6475 Export only the visible part of the document.
6476 @end table
6478 @node iCalendar export, Text interpretation, XOXO export, Exporting
6479 @section iCalendar export
6480 @cindex iCalendar export
6482 Some people like to use Org-mode for keeping track of projects, but
6483 still prefer a standard calendar application for anniversaries and
6484 appointments.  In this case it can be useful to have deadlines and
6485 other time-stamped items in Org-mode files show up in the calendar
6486 application.  Org-mode can export calendar information in the standard
6487 iCalendar format.  If you also want to have TODO entries included in the
6488 export, configure the variable @code{org-icalendar-include-todo}.
6490 @table @kbd
6491 @kindex C-c C-e i
6492 @item C-c C-e i
6493 Create iCalendar entries for the current file and store them in the same
6494 directory, using a file extension @file{.ics}.
6495 @kindex C-c C-e I
6496 @item C-c C-e I
6497 Like @kbd{C-c C-e i}, but do this for all files in
6498 @code{org-agenda-files}.  For each of these files, a separate iCalendar
6499 file will be written.
6500 @kindex C-c C-e c
6501 @item C-c C-e c
6502 Create a single large iCalendar file from all files in
6503 @code{org-agenda-files} and write it to the file given by
6504 @code{org-combined-agenda-icalendar-file}.
6505 @end table
6507 The export will honor SUMMARY, DESCRIPTION and LOCATION properties if
6508 the selected entries have them.  If not, the summary will be derived
6509 from the headline, and the description from the body (limited to
6510 @code{org-icalendar-include-body} characters).  
6512 How this calendar is best read and updated, depends on the application
6513 you are using.  The FAQ covers this issue.
6516 @node Text interpretation,  , iCalendar export, Exporting
6517 @section Text interpretation by the exporter
6519 The exporter backends interpret additional structure in the Org-mode file
6520 in order to produce better output.
6522 @menu
6523 * Comment lines::               Some lines will not be exported
6524 * Initial text::                Text before the first headline
6525 * Footnotes::                   Numbers like [1]
6526 * Quoted examples::             Inserting quoted chnuks of text            
6527 * Enhancing text::              Subscripts, symbols and more
6528 * Export options::              How to influence the export settings
6529 @end menu
6531 @node Comment lines, Initial text, Text interpretation, Text interpretation
6532 @subsection Comment lines
6533 @cindex comment lines
6534 @cindex exporting, not
6536 Lines starting with @samp{#} in column zero are treated as comments
6537 and will never be exported.  Also entire subtrees starting with the
6538 word @samp{COMMENT} will never be exported.
6540 @table @kbd
6541 @kindex C-c ;
6542 @item C-c ;
6543 Toggle the COMMENT keyword at the beginning of an entry.
6544 @end table
6546 @node Initial text, Footnotes, Comment lines, Text interpretation
6547 @subsection Text before the first headline
6549 Org-mode normally ignores any text before the first headline when
6550 exporting, leaving this region for internal links to speed up navigation
6551 etc.  However, in publishing-oriented files, you might want to have some
6552 text before the first headline, like a small introduction, special HTML
6553 code with a navigation bar, etc.  You can ask to have this part of the
6554 file exported as well by setting the variable
6555 @code{org-export-skip-text-before-1st-heading} to @code{nil}.  On a
6556 per-file basis, you can get the same effect with
6558 @example
6559 #+OPTIONS: skip:nil
6560 @end example
6562 The text before the first headline will be fully processed
6563 (@pxref{Enhancing text}), and the first non-comment line becomes the
6564 title of the exported document.  If you need to include literal HTML,
6565 use the special constructs described in @ref{Quoting HTML tags}.  The
6566 table of contents is normally inserted directly before the first
6567 headline of the file.  If you would like to get it to a different
6568 location, insert the string @code{[TABLE-OF-CONTENTS]} on a line by
6569 itself at the desired location.
6571 Finally, if you want to use the space before the first headline for
6572 internal purposes, but @emph{still} want to place something before the
6573 first headline when exporting the file, you can use the @code{#+TEXT}
6574 construct:
6576 @example
6577 #+OPTIONS: skip:t
6578 #+TEXT: This text will go before the *first* headline.
6579 #+TEXT: We place the table of contents here:
6580 #+TEXT: [TABLE-OF-CONTENTS]
6581 #+TEXT: This goes between the table of contents and the first headline
6582 @end example
6584 @node Footnotes, Quoted examples, Initial text, Text interpretation
6585 @subsection Footnotes
6586 @cindex footnotes
6587 @cindex @file{footnote.el}
6589 Numbers in square brackets are treated as footnotes, so that you can use
6590 the Emacs package @file{footnote.el} to create footnotes.  For example:
6592 @example
6593 The org-mode homepage[1] clearly needs help from
6594 a good web designer.
6596 [1] The link is: http://orgmode.org
6597 @end example
6599 @noindent
6600 @kindex C-c !
6601 Note that the @file{footnote} package uses @kbd{C-c !} to invoke its
6602 commands.  This binding conflicts with the org-mode command for
6603 inserting inactive time stamps.  You could use the variable
6604 @code{footnote-prefix} to switch footnotes commands to another key.  Or,
6605 if you are too used to this binding, you could use
6606 @code{org-replace-disputed-keys} and @code{org-disputed-keys} to change
6607 the settings in Org-mode.
6609 @node Quoted examples, Enhancing text, Footnotes, Text interpretation
6610 @subsection Quoted examples
6611 @cindex quoted examples
6612 @cindex examples, quoted
6613 @cindex text, fixed width
6614 @cindex fixed width text
6616 When writing technical documents, you often need to insert examples that
6617 are not further interpreted by Org-mode.  For historical reasons, there
6618 are several ways to do this:
6620 @itemize @bullet
6621 @item
6622 If a headline starts with the word @samp{QUOTE}, the text below the
6623 headline will be typeset as fixed-width, to allow quoting of computer
6624 codes etc.
6625 @item
6626 Lines starting with @samp{:} are also typeset in fixed-width font. 
6627 @table @kbd
6628 @kindex C-c :
6629 @item C-c :
6630 Toggle fixed-width for entry (QUOTE) or region, see below.
6631 @end table
6632 @item
6633 Finally, text between
6634 @example
6635 #+BEGIN_EXAMPLE
6636 quoted text
6637 #+END_EXAMPLE
6638 @end example
6639 will also be exported in this way.
6640 @end itemize
6643 @node Enhancing text, Export options, Quoted examples, Text interpretation
6644 @subsection Enhancing text for export
6645 @cindex enhancing text
6646 @cindex richer text
6648 Some of the export backends of Org-mode allow for sophisticated text
6649 formatting, this is true in particular for the HTML and La@TeX{}
6650 backends.  Org-mode has a number of typing conventions that allow to
6651 produce a richly formatted output.
6653 @itemize @bullet
6655 @cindex hand-formatted lists
6656 @cindex lists, hand-formatted
6657 @item
6658 Plain lists @samp{-}, @samp{*} or @samp{+} as bullet, or with @samp{1.}
6659 or @samp{2)} as enumerator will be recognized and transformed if the
6660 backend supports lists.  See @xref{Plain lists}.
6662 @cindex underlined text
6663 @cindex bold text
6664 @cindex italic text
6665 @cindex verbatim text
6666 @item
6667 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
6668 and @code{~verbatim~}, and, if you must, @samp{+strikethrough+}.  Text
6669 in the code and verbatim string is not processed for org-mode specific
6670 syntax, it is exported verbatim.
6672 @cindex horizontal rules, in exported files
6673 @item
6674 A line consisting of only dashes, and at least 5 of them, will be
6675 exported as a horizontal line (@samp{<hr/>} in HTML).
6677 @cindex LaTeX fragments, export
6678 @cindex TeX macros, export
6679 @item
6680 Many @TeX{} macros and entire La@TeX{} fragments are converted into HTML
6681 entities or images (@pxref{Embedded LaTeX}).
6683 @cindex tables, export
6684 @item
6685 Tables are transformed into native tables under the exporter, if the
6686 export backend supports this. Data fields before the first horizontal
6687 separator line will be formatted as table header fields.
6689 @cindex fixed width
6690 @item
6691 If a headline starts with the word @samp{QUOTE}, the text below the
6692 headline will be typeset as fixed-width, to allow quoting of computer
6693 codes etc.  Lines starting with @samp{:} are also typeset in fixed-width
6694 font. 
6695 @table @kbd
6696 @kindex C-c :
6697 @item C-c :
6698 Toggle fixed-width for entry (QUOTE) or region, see below.
6699 @end table
6700 Finally, text between
6701 @example
6702 #+BEGIN_EXAMPLE
6703 quoted text
6704 #+END_EXAMPLE
6705 @end example
6706 will also be exported in this way.
6708 @cindex linebreak, forced
6709 @item 
6710 A double backslash @emph{at the end of a line} enforces a line break at
6711 this position.
6713 @cindex HTML entities, LaTeX entities
6714 @item
6715 Strings like @code{\alpha} will be exported as @code{&alpha;}, in the
6716 HTML output.  These strings are exported as @code{$\alpha$} in the
6717 La@TeX{} output.  Similarly, @code{\nbsp} will become @code{&nbsp;} in
6718 HTML and in La@TeX{}.  This applies for a long list of entities, see
6719 the variable @code{org-html-entities} for the complete list.
6720 @c FIXME
6721 @end itemize
6723 If these conversions conflict with your habits of typing ASCII text,
6724 they can all be turned off with corresponding variables.  See the
6725 customization group @code{org-export-general}, and the following section
6726 which explains how to set export options with special lines in a
6727 buffer.
6730 @node Export options,  , Enhancing text, Text interpretation
6731 @subsection Export options
6732 @cindex options, for export
6734 @cindex completion, of option keywords
6735 The exporter recognizes special lines in the buffer which provide
6736 additional information.  These lines may be put anywhere in the file.
6737 The whole set of lines can be inserted into the buffer with @kbd{C-c
6738 C-e t}.  For individual lines, a good way to make sure the keyword is
6739 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
6740 (@pxref{Completion}).
6742 @table @kbd
6743 @kindex C-c C-e t
6744 @item C-c C-e t
6745 Insert template with export options, see example below.
6746 @end table
6748 @example
6749 #+TITLE:     the title to be shown (default is the buffer name)
6750 #+AUTHOR:    the author (default taken from @code{user-full-name})
6751 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
6752 #+EMAIL:     his/her email address (default from @code{user-mail-address})
6753 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
6754 #+TEXT:      Some descriptive text to be inserted at the beginning.
6755 #+TEXT:      Several lines may be given.
6756 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
6757 @end example
6759 @noindent
6760 The OPTIONS line is a compact form to specify export settings.  Here
6761 you can:
6762 @cindex headline levels
6763 @cindex section-numbers
6764 @cindex table of contents
6765 @cindex linebreak preservation
6766 @cindex quoted HTML tags
6767 @cindex fixed-width sections
6768 @cindex tables
6769 @cindex @TeX{}-like syntax for sub- and superscripts
6770 @cindex footnotes
6771 @cindex special strings
6772 @cindex emphasized text
6773 @cindex @TeX{} macros
6774 @cindex La@TeX{} fragments
6775 @cindex author info, in export
6776 @cindex time info, in export
6777 @example
6778 H:         @r{set the number of headline levels for export}
6779 num:       @r{turn on/off section-numbers}
6780 toc:       @r{turn on/off table of contents, or set level limit (integer)}
6781 \n:        @r{turn on/off linebreak-preservation}
6782 @@:         @r{turn on/off quoted HTML tags}
6783 ::         @r{turn on/off fixed-width sections}
6784 |:         @r{turn on/off tables}
6785 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
6786            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
6787            @r{the simple @code{a_b} will be left as it is.}
6788 -:         @r{turn on/off conversion of special strings.}
6789 f:         @r{turn on/off foototes like this[1].}
6790 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
6791 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
6792 LaTeX:     @r{turn on/off La@TeX{} fragments}
6793 skip:      @r{turn on/off skipping the text before the first heading}
6794 author:    @r{turn on/off inclusion of author name/email into exported file}
6795 timestamp: @r{turn on/off inclusion creation time into exported file}
6796 d:         @r{turn on/off inclusion of drawers}
6797 @end example
6799 These options take effect in both the HTML and La@TeX{} export, except
6800 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
6801 @code{nil} for the La@TeX{} export.
6803 @node Publishing, Miscellaneous, Exporting, Top
6804 @chapter Publishing
6805 @cindex publishing
6807 Org-mode includes@footnote{@file{org-publish.el} is not distributed with
6808 Emacs 21, if you are still using Emacs 21, you need you need to download
6809 this file separately.} a publishing management system that allows you to
6810 configure automatic HTML conversion of @emph{projects} composed of
6811 interlinked org files.  This system is called @emph{org-publish}.  You can
6812 also configure org-publish to automatically upload your exported HTML
6813 pages and related attachments, such as images and source code files, to
6814 a web server. Org-publish turns org-mode into a web-site authoring tool.
6816 You can also use Org-publish to convert files into La@TeX{}, or even
6817 combine HTML and La@TeX{} conversion so that files are available in both
6818 formats on the server@footnote{Since La@TeX{} files on a server are not
6819 that helpful, you surely want to perform further conversion on them --
6820 e.g. convert them to @code{PDF} format.}.
6822 Org-publish has been contributed to Org-mode by David O'Toole.
6824 @menu
6825 * Configuration::               Defining projects
6826 * Sample configuration::        Example projects
6827 * Triggering publication::      Publication commands
6828 @end menu
6830 @node Configuration, Sample configuration, Publishing, Publishing
6831 @section Configuration
6833 Publishing needs significant configuration to specify files, destination
6834 and many other properties of a project.
6836 @menu
6837 * Project alist::               The central configuration variable
6838 * Sources and destinations::    From here to there
6839 * Selecting files::             What files are part of the project?
6840 * Publishing action::           Setting the function doing the publishing
6841 * Publishing options::          Tweaking HTML export
6842 * Publishing links::            Which links keep working after publishing?
6843 * Project page index::          Publishing a list of project files
6844 @end menu
6846 @node Project alist, Sources and destinations, Configuration, Configuration
6847 @subsection The variable @code{org-publish-project-alist}
6848 @cindex org-publish-project-alist
6849 @cindex projects, for publishing
6851 Org-publish is configured almost entirely through setting the value of
6852 one variable, called @code{org-publish-project-alist}.
6853 Each element of the list configures one project, and may be in one of
6854 the two following forms:
6856 @lisp
6857 ("project-name"  :property value :property value ...)
6859 @r{or} 
6861 ("project-name"  :components ("project-name" "project-name" ...))
6863 @end lisp
6865 In both cases, projects are configured by specifying property values.
6866 A project defines the set of files that will be published, as well as
6867 the publishing configuration to use when publishing those files.  When
6868 a project takes the second form listed above, the individual members
6869 of the ``components'' property are taken to be components of the
6870 project, which group together files requiring different publishing
6871 options. When you publish such a ``meta-project'' all the components
6872 will also publish.
6874 @node Sources and destinations, Selecting files, Project alist, Configuration
6875 @subsection Sources and destinations for files
6876 @cindex directories, for publishing
6878 Most properties are optional, but some should always be set. In
6879 particular, org-publish needs to know where to look for source files,
6880 and where to put published files.
6882 @multitable @columnfractions 0.3 0.7
6883 @item @code{:base-directory}
6884 @tab Directory containing publishing source files
6885 @item @code{:publishing-directory}
6886 @tab Directory (possibly remote) where output files will be published.
6887 @item @code{:preparation-function}
6888 @tab Function called before starting publishing process, for example to
6889 run @code{make} for updating files to be published.
6890 @end multitable
6891 @noindent
6893 @node Selecting files, Publishing action, Sources and destinations, Configuration
6894 @subsection Selecting files
6895 @cindex files, selecting for publishing
6897 By default, all files with extension @file{.org} in the base directory
6898 are considered part of the project.  This can be modified by setting the
6899 properties 
6900 @multitable @columnfractions 0.25 0.75
6901 @item @code{:base-extension}
6902 @tab Extension (without the dot!) of source files.  This actually is a
6903 regular expression.
6905 @item @code{:exclude} 
6906 @tab Regular expression to match file names that should not be
6907 published, even though they have been selected on the basis of their
6908 extension.
6910 @item @code{:include}
6911 @tab List of files to be included regardless of @code{:base-extension}
6912 and @code{:exclude}.
6913 @end multitable
6915 @node Publishing action, Publishing options, Selecting files, Configuration
6916 @subsection Publishing Action
6917 @cindex action, for publishing
6919 Publishing means that a file is copied to the destination directory and
6920 possibly transformed in the process.  The default transformation is to
6921 export Org-mode files as HTML files, and this is done by the function
6922 @code{org-publish-org-to-html} which calls the HTML exporter
6923 (@pxref{HTML export}). But you also can publish your files in La@TeX{} by
6924 using the function @code{org-publish-org-to-latex} instead. Other files
6925 like images only need to be copied to the publishing destination. For
6926 non-Org-mode files, you need to specify the publishing function.
6929 @multitable @columnfractions 0.3 0.7
6930 @item @code{:publishing-function}
6931 @tab Function executing the publication of a file.  This may also be a
6932 list of functions, which will all be called in turn.
6933 @end multitable
6935 The function must accept two arguments: a property list containing at
6936 least a @code{:publishing-directory} property, and the name of the file
6937 to be published.  It should take the specified file, make the necessary
6938 transformation (if any) and place the result into the destination folder.
6939 You can write your own publishing function, but @code{org-publish}
6940 provides one for attachments (files that only need to be copied):
6941 @code{org-publish-attachment}.
6943 @node Publishing options, Publishing links, Publishing action, Configuration
6944 @subsection Options for the HTML/LaTeX exporters
6945 @cindex options, for publishing
6947 The property list can be used to set many export options for the HTML
6948 and La@TeX{} exporters.  In most cases, these properties correspond to user
6949 variables in Org-mode.  The table below lists these properties along
6950 with the variable they belong to.  See the documentation string for the
6951 respective variable for details.
6953 @multitable @columnfractions 0.3 0.7
6954 @item @code{:language}              @tab @code{org-export-default-language}
6955 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
6956 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
6957 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
6958 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
6959 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
6960 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
6961 @item @code{:special-strings}       @tab @code{org-export-with-special-strings}
6962 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
6963 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
6964 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
6965 @item @code{:timestamps}           .@tab @code{org-export-with-timestamps}
6966 @item @code{:tags}                 .@tab @code{org-export-with-tags}
6967 @item @code{:tables}                @tab @code{org-export-with-tables}
6968 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
6969 @item @code{:style}                 @tab @code{org-export-html-style}
6970 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
6971 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
6972 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
6973 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
6974 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
6975 @item @code{:preamble}              @tab @code{org-export-html-preamble}
6976 @item @code{:postamble}             @tab @code{org-export-html-postamble}
6977 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
6978 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
6979 @item @code{:author}                @tab @code{user-full-name}
6980 @item @code{:email}                 @tab @code{user-mail-address}
6981 @end multitable
6983 If you use several email addresses, separate them by a semi-column.
6985 Most of the @code{org-export-with-*} variables have the same effect in
6986 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
6987 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
6988 La@TeX{} export.
6990 When a property is given a value in @code{org-publish-project-alist},
6991 its setting overrides the value of the corresponding user variable (if
6992 any) during publishing.  Options set within a file (@pxref{Export
6993 options}), however, override everything.
6995 @node Publishing links, Project page index, Publishing options, Configuration
6996 @subsection Links between published files
6997 @cindex links, publishing
6999 To create a link from one Org-mode file to another, you would use
7000 something like @samp{[[file:foo.org][The foo]]} or simply
7001 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
7002 becomes a link to @file{foo.html}.  In this way, you can interlink the
7003 pages of your "org web" project and the links will work as expected when
7004 you publish them to HTML.
7006 You may also link to related files, such as images. Provided you are
7007 careful with relative pathnames, and provided you have also configured
7008 @code{org-publish} to upload the related files, these links will work
7009 too. @ref{Complex example} for an example of this usage.
7011 Sometime an Org-mode file to be published may contain links that are
7012 only valid in your production environment, but not in the publishing
7013 location.  In this case, use the property 
7015 @multitable @columnfractions 0.4 0.6
7016 @item @code{:link-validation-function}
7017 @tab Function to validate links
7018 @end multitable
7020 @noindent
7021 to define a function for checking link validity.  This function must
7022 accept two arguments, the file name and a directory relative to which
7023 the file name is interpreted in the production environment.  If this
7024 function returns @code{nil}, then the HTML generator will only insert a
7025 description into the HTML file, but no link.  One option for this
7026 function is @code{org-publish-validate-link} which checks if the given
7027 file is part of any project in @code{org-publish-project-alist}.
7029 @node Project page index,  , Publishing links, Configuration
7030 @subsection Project page index
7031 @cindex index, of published pages
7033 The following properties may be used to control publishing of an
7034 index of files or summary page for a given project.
7036 @multitable @columnfractions 0.25 0.75
7037 @item @code{:auto-index}
7038 @tab When non-nil, publish an index during org-publish-current-project or
7039 org-publish-all.
7041 @item @code{:index-filename}
7042 @tab Filename for output of index. Defaults to @file{index.org} (which
7043 becomes @file{index.html}).
7045 @item @code{:index-title}
7046 @tab Title of index page. Defaults to name of file.
7048 @item @code{:index-function}
7049 @tab Plugin function to use for generation of index.
7050 Defaults to @code{org-publish-org-index}, which generates a plain list
7051 of links to all files in the project.
7052 @end multitable
7054 @node Sample configuration, Triggering publication, Configuration, Publishing
7055 @section Sample configuration
7057 Below we provide two example configurations.  The first one is a simple
7058 project publishing only a set of Org-mode files.  The second example is
7059 more complex, with a multi-component project.
7061 @menu
7062 * Simple example::              One-component publishing
7063 * Complex example::             A multi-component publishing example
7064 @end menu
7066 @node Simple example, Complex example, Sample configuration, Sample configuration
7067 @subsection Example: simple publishing configuration
7069 This example publishes a set of Org-mode files to the @file{public_html}
7070 directory on the local machine.
7072 @lisp
7073 (setq org-publish-project-alist
7074       '(("org" 
7075          :base-directory "~/org/"
7076          :publishing-directory "~/public_html"
7077          :section-numbers nil
7078          :table-of-contents nil
7079          :style "<link rel=stylesheet 
7080                 href=\"../other/mystyle.css\"
7081                 type=\"text/css\">")))
7082 @end lisp
7084 @node Complex example,  , Simple example, Sample configuration
7085 @subsection Example: complex publishing configuration
7087 This more complicated example publishes an entire website, including
7088 org files converted to HTML, image files, emacs lisp source code, and
7089 stylesheets. The publishing-directory is remote and private files are
7090 excluded.
7092 To ensure that links are preserved, care should be taken to replicate
7093 your directory structure on the web server, and to use relative file
7094 paths. For example, if your org files are kept in @file{~/org} and your
7095 publishable images in @file{~/images}, you'd link to an image with
7097 @example
7098 file:../images/myimage.png
7099 @end example
7101 On the web server, the relative path to the image should be the
7102 same. You can accomplish this by setting up an "images" folder in the
7103 right place on the webserver, and publishing images to it.
7105 @lisp
7106 (setq org-publish-project-alist
7107       '(("orgfiles"
7108           :base-directory "~/org/"
7109           :base-extension "org"
7110           :publishing-directory "/ssh:user@@host:~/html/notebook/"
7111           :publishing-function org-publish-org-to-html
7112           :exclude "PrivatePage.org"   ;; regexp
7113           :headline-levels 3
7114           :section-numbers nil
7115           :table-of-contents nil
7116           :style "<link rel=stylesheet 
7117                   href=\"../other/mystyle.css\" type=\"text/css\">"
7118           :auto-preamble t
7119           :auto-postamble nil)
7120          
7121          ("images"
7122           :base-directory "~/images/"
7123           :base-extension "jpg\\|gif\\|png"
7124           :publishing-directory "/ssh:user@@host:~/html/images/"
7125           :publishing-function org-publish-attachment)
7127          ("other"
7128           :base-directory "~/other/"
7129           :base-extension "css\\|el"
7130           :publishing-directory "/ssh:user@@host:~/html/other/"
7131           :publishing-function org-publish-attachment)
7132          ("website" :components ("orgfiles" "images" "other"))))
7133 @end lisp
7135 @node Triggering publication,  , Sample configuration, Publishing
7136 @section Triggering publication
7138 Once org-publish is properly configured, you can publish with the
7139 following functions: 
7141 @table @kbd
7142 @item C-c C-e C
7143 Prompt for a specific project and publish all files that belong to it.
7144 @item C-c C-e P
7145 Publish the project containing the current file.
7146 @item C-c C-e F
7147 Publish only the current file.
7148 @item C-c C-e A
7149 Publish all projects.
7150 @end table
7152 Org uses timestamps to track when a file has changed. The above
7153 functions normally only publish changed files. You can override this and
7154 force publishing of all files by giving a prefix argument.
7156 @node Miscellaneous, Extensions and Hacking, Publishing, Top
7157 @chapter Miscellaneous
7159 @menu
7160 * Completion::                  M-TAB knows what you need
7161 * Customization::               Adapting Org-mode to your taste
7162 * In-buffer settings::          Overview of the #+KEYWORDS
7163 * The very busy C-c C-c key::   When in doubt, press C-c C-c
7164 * Clean view::                  Getting rid of leading stars in the outline
7165 * TTY keys::                    Using Org-mode on a tty
7166 * Interaction::                 Other Emacs packages
7167 * Bugs::                        Things which do not work perfectly
7168 @end menu
7170 @node Completion, Customization, Miscellaneous, Miscellaneous
7171 @section Completion
7172 @cindex completion, of @TeX{} symbols
7173 @cindex completion, of TODO keywords
7174 @cindex completion, of dictionary words
7175 @cindex completion, of option keywords
7176 @cindex completion, of tags
7177 @cindex completion, of property keys
7178 @cindex completion, of link abbreviations
7179 @cindex @TeX{} symbol completion
7180 @cindex TODO keywords completion
7181 @cindex dictionary word completion
7182 @cindex option keyword completion
7183 @cindex tag completion
7184 @cindex link abbreviations, completion of
7186 Org-mode supports in-buffer completion.  This type of completion does
7187 not make use of the minibuffer.  You simply type a few letters into
7188 the buffer and use the key to complete text right there.
7190 @table @kbd
7191 @kindex M-@key{TAB}
7192 @item M-@key{TAB}
7193 Complete word at point
7194 @itemize @bullet
7195 @item
7196 At the beginning of a headline, complete TODO keywords.
7197 @item
7198 After @samp{\}, complete @TeX{} symbols supported by the exporter.
7199 @item
7200 After @samp{*}, complete headlines in the current buffer so that they
7201 can be used in search links like @samp{[[*find this headline]]}.
7202 @item
7203 After @samp{:} in a headline, complete tags.  The list of tags is taken
7204 from the variable @code{org-tag-alist} (possibly set through the
7205 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
7206 dynamically from all tags used in the current buffer.
7207 @item
7208 After @samp{:} and not in a headline, complete property keys.  The list
7209 of keys is constructed dynamically from all keys used in the current
7210 buffer.
7211 @item
7212 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
7213 @item
7214 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
7215 @samp{OPTIONS} which set file-specific options for Org-mode.  When the
7216 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
7217 will insert example settings for this keyword.
7218 @item
7219 In the line after @samp{#+STARTUP: }, complete startup keywords,
7220 i.e. valid keys for this line.
7221 @item
7222 Elsewhere, complete dictionary words using ispell.
7223 @end itemize
7224 @end table
7226 @node Customization, In-buffer settings, Completion, Miscellaneous
7227 @section Customization
7228 @cindex customization
7229 @cindex options, for customization
7230 @cindex variables, for customization
7232 There are more than 180 variables that can be used to customize
7233 Org-mode.  For the sake of compactness of the manual, I am not
7234 describing the variables here.  A structured overview of customization
7235 variables is available with @kbd{M-x org-customize}.  Or select
7236 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
7237 settings can also be activated on a per-file basis, by putting special
7238 lines into the buffer (@pxref{In-buffer settings}).
7240 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
7241 @section Summary of in-buffer settings
7242 @cindex in-buffer settings
7243 @cindex special keywords
7245 Org-mode uses special lines in the buffer to define settings on a
7246 per-file basis.  These lines start with a @samp{#+} followed by a
7247 keyword, a colon, and then individual words defining a setting.  Several
7248 setting words can be in the same line, but you can also have multiple
7249 lines for the keyword.  While these settings are described throughout
7250 the manual, here is a summary.  After changing any of those lines in the
7251 buffer, press @kbd{C-c C-c} with the cursor still in the line to
7252 activate the changes immediately.  Otherwise they become effective only
7253 when the file is visited again in a new Emacs session.
7255 @table @kbd
7256 @item #+ARCHIVE: %s_done::
7257 This line sets the archive location for the agenda file.  It applies for
7258 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
7259 of the file.  The first such line also applies to any entries before it.
7260 The corresponding variable is @code{org-archive-location}.
7261 @item #+CATEGORY:
7262 This line sets the category for the agenda file.  The category applies
7263 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
7264 end of the file.  The first such line also applies to any entries before it.
7265 @item #+COLUMNS: %25ITEM .....
7266 Set the default format for columns view.  This format applies when
7267 columns view is invoked in location where no COLUMNS property applies.
7268 @item #+CONSTANTS: name1=value1 ...
7269 Set file-local values for constants to be used in table formulas.  This
7270 line set the local variable @code{org-table-formula-constants-local}.
7271 The global version of this variable is
7272 @code{org-table-formula-constants}.
7273 @item #+DRAWERS: NAME1 .....
7274 Set the file-local set of drawers.  The corresponding global variable is
7275 @code{org-drawers}.
7276 @item #+LINK:  linkword replace
7277 These lines (several are allowed) specify link abbreviations.
7278 @xref{Link abbreviations}.  The corresponding variable is
7279 @code{org-link-abbrev-alist}.
7280 @item #+PRIORITIES: highest lowest default
7281 This line sets the limits and the default for the priorities.  All three
7282 must be either letters A-Z or numbers 0-9.  The highest priority must
7283 have a lower ASCII number that the lowest priority.
7284 @item #+PROPERTY: Property_Name Value
7285 This line sets a default inheritance value for entries in the current
7286 buffer, most useful for specifying the allowed values of a property.
7287 @item #+STARTUP:
7288 This line sets options to be used at startup of Org-mode, when an
7289 Org-mode file is being visited.  The first set of options deals with the
7290 initial visibility of the outline tree.  The corresponding variable for
7291 global default settings is @code{org-startup-folded}, with a default
7292 value @code{t}, which means @code{overview}.
7293 @cindex @code{overview}, STARTUP keyword
7294 @cindex @code{content}, STARTUP keyword
7295 @cindex @code{showall}, STARTUP keyword
7296 @example
7297 overview   @r{top-level headlines only}
7298 content    @r{all headlines}
7299 showall    @r{no folding at all, show everything}
7300 @end example
7301 Then there are options for aligning tables upon visiting a file.  This
7302 is useful in files containing narrowed table columns.  The corresponding
7303 variable is @code{org-startup-align-all-tables}, with a default value
7304 @code{nil}. 
7305 @cindex @code{align}, STARTUP keyword
7306 @cindex @code{noalign}, STARTUP keyword
7307 @example
7308 align      @r{align all tables}
7309 noalign    @r{don't align tables on startup}
7310 @end example
7311 Logging TODO state changes and clock intervals (variables
7312 @code{org-log-done} and @code{org-log-repeat}) can be configured using
7313 these options.
7314 @cindex @code{logdone}, STARTUP keyword
7315 @cindex @code{nologging}, STARTUP keyword
7316 @cindex @code{lognotedone}, STARTUP keyword
7317 @cindex @code{lognoteclock-out}, STARTUP keyword
7318 @cindex @code{lognotestate}, STARTUP keyword
7319 @cindex @code{logrepeat}, STARTUP keyword
7320 @cindex @code{nologrepeat}, STARTUP keyword
7321 @example
7322 logging          @r{record a timestamp when an item is marked DONE}
7323 nologging        @r{don't record when items are marked DONE}
7324 lognotedone      @r{record timestamp and a note when DONE}
7325 lognotestate     @r{record timestamp and a note when TODO state changes}
7326 logrepeat        @r{record a note when re-instating a repeating item}
7327 nologrepeat      @r{do not record when re-instating repeating item}
7328 lognoteclock-out @r{record timestamp and a note when clocking out}
7329 @end example
7330 Here are the options for hiding leading stars in outline headings.  The
7331 corresponding variables are @code{org-hide-leading-stars} and
7332 @code{org-odd-levels-only}, both with a default setting @code{nil}
7333 (meaning @code{showstars} and @code{oddeven}).
7334 @cindex @code{hidestars}, STARTUP keyword
7335 @cindex @code{showstars}, STARTUP keyword
7336 @cindex @code{odd}, STARTUP keyword
7337 @cindex @code{even}, STARTUP keyword
7338 @example
7339 hidestars  @r{make all but one of the stars starting a headline invisible.}
7340 showstars  @r{show all stars starting a headline}
7341 odd        @r{allow only odd outline levels (1,3,...)}
7342 oddeven    @r{allow all outline levels}
7343 @end example
7344 To turn on custom format overlays over time stamps (variables
7345 @code{org-put-time-stamp-overlays} and
7346 @code{org-time-stamp-overlay-formats}), use
7347 @cindex @code{customtime}, STARTUP keyword
7348 @example
7349 customtime @r{overlay custom time format}
7350 @end example
7351 The following options influence the table spreadsheet (variable
7352 @code{constants-unit-system}).
7353 @cindex @code{constcgs}, STARTUP keyword
7354 @cindex @code{constSI}, STARTUP keyword
7355 @example
7356 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
7357 constSI    @r{@file{constants.el} should use the SI unit system}
7358 @end example
7359 @item #+TAGS:  TAG1(c1) TAG2(c2)
7360 These lines (several such lines are allowed) specify the legal tags in
7361 this file, and (potentially) the corresponding @emph{fast tag selection}
7362 keys.  The corresponding variable is @code{org-tag-alist}.
7363 @item #+TBLFM:
7364 This line contains the formulas for the table directly above the line.
7365 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
7366 These lines provide settings for exporting files.  For more details see
7367 @ref{Export options}.
7368 @item #+SEQ_TODO:   #+TYP_TODO:
7369 These lines set the TODO keywords and their interpretation in the
7370 current file.  The corresponding variables are @code{org-todo-keywords}
7371 and @code{org-todo-interpretation}.
7372 @end table
7374 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
7375 @section The very busy C-c C-c key
7376 @kindex C-c C-c
7377 @cindex C-c C-c, overview
7379 The key @kbd{C-c C-c} has many purposes in org-mode, which are all
7380 mentioned scattered throughout this manual.  One specific function of
7381 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
7382 other circumstances it means something like @emph{Hey Org-mode, look
7383 here and update according to what you see here}.  Here is a summary of
7384 what this means in different contexts.
7386 @itemize @minus
7387 @item
7388 If there are highlights in the buffer from the creation of a sparse
7389 tree, or from clock display, remove these highlights.
7390 @item
7391 If the cursor is in one of the special @code{#+KEYWORD} lines, this
7392 triggers scanning the buffer for these lines and updating the
7393 information. 
7394 @item
7395 If the cursor is inside a table, realign the table.  This command
7396 works even if the automatic table editor has been turned off.
7397 @item
7398 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
7399 the entire table.
7400 @item
7401 If the cursor is inside a table created by the @file{table.el} package,
7402 activate that table.
7403 @item
7404 If the current buffer is a remember buffer, close the note and file it.
7405 With a prefix argument, file it, without further interaction, to the
7406 default location.
7407 @item
7408 If the cursor is on a @code{<<<target>>>}, update radio targets and
7409 corresponding links in this buffer.
7410 @item
7411 If the cursor is in a property line or at the start or end of a property
7412 drawer, offer property commands.
7413 @item
7414 If the cursor is in a plain list item with a checkbox, toggle the status
7415 of the checkbox.
7416 @item
7417 If the cursor is on a numbered item in a plain list, renumber the
7418 ordered list.
7419 @item
7420 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
7421 block is updated.
7422 @end itemize
7424 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
7425 @section A cleaner outline view
7426 @cindex hiding leading stars
7427 @cindex clean outline view
7429 Some people find it noisy and distracting that the Org-mode headlines
7430 are starting with a potentially large number of stars.  For example
7431 the tree from @ref{Headlines}:
7433 @example
7434 * Top level headline
7435 ** Second level
7436 *** 3rd level
7437     some text
7438 *** 3rd level
7439     more text
7440 * Another top level headline
7441 @end example
7443 @noindent
7444 Unfortunately this is deeply ingrained into the code of Org-mode and
7445 cannot be easily changed.  You can, however, modify the display in such
7446 a way that all leading stars become invisible and the outline more easy
7447 to read.  To do this, customize the variable
7448 @code{org-hide-leading-stars} like this:
7450 @lisp
7451 (setq org-hide-leading-stars t)
7452 @end lisp
7454 @noindent
7455 or change this on a per-file basis with one of the lines (anywhere in
7456 the buffer)
7458 @example
7459 #+STARTUP: showstars
7460 #+STARTUP: hidestars
7461 @end example
7463 @noindent
7464 Press @kbd{C-c C-c} with the cursor in a @samp{STARTUP} line to activate
7465 the modifications.
7467 With stars hidden, the tree becomes:
7469 @example
7470 * Top level headline
7471  * Second level
7472   * 3rd level
7473     some text
7474   * 3rd level
7475     more text
7476 * Another top level headline
7477 @end example
7479 @noindent
7480 Note that the leading stars are not truly replaced by whitespace, they
7481 are only fontified with the face @code{org-hide} that uses the
7482 background color as font color.  If you are not using either white or
7483 black background, you may have to customize this face to get the wanted
7484 effect.  Another possibility is to set this font such that the extra
7485 stars are @i{almost} invisible, for example using the color
7486 @code{grey90} on a white background.
7488 Things become cleaner still if you skip all the even levels and use only
7489 odd levels 1, 3, 5..., effectively adding two stars to go from one
7490 outline level to the next:
7492 @example
7493 * Top level headline
7494   * Second level
7495     * 3rd level
7496       some text
7497     * 3rd level
7498       more text
7499 * Another top level headline
7500 @end example
7502 @noindent
7503 In order to make the structure editing and export commands handle this
7504 convention correctly, use
7506 @lisp
7507 (setq org-odd-levels-only t)
7508 @end lisp
7510 @noindent
7511 or set this on a per-file basis with one of the following lines (don't
7512 forget to press @kbd{C-c C-c} with the cursor in the startup line to
7513 activate changes immediately).
7515 @example
7516 #+STARTUP: odd
7517 #+STARTUP: oddeven
7518 @end example
7520 You can convert an Org-mode file from single-star-per-level to the
7521 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
7522 RET} in that file.  The reverse operation is @kbd{M-x
7523 org-convert-to-oddeven-levels}.
7525 @node TTY keys, Interaction, Clean view, Miscellaneous
7526 @section Using org-mode on a tty
7527 @cindex tty keybindings
7529 Because Org-mode contains a large number of commands, by default much of
7530 Org-mode's core commands are bound to keys that are generally not
7531 accessible on a tty, such as the cursor keys (@key{left}, @key{right},
7532 @key{up}, @key{down}), @key{TAB} and @key{RET}, in particular when used
7533 together with modifiers like @key{Meta} and/or @key{Shift}.  To access
7534 these commands on a tty when special keys are unavailable, the following
7535 alternative bindings can be used.  The tty bindings below will likely be
7536 more cumbersome; you may find for some of the bindings below that a
7537 customized work-around suits you better.  For example, changing a time
7538 stamp is really only fun with @kbd{S-@key{cursor}} keys, whereas on a
7539 tty you would rather use @kbd{C-c .} to re-insert the timestamp.
7541 @multitable @columnfractions 0.15 0.2 0.2
7542 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
7543 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
7544 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
7545 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
7546 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
7547 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
7548 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
7549 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
7550 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
7551 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
7552 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
7553 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
7554 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
7555 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
7556 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
7557 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
7558 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
7559 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
7560 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
7561 @end multitable
7563 @node Interaction, Bugs, TTY keys, Miscellaneous
7564 @section Interaction with other packages
7565 @cindex packages, interaction with other
7566 Org-mode lives in the world of GNU Emacs and interacts in various ways
7567 with other code out there.
7569 @menu
7570 * Cooperation::                 Packages Org-mode cooperates with
7571 * Conflicts::                   Packages that lead to conflicts
7572 @end menu
7574 @node Cooperation, Conflicts, Interaction, Interaction
7575 @subsection Packages that Org-mode cooperates with
7577 @table @asis
7578 @cindex @file{calc.el}
7579 @item @file{calc.el} by Dave Gillespie
7580 Org-mode uses the calc package for implementing spreadsheet
7581 functionality in its tables (@pxref{The spreadsheet}).  Org-mode
7582 checks for the availability of calc by looking for the function
7583 @code{calc-eval} which should be autoloaded in your setup if calc has
7584 been installed properly.  As of Emacs 22, calc is part of the Emacs
7585 distribution.  Another possibility for interaction between the two
7586 packages is using calc for embedded calculations. @xref{Embedded Mode,
7587 , Embedded Mode, calc, GNU Emacs Calc Manual}.
7588 @cindex @file{constants.el}
7589 @item @file{constants.el} by Carsten Dominik
7590 In a table formula (@pxref{The spreadsheet}), it is possible to use
7591 names for natural constants or units.  Instead of defining your own
7592 constants in the variable @code{org-table-formula-constants}, install
7593 the @file{constants} package which defines a large number of constants
7594 and units, and lets you use unit prefixes like @samp{M} for
7595 @samp{Mega} etc.  You will need version 2.0 of this package, available
7596 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org-mode checks for
7597 the function @code{constants-get}, which has to be autoloaded in your
7598 setup.  See the installation instructions in the file
7599 @file{constants.el}.
7600 @item @file{cdlatex.el} by Carsten Dominik
7601 @cindex @file{cdlatex.el}
7602 Org-mode can make use of the cdlatex package to efficiently enter
7603 La@TeX{} fragments into Org-mode files. See @ref{CDLaTeX mode}.
7604 @item @file{imenu.el} by Ake Stenhoff and Lars Lindberg
7605 @cindex @file{imenu.el}
7606 Imenu allows menu access to an index of items in a file.  Org-mode
7607 supports imenu - all you need to do to get the index is the following:
7608 @lisp
7609 (add-hook 'org-mode-hook 
7610           (lambda () 'imenu-add-to-menubar "Imenu"))
7611 @end lisp
7612 By default the index is two levels deep - you can modify the depth using
7613 the option @code{org-imenu-depth}.
7614 @item @file{remember.el} by John Wiegley
7615 @cindex @file{remember.el}
7616 Org mode cooperates with remember, see @ref{Remember}.
7617 @file{Remember.el} is not part of Emacs, find it on the web.
7618 @item @file{speedbar.el} by Eric M. Ludlam
7619 @cindex @file{speedbar.el}
7620 Speedbar is a package that creates a special frame displaying files and
7621 index items in files.  Org-mode supports speedbar and allows you to
7622 drill into Org-mode files directly from the speedbar.  It also allows to
7623 restrict the scope of agenda commands to a file or a subtree by using
7624 the command @kbd{<} in the speedbar frame.
7625 @cindex @file{table.el}
7626 @item @file{table.el} by Takaaki Ota
7627 @kindex C-c C-c
7628 @cindex table editor, @file{table.el}
7629 @cindex @file{table.el}
7631 Complex ASCII tables with automatic line wrapping, column- and
7632 row-spanning, and alignment can be created using the Emacs table
7633 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
7634 and also part of Emacs 22).
7635 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org-mode
7636 will call @command{table-recognize-table} and move the cursor into the
7637 table.  Inside a table, the keymap of Org-mode is inactive.  In order
7638 to execute Org-mode-related commands, leave the table.
7640 @table @kbd
7641 @kindex C-c C-c
7642 @item C-c C-c
7643 Recognize @file{table.el} table.  Works when the cursor is in a
7644 table.el table.
7646 @kindex C-c ~
7647 @item C-c ~
7648 Insert a table.el table.  If there is already a table at point, this
7649 command converts it between the table.el format and the Org-mode
7650 format.  See the documentation string of the command
7651 @code{org-convert-table} for the restrictions under which this is
7652 possible.
7653 @end table
7654 @file{table.el} is part of Emacs 22.
7655 @cindex @file{footnote.el}
7656 @item @file{footnote.el} by Steven L. Baur
7657 Org-mode recognizes numerical footnotes as provided by this package
7658 (@pxref{Footnotes}).
7659 @end table
7661 @node Conflicts,  , Cooperation, Interaction
7662 @subsection Packages that lead to conflicts with Org-mode
7664 @table @asis
7666 @cindex @file{allout.el}
7667 @item @file{allout.el} by Ken Manheimer
7668 Startup of Org-mode may fail with the error message
7669 @code{(wrong-type-argument keymapp nil)} when there is an outdated
7670 version @file{allout.el} on the load path, for example the version
7671 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
7672 disappear.  If for some reason you cannot do this, make sure that org.el
7673 is loaded @emph{before} @file{allout.el}, for example by putting
7674 @code{(require 'org)} early enough into your @file{.emacs} file.
7676 @cindex @file{CUA.el}
7677 @item @file{CUA.el} by Kim. F. Storm
7678 Keybindings in Org-mode conflict with the @kbd{S-<cursor>} keys used by
7679 CUA-mode (as well as pc-select-mode and s-region-mode) to select and
7680 extend the region.  If you want to use one of these packages along with
7681 Org-mode, configure the variable @code{org-replace-disputed-keys}.  When
7682 set, Org-mode will move the following keybindings in Org-mode files, and
7683 in the agenda buffer (but not during date selection).
7685 @example
7686 S-UP    -> M-p             S-DOWN  -> M-n
7687 S-LEFT  -> M--             S-RIGHT -> M-+
7688 @end example
7690 Yes, these are unfortunately more difficult to remember.  If you want
7691 to have other replacement keys, look at the variable
7692 @code{org-disputed-keys}.
7693 @item @file{windmove.el} by Hovav Shacham
7694 @cindex @file{windmove.el}
7695 Also this package uses the @kbd{S-<cursor>} keys, so everything written
7696 in the paragraph above about CUA mode also applies here.
7698 @cindex @file{footnote.el}
7699 @item @file{footnote.el} by Steven L. Baur
7700 Org-mode supports the syntax of the footnote package, but only the
7701 numerical footnote markers.  Also, the default key for footnote
7702 commands, @kbd{C-c !} is already used by Org-mode.  You could use the
7703 variable @code{footnote-prefix} to switch footnotes commands to another
7704 key.  Or, you could use @code{org-replace-disputed-keys} and
7705 @code{org-disputed-keys} to change the settings in Org-mode.
7707 @end table
7710 @node Bugs,  , Interaction, Miscellaneous
7711 @section Bugs
7712 @cindex bugs
7714 Here is a list of things that should work differently, but which I
7715 have found too hard to fix.
7717 @itemize @bullet
7718 @item
7719 If a table field starts with a link, and if the corresponding table
7720 column is narrowed (@pxref{Narrow columns}) to a width too small to
7721 display the link, the field would look entirely empty even though it is
7722 not.  To prevent this, Org-mode throws an error.  The work-around is to
7723 make the column wide enough to fit the link, or to add some text (at
7724 least 2 characters) before the link in the same field.
7725 @item
7726 Narrowing table columns does not work on XEmacs, because the
7727 @code{format} function does not transport text properties.
7728 @item
7729 Text in an entry protected with the @samp{QUOTE} keyword should not
7730 autowrap.
7731 @item
7732 When the application called by @kbd{C-c C-o} to open a file link fails
7733 (for example because the application does not exist or refuses to open
7734 the file), it does so silently.  No error message is displayed.
7735 @item
7736 Recalculating a table line applies the formulas from left to right.
7737 If a formula uses @emph{calculated} fields further down the row,
7738 multiple recalculation may be needed to get all fields consistent.  You
7739 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
7740 recalculate until convergence.
7741 @item
7742 A single letter cannot be made bold, for example @samp{*a*}.
7743 @item
7744 The exporters work well, but could be made more efficient.
7745 @end itemize
7748 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
7749 @appendix Extensions, Hooks and Hacking
7751 This appendix lists extensions for Org-mode written by other authors.
7752 It also covers some aspects where users can extend the functionality of
7753 Org-mode.
7755 @menu
7756 * Extensions::                  Existing 3rd-part extensions
7757 * Adding hyperlink types::      New custom link types
7758 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
7759 * Dynamic blocks::              Automatically filled blocks
7760 * Special agenda views::        Customized views
7761 * Using the property API::      Writing programs that use entry properties
7762 @end menu
7764 @node Extensions, Adding hyperlink types, Extensions and Hacking, Extensions and Hacking
7765 @section Third-party extensions for Org-mode
7766 @cindex extension, third-party
7768 The following extensions for Org-mode have been written by other people:
7770 @table @asis
7771 @cindex @file{org-publish.el}
7772 @item @file{org-publish.el} by David O'Toole
7773 This package provides facilities for publishing related sets of Org-mode
7774 files together with linked files like images as webpages.  It is
7775 highly configurable and can be used for other publishing purposes as
7776 well.  As of Org-mode version 4.30, @file{org-publish.el} is part of the
7777 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7778 caused by the preparations for the 22.1 release.  In the mean time,
7779 @file{org-publish.el} can be downloaded from David's site:
7780 @url{http://dto.freeshell.org/e/org-publish.el}.
7781 @cindex @file{org-mouse.el}
7782 @item @file{org-mouse.el} by Piotr Zielinski
7783 This package implements extended mouse functionality for Org-mode.  It
7784 allows you to cycle visibility and to edit the document structure with
7785 the mouse.  Best of all, it provides a context-sensitive menu on
7786 @key{mouse-3} that changes depending on the context of a mouse-click.
7787 As of Org-mode version 4.53, @file{org-mouse.el} is part of the
7788 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7789 caused by the preparations for the 22.1 release.  In the mean time,
7790 @file{org-mouse.el} can be downloaded from Piotr's site:
7791 @url{http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el}.
7792 @cindex @file{org-blog.el}
7793 @item @file{org-blog.el} by David O'Toole
7794 A blogging plug-in for @file{org-publish.el}.@*
7795 @url{http://dto.freeshell.org/notebook/OrgMode.html}.
7796 @cindex @file{blorg.el}
7797 @item @file{blorg.el} by Bastien Guerry
7798 Publish Org-mode files as
7799 blogs. @url{http://www.cognition.ens.fr/~guerry/blorg.html}.
7800 @cindex @file{org2rem.el}
7801 @item @file{org2rem.el} by Bastien Guerry
7802 Translates Org-mode files into something readable by
7803 Remind. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7804 @item @file{org-toc.el} by Bastien Guerry
7805 Produces a simple table of contents of an Org-mode file, for easy
7806 navigation. @url{http://www.cognition.ens.fr/~guerry/u/org-registry.el}.
7807 @item @file{org-registry.el} by Bastien Guerry
7808 Find which Org-file link to a certain document.
7809 @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7810 @end table
7812 @page
7814 @node Adding hyperlink types, Tables in arbitrary syntax, Extensions, Extensions and Hacking
7815 @section Adding hyperlink types
7816 @cindex hyperlinks, adding new types
7818 Org-mode has a large number of hyperlink types built-in
7819 (@pxref{Hyperlinks}).  If you would like to add new link types, it
7820 provides an interface for doing so.  Lets look at an example file
7821 @file{org-man.el} that will add support for creating links like
7822 @samp{[[man:printf][The printf manpage]]} to show unix manual pages inside
7823 emacs:
7825 @lisp
7826 ;;; org-man.el - Support for links to manpages in Org-mode
7828 (require 'org)
7830 (org-add-link-type "man" 'org-man-open)
7831 (add-hook 'org-store-link-functions 'org-man-store-link)
7833 (defcustom org-man-command 'man
7834   "The Emacs command to be used to display a man page."
7835   :group 'org-link
7836   :type '(choice (const man) (const woman)))
7838 (defun org-man-open (path)
7839   "Visit the manpage on PATH.
7840 PATH should be a topic that can be thrown at the man command."
7841   (funcall org-man-command path))
7843 (defun org-man-store-link ()
7844   "Store a link to a manpage."
7845   (when (memq major-mode '(Man-mode woman-mode))
7846     ;; This is a man page, we do make this link
7847     (let* ((page (org-man-get-page-name))
7848            (link (concat "man:" page))
7849            (description (format "Manpage for %s" page)))
7850       (org-store-link-props
7851        :type "man"
7852        :link link
7853        :description description))))
7855 (defun org-man-get-page-name ()
7856   "Extract the page name from the buffer name."
7857   ;; This works for both `Man-mode' and `woman-mode'.
7858   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
7859       (match-string 1 (buffer-name))
7860     (error "Cannot create link to this man page")))
7862 (provide 'org-man)
7864 ;;; org-man.el ends here
7865 @end lisp
7867 @noindent
7868 You would activate this new link type in @file{.emacs} with
7870 @lisp
7871 (require 'org-man)
7872 @end lisp
7874 @noindent
7875 Lets go through the file and see what it does.
7876 @enumerate
7877 @item 
7878 It does @code{(require 'org)} to make sure that @file{org.el} has been
7879 loaded.
7880 @item
7881 The next line calls @code{org-add-link-type} to define a new link type
7882 with prefix @samp{man}.  The call also contains the name of a function
7883 that will be called to follow such a link.
7884 @item
7885 The next line adds a function to @code{org-store-link-functions}, in
7886 order to allow the command @kbd{C-c l} to record a useful link in a
7887 buffer displaying a man page.
7888 @end enumerate
7890 The rest of the file defines the necessary variables and functions.
7891 First there is a customization variable that determines which emacs
7892 command should be used to display manpages.  There are two options,
7893 @code{man} and @code{woman}.  Then the function to follow a link is
7894 defined.  It gets the link path as an argument - in this case the link
7895 path is just a topic for the manual command.  The function calls the
7896 value of @code{org-man-command} to display the man page.
7898 Finally the function @code{org-man-store-link} is defined.  When you try
7899 to store a link with @kbd{C-c l}, also this function will be called to
7900 try to make a link.  The function must first decide if it is supposed to
7901 create the link for this buffer type, we do this by checking the value
7902 of the variable @code{major-mode}.  If not, the function must exit and
7903 retunr the value @code{nil}.  If yes, the link is created by getting the
7904 manual tpoic from the buffer name and prefixing it with the string
7905 @samp{man:}.  Then it must call the command @code{org-store-link-props}
7906 and set the @code{:type} and @code{:link} properties.  Optionally you
7907 can also set the @code{:description} property to provide a default for
7908 the link description when the link is later inserted into tan Org-mode
7909 buffer with @kbd{C-c C-l}.
7911 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Extensions and Hacking
7912 @section Tables and Lists in arbitrary syntax
7913 @cindex tables, in other modes
7914 @cindex lists, in other modes
7915 @cindex orgtbl-mode
7917 Since Orgtbl-mode can be used as a minor mode in arbitrary buffers, a
7918 frequent feature request has been to make it work with native tables in
7919 specific languages, for example La@TeX{}.  However, this is extremely
7920 hard to do in a general way, would lead to a customization nightmare,
7921 and would take away much of the simplicity of the Orgtbl-mode table
7922 editor.
7925 This appendix describes a different approach.  We keep the Orgtbl-mode
7926 table in its native format (the @i{source table}), and use a custom
7927 function to @i{translate} the table to the correct syntax, and to
7928 @i{install} it in the right location (the @i{target table}).  This puts
7929 the burden of writing conversion functions on the user, but it allows
7930 for a very flexible system.
7932 Bastien added the ability to do the same with lists.  You can use Org's
7933 facilities to edit and structure lists by turning @code{orgstruct-mode}
7934 on, then locally exporting such lists in another format (HTML, La@TeX{}
7935 or TeXInfo.)
7938 @menu
7939 * Radio tables::                Sending and receiving
7940 * A LaTeX example::             Step by step, almost a tutorial
7941 * Translator functions::        Copy and modify
7942 * Radio lists::                 Doing the same for lists.
7943 @end menu
7945 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
7946 @subsection Radio tables
7947 @cindex radio tables
7949 To define the location of the target table, you first need to create two
7950 lines that are comments in the current mode, but contain magic words for
7951 Orgtbl-mode to find.  Orgtbl-mode will insert the translated table
7952 between these lines, replacing whatever was there before.  For example:
7954 @example
7955 /* BEGIN RECEIVE ORGTBL table_name */
7956 /* END RECEIVE ORGTBL table_name */
7957 @end example
7959 @noindent
7960 Just above the source table, we put a special line that tells
7961 Orgtbl-mode how to translate this table and where to install it.  For
7962 example:
7963 @example
7964 #+ORGTBL: SEND table_name translation_function arguments....
7965 @end example
7967 @noindent
7968 @code{table_name} is the reference name for the table that is also used
7969 in the receiver lines. @code{translation_function} is the Lisp function
7970 that does the translation.  Furthermore, the line can contain a list of
7971 arguments (alternating key and value) at the end.  The arguments will be
7972 passed as a property list to the translation function for
7973 interpretation.  A few standard parameters are already recognized and
7974 acted upon before the translation function is called:
7976 @table @code
7977 @item :skip N
7978 Skip the first N lines of the table. Hlines do count!
7979 @item :skipcols (n1 n2 ...)
7980 List of columns that should be skipped.  If the table has a column with
7981 calculation marks, that column is automatically discarded as well.
7982 Please note that the translator function sees the table @emph{after} the
7983 removal of these columns, the function never knows that there have been
7984 additional columns.
7985 @end table
7987 @noindent
7988 The one problem remaining is how to keep the source table in the buffer
7989 without disturbing the normal workings of the file, for example during
7990 compilation of a C file or processing of a La@TeX{} file.  There are a
7991 number of different solutions:
7993 @itemize @bullet
7994 @item
7995 The table could be placed in a block comment if that is supported by the
7996 language.  For example, in C-mode you could wrap the table between
7997 @samp{/*} and @samp{*/} lines.
7998 @item 
7999 Sometimes it is possible to put the table after some kind of @i{END}
8000 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
8001 in La@TeX{}.
8002 @item
8003 You can just comment the table line by line whenever you want to process
8004 the file, and uncomment it whenever you need to edit the table.  This
8005 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
8006 make this comment-toggling very easy, in particular if you bind it to a
8007 key.
8008 @end itemize
8010 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
8011 @subsection A LaTeX example of radio tables
8012 @cindex LaTeX, and orgtbl-mode
8014 The best way to wrap the source table in La@TeX{} is to use the
8015 @code{comment} environment provided by @file{comment.sty}.  It has to be
8016 activated by placing @code{\usepackage@{comment@}} into the document
8017 header.  Orgtbl-mode can insert a radio table skeleton@footnote{By
8018 default this works only for La@TeX{}, HTML, and TeXInfo.  Configure the
8019 variable @code{orgtbl-radio-tables} to install templates for other
8020 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
8021 be prompted for a table name, lets say we use @samp{salesfigures}.  You
8022 will then get the following template:
8024 @example
8025 % BEGIN RECEIVE ORGTBL salesfigures
8026 % END RECEIVE ORGTBL salesfigures
8027 \begin@{comment@}
8028 #+ORGTBL: SEND salesfigures orgtbl-to-latex
8029 | | |
8030 \end@{comment@}
8031 @end example
8033 @noindent
8034 The @code{#+ORGTBL: SEND} line tells orgtbl-mode to use the function
8035 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
8036 into the receiver location with name @code{salesfigures}.  You may now
8037 fill in the table, feel free to use the spreadsheet features@footnote{If
8038 the @samp{#+TBLFM} line contains an odd number of dollar characters,
8039 this may cause problems with font-lock in latex-mode.  As shown in the
8040 example you can fix this by adding an extra line inside the
8041 @code{comment} environment that is used to balance the dollar
8042 expressions.  If you are using AUCTeX with the font-latex library, a
8043 much better solution is to add the @code{comment} environment to the
8044 variable @code{LaTeX-verbatim-environments}.}:
8046 @example
8047 % BEGIN RECEIVE ORGTBL salesfigures
8048 % END RECEIVE ORGTBL salesfigures
8049 \begin@{comment@}
8050 #+ORGTBL: SEND salesfigures orgtbl-to-latex
8051 | Month | Days | Nr sold | per day |
8052 |-------+------+---------+---------|
8053 | Jan   |   23 |      55 |     2.4 |
8054 | Feb   |   21 |      16 |     0.8 |
8055 | March |   22 |     278 |    12.6 |
8056 #+TBLFM: $4=$3/$2;%.1f
8057 % $ (optional extra dollar to keep font-lock happy, see footnote)
8058 \end@{comment@}
8059 @end example
8061 @noindent
8062 When you are done, press @kbd{C-c C-c} in the table to get the converted
8063 table inserted between the two marker lines.
8065 Now lets assume you want to make the table header by hand, because you
8066 want to control how columns are aligned etc.  In this case we make sure
8067 that the table translator does skip the first 2 lines of the source
8068 table, and tell the command to work as a @i{splice}, i.e. to not produce
8069 header and footer commands of the target table:
8071 @example
8072 \begin@{tabular@}@{lrrr@}
8073 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
8074 % BEGIN RECEIVE ORGTBL salesfigures
8075 % END RECEIVE ORGTBL salesfigures
8076 \end@{tabular@}
8078 \begin@{comment@}
8079 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
8080 | Month | Days | Nr sold | per day |
8081 |-------+------+---------+---------|
8082 | Jan   |   23 |      55 |     2.4 |
8083 | Feb   |   21 |      16 |     0.8 |
8084 | March |   22 |     278 |    12.6 |
8085 #+TBLFM: $4=$3/$2;%.1f
8086 \end@{comment@}
8087 @end example
8089 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
8090 Orgtbl-mode.  It uses a @code{tabular} environment to typeset the table
8091 and marks horizontal lines with @code{\hline}.  Furthermore, it
8092 interprets the following parameters:
8094 @table @code
8095 @item :splice nil/t
8096 When set to t, return only table body lines, don't wrap them into a
8097 tabular environment.  Default is nil.
8099 @item :fmt fmt
8100 A format to be used to wrap each field, should contain @code{%s} for the
8101 original field value.  For example, to wrap each field value in dollars,
8102 you could use @code{:fmt "$%s$"}.  This may also be a property list with
8103 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
8105 @item :efmt efmt
8106 Use this format to print numbers with exponentials.  The format should
8107 have @code{%s} twice for inserting mantissa and exponent, for example
8108 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
8109 may also be a property list with column numbers and formats, for example
8110 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
8111 @code{efmt} has been applied to a value, @code{fmt} will also be
8112 applied.
8113 @end table
8115 @node Translator functions, Radio lists, A LaTeX example, Tables in arbitrary syntax
8116 @subsection Translator functions
8117 @cindex HTML, and orgtbl-mode
8118 @cindex translator function
8120 Orgtbl-mode has several translator functions built-in:
8121 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and
8122 @code{orgtbl-to-texinfo}.  Except for @code{orgtbl-to-html}@footnote{The
8123 HTML translator uses the same code that produces tables during HTML
8124 export.}, these all use a generic translator, @code{orgtbl-to-generic}.
8125 For example, @code{orgtbl-to-latex} itself is a very short function that
8126 computes the column definitions for the @code{tabular} environment,
8127 defines a few field and line separators and then hands over to the
8128 generic translator.  Here is the entire code:
8130 @lisp
8131 @group
8132 (defun orgtbl-to-latex (table params)
8133   "Convert the orgtbl-mode TABLE to LaTeX."
8134   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
8135                                org-table-last-alignment ""))
8136          (params2
8137           (list
8138            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
8139            :tend "\\end@{tabular@}"
8140            :lstart "" :lend " \\\\" :sep " & "
8141            :efmt "%s\\,(%s)" :hline "\\hline")))
8142     (orgtbl-to-generic table (org-combine-plists params2 params))))
8143 @end group
8144 @end lisp
8146 As you can see, the properties passed into the function (variable
8147 @var{PARAMS}) are combined with the ones newly defined in the function
8148 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
8149 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
8150 would like to use the La@TeX{} translator, but wanted the line endings to
8151 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
8152 overrule the default with
8154 @example
8155 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
8156 @end example
8158 For a new language, you can either write your own converter function in
8159 analogy with the La@TeX{} translator, or you can use the generic function
8160 directly.  For example, if you have a language where a table is started
8161 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
8162 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
8163 separator is a TAB, you could call the generic translator like this (on
8164 a single line!):
8166 @example
8167 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
8168                               :lstart "!BL! " :lend " !EL!" :sep "\t"
8169 @end example
8171 @noindent
8172 Please check the documentation string of the function
8173 @code{orgtbl-to-generic} for a full list of parameters understood by
8174 that function and remember that you can pass each of them into
8175 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
8176 using the generic function.
8178 Of course you can also write a completely new function doing complicated
8179 things the generic translator cannot do.  A translator function takes
8180 two arguments.  The first argument is the table, a list of lines, each
8181 line either the symbol @code{hline} or a list of fields.  The second
8182 argument is the property list containing all parameters specified in the
8183 @samp{#+ORGTBL: SEND} line.  The function must return a single string
8184 containing the formatted table.  If you write a generally useful
8185 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
8186 others can benefit from your work.
8188 @node  Radio lists,  , Translator functions, Tables in arbitrary syntax
8189 @subsection Radio lists
8190 @cindex radio lists
8191 @cindex org-list-insert-radio-list
8193 Sending and receiving radio lists works exactly the same way than
8194 sending and receiving radio tables (@pxref{Radio tables}) @footnote{You
8195 need to load the @code{org-export-latex.el} package to use radio lists
8196 since the relevant code is there for now.}.  As for radio tables, you
8197 can insert radio lists templates in HTML, La@TeX{} and TeXInfo modes by
8198 calling @code{org-list-insert-radio-list}.
8200 Here are the differences with radio tables:
8202 @itemize @minus
8203 @item
8204 Use @code{ORGLST} instead of @code{ORGTBL}.
8205 @item
8206 The available translation functions for radio lists don't take
8207 parameters.
8208 @item 
8209 `C-c C-c' will work when pressed on the first item of the list.
8210 @end itemize
8212 Here is a La@TeX{} example.  Let's say that you have this in your
8213 La@TeX{} file:
8215 @example
8216 % BEGIN RECEIVE ORGLST to-buy
8217 % END RECEIVE ORGLST to-buy
8218 \begin@{comment@}
8219 #+ORGLIST: SEND to-buy orgtbl-to-latex
8220 - a new house
8221 - a new computer
8222   + a new keyboard
8223   + a new mouse
8224 - a new life
8225 \end@{comment@}
8226 @end example
8228 Pressing `C-c C-c' on @code{a new house} and will insert the converted
8229 La@TeX{} list between the two marker lines.
8231 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Extensions and Hacking
8232 @section Dynamic blocks
8233 @cindex dynamic blocks
8235 Org-mode documents can contain @emph{dynamic blocks}.  These are
8236 specially marked regions that are updated by some user-written function.
8237 A good example for such a block is the clock table inserted by the
8238 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
8240 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
8241 to the block and can also specify parameters for the function producing
8242 the content of the block.
8244 @example
8245 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
8247 #+END:
8248 @end example
8250 Dynamic blocks are updated with the following commands
8252 @table @kbd
8253 @kindex C-c C-x C-u
8254 @item C-c C-x C-u
8255 Update dynamic block at point.
8256 @kindex C-u C-c C-x C-u
8257 @item C-u C-c C-x C-u
8258 Update all dynamic blocks in the current file.
8259 @end table
8261 Updating a dynamic block means to remove all the text between BEGIN and
8262 END, parse the BEGIN line for parameters and then call the specific
8263 writer function for this block to insert the new content.  For a block
8264 with name @code{myblock}, the writer function is
8265 @code{org-dblock-write:myblock} with as only parameter a property list
8266 with the parameters given in the begin line.  Here is a trivial example
8267 of a block that keeps track of when the block update function was last
8268 run:
8270 @example
8271 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
8273 #+END:
8274 @end example
8276 @noindent
8277 The corresponding block writer function could look like this:
8279 @lisp
8280 (defun org-dblock-write:block-update-time (params)
8281    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
8282      (insert "Last block update at: "
8283              (format-time-string fmt (current-time)))))
8284 @end lisp
8286 If you want to make sure that all dynamic blocks are always up-to-date,
8287 you could add the function @code{org-update-all-dblocks} to a hook, for
8288 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
8289 written in a way that is does nothing in buffers that are not in Org-mode.
8291 @node Special agenda views, Using the property API, Dynamic blocks, Extensions and Hacking
8292 @section Special Agenda Views
8293 @cindex agenda views, user-defined
8295 Org-mode provides a special hook that can be used to narrow down the
8296 selection made by any of the agenda views.  You may specify a function
8297 that is used at each match to verify if the match should indeed be part
8298 of the agenda view, and if not, how much should be skipped.
8300 Let's say you want to produce a list of projects that contain a WAITING
8301 tag anywhere in the project tree.  Let's further assume that you have
8302 marked all tree headings that define a project with the todo keyword
8303 PROJECT.  In this case you would run a todo search for the keyword
8304 PROJECT, but skip the match unless there is a WAITING tag anywhere in
8305 the subtree belonging to the project line.
8307 To achieve this, you must write a function that searches the subtree for
8308 the tag.  If the tag is found, the function must return @code{nil} to
8309 indicate that this match should not be skipped.  If there is no such
8310 tag, return the location of the end of the subtree, to indicate that
8311 search should continue from there.
8313 @lisp
8314 (defun my-skip-unless-waiting ()
8315   "Skip trees that are not waiting"
8316   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
8317     (if (re-search-forward ":WAITING:" subtree-end t)
8318         nil          ; tag found, do not skip
8319       subtree-end))) ; tag not found, continue after end of subtree
8320 @end lisp
8322 Now you may use this function in an agenda custom command, for example
8323 like this:
8325 @lisp
8326 (org-add-agenda-custom-command
8327  '("b" todo "PROJECT"
8328    ((org-agenda-skip-function 'my-org-waiting-projects)
8329     (org-agenda-overriding-header "Projects waiting for something: "))))
8330 @end lisp
8332 Note that this also binds @code{org-agenda-overriding-header} to get a
8333 meaningful header in the agenda view.
8335 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
8336 particular, you may use the functions @code{org-agenda-skip-entry-if}
8337 and @code{org-agenda-skip-subtree-if} in this form, for example:
8339 @table @code
8340 @item '(org-agenda-skip-entry-if 'scheduled)
8341 Skip current entry if it has been scheduled.
8342 @item '(org-agenda-skip-entry-if 'notscheduled)
8343 Skip current entry if it has not been scheduled.
8344 @item '(org-agenda-skip-entry-if 'deadline)
8345 Skip current entry if it has a deadline.
8346 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
8347 Skip current entry if it has a deadline, or if it is scheduled.
8348 @item '(org-agenda-skip-entry 'regexp "regular expression")
8349 Skip current entry if the regular expression matches in the entry.
8350 @item '(org-agenda-skip-entry 'notregexp "regular expression")
8351 Skip current entry unless the regular expression matches.
8352 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
8353 Same as above, but check and skip the entire subtree.
8354 @end table
8356 Therefore we could also have written the search for WAITING projects
8357 like this, even without defining a special function:
8359 @lisp
8360 (org-add-agenda-custom-command
8361  '("b" todo "PROJECT"
8362    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
8363                                 'regexp ":WAITING:"))
8364     (org-agenda-overriding-header "Projects waiting for something: "))))
8365 @end lisp
8368 @node Using the property API,  , Special agenda views, Extensions and Hacking
8369 @section Using the property API
8370 @cindex API, for properties
8371 @cindex properties, API
8373 Here is a description of the functions that can be used to work with
8374 properties.
8376 @defun org-entry-properties &optional pom which
8377 Get all properties of the entry at point-or-marker POM.
8378 This includes the TODO keyword, the tags, time strings for deadline,
8379 scheduled, and clocking, and any additional properties defined in the
8380 entry.  The return value is an alist, keys may occur multiple times
8381 if the property key was used several times.
8382 POM may also be nil, in which case the current entry is used.
8383 If WHICH is nil or `all', get all properties.  If WHICH is
8384 `special' or `standard', only get that subclass.
8385 @end defun
8386 @defun org-entry-get pom property &optional inherit
8387 Get value of PROPERTY for entry at point-or-marker POM.
8388 If INHERIT is non-nil and the entry does not have the property,
8389 then also check higher levels of the hierarchy.  This function ignores
8390 the value of @code{org-use-property-inheritance} and requires the
8391 explicit INHERIT flag.
8392 @end defun
8394 @defun org-entry-delete pom property
8395 Delete the property PROPERTY from entry at point-or-marker POM.
8396 @end defun
8398 @defun org-entry-put pom property value
8399 Set PROPERTY to VALUE for entry at point-or-marker POM.
8400 @end defun
8402 @defun org-buffer-property-keys &optional include-specials
8403 Get all property keys in the current buffer.
8404 @end defun
8406 @defun org-insert-property-drawer
8407 Insert a property drawer at point.
8408 @end defun
8410 @node History and Acknowledgments, Main Index, Extensions and Hacking, Top
8411 @appendix History and Acknowledgments
8412 @cindex acknowledgments
8413 @cindex history
8414 @cindex thanks
8416 Org-mode was borne in 2003, out of frustration over the user interface
8417 of the Emacs outline-mode.  I was trying to organize my notes and
8418 projects, and using Emacs seemed to be the natural way to go.  However,
8419 having to remember eleven different commands with two or three keys per
8420 command, only to hide and unhide parts of the outline tree, that seemed
8421 entirely unacceptable to me.  Also, when using outlines to take notes, I
8422 constantly want to restructure the tree, organizing it parallel to my
8423 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
8424 editing} were originally implemented in the package
8425 @file{outline-magic.el}, but quickly moved to the more general
8426 @file{org.el}.  As this environment became comfortable for project
8427 planning, the next step was adding @emph{TODO entries}, basic @emph{time
8428 stamps}, and @emph{table support}.  These areas highlight the two main
8429 goals that Org-mode still has today: To create a new, outline-based,
8430 plain text mode with innovative and intuitive editing features, and to
8431 incorporate project planning functionality directly into a notes file.
8433 Since the first release, literally thousands of emails to me or on
8434 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
8435 reports, feedback, new ideas, and sometimes patches and add-on code.
8436 Many thanks to everyone who has helped to improve this package.  I am
8437 trying to keep here a list of the people who had significant influence
8438 in shaping one or more aspects of Org-mode.  The list may not be
8439 complete, if I have forgotten someone, please accept my apologies and
8440 let me know.
8442 @itemize @bullet
8444 @item
8445 @i{Russel Adams} came up with the idea for drawers.
8446 @item
8447 @i{Thomas Baumann} contributed the code for links to the MH-E email
8448 system.
8449 @item
8450 @i{Alex Bochannek} provided a patch for rounding time stamps.
8451 @item
8452 @i{Charles Cave}'s suggestion sparked the implementation of templates
8453 for Remember.
8454 @item
8455 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
8456 specified time.
8457 @item
8458 @i{Gregory Chernov} patched support for lisp forms into table
8459 calculations and improved XEmacs compatibility, in particular by porting
8460 @file{nouline.el} to XEmacs.
8461 @item
8462 @i{Sacha Chua} suggested to copy some linking code from Planner.
8463 @item
8464 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
8465 came up with the idea of properties, and that there should be an API for
8466 them.
8467 @item
8468 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
8469 inspired some of the early development, including HTML export.  He also
8470 asked for a way to narrow wide table columns.
8471 @item
8472 @i{Christian Egli} converted the documentation into TeXInfo format,
8473 patched CSS formatting into the HTML exporter, and inspired the agenda.
8474 @item
8475 @i{David Emery} provided a patch for custom CSS support in exported
8476 HTML agendas.
8477 @item
8478 @i{Nic Ferrier} contributed mailcap and XOXO support.
8479 @item
8480 @i{John Foerch} figured out how to make incremental search show context
8481 around a match in a hidden outline tree.
8482 @item
8483 @i{Niels Giesen} had the idea to automatically archive DONE trees.
8484 @item
8485 @i{Bastien Guerry} wrote the La@TeX{} exporter and has been prolific
8486 with patches, ideas, and bug reports.
8487 @item
8488 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
8489 @item
8490 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
8491 folded entries, and column view for properties.
8492 @item
8493 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
8494 provided frequent feedback and some patches.
8495 @item
8496 @i{Jason F. McBrayer} suggested agenda export to CSV format.
8497 @item
8498 @i{Max Mikhanosha} came up with the idea of refiling.
8499 @item
8500 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
8501 basis.
8502 @item
8503 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
8504 happy.
8505 @item
8506 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file
8507 and to be able to quickly restrict the agenda to a subtree.
8508 @item
8509 @i{Todd Neal} provided patches for links to Info files and elisp forms.
8510 @item
8511 @i{Tim O'Callaghan} suggested in-file links, search options for general
8512 file links, and TAGS.
8513 @item
8514 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
8515 into Japanese.
8516 @item
8517 @i{Oliver Oppitz} suggested multi-state TODO items.
8518 @item
8519 @i{Scott Otterson} sparked the introduction of descriptive text for
8520 links, among other things.
8521 @item
8522 @i{Pete Phillips} helped during the development of the TAGS feature, and
8523 provided frequent feedback.
8524 @item
8525 @i{T.V. Raman} reported bugs and suggested improvements.
8526 @item
8527 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
8528 control.
8529 @item
8530 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
8531 @item
8532 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
8533 conflict with @file{allout.el}.
8534 @item
8535 @i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
8536 @item
8537 @i{Philip Rooke} created the Org-mode reference card and provided lots
8538 of feedback.
8539 @item
8540 @i{Christian Schlauer} proposed angular brackets around links, among
8541 other things.
8542 @item
8543 Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
8544 @file{organizer-mode.el}.
8545 @item
8546 @i{Daniel Sinder} came up with the idea of internal archiving by locking
8547 subtrees.
8548 @item
8549 @i{Dale Smith} proposed link abbreviations.
8550 @item
8551 @i{Adam Spiers} asked for global linking commands and inspired the link
8552 extension system.  support mairix.
8553 @item
8554 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
8555 chapter about publishing.
8556 @item
8557 @i{J@"urgen Vollmer} contributed code generating the table of contents
8558 in HTML output.
8559 @item
8560 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
8561 keyword.
8562 @item
8563 @i{David Wainberg} suggested archiving, and improvements to the linking
8564 system.
8565 @item
8566 @i{John Wiegley} wrote @file{emacs-wiki.el} and @file{planner.el}.  The
8567 development of Org-mode was fully independent, and both systems are
8568 really different beasts in their basic ideas and implementation details.
8569 I later looked at John's code, however, and learned from his
8570 implementation of (i) links where the link itself is hidden and only a
8571 description is shown, and (ii) popping up a calendar to select a date.
8572 John has also contributed a number of great ideas directly to Org-mode.
8573 @item
8574 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
8575 linking to GNUS.
8576 @item
8577 @i{Roland Winkler} requested additional keybindings to make Org-mode
8578 work on a tty.
8579 @item
8580 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
8581 and contributed various ideas and code snippets.
8582 @end itemize
8585 @node Main Index, Key Index, History and Acknowledgments, Top
8586 @unnumbered The Main Index
8588 @printindex cp
8590 @node Key Index,  , Main Index, Top
8591 @unnumbered Key Index
8593 @printindex ky
8595 @bye
8597 @ignore
8598    arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
8599 @end ignore