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