Release 5.10a
[org-mode.git] / org.texi
blob06011a080a21c8caddc5e32b51ced270e1d512cf
1 \input texinfo
2 @c %**start of header
3 @setfilename ../info/org
4 @settitle Org Mode Manual
6 @set VERSION 5.10
7 @set DATE September 2007
9 @dircategory Emacs
10 @direntry
11 * Org Mode: (org).      Outline-based notes management and organizer
12 @end direntry
14 @c Version and Contact Info
15 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
16 @set AUTHOR Carsten Dominik
17 @set MAINTAINER Carsten Dominik
18 @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
19 @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
20 @c %**end of header
21 @finalout
23 @c Macro definitions
25 @c Subheadings inside a table.
26 @macro tsubheading{text}
27 @ifinfo
28 @subsubheading \text\
29 @end ifinfo
30 @ifnotinfo
31 @item @b{\text\}
32 @end ifnotinfo
33 @end macro
35 @copying
36 This manual is for Org-mode (version @value{VERSION}).
38 Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation
40 @quotation
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the GNU Free Documentation License, Version 1.1 or
43 any later version published by the Free Software Foundation; with no
44 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
45 and with the Back-Cover Texts as in (a) below.  A copy of the
46 license is included in the section entitled ``GNU Free Documentation
47 License.''
49 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
50 this GNU Manual, like GNU software.  Copies published by the Free
51 Software Foundation raise funds for GNU development.''
52 @end quotation
53 @end copying
55 @titlepage
56 @title Org Mode Manual
58 @subtitle Release @value{VERSION}
59 @author by Carsten Dominik
61 @c The following two commands start the copyright page.
62 @page
63 @vskip 0pt plus 1filll
64 @insertcopying
65 @end titlepage
67 @c Output the table of contents at the beginning.
68 @contents
70 @ifnottex
71 @node Top, Introduction, (dir), (dir)
72 @top Org Mode Manual
74 @insertcopying
75 @end ifnottex
77 @menu
78 * Introduction::                Getting started
79 * Document structure::          A tree works like your brain
80 * Tables::                      Pure magic for quick formatting
81 * Hyperlinks::                  Notes in context
82 * TODO items::                  Every tree branch can be a TODO item
83 * Tags::                        Tagging headlines and matching sets of tags
84 * Properties and columns::      Storing information about an entry
85 * Timestamps::                  Assign date and time to items
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 * Index::                       The fast road to specific information
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.
107 Document Structure
109 * Outlines::                    Org-mode is based on outline-mode
110 * Headlines::                   How to typeset org-tree headlines
111 * Visibility cycling::          Show and hide, much simplified
112 * Motion::                      Jumping to other headlines
113 * Structure editing::           Changing sequence and level of headlines
114 * Archiving::                   Move done task trees to a different place
115 * Sparse trees::                Matches embedded in context
116 * Plain lists::                 Additional structure within an entry
117 * Drawers::                     Tucking stuff away
118 * orgstruct-mode::              Structure editing outside Org-mode
120 Archiving
122 * ARCHIVE tag::                 Marking a tree as inactive
123 * Moving subtrees::             Moving a tree to an archive file
125 Tables
127 * Built-in table editor::       Simple tables
128 * Narrow columns::              Stop wasting space in tables   
129 * Column groups::               Grouping to trigger vertical lines
130 * orgtbl-mode::                 The table editor as minor mode
131 * The spreadsheet::             The table editor has spreadsheet capabilities.
133 The spreadsheet
135 * References::                  How to refer to another field or range
136 * Formula syntax for Calc::     Using Calc to compute stuff
137 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
138 * Field formulas::              Formulas valid for a single field
139 * Column formulas::             Formulas valid for an entire column
140 * Editing and debugging formulas::  Fixing formulas
141 * Updating the table::          Recomputing all dependent fields
142 * Advanced features::           Field names, parameters and automatic recalc
144 Hyperlinks
146 * Link format::                 How links in Org-mode are formatted
147 * Internal links::              Links to other places in the current file
148 * External links::              URL-like links to the world
149 * Handling links::              Creating, inserting and following
150 * Using links outside Org-mode::  Linking from my C source code?
151 * Link abbreviations::          Shortcuts for writing complex links
152 * Search options::              Linking to a specific location
153 * Custom searches::             When the default search is not enough
155 Internal links
157 * Radio targets::               Make targets trigger links in plain text.
159 TODO items
161 * TODO basics::                 Marking and displaying TODO entries
162 * TODO extensions::             Workflow and assignments
163 * Progress logging::            Dates and notes for progress
164 * Priorities::                  Some things are more important than others
165 * Breaking down tasks::         Splitting a task into manageable pieces
166 * Checkboxes::                  Tick-off lists
168 Extended use of TODO keywords
170 * Workflow states::             From TODO to DONE in steps
171 * TODO types::                  I do this, Fred the rest
172 * Multiple sets in one file::   Mixing it all, and still finding your way
173 * Fast access to TODO states::  Single letter selection of a state
174 * Per file keywords::           Different files, different requirements
175 * Faces for TODO keywords::     Highlighting states
177 Progress Logging
179 * Closing items::               When was this entry marked DONE?
180 * Tracking TODO state changes::  When did the status change?
182 Tags
184 * Tag inheritance::             Tags use the tree structure of the outline
185 * Setting tags::                How to assign tags to a headline
186 * Tag searches::                Searching for combinations of tags
188 Properties and Columns
190 * Property syntax::             How properties are spelled out
191 * Special properties::          Access to other Org-mode features
192 * Property searches::           Matching property values
193 * Column view::                 Tabular viewing and editing
194 * Property API::                Properties for Lisp programmers
196 Column View
198 * Defining columns::            The COLUMNS format property
199 * Using column view::           How to create and use column view
201 Defining Columns
203 * Scope of column definitions::  Where defined, where valid?
204 * Column attributes::           Appearance and content of a column
206 Timestamps
208 * Time stamps::                 Assigning a time to a tree entry
209 * Creating timestamps::         Commands which insert timestamps
210 * Deadlines and scheduling::    Planning your work
211 * Clocking work time::          
213 Creating timestamps
215 * The date/time prompt::        How org-mode helps you entering date and time
216 * Custom time format::          Making dates look differently
218 Deadlines and Scheduling
220 * Inserting deadline/schedule::  Planning items
221 * Repeated tasks::              Items that show up again and again
223 Remember
225 * Setting up remember::         Some code for .emacs to get things going
226 * Remember templates::          Define the outline of different note types
227 * Storing notes::               Directly get the note to where it belongs
229 Agenda Views
231 * Agenda files::                Files being searched for agenda information
232 * Agenda dispatcher::           Keyboard access to agenda views
233 * Built-in agenda views::       What is available out of the box?
234 * Presentation and sorting::    How agenda items are prepared for display
235 * Agenda commands::             Remote editing of org trees
236 * Custom agenda views::         Defining special searches and views
238 The built-in agenda views
240 * Weekly/Daily agenda::         The calendar page with current tasks
241 * Global TODO list::            All unfinished action items
242 * Matching tags and properties::  Structured information with fine-tuned search
243 * Timeline::                    Time-sorted view for single file
244 * Stuck projects::              Find projects you need to review
246 Presentation and sorting
248 * Categories::                  Not all tasks are equal
249 * Time-of-day specifications::  How the agenda knows the time
250 * Sorting of agenda items::     The order of things
252 Custom agenda views
254 * Storing searches::            Type once, use often
255 * Block agenda::                All the stuff you need in a single buffer
256 * Setting Options::             Changing the rules
257 * Exporting Agenda Views::      Writing agendas to files.
258 * Extracting Agenda Information for other programs::  
260 Embedded LaTeX
262 * Math symbols::                TeX macros for symbols and Greek letters
263 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
264 * LaTeX fragments::             Complex formulas made easy
265 * Processing LaTeX fragments::  Previewing LaTeX processing
266 * CDLaTeX mode::                Speed up entering of formulas
268 Exporting
270 * ASCII export::                Exporting to plain ASCII
271 * HTML export::                 Exporting to HTML
272 * LaTeX export::                Exporting to LaTeX
273 * XOXO export::                 Exporting to XOXO
274 * iCalendar export::            Exporting in iCalendar format
275 * Text interpretation::         How the exporter looks at the file
277 HTML export
279 * HTML Export commands::        How to invoke LaTeX export
280 * Quoting HTML tags::           Using direct HTML in Org-mode
281 * Links::                       Transformation of links for HTML
282 * Images::                      How to include images
283 * CSS support::                 Changing the appearence of the output
285 LaTeX export
287 * LaTeX export commands::       How to invoke LaTeX export
288 * Quoting LaTeX code::          Incorporating literal LaTeX code
290 Text interpretation by the exporter
292 * Comment lines::               Some lines will not be exported
293 * Initial text::                Text before the first headline
294 * Footnotes::                   Numbers like [1]
295 * Enhancing text::              Subscripts, symbols and more
296 * Export options::              How to influence the export settings
298 Publishing
300 * Configuration::               Defining projects
301 * Sample configuration::        Example projects
302 * Triggering publication::      Publication commands
304 Configuration
306 * Project alist::               The central configuration variable
307 * Sources and destinations::    From here to there
308 * Selecting files::             What files are part of the project?
309 * Publishing action::           Setting the function doing the publishing
310 * Publishing options::          Tweaking HTML export
311 * Publishing links::            Which links keep working after publishing?
312 * Project page index::          Publishing a list of project files
314 Sample configuration
316 * Simple example::              One-component publishing
317 * Complex example::             A multi-component publishing example
319 Miscellaneous
321 * Completion::                  M-TAB knows what you need
322 * Customization::               Adapting Org-mode to your taste
323 * In-buffer settings::          Overview of the #+KEYWORDS
324 * The very busy C-c C-c key::   When in doubt, press C-c C-c
325 * Clean view::                  Getting rid of leading stars in the outline
326 * TTY keys::                    Using Org-mode on a tty
327 * Interaction::                 Other Emacs packages
328 * Bugs::                        Things which do not work perfectly
330 Interaction with other packages
332 * Cooperation::                 Packages Org-mode cooperates with
333 * Conflicts::                   Packages that lead to conflicts
335 Extensions, Hooks and Hacking
337 * Extensions::                  Existing 3rd-part extensions
338 * Adding hyperlink types::      New custom link types
339 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
340 * Dynamic blocks::              Automatically filled blocks
341 * Special agenda views::        Customized views
342 * Using the property API::      Writing programs that use entry properties
344 Tables in arbitrary syntax
346 * Radio tables::                Sending and receiving
347 * A LaTeX example::             Step by step, almost a tutorial
348 * Translator functions::        Copy and modify
350 @end detailmenu
351 @end menu
353 @node Introduction, Document structure, Top, Top
354 @chapter Introduction
355 @cindex introduction
357 @menu
358 * Summary::                     Brief summary of what Org-mode does
359 * Installation::                How to install a downloaded version of Org-mode
360 * Activation::                  How to activate Org-mode for certain buffers.
361 * Feedback::                    Bug reports, ideas, patches etc.
362 @end menu
364 @node Summary, Installation, Introduction, Introduction
365 @section Summary
366 @cindex summary
368 Org-mode is a mode for keeping notes, maintaining TODO lists, and doing
369 project planning with a fast and effective plain-text system.
371 Org-mode develops organizational tasks around NOTES files that contain
372 lists or information about projects as plain text.  Org-mode is
373 implemented on top of outline-mode, which makes it possible to keep the
374 content of large files well structured.  Visibility cycling and
375 structure editing help to work with the tree.  Tables are easily created
376 with a built-in table editor.  Org-mode supports TODO items, deadlines,
377 time stamps, and scheduling.  It dynamically compiles entries into an
378 agenda that utilizes and smoothly integrates much of the Emacs calendar
379 and diary.  Plain text URL-like links connect to websites, emails,
380 Usenet messages, BBDB entries, and any files related to the projects.
381 For printing and sharing of notes, an Org-mode file can be exported as a
382 structured ASCII file, as HTML, or (todo and agenda items only) as an
383 iCalendar file.  It can also serve as a publishing tool for a set of
384 linked webpages.
386 An important design aspect that distinguishes Org-mode from for example
387 Planner/Muse is that it encourages to store every piece of information
388 only once.  In Planner, you have project pages, day pages and possibly
389 other files, duplicating some information such as tasks.  In Org-mode,
390 you only have notes files.  In your notes you mark entries as tasks,
391 label them with tags and timestamps.  All necessary lists like a
392 schedule for the day, the agenda for a meeting, tasks lists selected by
393 tags etc are created dynamically when you need them.
395 Org-mode keeps simple things simple.  When first fired up, it should
396 feel like a straightforward, easy to use outliner.  Complexity is not
397 imposed, but a large amount of functionality is available when you need
398 it.  Org-mode is a toolbox and can be used in different ways, for
399 example as:
401 @example
402 @r{@bullet{} outline extension with visibility cycling and structure editing}
403 @r{@bullet{} ASCII system and table editor for taking structured notes}
404 @r{@bullet{} ASCII table editor with spreadsheet-like capabilities}
405 @r{@bullet{} TODO list editor}
406 @r{@bullet{} full agenda and planner with deadlines and work scheduling}
407 @r{@bullet{} environment to implement David Allen's GTD system}
408 @r{@bullet{} a basic database application}
409 @r{@bullet{} simple hypertext system, with HTML export}
410 @r{@bullet{} publishing tool to create a set of interlinked webpages}
411 @end example
413 Org-mode's automatic, context sensitive table editor with spreadsheet
414 capabilities can be integrated into any major mode by activating the
415 minor Orgtbl-mode.  Using a translation step, it can be used to maintain
416 tables in arbitrary file types, for example in La@TeX{}.  The structure
417 editing and list creation capabilities can be used outside Org-mode with
418 the minor Orgstruct-mode.
420 @cindex FAQ
421 There is a website for Org-mode which provides links to the newest
422 version of Org-mode, as well as additional information, frequently asked
423 questions (FAQ), links to tutorials etc.  This page is located at
424 @uref{http://orgmode.org}.
426 @page
429 @node Installation, Activation, Summary, Introduction
430 @section Installation
431 @cindex installation
432 @cindex XEmacs
434 @b{Important:} @i{If Org-mode is part of the Emacs distribution or an
435 XEmacs package, please skip this section and go directly to
436 @ref{Activation}.}
438 If you have downloaded Org-mode from the Web, you must take the
439 following steps to install it: Go into the Org-mode distribution
440 directory and edit the top section of the file @file{Makefile}.  You
441 must set the name of the Emacs binary (likely either @file{emacs} or
442 @file{xemacs}), and the paths to the directories where local Lisp and
443 Info files are kept.  If you don't have access to the system-wide
444 directories, create your own two directories for these files, enter them
445 into the Makefile, and make sure Emacs finds the Lisp files by adding
446 the following line to @file{.emacs}:
448 @example
449 (setq load-path (cons "~/path/to/lispdir" load-path))
450 @end example
452 @b{XEmacs users now need to install the file @file{noutline.el} from
453 the @file{xemacs} subdirectory of the Org-mode distribution.  Use the
454 command:}
456 @example
457 @b{make install-noutline}
458 @end example
460 @noindent Now byte-compile and install the Lisp files with the shell
461 commands:
463 @example
464 make
465 make install
466 @end example
468 @noindent If you want to install the info documentation, use this command:
470 @example
471 make install-info
472 @end example
474 @noindent Then add to @file{.emacs}:
476 @lisp
477 ;; This line only if org-mode is not part of the X/Emacs distribution.
478 (require 'org-install)
479 @end lisp
481 @node Activation, Feedback, Installation, Introduction
482 @section Activation
483 @cindex activation
484 @cindex autoload
485 @cindex global keybindings
486 @cindex keybindings, global
488 @iftex
489 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
490 PDF documentation as viewed by Acrobat reader to your .emacs file, the
491 single quote character comes out incorrectly and the code will not work.
492 You need to fix the single quotes by hand, or copy from Info
493 documentation.}
494 @end iftex
496 Add the following lines to your @file{.emacs} file.  The last two lines
497 define @emph{global} keys for the commands @command{org-store-link} and
498 @command{org-agenda} - please choose suitable keys yourself.
500 @lisp
501 ;; The following lines are always needed.  Choose your own keys.
502 (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
503 (global-set-key "\C-cl" 'org-store-link)
504 (global-set-key "\C-ca" 'org-agenda)
505 @end lisp
507 Furthermore, you must activate @code{font-lock-mode} in org-mode
508 buffers, because significant functionality depends on font-locking being
509 active.  You can do this with either one of the following two lines
510 (XEmacs user must use the second option):
511 @lisp
512 (global-font-lock-mode 1)                     ; for all buffers
513 (add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
514 @end lisp
516 @cindex org-mode, turning on
517 With this setup, all files with extension @samp{.org} will be put
518 into Org-mode.  As an alternative, make the first line of a file look
519 like this:
521 @example
522 MY PROJECTS    -*- mode: org; -*-
523 @end example
525 @noindent which will select Org-mode for this buffer no matter what
526 the file's name is.  See also the variable
527 @code{org-insert-mode-line-in-empty-file}.
529 @node Feedback,  , Activation, Introduction
530 @section Feedback
531 @cindex feedback
532 @cindex bug reports
533 @cindex maintainer
534 @cindex author
536 If you find problems with Org-mode, or if you have questions, remarks,
537 or ideas about it, please contact the maintainer @value{MAINTAINER} at
538 @value{MAINTAINEREMAIL}.
540 For bug reports, please provide as much information as possible,
541 including the version information of Emacs (@kbd{C-h v emacs-version
542 @key{RET}}) and Org-mode (@kbd{C-h v org-version @key{RET}}), as well as
543 the Org-mode related setup in @file{.emacs}.  If an error occurs, a
544 backtrace can be very useful (see below on how to create one).  Often a
545 small example file helps, along with clear information about:
547 @enumerate
548 @item What exactly did you do?
549 @item What did you expect to happen?
550 @item What happened instead?
551 @end enumerate
552 @noindent Thank you for helping to improve this mode.
554 @subsubheading How to create a useful backtrace
556 @cindex backtrace of an error
557 If working with Org-mode produces an error with a message you don't
558 understand, you may have hit a bug.  The best way to report this is by
559 providing, in addition to what was mentioned above, a @emph{Backtrace}.
560 This is information from the built-in debugger about where and how the
561 error occurred.  Here is how to produce a useful backtrace:
563 @enumerate
564 @item
565 Start a fresh Emacs or XEmacs, and make sure that it will load the
566 original Lisp code in @file{org.el} instead of the compiled version in
567 @file{org.elc}.  The backtrace contains much more information if it is
568 produced with uncompiled code.  To do this, either rename @file{org.elc}
569 to something else before starting Emacs, or ask Emacs explicitly to load
570 @file{org.el} by using the command line
571 @example
572 emacs -l /path/to/org.el
573 @end example
574 @item
575 Go to the @code{Options} menu and select @code{Enter Debugger on Error}
576 (XEmacs has this option in the @code{Troubleshooting} sub-menu).
577 @item
578 Do whatever you have to do to hit the error.  Don't forget to
579 document the steps you take.
580 @item
581 When you hit the error, a @file{*Backtrace*} buffer will appear on the
582 screen.  Save this buffer to a file (for example using @kbd{C-x C-w}) and
583 attach it to your bug report.
584 @end enumerate
586 @node Document structure, Tables, Introduction, Top
587 @chapter Document Structure
588 @cindex document structure
589 @cindex structure of document
591 Org-mode is based on outline mode and provides flexible commands to
592 edit the structure of the document.
594 @menu
595 * Outlines::                    Org-mode is based on outline-mode
596 * Headlines::                   How to typeset org-tree headlines
597 * Visibility cycling::          Show and hide, much simplified
598 * Motion::                      Jumping to other headlines
599 * Structure editing::           Changing sequence and level of headlines
600 * Archiving::                   Move done task trees to a different place
601 * Sparse trees::                Matches embedded in context
602 * Plain lists::                 Additional structure within an entry
603 * Drawers::                     Tucking stuff away
604 * orgstruct-mode::              Structure editing outside Org-mode
605 @end menu
607 @node Outlines, Headlines, Document structure, Document structure
608 @section Outlines
609 @cindex outlines
610 @cindex outline-mode
612 Org-mode is implemented on top of outline-mode.  Outlines allow a
613 document to be organized in a hierarchical structure, which (at least
614 for me) is the best representation of notes and thoughts.  An overview
615 of this structure is achieved by folding (hiding) large parts of the
616 document to show only the general document structure and the parts
617 currently being worked on.  Org-mode greatly simplifies the use of
618 outlines by compressing the entire show/hide functionality into a single
619 command @command{org-cycle}, which is bound to the @key{TAB} key.
621 @node Headlines, Visibility cycling, Outlines, Document structure
622 @section Headlines
623 @cindex headlines
624 @cindex outline tree
626 Headlines define the structure of an outline tree.  The headlines in
627 Org-mode start with one or more stars, on the left margin@footnote{See
628 the variable @code{org-special-ctrl-a/e} to configure special behavior
629 of @kbd{C-a} and @kbd{C-e} in headlines.}.  For example:
631 @example
632 * Top level headline
633 ** Second level
634 *** 3rd level
635     some text
636 *** 3rd level
637     more text
639 * Another top level headline
640 @end example
642 @noindent Some people find the many stars too noisy and would prefer an
643 outline that has whitespace followed by a single star as headline
644 starters.  @ref{Clean view} describes a setup to realize this.
646 An empty line after the end of a subtree is considered part of it and
647 will be hidden when the subtree is folded.  However, if you leave at
648 least two empty lines, one empty line will remain visible after folding
649 the subtree, in order to structure the collapsed view.  See the
650 variable @code{org-cycle-separator-lines} to modify this behavior.
652 @node Visibility cycling, Motion, Headlines, Document structure
653 @section Visibility cycling
654 @cindex cycling, visibility
655 @cindex visibility cycling
656 @cindex trees, visibility
657 @cindex show hidden text
658 @cindex hide text
660 Outlines make it possible to hide parts of the text in the buffer.
661 Org-mode uses just two commands, bound to @key{TAB} and
662 @kbd{S-@key{TAB}} to change the visibility in the buffer.
664 @cindex subtree visibility states
665 @cindex subtree cycling
666 @cindex folded, subtree visibility state
667 @cindex children, subtree visibility state
668 @cindex subtree, subtree visibility state
669 @table @kbd
670 @kindex @key{TAB}
671 @item @key{TAB}
672 @emph{Subtree cycling}: Rotate current subtree among the states
674 @example
675 ,-> FOLDED -> CHILDREN -> SUBTREE --.
676 '-----------------------------------'
677 @end example
679 The cursor must be on a headline for this to work@footnote{see, however,
680 the option @code{org-cycle-emulate-tab}.}.  When the cursor is at the
681 beginning of the buffer and the first line is not a headline, then
682 @key{TAB} actually runs global cycling (see below)@footnote{see the
683 option @code{org-cycle-global-at-bob}.}.  Also when called with a prefix
684 argument (@kbd{C-u @key{TAB}}), global cycling is invoked.
686 @cindex global visibility states
687 @cindex global cycling
688 @cindex overview, global visibility state
689 @cindex contents, global visibility state
690 @cindex show all, global visibility state
691 @kindex S-@key{TAB}
692 @item S-@key{TAB}
693 @itemx C-u @key{TAB}
694 @emph{Global cycling}: Rotate the entire buffer among the states
696 @example
697 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
698 '--------------------------------------'
699 @end example
701 When @kbd{S-@key{TAB}} is called with a numerical prefix N, the CONTENTS
702 view up to headlines of level N will be shown.
703 Note that inside tables, @kbd{S-@key{TAB}} jumps to the previous field.
705 @cindex show all, command
706 @kindex C-c C-a
707 @item C-c C-a
708 Show all.
709 @kindex C-c C-r
710 @item C-c C-r
711 Reveal context around point, showing the current entry, the following
712 heading and the hierarchy above.  Useful for working near a location
713 exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda
714 command (@pxref{Agenda commands}).  With prefix arg show, on each
715 level, all sibling headings.
716 @kindex C-c C-x b
717 @item C-c C-x b
718 Show the current subtree in an indirect buffer@footnote{The indirect
719 buffer
720 @ifinfo
721 (@pxref{Indirect Buffers,,,emacs,GNU Emacs Manual})
722 @end ifinfo
723 @ifnotinfo
724 (see the Emacs manual for more information about indirect buffers)
725 @end ifnotinfo
726 will contain the entire buffer, but will be narrowed to the current
727 tree.  Editing the indirect buffer will also change the original buffer,
728 but without affecting visibility in that buffer.}.  With numerical
729 prefix ARG, go up to this level and then take that tree.  If ARG is
730 negative, go up that many levels.  With @kbd{C-u} prefix, do not remove
731 the previously used indirect buffer.
732 @end table
734 When Emacs first visits an Org-mode file, the global state is set to
735 OVERVIEW, i.e. only the top level headlines are visible.  This can be
736 configured through the variable @code{org-startup-folded}, or on a
737 per-file basis by adding one of the following lines anywhere in the
738 buffer:
740 @example
741 #+STARTUP: overview
742 #+STARTUP: content
743 #+STARTUP: showall
744 @end example
746 @node Motion, Structure editing, Visibility cycling, Document structure
747 @section Motion
748 @cindex motion, between headlines
749 @cindex jumping, to headlines
750 @cindex headline navigation
751 The following commands jump to other headlines in the buffer.
753 @table @kbd
754 @kindex C-c C-n
755 @item C-c C-n
756 Next heading.
757 @kindex C-c C-p
758 @item C-c C-p
759 Previous heading.
760 @kindex C-c C-f
761 @item C-c C-f
762 Next heading same level.
763 @kindex C-c C-b
764 @item C-c C-b
765 Previous heading same level.
766 @kindex C-c C-u
767 @item C-c C-u
768 Backward to higher level heading.
769 @kindex C-c C-j
770 @item C-c C-j
771 Jump to a different place without changing the current outline
772 visibility.  Shows the document structure in a temporary buffer, where
773 you can use the following keys to find your destination:
774 @example
775 @key{TAB}         @r{Cycle visibility.}
776 @key{down} / @key{up}   @r{Next/previous visible headline.}
777 n / p        @r{Next/previous visible headline.}
778 f / b        @r{Next/previous headline same level.}
779 u            @r{One level up.}
780 0-9          @r{Digit argument.}
781 @key{RET}         @r{Select this location.}
782 @end example
783 @end table
785 @node Structure editing, Archiving, Motion, Document structure
786 @section Structure editing
787 @cindex structure editing
788 @cindex headline, promotion and demotion
789 @cindex promotion, of subtrees
790 @cindex demotion, of subtrees
791 @cindex subtree, cut and paste
792 @cindex pasting, of subtrees
793 @cindex cutting, of subtrees
794 @cindex copying, of subtrees
795 @cindex subtrees, cut and paste
797 @table @kbd
798 @kindex M-@key{RET}
799 @item M-@key{RET}
800 Insert new heading with same level as current.  If the cursor is in a
801 plain list item, a new item is created (@pxref{Plain lists}).  To force
802 creation of a new headline, use a prefix arg, or first press @key{RET}
803 to get to the beginning of the next line.  When this command is used in
804 the middle of a line, the line is split and the rest of the line becomes
805 the new headline.  If the command is used at the beginning of a
806 headline, the new headline is created before the current line.  If at
807 the beginning of any other line, the content of that line is made the
808 new heading.  If the command is used at the end of a folded subtree
809 (i.e. behind the ellipses at the end of a headline), then a headline
810 like the current one will be inserted after the end of the subtree.
811 @kindex C-@key{RET}
812 @item C-@key{RET}
813 Insert a new heading after the current subtree, same level as the
814 current headline.  This command works from anywhere in the entry.
815 @kindex M-S-@key{RET}
816 @item M-S-@key{RET}
817 Insert new TODO entry with same level as current heading.
818 @kindex M-@key{left}
819 @item M-@key{left}
820 Promote current heading by one level.
821 @kindex M-@key{right}
822 @item M-@key{right}
823 Demote current heading by one level.
824 @kindex M-S-@key{left}
825 @item M-S-@key{left}
826 Promote the current subtree by one level.
827 @kindex M-S-@key{right}
828 @item M-S-@key{right}
829 Demote the current subtree by one level.
830 @kindex M-S-@key{up}
831 @item M-S-@key{up}
832 Move subtree up (swap with previous subtree of same
833 level).
834 @kindex M-S-@key{down}
835 @item M-S-@key{down}
836 Move subtree down (swap with next subtree of same level).
837 @kindex C-c C-x C-w
838 @kindex C-c C-x C-k
839 @item C-c C-x C-w
840 @itemx C-c C-x C-k
841 Kill subtree, i.e. remove it from buffer but save in kill ring.
842 @kindex C-c C-x M-w
843 @item C-c C-x M-w
844 Copy subtree to kill ring.
845 @kindex C-c C-x C-y
846 @item C-c C-x C-y
847 Yank subtree from kill ring.  This does modify the level of the subtree to
848 make sure the tree fits in nicely at the yank position.  The yank
849 level can also be specified with a prefix arg, or by yanking after a
850 headline marker like @samp{****}.
851 @kindex C-c ^
852 @item C-c ^
853 Sort same-level entries.  When there is an active region, all entries in
854 the region will be sorted.  Otherwise the children of the current
855 headline are sorted.  The command prompts for the sorting method, which
856 can be alphabetically, numerically, by time (using the first time stamp
857 in each entry), by priority, and each of these in reverse order.  With a
858 @kbd{C-u} prefix, sorting will be case-sensitive.  With two @kbd{C-u
859 C-u} prefixes, duplicate entries will also be removed.
860 @end table
862 @cindex region, active
863 @cindex active region
864 @cindex transient-mark-mode
865 When there is an active region (transient-mark-mode), promotion and
866 demotion work on all headlines in the region.  To select a region of
867 headlines, it is best to place both point and mark at the beginning of a
868 line, mark at the beginning of the first headline, and point at the line
869 just after the last headline to change.  Note that when the cursor is
870 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
871 functionality.
873 @node Archiving, Sparse trees, Structure editing, Document structure
874 @section Archiving
875 @cindex archiving
877 When a project represented by a (sub)tree is finished, you may want
878 to move the tree out of the way and to stop it from contributing to the
879 agenda.  Org-mode knows two ways of archiving.  You can mark a tree with
880 the ARCHIVE tag, or you can move an entire (sub)tree to a different
881 location.
883 @menu
884 * ARCHIVE tag::                 Marking a tree as inactive
885 * Moving subtrees::             Moving a tree to an archive file
886 @end menu
888 @node ARCHIVE tag, Moving subtrees, Archiving, Archiving
889 @subsection The ARCHIVE tag
890 @cindex internal archiving
892 A headline that is marked with the ARCHIVE tag (@pxref{Tags}) stays at
893 its location in the outline tree, but behaves in the following way:
894 @itemize @minus
895 @item
896 It does not open when you attempt to do so with a visibility cycling
897 command (@pxref{Visibility cycling}).  You can force cycling archived
898 subtrees with @kbd{C-@key{TAB}}, or by setting the option
899 @code{org-cycle-open-archived-trees}.  Also normal outline commands like
900 @code{show-all} will open archived subtrees.
901 @item
902 During sparse tree construction (@pxref{Sparse trees}), matches in
903 archived subtrees are not exposed, unless you configure the option
904 @code{org-sparse-tree-open-archived-trees}.
905 @item
906 During agenda view construction (@pxref{Agenda views}), the content of
907 archived trees is ignored unless you configure the option
908 @code{org-agenda-skip-archived-trees}.
909 @item
910 Archived trees are not exported (@pxref{Exporting}), only the headline
911 is.  Configure the details using the variable
912 @code{org-export-with-archived-trees}.
913 @end itemize
915 The following commands help managing the ARCHIVE tag:
917 @table @kbd
918 @kindex C-c C-x C-a
919 @item C-c C-x C-a
920 Toggle the ARCHIVE tag for the current headline.  When the tag is set,
921 the headline changes to a shadowish face, and the subtree below it is
922 hidden.
923 @kindex C-u C-c C-x C-a
924 @item C-u C-c C-x C-a
925 Check if any direct children of the current headline should be archived.
926 To do this, each subtree is checked for open TODO entries.  If none are
927 found, the command offers to set the ARCHIVE tag for the child.  If the
928 cursor is @emph{not} on a headline when this command is invoked, the
929 level 1 trees will be checked.
930 @kindex C-@kbd{TAB}
931 @item C-@kbd{TAB}
932 Cycle a tree even if it is tagged with ARCHIVE.
933 @end table
935 @node Moving subtrees,  , ARCHIVE tag, Archiving
936 @subsection Moving subtrees
937 @cindex external archiving
939 Once an entire project is finished, you may want to move it to a
940 different location, either in the current file, or even in a different
941 file, the archive file.
943 @table @kbd
944 @kindex C-c C-x C-s
945 @item C-c C-x C-s
946 Archive the subtree starting at the cursor position to the location
947 given by @code{org-archive-location}.  Context information that could be
948 lost like the file name, the category, inherited tags, and the todo
949 state will be store as properties in the entry.
950 @kindex C-u C-c C-x C-s
951 @item C-u C-c C-x C-s
952 Check if any direct children of the current headline could be moved to
953 the archive.  To do this, each subtree is checked for open TODO entries.
954 If none are found, the command offers to move it to the archive
955 location.  If the cursor is @emph{not} on a headline when this command
956 is invoked, the level 1 trees will be checked.
957 @end table
959 @cindex archive locations
960 The default archive location is a file in the same directory as the
961 current file, with the name derived by appending @file{_archive} to the
962 current file name.  For information and examples on how to change this,
963 see the documentation string of the variable
964 @code{org-archive-location}.  There is also an in-buffer option for
965 setting this variable, for example@footnote{If there are several such
966 lines in the buffer, each will be valid for the entries below it.  The
967 first will also apply to any text before it.  This method is only kept
968 for backward compatibility.  The preferred methods for setting multiple
969 archive locations is using a property.}:
971 @example
972 #+ARCHIVE: %s_done::
973 @end example
975 @noindent
976 If you would like to have a special ARCHIVE location for a single entry
977 or a (sub)tree, give the entry an @code{:ARCHIVE:} property with the
978 location as the value (@pxref{Properties and columns}).
980 @node Sparse trees, Plain lists, Archiving, Document structure
981 @section Sparse trees
982 @cindex sparse trees
983 @cindex trees, sparse
984 @cindex folding, sparse trees
985 @cindex occur, command
987 An important feature of Org-mode is the ability to construct
988 @emph{sparse trees} for selected information in an outline tree.  A
989 sparse tree means that the entire document is folded as much as
990 possible, but the selected information is made visible along with the
991 headline structure above it@footnote{See also the variables
992 @code{org-show-hierarchy-above}, @code{org-show-following-heading}, and
993 @code{org-show-siblings} for detailed control on how much context is
994 shown around each match.}.  Just try it out and you will see immediately
995 how it works.
997 Org-mode contains several commands creating such trees.  The most
998 basic one is @command{org-occur}:
1000 @table @kbd
1001 @kindex C-c /
1002 @item C-c /
1003 Occur.  Prompts for a regexp and shows a sparse tree with all matches.
1004 If the match is in a headline, the headline is made visible.  If the
1005 match is in the body of an entry, headline and body are made visible.
1006 In order to provide minimal context, also the full hierarchy of
1007 headlines above the match is shown, as well as the headline following
1008 the match.  Each match is also highlighted; the highlights disappear
1009 when the buffer is changed by an editing command, or by pressing
1010 @kbd{C-c C-c}.  When called with a @kbd{C-u} prefix argument, previous
1011 highlights are kept, so several calls to this command can be stacked.
1012 @end table
1013 @noindent
1014 For frequently used sparse trees of specific search strings, you can
1015 use the variable @code{org-agenda-custom-commands} to define fast
1016 keyboard access to specific sparse trees.  These commands will then be
1017 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
1018 For example:
1020 @lisp
1021 (setq org-agenda-custom-commands
1022       '(("f" occur-tree "FIXME")))
1023 @end lisp
1025 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
1026 a sparse tree matching the string @samp{FIXME}.
1028 Other commands use sparse trees as well.  For example @kbd{C-c
1029 C-v} creates a sparse TODO tree (@pxref{TODO basics}).
1031 @kindex C-c C-e v
1032 @cindex printing sparse trees
1033 @cindex visible text, printing
1034 To print a sparse tree, you can use the Emacs command
1035 @code{ps-print-buffer-with-faces} which does not print invisible parts
1036 of the document @footnote{This does not work under XEmacs, because
1037 XEmacs uses selective display for outlining, not text properties.}.
1038 Or you can use the command @kbd{C-c C-e v} to export only the visible
1039 part of the document and print the resulting file.
1041 @node Plain lists, Drawers, Sparse trees, Document structure
1042 @section Plain lists
1043 @cindex plain lists
1044 @cindex lists, plain
1045 @cindex lists, ordered
1046 @cindex ordered lists
1048 Within an entry of the outline tree, hand-formatted lists can provide
1049 additional structure.  They also provide a way to create lists of
1050 checkboxes (@pxref{Checkboxes}).  Org-mode supports editing such lists,
1051 and the HTML exporter (@pxref{Exporting}) does parse and format them.
1053 Org-mode knows ordered and unordered lists.  Unordered list items start
1054 with @samp{-}, @samp{+}, or @samp{*}@footnote{When using @samp{*} as a
1055 bullet, lines must be indented or they will be seen as top-level
1056 headlines.  Also, when you are hiding leading stars to get a clean
1057 outline view, plain list items starting with a star are visually
1058 indistinguishable from true headlines.  In short: even though @samp{*}
1059 is supported, it may be better not to use it for plain list items.} as
1060 bullets.  Ordered list items start with @samp{1.} or @samp{1)}.  Items
1061 belonging to the same list must have the same indentation on the first
1062 line.  In particular, if an ordered list reaches number @samp{10.}, then
1063 the 2--digit numbers must be written left-aligned with the other numbers
1064 in the list.  Indentation also determines the end of a list item.  It
1065 ends before the next line that is indented like the bullet/number, or
1066 less.  Empty lines are part of the previous item, so you can have
1067 several paragraphs in one item.  If you would like an empty line to
1068 terminate all currently open plain lists, configure the variable
1069 @code{org-empty-line-terminates-plain-lists}.  Here is an example:
1071 @example
1072 @group
1073 ** Lord of the Rings
1074    My favorite scenes are (in this order)
1075    1. The attack of the Rohirrim
1076    2. Eowyns fight with the witch king
1077       + this was already my favorite scene in the book
1078       + I really like Miranda Otto.
1079    3. Peter Jackson being shot by Legolas
1080        - on DVD only
1081       He makes a really funny face when it happens.
1082    But in the end, not individual scenes matter but the film as a whole.
1083 @end group
1084 @end example
1086 Org-mode supports these lists by tuning filling and wrapping commands to
1087 deal with them correctly@footnote{Org-mode only changes the filling
1088 settings for Emacs.  For XEmacs, you should use Kyle E. Jones'
1089 @file{filladapt.el}.  To turn this on,  put into @file{.emacs}:
1090 @code{(require 'filladapt)}}. 
1092 The following commands act on items when the cursor is in the first line
1093 of an item (the line with the bullet or number).
1095 @table @kbd
1096 @kindex @key{TAB}
1097 @item @key{TAB}
1098 Items can be folded just like headline levels if you set the variable
1099 @code{org-cycle-include-plain-lists}.  The level of an item is then
1100 given by the indentation of the bullet/number.  Items are always
1101 subordinate to real headlines, however; the hierarchies remain
1102 completely separated.
1104 If @code{org-cycle-include-plain-lists} has not been set, @key{TAB}
1105 fixes the indentation of the curent line in a heuristic way.
1106 @kindex M-@key{RET}
1107 @item M-@key{RET}
1108 Insert new item at current level.  With prefix arg, force a new heading
1109 (@pxref{Structure editing}).  If this command is used in the middle of a
1110 line, the line is @emph{split} and the rest of the line becomes the new
1111 item.  If this command is executed in the @emph{whitespace before a bullet or
1112 number}, the new item is created @emph{before} the current item.  If the
1113 command is executed in the white space before the text that is part of
1114 an item but does not contain the bullet, a bullet is added to the
1115 current line.
1116 @kindex M-S-@key{RET}
1117 @item M-S-@key{RET}
1118 Insert a new item with a checkbox (@pxref{Checkboxes}).
1119 @kindex S-@key{up}
1120 @kindex S-@key{down}
1121 @item S-@key{up}
1122 @itemx S-@key{down}
1123 Jump to the previous/next item in the current list.
1124 @kindex M-S-@key{up}
1125 @kindex M-S-@key{down}
1126 @item M-S-@key{up}
1127 @itemx M-S-@key{down}
1128 Move the item including subitems up/down (swap with previous/next item
1129 of same indentation).  If the list is ordered, renumbering is
1130 automatic.
1131 @kindex M-S-@key{left}
1132 @kindex M-S-@key{right}
1133 @item M-S-@key{left}
1134 @itemx M-S-@key{right}
1135 Decrease/increase the indentation of the item, including subitems.
1136 Initially, the item tree is selected based on current indentation.
1137 When these commands are executed several times in direct succession,
1138 the initially selected region is used, even if the new indentation
1139 would imply a different hierarchy.  To use the new hierarchy, break
1140 the command chain with a cursor motion or so.
1141 @kindex C-c C-c
1142 @item C-c C-c
1143 If there is a checkbox (@pxref{Checkboxes}) in the item line, toggle the
1144 state of the checkbox.  If not, make this command makes sure that all
1145 the items on this list level use the same bullet.  Furthermore, if this
1146 is an ordered list, make sure the numbering is ok.
1147 @kindex C-c -
1148 @item C-c -
1149 Cycle the entire list level through the different itemize/enumerate
1150 bullets (@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}).
1151 With prefix arg, select the nth bullet from this list.
1152 @end table
1154 @node Drawers, orgstruct-mode, Plain lists, Document structure
1155 @section Drawers
1156 @cindex drawers
1157 @cindex visibility cycling, drawers
1159 Sometimes you want to keep information associated with an entry, but you
1160 normally don't want to see it.  For this, Org-mode has @emph{drawers}.
1161 Drawers need to be configured with the variable @code{org-drawers}, and
1162 look like this:
1164 @example
1165 ** This is a headline
1166    Still outside the drawer
1167    :DRAWERNAME:
1168       This is inside the drawer.
1169    :END:
1170    After the drawer.
1171 @end example
1173 Visibility cycling (@pxref{Visibility cycling}) on the headline will
1174 hide and show the entry, but keep the drawer collapsed to a single line.
1175 In order to look inside the drawer, you need to move the cursor to the
1176 drawer line and press @key{TAB} there.  Org-mode uses a drawer for
1177 storing properties (@pxref{Properties and columns}).
1179 @node orgstruct-mode,  , Drawers, Document structure
1180 @section The Orgstruct minor mode
1181 @cindex orgstruct-mode
1182 @cindex minor mode for structure editing
1184 If you like the intuitive way the Org-mode structure editing and list
1185 formatting works, you might want to use these commands in other modes
1186 like text-mode or mail-mode as well.  The minor mode Orgstruct-mode
1187 makes this possible.  You can always toggle the mode with @kbd{M-x
1188 orgstruct-mode}.  To turn it on by default, for example in mail mode,
1191 @lisp
1192 (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1193 @end lisp
1195 When this mode is active and the cursor is on a line that looks to
1196 Org-mode like a headline of the first line of a list item, most
1197 structure editing commands will work, even if the same keys normally
1198 have different functionality in the major mode you are using.  If the
1199 cursor is not in one of those special lines, Orgstruct-mode lurks
1200 silently in the shadow.
1202 @node Tables, Hyperlinks, Document structure, Top
1203 @chapter Tables
1204 @cindex tables
1205 @cindex editing tables
1207 Org-mode has a very fast and intuitive table editor built-in.
1208 Spreadsheet-like calculations are supported in connection with the
1209 Emacs @file{calc} package.
1211 @menu
1212 * Built-in table editor::       Simple tables
1213 * Narrow columns::              Stop wasting space in tables   
1214 * Column groups::               Grouping to trigger vertical lines
1215 * orgtbl-mode::                 The table editor as minor mode
1216 * The spreadsheet::             The table editor has spreadsheet capabilities.
1217 @end menu
1219 @node Built-in table editor, Narrow columns, Tables, Tables
1220 @section The built-in table editor
1221 @cindex table editor, built-in
1223 Org-mode makes it easy to format tables in plain ASCII.  Any line with
1224 @samp{|} as the first non-whitespace character is considered part of a
1225 table.  @samp{|} is also the column separator.  A table might look like
1226 this:
1228 @example
1229 | Name  | Phone | Age |
1230 |-------+-------+-----|
1231 | Peter |  1234 |  17 |
1232 | Anna  |  4321 |  25 |
1233 @end example
1235 A table is re-aligned automatically each time you press @key{TAB} or
1236 @key{RET} or @kbd{C-c C-c} inside the table.  @key{TAB} also moves to
1237 the next field (@key{RET} to the next row) and creates new table rows
1238 at the end of the table or before horizontal lines.  The indentation
1239 of the table is set by the first line.  Any line starting with
1240 @samp{|-} is considered as a horizontal separator line and will be
1241 expanded on the next re-align to span the whole table width.  So, to
1242 create the above table, you would only type
1244 @example
1245 |Name|Phone|Age|
1247 @end example
1249 @noindent and then press @key{TAB} to align the table and start filling in
1250 fields.
1252 When typing text into a field, Org-mode treats @key{DEL},
1253 @key{Backspace}, and all character keys in a special way, so that
1254 inserting and deleting avoids shifting other fields.  Also, when
1255 typing @emph{immediately after the cursor was moved into a new field
1256 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
1257 field is automatically made blank.  If this behavior is too
1258 unpredictable for you, configure the variables
1259 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
1261 @table @kbd
1262 @tsubheading{Creation and conversion}
1263 @kindex C-c |
1264 @item C-c |
1265 Convert the active region to table. If every line contains at least one
1266 TAB character, the function assumes that the material is tab separated.
1267 If every line contains a comma, comma-separated values (CSV) are assumed.
1268 If not, lines are split at whitespace into fields.  You can use a prefix
1269 argument to force a specific separator: @kbd{C-u} forces CSV, @kbd{C-u
1270 C-u} forces TAB, and a numeric argument N indicates that at least N
1271 consequtive spaces, or alternatively a TAB will be the separator.
1272 @* 
1273 If there is no active region, this command creates an empty Org-mode
1274 table.  But it's easier just to start typing, like
1275 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
1277 @tsubheading{Re-aligning and field motion}
1278 @kindex C-c C-c
1279 @item C-c C-c
1280 Re-align the table without moving the cursor.
1282 @kindex @key{TAB}
1283 @item @key{TAB}
1284 Re-align the table, move to the next field.  Creates a new row if
1285 necessary.
1287 @kindex S-@key{TAB}
1288 @item S-@key{TAB}
1289 Re-align, move to previous field.
1291 @kindex @key{RET}
1292 @item @key{RET}
1293 Re-align the table and move down to next row.  Creates a new row if
1294 necessary.  At the beginning or end of a line, @key{RET} still does
1295 NEWLINE, so it can be used to split a table.
1297 @tsubheading{Column and row editing}
1298 @kindex M-@key{left}
1299 @kindex M-@key{right}
1300 @item M-@key{left}
1301 @itemx M-@key{right}
1302 Move the current column left/right.
1304 @kindex M-S-@key{left}
1305 @item M-S-@key{left}
1306 Kill the current column.
1308 @kindex M-S-@key{right}
1309 @item M-S-@key{right}
1310 Insert a new column to the left of the cursor position.
1312 @kindex M-@key{up}
1313 @kindex M-@key{down}
1314 @item M-@key{up}
1315 @itemx M-@key{down}
1316 Move the current row up/down.
1318 @kindex M-S-@key{up}
1319 @item M-S-@key{up}
1320 Kill the current row or horizontal line.
1322 @kindex M-S-@key{down}
1323 @item M-S-@key{down}
1324 Insert a new row above (with arg: below) the current row.
1326 @kindex C-c -
1327 @item C-c -
1328 Insert a horizontal line below current row. With prefix arg, the line
1329 is created above the current line.
1331 @kindex C-c ^
1332 @item C-c ^
1333 Sort the table lines in the region.  The position of point indicates the
1334 column to be used for sorting, and the range of lines is the range
1335 between the nearest horizontal separator lines, or the entire table.  If
1336 point is before the first column, you will be prompted for the sorting
1337 column.  If there is an active region, the mark specifies the first line
1338 and the sorting column, while point should be in the last line to be
1339 included into the sorting.  The command prompts for the sorting type
1340 (alphabetically, numerically, or by time).  When called with a prefix
1341 argument, alphabetic sorting will be case-sensitive.
1343 @tsubheading{Regions}
1344 @kindex C-c C-x M-w
1345 @item C-c C-x M-w
1346 Copy a rectangular region from a table to a special clipboard.  Point
1347 and mark determine edge fields of the rectangle.  The process ignores
1348 horizontal separator lines.
1350 @kindex C-c C-x C-w
1351 @item C-c C-x C-w
1352 Copy a rectangular region from a table to a special clipboard, and
1353 blank all fields in the rectangle.  So this is the ``cut'' operation.
1355 @kindex C-c C-x C-y
1356 @item C-c C-x C-y
1357 Paste a rectangular region into a table.
1358 The upper right corner ends up in the current field.  All involved fields
1359 will be overwritten.  If the rectangle does not fit into the present table,
1360 the table is enlarged as needed.  The process ignores horizontal separator
1361 lines.
1363 @kindex C-c C-q
1364 @item C-c C-q
1365 Wrap several fields in a column like a paragraph.  If there is an active
1366 region, and both point and mark are in the same column, the text in the
1367 column is wrapped to minimum width for the given number of lines.  A
1368 prefix ARG may be used to change the number of desired lines.  If there
1369 is no region, the current field is split at the cursor position and the
1370 text fragment to the right of the cursor is prepended to the field one
1371 line down. If there is no region, but you specify a prefix ARG, the
1372 current field is made blank, and the content is appended to the field
1373 above.
1375 @tsubheading{Calculations}
1376 @cindex formula, in tables
1377 @cindex calculations, in tables
1378 @cindex region, active
1379 @cindex active region
1380 @cindex transient-mark-mode
1381 @kindex C-c +
1382 @item C-c +
1383 Sum the numbers in the current column, or in the rectangle defined by
1384 the active region.  The result is shown in the echo area and can
1385 be inserted with @kbd{C-y}.
1387 @kindex S-@key{RET}
1388 @item S-@key{RET}
1389 When current field is empty, copy from first non-empty field above.
1390 When not empty, copy current field down to next row and move cursor
1391 along with it.  Depending on the variable
1392 @code{org-table-copy-increment}, integer field values will be
1393 incremented during copy.  This key is also used by CUA-mode
1394 (@pxref{Cooperation}).
1396 @tsubheading{Miscellaneous}
1397 @kindex C-c `
1398 @item C-c `
1399 Edit the current field in a separate window.  This is useful for fields
1400 that are not fully visible (@pxref{Narrow columns}).  When called with a
1401 @kbd{C-u} prefix, just make the full field visible, so that it can be
1402 edited in place.
1404 @kindex C-c @key{TAB}
1405 @item C-c @key{TAB}
1406 This is an alias for @kbd{C-u C-c `} to make the current field fully
1407 visible.
1409 @item M-x org-table-import
1410 Import a file as a table.  The table should be TAB- or whitespace
1411 separated.  Useful, for example, to import an Excel table or data from a
1412 database, because these programs generally can write TAB-separated text
1413 files.  This command works by inserting the file into the buffer and
1414 then converting the region to a table.  Any prefix argument is passed on
1415 to the converter, which uses it to determine the separator.
1416 @item C-c |
1417 Tables can also be imported by pasting tabular text into the org-mode
1418 buffer, selecting the pasted text with @kbd{C-x C-x} and then using the
1419 @kbd{C-c |} command (see above under @i{Creation and conversion}.
1421 @item M-x org-table-export
1422 Export the table as a TAB-separated file.  Useful for data exchange with,
1423 for example, Excel or database programs.
1424 @end table
1426 If you don't like the automatic table editor because it gets in your
1427 way on lines which you would like to start with @samp{|}, you can turn
1428 it off with
1430 @lisp
1431 (setq org-enable-table-editor nil)
1432 @end lisp
1434 @noindent Then the only table command that still works is
1435 @kbd{C-c C-c} to do a manual re-align.
1437 @node Narrow columns, Column groups, Built-in table editor, Tables
1438 @section Narrow columns
1439 @cindex narrow columns in tables
1441 The width of columns is automatically determined by the table editor.
1442 Sometimes a single field or a few fields need to carry more text,
1443 leading to inconveniently wide columns.  To limit@footnote{This feature
1444 does not work on XEmacs.} the width of a column, one field anywhere in
1445 the column may contain just the string @samp{<N>} where @samp{N} is an
1446 integer specifying the width of the column in characters.  The next
1447 re-align will then set the width of this column to no more than this
1448 value.
1450 @example
1451 @group
1452 |---+------------------------------|               |---+--------|
1453 |   |                              |               |   | <6>    |
1454 | 1 | one                          |               | 1 | one    |
1455 | 2 | two                          |     ----\     | 2 | two    |
1456 | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1457 | 4 | four                         |               | 4 | four   |
1458 |---+------------------------------|               |---+--------|
1459 @end group
1460 @end example
1462 @noindent
1463 Fields that are wider become clipped and end in the string @samp{=>}.
1464 Note that the full text is still in the buffer, it is only invisible.
1465 To see the full text, hold the mouse over the field - a tool-tip window
1466 will show the full content.  To edit such a field, use the command
1467 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote).  This will
1468 open a new window with the full field.  Edit it and finish with @kbd{C-c
1469 C-c}.
1471 When visiting a file containing a table with narrowed columns, the
1472 necessary character hiding has not yet happened, and the table needs to
1473 be aligned before it looks nice.  Setting the option
1474 @code{org-startup-align-all-tables} will realign all tables in a file
1475 upon visiting, but also slow down startup.  You can also set this option
1476 on a per-file basis with:
1478 @example
1479 #+STARTUP: align
1480 #+STARTUP: noalign
1481 @end example
1483 @node Column groups, orgtbl-mode, Narrow columns, Tables
1484 @section Column groups
1485 @cindex grouping columns in tables
1487 When Org-mode exports tables, it does so by default without vertical
1488 lines because that is visually more satisfying in general.  Occasionally
1489 however, vertical lines can be useful to structure a table into groups
1490 of columns, much like horizontal lines can do for groups of rows.  In
1491 order to specify column groups, you can use a special row where the
1492 first field contains only @samp{/}.  The further fields can either
1493 contain @samp{<} to indicate that this column should start a group,
1494 @samp{>} to indicate the end of a column, or @samp{<>} to make a column
1495 a group of its own.  Boundaries between colum groups will upon export be
1496 marked with vertical lines.  Here is an example:
1498 @example
1499 |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1500 |---+----+-----+-----+-----+---------+------------|
1501 | / | <> |   < |     |   > |       < |          > |
1502 | # |  1 |   1 |   1 |   1 |       1 |          1 |
1503 | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1504 | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1505 |---+----+-----+-----+-----+---------+------------|
1506 #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
1507 @end example
1509 It is also sufficient to just insert the colum group starters after
1510 every vertical line you'd like to have:
1512 @example
1513 |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1514 |----+-----+-----+-----+---------+------------|
1515 | /  | <   |     |     | <       |            |
1516 @end example
1518 @node orgtbl-mode, The spreadsheet, Column groups, Tables
1519 @section The Orgtbl minor mode
1520 @cindex orgtbl-mode
1521 @cindex minor mode for tables
1523 If you like the intuitive way the Org-mode table editor works, you
1524 might also want to use it in other modes like text-mode or mail-mode.
1525 The minor mode Orgtbl-mode makes this possible.  You can always toggle
1526 the mode with @kbd{M-x orgtbl-mode}.  To turn it on by default, for
1527 example in mail mode, use
1529 @lisp
1530 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1531 @end lisp
1533 Furthermore, with some special setup, it is possible to maintain tables
1534 in arbitrary syntax with Orgtbl-mode.  For example, it is possible to
1535 construct La@TeX{} tables with the underlying ease and power of
1536 Orgtbl-mode, including spreadsheet capabilities.  For details, see
1537 @ref{Tables in arbitrary syntax}.
1539 @node The spreadsheet,  , orgtbl-mode, Tables
1540 @section The spreadsheet
1541 @cindex calculations, in tables
1542 @cindex spreadsheet capabilities
1543 @cindex @file{calc} package
1545 The table editor makes use of the Emacs @file{calc} package to implement
1546 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1547 derive fields from other fields.  While fully featured, Org-mode's
1548 implementation is not identical to other spreadsheets.  For example,
1549 Org-mode knows the concept of a @emph{column formula} that will be
1550 applied to all non-header fields in a column without having to copy the
1551 formula to each relevant field.
1553 @menu
1554 * References::                  How to refer to another field or range
1555 * Formula syntax for Calc::     Using Calc to compute stuff
1556 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1557 * Field formulas::              Formulas valid for a single field
1558 * Column formulas::             Formulas valid for an entire column
1559 * Editing and debugging formulas::  Fixing formulas
1560 * Updating the table::          Recomputing all dependent fields
1561 * Advanced features::           Field names, parameters and automatic recalc
1562 @end menu
1564 @node References, Formula syntax for Calc, The spreadsheet, The spreadsheet
1565 @subsection References
1566 @cindex references
1568 To compute fields in the table from other fields, formulas must
1569 reference other fields or ranges.  In Org-mode, fields can be referenced
1570 by name, by absolute coordinates, and by relative coordinates.  To find
1571 out what the coordinates of a field are, press @kbd{C-c ?} in that
1572 field, or press @kbd{C-c @}} to toggle the display of a grid.
1574 @subsubheading Field references
1575 @cindex field references
1576 @cindex references, to fields
1578 Formulas can reference the value of another field in two ways.  Like in
1579 any other spreadsheet, you may reference fields with a letter/number
1580 combination like @code{B3}, meaning the 2nd field in the 3rd row.
1581 @c Such references are always fixed to that field, they don't change
1582 @c when you copy and paste a formula to a different field.  So
1583 @c Org-mode's @code{B3} behaves like @code{$B$3} in other spreadsheets.
1585 @noindent
1586 Org-mode also uses another, more general operator that looks like this:
1587 @example
1588 @@row$column
1589 @end example
1591 @noindent
1592 Column references can be absolute like @samp{1}, @samp{2},...@samp{N},
1593 or relative to the current column like @samp{+1} or @samp{-2}.
1595 The row specification only counts data lines and ignores horizontal
1596 separator lines (hlines).  You can use absolute row numbers
1597 @samp{1}...@samp{N}, and row numbers relative to the current row like
1598 @samp{+3} or @samp{-1}.  Or specify the row relative to one of the
1599 hlines: @samp{I} refers to the first hline, @samp{II} to the second etc.
1600 @samp{-I} refers to the first such line above the current line,
1601 @samp{+I} to the first such line below the current line.  You can also
1602 write @samp{III+2} which is the second data line after the third hline
1603 in the table.  Relative row numbers like @samp{-3} will not cross hlines
1604 if the current line is too close to the hline.  Instead, the value
1605 directly at the hline is used.
1607 @samp{0} refers to the current row and column.  Also, if you omit
1608 either the column or the row part of the reference, the current
1609 row/column is implied. 
1611 Org-mode's references with @emph{unsigned} numbers are fixed references
1612 in the sense that if you use the same reference in the formula for two
1613 different fields, the same field will be referenced each time.
1614 Org-mode's references with @emph{signed} numbers are floating
1615 references because the same reference operator can reference different
1616 fields depending on the field being calculated by the formula.
1618 Here are a few examples:
1620 @example
1621 @@2$3      @r{2nd row, 3rd column}
1622 C2        @r{same as previous}
1623 $5        @r{column 5 in the current row}
1624 E&        @r{same as previous}
1625 @@2        @r{current column, row 2}
1626 @@-1$-3    @r{the field one row up, three columns to the left}
1627 @@-I$2     @r{field just under hline above current row, column 2}
1628 @end example
1630 @subsubheading Range references
1631 @cindex range references
1632 @cindex references, to ranges
1634 You may reference a rectangular range of fields by specifying two field
1635 references connected by two dots @samp{..}.  If both fields are in the
1636 current row, you may simply use @samp{$2..$7}, but if at least one field
1637 is in a different row, you need to use the general @code{@@row$column}
1638 format at least for the first field (i.e the reference must start with
1639 @samp{@@} in order to be interpreted correctly).  Examples:
1641 @example
1642 $1..$3        @r{First three fields in the current row.}
1643 $P..$Q        @r{Range, using column names (see under Advanced)}
1644 @@2$1..@@4$3    @r{6 fields between these two fields.}
1645 A2..C4        @r{Same as above.}
1646 @@-1$-2..@@-1   @r{3 numbers from the column to the left, 2 up to current row}
1647 @end example
1649 @noindent Range references return a vector of values that can be fed
1650 into Calc vector functions.  Empty fields in ranges are normally
1651 suppressed, so that the vector contains only the non-empty fields (but
1652 see the @samp{E} mode switch below).  If there are no non-empty fields,
1653 @samp{[0]} is returned to avoid syntax errors in formulas.
1655 @subsubheading Named references
1656 @cindex named references
1657 @cindex references, named
1658 @cindex name, of column or field
1659 @cindex constants, in calculations
1661 @samp{$name} is interpreted as the name of a column, parameter or
1662 constant.  Constants are defined globally through the variable
1663 @code{org-table-formula-constants}, and locally (for the file) through a
1664 line like
1666 @example
1667 #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
1668 @end example
1670 @noindent
1671 Also properties (@pxref{Properties and columns}) can be used as
1672 constants in table formulas: For a property @samp{:XYZ:} use the name
1673 @samp{$PROP_XYZ}, and the property will be searched in the current
1674 outline entry and in the hierarchy above it.  If you have the
1675 @file{constants.el} package, it will also be used to resolve constants,
1676 including natural constants like @samp{$h} for Planck's constant, and
1677 units like @samp{$km} for kilometers@footnote{@file{Constant.el} can
1678 supply the values of constants in two different unit systems, @code{SI}
1679 and @code{cgs}.  Which one is used depends on the value of the variable
1680 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
1681 @code{constSI} and @code{constcgs} to set this value for the current
1682 buffer.}.  Column names and parameters can be specified in special table
1683 lines.  These are described below, see @ref{Advanced features}.  All
1684 names must start with a letter, and further consist of letters and
1685 numbers.
1687 @node Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet
1688 @subsection Formula syntax for Calc
1689 @cindex formula syntax, Calc
1690 @cindex syntax, of formulas
1692 A formula can be any algebraic expression understood by the Emacs
1693 @file{Calc} package.  @b{Note that @file{calc} has the
1694 non-standard convention that @samp{/} has lower precedence than
1695 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.}  Before
1696 evaluation by @code{calc-eval} (@pxref{Calling Calc from
1697 Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU
1698 Emacs Calc Manual}),
1699 @c FIXME:  The link to the calc manual in HTML does not work.
1700 variable substitution takes place according to the rules described above.
1701 @cindex vectors, in table calculations
1702 The range vectors can be directly fed into the calc vector functions
1703 like @samp{vmean} and @samp{vsum}.
1705 @cindex format specifier
1706 @cindex mode, for @file{calc}
1707 A formula can contain an optional mode string after a semicolon.  This
1708 string consists of flags to influence Calc and other modes during
1709 execution.  By default, Org-mode uses the standard calc modes (precision
1710 12, angular units degrees, fraction and symbolic modes off.  The display
1711 format, however, has been changed to @code{(float 5)} to keep tables
1712 compact.  The default settings can be configured using the variable
1713 @code{org-calc-default-modes}.
1715 @example
1716 p20           @r{switch the internal precision to 20 digits}
1717 n3 s3 e2 f4   @r{normal, scientific, engineering, or fixed display format}
1718 D R           @r{angle modes: degrees, radians}
1719 F S           @r{fraction and symbolic modes}
1720 N             @r{interpret all fields as numbers, use 0 for non-numbers}
1721 T             @r{force text interpretation}
1722 E             @r{keep empty fields in ranges}
1723 @end example
1725 @noindent
1726 In addition, you may provide a @code{printf} format specifier to
1727 reformat the final result.  A few examples:
1729 @example
1730 $1+$2                @r{Sum of first and second field}
1731 $1+$2;%.2f           @r{Same, format result to two decimals}
1732 exp($2)+exp($1)      @r{Math functions can be used}
1733 $0;%.1f              @r{Reformat current cell to 1 decimal}
1734 ($3-32)*5/9          @r{Degrees F -> C conversion}
1735 $c/$1/$cm            @r{Hz -> cm conversion, using @file{constants.el}}
1736 tan($1);Dp3s1        @r{Compute in degrees, precision 3, display SCI 1}
1737 sin($1);Dp3%.1e      @r{Same, but use printf specifier for display}
1738 vmean($2..$7)        @r{Compute column range mean, using vector function}
1739 vmean($2..$7);EN     @r{Same, but treat empty fields as 0}
1740 taylor($3,x=7,2)     @r{taylor series of $3, at x=7, second degree}
1741 @end example
1743 Calc also contains a complete set of logical operations.  For example
1745 @example
1746 if($1<20,teen,string(""))  @r{``teen'' if age $1 less than 20, else empty}
1747 @end example
1749 @node Formula syntax for Lisp, Field formulas, Formula syntax for Calc, The spreadsheet
1750 @subsection Emacs Lisp forms as formulas
1751 @cindex Lisp forms, as table formulas
1753 It is also possible to write a formula in Emacs Lisp; this can be useful
1754 for string manipulation and control structures, if the Calc's
1755 functionality is not enough.  If a formula starts with a single quote
1756 followed by an opening parenthesis, then it is evaluated as a lisp form.
1757 The evaluation should return either a string or a number.  Just as with
1758 @file{calc} formulas, you can specify modes and a printf format after a
1759 semicolon.  With Emacs Lisp forms, you need to be concious about the way
1760 field references are interpolated into the form.  By default, a
1761 reference will be interpolated as a Lisp string (in double quotes)
1762 containing the field.  If you provide the @samp{N} mode switch, all
1763 referenced elements will be numbers (non-number fields will be zero) and
1764 interpolated as Lisp numbers, without quotes.  If you provide the
1765 @samp{L} flag, all fields will be interpolated literally, without quotes.
1766 I.e., if you want a reference to be interpreted as a string by the Lisp
1767 form, enclode the reference operator itself in double quotes, like
1768 @code{"$3"}.  Ranges are inserted as space-separated fields, so you can
1769 embed them in list or vector syntax.  A few examples, note how the
1770 @samp{N} mode is used when we do computations in lisp.
1772 @example
1773 @r{Swap the first two characters of the content of column 1}
1774   '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
1775 @r{Add columns 1 and 2, equivalent to the Calc's @code{$1+$2}}
1776   '(+ $1 $2);N
1777 @r{Compute the sum of columns 1-4, like Calc's @code{vsum($1..$4)}}
1778   '(apply '+ '($1..$4));N
1779 @end example
1781 @node Field formulas, Column formulas, Formula syntax for Lisp, The spreadsheet
1782 @subsection Field formulas
1783 @cindex field formula
1784 @cindex formula, for individual table field
1786 To assign a formula to a particular field, type it directly into the
1787 field, preceded by @samp{:=}, for example @samp{:=$1+$2}.  When you
1788 press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
1789 the field, the formula will be stored as the formula for this field,
1790 evaluated, and the current field replaced with the result.
1792 Formulas are stored in a special line starting with @samp{#+TBLFM:}
1793 directly below the table.  If you typed the equation in the 4th field of
1794 the 3rd data line in the table, the formula will look like
1795 @samp{@@3$4=$1+$2}.  When inserting/deleting/swapping column and rows
1796 with the appropriate commands, @i{absolute references} (but not relative
1797 ones) in stored formulas are modified in order to still reference the
1798 same field.  Of cause this is not true if you edit the table structure
1799 with normal editing commands - then you must fix the equations yourself.
1801 Instead of typing an equation into the field, you may also use the
1802 following command
1804 @table @kbd
1805 @kindex C-u C-c =
1806 @item C-u C-c =
1807 Install a new formula for the current field.  The command prompts for a
1808 formula, with default taken from the @samp{#+TBLFM:} line, applies
1809 it to the current field and stores it.
1810 @end table
1812 @node Column formulas, Editing and debugging formulas, Field formulas, The spreadsheet
1813 @subsection Column formulas
1814 @cindex column formula
1815 @cindex formula, for table column
1817 Often in a table, the same formula should be used for all fields in a
1818 particular column.  Instead of having to copy the formula to all fields
1819 in that column, org-mode allows to assign a single formula to an entire
1820 column.  If the table contains horizontal separator hlines, everything
1821 before the first such line is considered part of the table @emph{header}
1822 and will not be modified by column formulas.
1824 To assign a formula to a column, type it directly into any field in the
1825 column, preceded by an equal sign, like @samp{=$1+$2}.  When you press
1826 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
1827 field, the formula will be stored as the formula for the current column,
1828 evaluated and the current field replaced with the result.  If the field
1829 contains only @samp{=}, the previously stored formula for this column is
1830 used.  For each column, Org-mode will only remember the most recently
1831 used formula.  In the @samp{TBLFM:} line, column formulas will look like
1832 @samp{$4=$1+$2}.
1834 Instead of typing an equation into the field, you may also use the
1835 following command:
1837 @table @kbd
1838 @kindex C-c =
1839 @item C-c =
1840 Install a new formula for the current column and replace current field
1841 with the result of the formula.  The command prompts for a formula, with
1842 default taken from the @samp{#+TBLFM} line, applies it to the current
1843 field and stores it.  With a numerical prefix (e.g. @kbd{C-5 C-c =})
1844 will apply it to that many consecutive fields in the current column.
1845 @end table
1848 @node Editing and debugging formulas, Updating the table, Column formulas, The spreadsheet
1849 @subsection Editing and Debugging formulas
1850 @cindex formula editing
1851 @cindex editing, of table formulas
1853 You can edit individual formulas in the minibuffer or directly in the
1854 field.  Org-mode can also prepare a special buffer with all active
1855 formulas of a table.  When offering a formula for editing, Org-mode
1856 converts references to the standard format (like @code{B3} or @code{D&})
1857 if possible.  If you prefer to only work with the internal format (like
1858 @code{@@3$2} or @code{$4}), configure the variable
1859 @code{org-table-use-standard-references}.
1861 @table @kbd
1862 @kindex C-c =
1863 @kindex C-u C-c =
1864 @item C-c =
1865 @itemx C-u C-c =
1866 Edit the formula associated with the current column/field in the
1867 minibuffer.  See @ref{Column formulas} and @ref{Field formulas}.
1868 @kindex C-u C-u C-c =
1869 @item C-u C-u C-c =
1870 Re-insert the active formula (either a
1871 field formula, or a column formula) into the current field, so that you
1872 can edit it directly in the field.  The advantage over editing in the
1873 minibuffer is that you can use the command @kbd{C-c ?}.
1874 @kindex C-c ?
1875 @item C-c ?
1876 While editing a formula in a table field, highlight the field(s)
1877 referenced by the reference at the cursor position in the formula.
1878 @kindex C-c @}
1879 @item C-c @}
1880 Toggle the display of row and column numbers for a table, using
1881 overlays.  These are updated each time the table is aligned, you can
1882 force it with @kbd{C-c C-c}.
1883 @kindex C-c @{
1884 @item C-c @{
1885 Toggle the formula debugger on and off.  See below.
1886 @kindex C-c '
1887 @item C-c '
1888 Edit all formulas for the current table in a special buffer, where the
1889 formulas will be displayed one per line.  If the current field has an
1890 active formula, the cursor in the formula editor will mark it.
1891 While inside the special buffer, Org-mode will automatically highlight
1892 any field or range reference at the cursor position.  You may edit,
1893 remove and add formulas, and use the following commands:
1894 @table @kbd
1895 @kindex C-c C-c
1896 @kindex C-x C-s
1897 @item C-c C-c
1898 @itemx C-x C-s
1899 Exit the formula editor and store the modified formulas.  With @kbd{C-u}
1900 prefix, also apply the new formulas to the entire table.
1901 @kindex C-c C-q
1902 @item C-c C-q
1903 Exit the formula editor without installing changes.
1904 @kindex C-c C-r
1905 @item C-c C-r
1906 Toggle all references in the formula editor between standard (like
1907 @code{B3}) and internal (like @code{@@3$2}).
1908 @kindex @key{TAB}
1909 @item @key{TAB}
1910 Pretty-print or indent lisp formula at point.  When in a line containing
1911 a lisp formula, format the formula according to Emacs Lisp rules.
1912 Another @key{TAB} collapses the formula back again.  In the open
1913 formula, @key{TAB} re-indents just like in Emacs-lisp-mode.
1914 @kindex M-@key{TAB}
1915 @item M-@key{TAB}
1916 Complete Lisp symbols, just like in Emacs-lisp-mode.
1917 @kindex S-@key{up}
1918 @kindex S-@key{down}
1919 @kindex S-@key{left}
1920 @kindex S-@key{right}
1921 @item S-@key{up}/@key{down}/@key{left}/@key{right}
1922 Shift the reference at point.  For example, if the reference is
1923 @code{B3} and you press @kbd{S-@key{right}}, it will become @code{C3}.
1924 This also works for relative references, and for hline references.
1925 @kindex M-S-@key{up}
1926 @kindex M-S-@key{down}
1927 @item M-S-@key{up}/@key{down}
1928 Move the test line for column formulas in the Org-mode buffer up and
1929 down.
1930 @kindex M-@key{up}
1931 @kindex M-@key{down}
1932 @item M-@key{up}/@key{down}
1933 Scroll the window displaying the table.
1934 @kindex C-c @}
1935 @item C-c @}
1936 Turn the coordinate grid in the table on and off.
1937 @end table
1938 @end table
1940 Making a table field blank does not remove the formula associated with
1941 the field, because that is stored in a different line (the @samp{TBLFM}
1942 line) - during the next recalculation the field will be filled again.
1943 To remove a formula from a field, you have to give an empty reply when
1944 prompted for the formula, or to edit the @samp{#+TBLFM} line.
1946 @kindex C-c C-c
1947 You may edit the @samp{#+TBLFM} directly and re-apply the changed
1948 equations with @kbd{C-c C-c} in that line, or with the normal
1949 recalculation commands in the table.
1951 @subsubheading Debugging formulas
1952 @cindex formula debugging
1953 @cindex debugging, of table formulas
1954 When the evaluation of a formula leads to an error, the field content
1955 becomes the string @samp{#ERROR}.  If you would like see what is going
1956 on during variable substitution and calculation in order to find a bug,
1957 turn on formula debugging in the @code{Tbl} menu and repeat the
1958 calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a
1959 field.  Detailed information will be displayed.
1961 @node Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet
1962 @subsection Updating the Table
1963 @cindex recomputing table fields
1964 @cindex updating, table
1966 Recalculation of a table is normally not automatic, but needs to be
1967 triggered by a command.  See @ref{Advanced features} for a way to make
1968 recalculation at least semi-automatically.
1970 In order to recalculate a line of a table or the entire table, use the
1971 following commands:
1973 @table @kbd
1974 @kindex C-c *
1975 @item C-c *
1976 Recalculate the current row by first applying the stored column formulas
1977 from left to right, and all field formulas in the current row.
1979 @kindex C-u C-c *
1980 @item C-u C-c *
1981 @kindex C-u C-c C-c
1982 @itemx C-u C-c C-c
1983 Recompute the entire table, line by line.  Any lines before the first
1984 hline are left alone, assuming that these are part of the table header.
1986 @kindex C-u C-u C-c *
1987 @kindex C-u C-u C-c C-c
1988 @item C-u C-u C-c *
1989 @itemx C-u C-u C-c C-c
1990 Iterate the table by recomputing it until no further changes occur.
1991 This may be necessary if some computed fields use the value of other
1992 fields that are computed @i{later} in the calculation sequence.
1993 @end table
1995 @node Advanced features,  , Updating the table, The spreadsheet
1996 @subsection Advanced features
1998 If you want the recalculation of fields to happen automatically, or if
1999 you want to be able to assign @i{names} to fields and columns, you need
2000 to reserve the first column of the table for special marking characters.
2001 @table @kbd
2002 @kindex C-#
2003 @item C-#
2004 Rotate the calculation mark in first column through the states @samp{},
2005 @samp{#}, @samp{*}, @samp{!}, @samp{$}.  The meaning of these characters
2006 is discussed below.  When there is an active region, change all marks in
2007 the region.
2008 @end table
2010 Here is an example of a table that collects exam results of students and
2011 makes use of these features:
2013 @example
2014 @group
2015 |---+---------+--------+--------+--------+-------+------|
2016 |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
2017 |---+---------+--------+--------+--------+-------+------|
2018 | ! |         |     P1 |     P2 |     P3 |   Tot |      |
2019 | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
2020 | ^ |         |     m1 |     m2 |     m3 |    mt |      |
2021 |---+---------+--------+--------+--------+-------+------|
2022 | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
2023 | # | Sara    |      6 |     14 |     19 |    39 |  7.8 |
2024 | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
2025 |---+---------+--------+--------+--------+-------+------|
2026 |   | Average |        |        |        |  29.7 |      |
2027 | ^ |         |        |        |        |    at |      |
2028 | $ | max=50  |        |        |        |       |      |
2029 |---+---------+--------+--------+--------+-------+------|
2030 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@@-II..@@-I);%.1f
2031 @end group
2032 @end example
2034 @noindent @b{Important}: Please note that for these special tables,
2035 recalculating the table with @kbd{C-u C-c *} will only affect rows that
2036 are marked @samp{#} or @samp{*}, and fields that have a formula assigned
2037 to the field itself.  The column formulas are not applied in rows with
2038 empty first field.
2040 @cindex marking characters, tables
2041 The marking characters have the following meaning:
2042 @table @samp
2043 @item !
2044 The fields in this line define names for the columns, so that you may
2045 refer to a column as @samp{$Tot} instead of @samp{$6}.
2046 @item ^
2047 This row defines names for the fields @emph{above} the row.  With such
2048 a definition, any formula in the table may use @samp{$m1} to refer to
2049 the value @samp{10}.  Also, if you assign a formula to a names field, it
2050 will be stored as @samp{$name=...}.
2051 @item _
2052 Similar to @samp{^}, but defines names for the fields in the row
2053 @emph{below}.
2054 @item $
2055 Fields in this row can define @emph{parameters} for formulas.  For
2056 example, if a field in a @samp{$} row contains @samp{max=50}, then
2057 formulas in this table can refer to the value 50 using @samp{$max}.
2058 Parameters work exactly like constants, only that they can be defined on
2059 a per-table basis.
2060 @item #
2061 Fields in this row are automatically recalculated when pressing
2062 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row.  Also, this row
2063 is selected for a global recalculation with @kbd{C-u C-c *}.  Unmarked
2064 lines will be left alone by this command.
2065 @item *
2066 Selects this line for global recalculation with @kbd{C-u C-c *}, but
2067 not for automatic recalculation.  Use this when automatic
2068 recalculation slows down editing too much.
2069 @item
2070 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
2071 All lines that should be recalculated should be marked with @samp{#}
2072 or @samp{*}.
2073 @item /
2074 Do not export this line.  Useful for lines that contain the narrowing
2075 @samp{<N>} markers.
2076 @end table
2078 Finally, just to whet your appetite on what can be done with the
2079 fantastic @file{calc} package, here is a table that computes the Taylor
2080 series of degree @code{n} at location @code{x} for a couple of functions
2081 (homework: try that with Excel :-)
2083 @example
2084 @group
2085 |---+-------------+---+-----+--------------------------------------|
2086 |   | Func        | n | x   | Result                               |
2087 |---+-------------+---+-----+--------------------------------------|
2088 | # | exp(x)      | 1 | x   | 1 + x                                |
2089 | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
2090 | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
2091 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
2092 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
2093 | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
2094 |---+-------------+---+-----+--------------------------------------|
2095 #+TBLFM: $5=taylor($2,$4,$3);n3
2096 @end group
2097 @end example
2099 @node Hyperlinks, TODO items, Tables, Top
2100 @chapter Hyperlinks
2101 @cindex hyperlinks
2103 Just like HTML, Org-mode provides links inside a file, and external
2104 links to other files, Usenet articles, emails, and much more.
2106 @menu
2107 * Link format::                 How links in Org-mode are formatted
2108 * Internal links::              Links to other places in the current file
2109 * External links::              URL-like links to the world
2110 * Handling links::              Creating, inserting and following
2111 * Using links outside Org-mode::  Linking from my C source code?
2112 * Link abbreviations::          Shortcuts for writing complex links
2113 * Search options::              Linking to a specific location
2114 * Custom searches::             When the default search is not enough
2115 @end menu
2117 @node Link format, Internal links, Hyperlinks, Hyperlinks
2118 @section Link format
2119 @cindex link format
2120 @cindex format, of links
2122 Org-mode will recognize plain URL-like links and activate them as
2123 clickable links.  The general link format, however, looks like this:
2125 @example
2126 [[link][description]]       @r{or alternatively}           [[link]]  
2127 @end example
2129 Once a link in the buffer is complete (all brackets present), Org-mode
2130 will change the display so that @samp{description} is displayed instead
2131 of @samp{[[link][description]]} and @samp{link} is displayed instead of
2132 @samp{[[link]]}.  Links will be highlighted in the face @code{org-link},
2133 which by default is an underlined face.  You can directly edit the
2134 visible part of a link.  Note that this can be either the @samp{link}
2135 part (if there is no description) or the @samp{description} part.  To
2136 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
2137 cursor on the link.
2139 If you place the cursor at the beginning or just behind the end of the
2140 displayed text and press @key{BACKSPACE}, you will remove the
2141 (invisible) bracket at that location.  This makes the link incomplete
2142 and the internals are again displayed as plain text.  Inserting the
2143 missing bracket hides the link internals again.  To show the
2144 internal structure of all links, use the menu entry
2145 @code{Org->Hyperlinks->Literal links}.
2147 @node Internal links, External links, Link format, Hyperlinks
2148 @section Internal links
2149 @cindex internal links
2150 @cindex links, internal
2151 @cindex targets, for links
2153 If the link does not look like a URL, it is considered to be internal in
2154 the current file.  Links such as @samp{[[My Target]]} or @samp{[[My
2155 Target][Find my target]]} lead to a text search in the current file.
2156 The link can be followed with @kbd{C-c C-o} when the cursor is on the
2157 link, or with a mouse click (@pxref{Handling links}).  The preferred
2158 match for such a link is a dedicated target: the same string in double
2159 angular brackets.  Targets may be located anywhere; sometimes it is
2160 convenient to put them into a comment line. For example
2162 @example
2163 # <<My Target>>
2164 @end example
2166 @noindent In HTML export (@pxref{HTML export}), such targets will become
2167 named anchors for direct access through @samp{http} links@footnote{Note
2168 that text before the first headline is usually not exported, so the
2169 first such target should be after the first headline.}.
2171 If no dedicated target exists, Org-mode will search for the words in the
2172 link.  In the above example the search would be for @samp{my target}.
2173 Links starting with a star like @samp{*My Target} restrict the search to
2174 headlines.  When searching, Org-mode will first try an exact match, but
2175 then move on to more and more lenient searches.  For example, the link
2176 @samp{[[*My Targets]]} will find any of the following:
2178 @example
2179 ** My targets
2180 ** TODO my targets are bright
2181 ** my 20 targets are
2182 @end example
2184 To insert a link targeting a headline, in-buffer completion can be used.
2185 Just type a star followed by a few optional letters into the buffer and
2186 press @kbd{M-@key{TAB}}.  All headlines in the current buffer will be
2187 offered as completions.  @xref{Handling links}, for more commands
2188 creating links.
2190 Following a link pushes a mark onto Org-mode's own mark ring.  You can
2191 return to the previous position with @kbd{C-c &}.  Using this command
2192 several times in direct succession goes back to positions recorded
2193 earlier.
2195 @menu
2196 * Radio targets::               Make targets trigger links in plain text.
2197 @end menu
2199 @node Radio targets,  , Internal links, Internal links
2200 @subsection Radio targets
2201 @cindex radio targets
2202 @cindex targets, radio
2203 @cindex links, radio targets
2205 Org-mode can automatically turn any occurrences of certain target names
2206 in normal text into a link.  So without explicitly creating a link, the
2207 text connects to the target radioing its position.  Radio targets are
2208 enclosed by triple angular brackets.  For example, a target @samp{<<<My
2209 Target>>>} causes each occurrence of @samp{my target} in normal text to
2210 become activated as a link.  The Org-mode file is scanned automatically
2211 for radio targets only when the file is first loaded into Emacs.  To
2212 update the target list during editing, press @kbd{C-c C-c} with the
2213 cursor on or at a target.
2215 @node External links, Handling links, Internal links, Hyperlinks
2216 @section External links
2217 @cindex links, external
2218 @cindex external links
2219 @cindex links, external
2220 @cindex GNUS links
2221 @cindex BBDB links
2222 @cindex URL links
2223 @cindex file links
2224 @cindex VM links
2225 @cindex RMAIL links
2226 @cindex WANDERLUST links
2227 @cindex MH-E links
2228 @cindex USENET links
2229 @cindex SHELL links
2230 @cindex Info links
2231 @cindex elisp links
2233 Org-mode supports links to files, websites, Usenet and email messages,
2234 and BBDB database entries.  External links are URL-like locators.  They
2235 start with a short identifying string followed by a colon.  There can be
2236 no space after the colon.  The following list shows examples for each
2237 link type.
2239 @example
2240 http://www.astro.uva.nl/~dominik          @r{on the web}
2241 file:/home/dominik/images/jupiter.jpg     @r{file, absolute path}
2242 file:papers/last.pdf                      @r{file, relative path}
2243 news:comp.emacs                           @r{Usenet link}
2244 mailto:adent@@galaxy.net                   @r{Mail link}
2245 vm:folder                                 @r{VM folder link}
2246 vm:folder#id                              @r{VM message link}
2247 vm://myself@@some.where.org/folder#id      @r{VM on remote machine}
2248 wl:folder                                 @r{WANDERLUST folder link}
2249 wl:folder#id                              @r{WANDERLUST message link}
2250 mhe:folder                                @r{MH-E folder link}
2251 mhe:folder#id                             @r{MH-E message link}
2252 rmail:folder                              @r{RMAIL folder link}
2253 rmail:folder#id                           @r{RMAIL message link}
2254 gnus:group                                @r{GNUS group link}
2255 gnus:group#id                             @r{GNUS article link}
2256 bbdb:Richard Stallman                     @r{BBDB link}
2257 shell:ls *.org                            @r{A shell command}
2258 elisp:(find-file-other-frame "Elisp.org") @r{An elisp form to evaluate}
2259 @end example
2261 A link should be enclosed in double brackets and may contain a
2262 descriptive text to be displayed instead of the url (@pxref{Link
2263 format}), for example:
2265 @example
2266 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2267 @end example
2269 @noindent
2270 If the description is a file name or URL that points to an image, HTML
2271 export (@pxref{HTML export}) will inline the image as a clickable
2272 button.  If there is no description at all and the link points to an
2273 image,
2274 that image will be inlined into the exported HTML file.
2276 @cindex angular brackets, around links
2277 @cindex plain text external links
2278 Org-mode also finds external links in the normal text and activates them
2279 as links.  If spaces must be part of the link (for example in
2280 @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities
2281 about the end of the link, enclose them in angular brackets.
2283 @node Handling links, Using links outside Org-mode, External links, Hyperlinks
2284 @section Handling links
2285 @cindex links, handling
2287 Org-mode provides methods to create a link in the correct syntax, to
2288 insert it into an org-mode file, and to follow the link.
2290 @table @kbd
2291 @kindex C-c l
2292 @cindex storing links
2293 @item C-c l
2294 Store a link to the current location.  This is a @emph{global} command
2295 which can be used in any buffer to create a link.  The link will be
2296 stored for later insertion into an Org-mode buffer (see below).  For
2297 Org-mode files, if there is a @samp{<<target>>} at the cursor, the link
2298 points to the target.  Otherwise it points to the current headline.  For
2299 VM, RMAIL, WANDERLUST, MH-E, GNUS and BBDB buffers, the link will
2300 indicate the current article/entry.  For W3 and W3M buffers, the link
2301 goes to the current URL.  For any other files, the link will point to
2302 the file, with a search string (@pxref{Search options}) pointing to the
2303 contents of the current line.  If there is an active region, the
2304 selected words will form the basis of the search string.  If the
2305 automatically created link is not working correctly or accurately
2306 enough, you can write custom functions to select the search string and
2307 to do the search for particular file types - see @ref{Custom searches}.
2308 The key binding @kbd{C-c l} is only a suggestion - see @ref{Installation}.
2310 @kindex C-c C-l
2311 @cindex link completion
2312 @cindex completion, of links
2313 @cindex inserting links
2314 @item C-c C-l
2315 Insert a link.  This prompts for a link to be inserted into the buffer.
2316 You can just type a link, using text for an internal link, or one of the
2317 link type prefixes mentioned in the examples above.  All links stored
2318 during the current session are part of the history for this prompt, so
2319 you can access them with @key{up} and @key{down}.  Completion, on the
2320 other hand, will help you to insert valid link prefixes like
2321 @samp{http:} or @samp{ftp:}, including the prefixes defined through link
2322 abbreviations (@pxref{Link abbreviations}).  The link will be inserted
2323 into the buffer@footnote{After insertion of a stored link, the link will
2324 be removed from the list of stored links.  To keep it in the list later
2325 use, use a triple @kbd{C-u} prefix to @kbd{C-c C-l}, or configure the
2326 option @code{org-keep-stored-link-after-insertion}.}, along with a
2327 descriptive text.  If some text was selected when this command is
2328 called, the selected text becomes the default description.@* Note that
2329 you don't have to use this command to insert a link.  Links in Org-mode
2330 are plain text, and you can type or paste them straight into the buffer.
2331 By using this command, the links are automatically enclosed in double
2332 brackets, and you will be asked for the optional descriptive text.
2334 @c  If the link is a @samp{file:} link and
2335 @c the linked file is located in the same directory as the current file or
2336 @c a subdirectory of it, the path of the file will be inserted relative to
2337 @c the current directory.
2339 @kindex C-u C-c C-l
2340 @cindex file name completion
2341 @cindex completion, of file names
2342 @item C-u C-c C-l
2343 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2344 a file will be inserted and you may use file name completion to select
2345 the name of the file.  The path to the file is inserted relative to the
2346 directory of the current org file, if the linked file is in the current
2347 directory or in a subdirectory of it, or if the path is written relative
2348 to the current directory using @samp{../}.  Otherwise an absolute path
2349 is used, if possible with @samp{~/} for your home directory.  You can
2350 force an absolute path with two @kbd{C-u} prefixes.
2352 @item C-c C-l @r{(with cursor on existing link)}
2353 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2354 link and description parts of the link.
2356 @cindex following links
2357 @kindex C-c C-o
2358 @item C-c C-o
2359 Open link at point.  This will launch a web browser for URLs (using
2360 @command{browse-url-at-point}), run vm/mh-e/wanderlust/rmail/gnus/bbdb
2361 for the corresponding links, and execute the command in a shell link.
2362 When the cursor is on an internal link, this commands runs the
2363 corresponding search.  When the cursor is on a TAG list in a headline,
2364 it creates the corresponding TAGS view.  If the cursor is on a time
2365 stamp, it compiles the agenda for that date.  Furthermore, it will visit
2366 text and remote files in @samp{file:} links with Emacs and select a
2367 suitable application for local non-text files.  Classification of files
2368 is based on file extension only.  See option @code{org-file-apps}.  If
2369 you want to override the default application and visit the file with
2370 Emacs, use a @kbd{C-u} prefix.
2372 @kindex mouse-2
2373 @kindex mouse-1
2374 @item mouse-2
2375 @itemx mouse-1
2376 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2377 would.  Under Emacs 22, also @kbd{mouse-1} will follow a link.
2379 @kindex mouse-3
2380 @item mouse-3
2381 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2382 internal links to be displayed in another window@footnote{See the
2383 variable @code{org-display-internal-link-with-indirect-buffer}}.
2385 @cindex mark ring
2386 @kindex C-c %
2387 @item C-c %
2388 Push the current position onto the mark ring, to be able to return
2389 easily. Commands following an internal link do this automatically.
2391 @cindex links, returning to
2392 @kindex C-c &
2393 @item C-c &
2394 Jump back to a recorded position.  A position is recorded by the
2395 commands following internal links, and by @kbd{C-c %}.  Using this
2396 command several times in direct succession moves through a ring of
2397 previously recorded positions.
2399 @kindex C-c C-x C-n
2400 @kindex C-c C-x C-p
2401 @cindex links, finding next/previous
2402 @item C-c C-x C-n
2403 @itemx C-c C-x C-p
2404 Move forward/backward to the next link in the buffer.  At the limit of
2405 the buffer, the search fails once, and then wraps around.  The key
2406 bindings for this are really too long, you might want to bind this also
2407 to @kbd{C-n} and @kbd{C-p}
2408 @lisp
2409 (add-hook 'org-load-hook
2410   (lambda ()
2411     (define-key 'org-mode-map "\C-n" 'org-next-link)
2412     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2413 @end lisp
2414 @end table
2416 @node Using links outside Org-mode, Link abbreviations, Handling links, Hyperlinks
2417 @section Using links outside Org-mode
2419 You can insert and follow links that have Org-mode syntax not only in
2420 Org-mode, but in any Emacs buffer.  For this, you should create two
2421 global commands, like this (please select suitable global keys
2422 yourself):
2424 @lisp
2425 (global-set-key "\C-c L" 'org-insert-link-global)
2426 (global-set-key "\C-c o" 'org-open-at-point-global)
2427 @end lisp
2429 @node Link abbreviations, Search options, Using links outside Org-mode, Hyperlinks
2430 @section Link abbreviations
2431 @cindex link abbreviations
2432 @cindex abbreviation, links
2434 Long URLs can be cumbersome to type, and often many similar links are
2435 needed in a document.  For this you can use link abbreviations.  An
2436 abbreviated link looks like this
2438 @example
2439 [[linkword:tag][description]]
2440 @end example
2442 @noindent
2443 where the tag is optional.  Such abbreviations are resolved according to
2444 the information in the variable @code{org-link-abbrev-alist} that
2445 relates the linkwords to replacement text.  Here is an example:
2447 @lisp
2448 @group
2449 (setq org-link-abbrev-alist
2450   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2451     ("google"   . "http://www.google.com/search?q=")
2452     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2453                    nph-abs_connect?author=%s&db_key=AST")))
2454 @end group
2455 @end lisp
2457 If the replacement text contains the string @samp{%s}, it will be
2458 replaced with the tag.  Otherwise the tag will be appended to the string
2459 in order to create the link.  You may also specify a function that will
2460 be called with the tag as the only argument to create the link.
2462 With the above setting, you could link to a specific bug with
2463 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
2464 @code{[[google:OrgMode]]} and find out what the Org-mode author is
2465 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
2467 If you need special abbreviations just for a single Org-mode buffer, you
2468 can define them in the file with
2470 @example
2471 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2472 #+LINK: google    http://www.google.com/search?q=%s
2473 @end example
2475 @noindent
2476 In-buffer completion @pxref{Completion} can be used after @samp{[} to
2477 complete link abbreviations.
2479 @node Search options, Custom searches, Link abbreviations, Hyperlinks
2480 @section Search options in file links
2481 @cindex search option in file links
2482 @cindex file links, searching
2484 File links can contain additional information to make Emacs jump to a
2485 particular location in the file when following a link.  This can be a
2486 line number or a search option after a double@footnote{For backward
2487 compatibility, line numbers can also follow a single colon.} colon. For
2488 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
2489 links}) to a file, it encodes the words in the current line as a search
2490 string that can be used to find this line back later when following the
2491 link with @kbd{C-c C-o}. 
2493 Here is the syntax of the different ways to attach a search to a file
2494 link, together with an explanation:
2496 @example
2497 [[file:~/code/main.c::255]]
2498 [[file:~/xx.org::My Target]]
2499 [[file:~/xx.org::*My Target]]
2500 [[file:~/xx.org::/regexp/]]
2501 @end example
2503 @table @code
2504 @item 255
2505 Jump to line 255.
2506 @item My Target
2507 Search for a link target @samp{<<My Target>>}, or do a text search for
2508 @samp{my target}, similar to the search in internal links, see
2509 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
2510 link will become an HTML reference to the corresponding named anchor in
2511 the linked file.
2512 @item *My Target
2513 In an Org-mode file, restrict search to headlines.
2514 @item /regexp/
2515 Do a regular expression search for @code{regexp}.  This uses the Emacs
2516 command @code{occur} to list all matches in a separate window.  If the
2517 target file is in Org-mode, @code{org-occur} is used to create a
2518 sparse tree with the matches.
2519 @c If the target file is a directory,
2520 @c @code{grep} will be used to search all files in the directory.
2521 @end table
2523 As a degenerate case, a file link with an empty file name can be used
2524 to search the current file.  For example, @code{[[file:::find me]]} does
2525 a search for @samp{find me} in the current file, just as
2526 @samp{[[find me]]} would.
2528 @node Custom searches,  , Search options, Hyperlinks
2529 @section Custom Searches
2530 @cindex custom search strings
2531 @cindex search strings, custom
2533 The default mechanism for creating search strings and for doing the
2534 actual search related to a file link may not work correctly in all
2535 cases.  For example, BibTeX database files have many entries like
2536 @samp{year="1993"} which would not result in good search strings,
2537 because the only unique identification for a BibTeX entry is the
2538 citation key.
2540 If you come across such a problem, you can write custom functions to set
2541 the right search string for a particular file type, and to do the search
2542 for the string in the file.  Using @code{add-hook}, these functions need
2543 to be added to the hook variables
2544 @code{org-create-file-search-functions} and
2545 @code{org-execute-file-search-functions}.  See the docstring for these
2546 variables for more information.  Org-mode actually uses this mechanism
2547 for Bib@TeX{} database files, and you can use the corresponding code as
2548 an implementation example.  Search for @samp{BibTeX links} in the source
2549 file.
2553 @node TODO items, Tags, Hyperlinks, Top
2554 @chapter TODO items
2555 @cindex TODO items
2557 Org-mode does not maintain TODO lists as a separate document.  TODO
2558 items are an integral part of the notes file, because TODO items
2559 usually come up while taking notes!  With Org-mode, you simply mark
2560 any entry in a tree as being a TODO item.  In this way, the
2561 information is not duplicated, and the entire context from which the
2562 item emerged is always present when you check.
2564 Of course, this technique causes TODO items to be scattered throughout
2565 your file.  Org-mode provides methods to give you an overview over all
2566 things you have to do.
2568 @menu
2569 * TODO basics::                 Marking and displaying TODO entries
2570 * TODO extensions::             Workflow and assignments
2571 * Progress logging::            Dates and notes for progress
2572 * Priorities::                  Some things are more important than others
2573 * Breaking down tasks::         Splitting a task into manageable pieces
2574 * Checkboxes::                  Tick-off lists
2575 @end menu
2577 @node TODO basics, TODO extensions, TODO items, TODO items
2578 @section Basic TODO functionality
2580 Any headline can become a TODO item by starting it with the word TODO,
2581 for example:
2583 @example
2584 *** TODO Write letter to Sam Fortune
2585 @end example
2587 @noindent
2588 The most important commands to work with TODO entries are:
2590 @table @kbd
2591 @kindex C-c C-t
2592 @cindex cycling, of TODO states
2593 @item C-c C-t
2594 Rotate the TODO state of the current item among
2596 @example
2597 ,-> (unmarked) -> TODO -> DONE --.
2598 '--------------------------------'
2599 @end example
2601 The same rotation can also be done ``remotely'' from the timeline and
2602 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
2604 @kindex C-u C-c C-t
2605 @item C-u C-c C-t
2606 Select a specific keyword using completion of (if it has been set up)
2607 the fast selection interface.
2609 @kindex S-@key{right}
2610 @kindex S-@key{left}
2611 @item S-@key{right}
2612 @itemx S-@key{left}
2613 Select the following/preceding TODO state, similar to cycling.  Mostly
2614 useful if more than two TODO states are possible (@pxref{TODO
2615 extensions}).
2616 @kindex C-c C-c
2617 @item C-c C-c
2618 Use the fast tag interface to quickly and directly select a specific
2619 TODO state.  For this you need to assign keys to TODO state, like this:
2620 @example
2621 #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d)
2622 @end example
2623 @noindent See @ref{Per file keywords} and @ref{Setting tags} for more
2624 information.
2625 @kindex C-c C-v
2626 @cindex sparse tree, for TODO
2627 @item C-c C-v
2628 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds
2629 the entire buffer, but shows all TODO items and the headings hierarchy
2630 above them.  With prefix arg, search for a specific TODO.  You will be
2631 prompted for the keyword, and you can also give a list of keywords like
2632 @code{kwd1|kwd2|...}.  With numerical prefix N, show the tree for the
2633 Nth keyword in the variable @code{org-todo-keywords}.  With two prefix
2634 args, find all TODO and DONE entries.
2635 @kindex C-c a t
2636 @item C-c a t
2637 Show the global TODO list.  This collects the TODO items from all
2638 agenda files (@pxref{Agenda views}) into a single buffer.  The buffer is in
2639 @code{agenda-mode}, so there are commands to examine and manipulate
2640 the TODO entries directly from that buffer (@pxref{Agenda commands}).
2641 @xref{Global TODO list}, for more information.
2642 @kindex S-M-@key{RET}
2643 @item S-M-@key{RET}
2644 Insert a new TODO entry below the current one.
2645 @end table
2647 @node TODO extensions, Progress logging, TODO basics, TODO items
2648 @section Extended use of TODO keywords
2649 @cindex extended TODO keywords
2651 The default implementation of TODO entries is just two states: TODO and
2652 DONE.  You can use the TODO feature for more complicated things by
2653 configuring the variable @code{org-todo-keywords}.  With special setup,
2654 the TODO keyword system can work differently in different files.
2656 Note that @i{tags} are another way to classify headlines in general and
2657 TODO items in particular (@pxref{Tags}).
2659 @menu
2660 * Workflow states::             From TODO to DONE in steps
2661 * TODO types::                  I do this, Fred the rest
2662 * Multiple sets in one file::   Mixing it all, and still finding your way
2663 * Fast access to TODO states::  Single letter selection of a state
2664 * Per file keywords::           Different files, different requirements
2665 * Faces for TODO keywords::     Highlighting states
2666 @end menu
2668 @node Workflow states, TODO types, TODO extensions, TODO extensions
2669 @subsection TODO keywords as workflow states
2670 @cindex TODO workflow
2671 @cindex workflow states as TODO keywords
2673 You can use TODO keywords to indicate different @emph{sequential} states
2674 in the process of working on an item, for example@footnote{Changing
2675 this variable only becomes effective after restarting Org-mode in a
2676 buffer.}:
2678 @lisp
2679 (setq org-todo-keywords
2680   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2681 @end lisp
2683 The vertical bar separates the TODO keywords (states that @emph{need
2684 action}) from the DONE states (which need @emph{no further action}.  If
2685 you don't provide the separator bar, the last state is used as the DONE
2686 state.
2687 @cindex completion, of TODO keywords
2688 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
2689 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
2690 also use a prefix argument to quickly select a specific state.  For
2691 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
2692 If you define many keywords, you can use in-buffer completion (see
2693 @ref{Completion}) to insert these words into the buffer.  Changing a
2694 todo state can be logged with a timestamp, see @ref{Tracking TODO state
2695 changes} for more information.
2697 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
2698 @subsection TODO keywords as types
2699 @cindex TODO types
2700 @cindex names as TODO keywords
2701 @cindex types as TODO keywords
2703 The second possibility is to use TODO keywords to indicate different
2704 @emph{types} of action items.  For example, you might want to indicate
2705 that items are for ``work'' or ``home''.  Or, when you work with several
2706 people on a single project, you might want to assign action items
2707 directly to persons, by using their names as TODO keywords.  This would
2708 be set up like this:
2710 @lisp
2711 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
2712 @end lisp
2714 In this case, different keywords do not indicate a sequence, but rather
2715 different types.  So the normal work flow would be to assign a task to a
2716 person, and later to mark it DONE.  Org-mode supports this style by
2717 adapting the workings of the command @kbd{C-c C-t}@footnote{This is also
2718 true for the @kbd{t} command in the timeline and agenda buffers.}.  When
2719 used several times in succession, it will still cycle through all names,
2720 in order to first select the right type for a task.  But when you return
2721 to the item after some time and execute @kbd{C-c C-t} again, it will
2722 switch from any name directly to DONE.  Use prefix arguments or
2723 completion to quickly select a specific name.  You can also review the
2724 items of a specific TODO type in a sparse tree by using a numeric prefix
2725 to @kbd{C-c C-v}.  For example, to see all things Lucy has to do, you
2726 would use @kbd{C-3 C-c C-v}.  To collect Lucy's items from all agenda
2727 files into a single buffer, you would use the prefix arg as well when
2728 creating the global todo list: @kbd{C-3 C-c t}.
2730 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
2731 @subsection Multiple keyword sets in one file
2732 @cindex todo keyword sets
2734 Sometimes you may want to use different sets of TODO keywords in
2735 parallel.  For example, you may want to have the basic
2736 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
2737 separate state indicating that an item has been canceled (so it is not
2738 DONE, but also does not require action).  Your setup would then look
2739 like this:
2741 @lisp
2742 (setq org-todo-keywords
2743       '((sequence "TODO" "|" "DONE")
2744         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
2745         (sequence "|" "CANCELED")))
2746 @end lisp
2748 The keywords should all be different, this helps Org-mode to keep track
2749 of which subsequence should be used for a given entry.  In this setup,
2750 @kbd{C-c C-t} only operates within a subsequence, so it switches from
2751 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
2752 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
2753 select the correct sequence.  Besides the obvious ways like typing a
2754 keyword or using completion, you may also apply the following commands:
2756 @table @kbd
2757 @kindex C-S-@key{right}
2758 @kindex C-S-@key{left}
2759 @item C-S-@key{right}
2760 @itemx C-S-@key{left}
2761 These keys jump from one TODO subset to the next.  In the above example,
2762 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
2763 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
2764 @kindex S-@key{right}
2765 @kindex S-@key{left}
2766 @item S-@key{right}
2767 @itemx S-@key{left}
2768 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
2769 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
2770 would switch from @code{DONE} to @code{REPORT} in the example above.
2771 @end table
2773 @node Fast access to TODO states, Per file keywords, Multiple sets in one file, TODO extensions
2774 @subsection Fast access to TODO states
2776 If you would like to quickly change an entry to an arbitrary TODO state
2777 instead of cycling through the states, you can set up keys for
2778 single-letter access to the states.  This is done by adding the section
2779 key after each keyword, in parenthesis.  For example:
2781 @lisp
2782 (setq org-todo-keywords
2783       '((sequence "TODO(t)" "|" "DONE(d)")
2784         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
2785         (sequence "|" "CANCELED(c)")))
2786 @end lisp
2788 If you then press @code{C-u C-c C-t} followed by the selection key, the
2789 entry will be switched to this state.  @key{SPC} can be used to remove
2790 any TODO keyword from an entry.  Should you like this way of selecting
2791 TODO states a lot, you might want to set the variable
2792 @code{org-use-fast-todo-selection} to @code{t} and make this behavior
2793 the default.  Check also the variable
2794 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
2795 state through the tags interface (@pxref{Setting tags}).
2797 @node Per file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
2798 @subsection Setting up keywords for individual files
2799 @cindex keyword options
2800 @cindex per file keywords
2802 It can be very useful to use different aspects of the TODO mechanism in
2803 different files.  For file-local settings, you need to add special lines
2804 to the file which set the keywords and interpretation for that file
2805 only.  For example, to set one of the two examples discussed above, you
2806 need one of the following lines, starting in column zero anywhere in the
2807 file:
2809 @example
2810 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
2811 @end example
2813 @example
2814 #+TYP_TODO: Fred Sara Lucy Mike | DONE
2815 @end example
2817 A setup for using several sets in parallel would be:
2819 @example
2820 #+SEQ_TODO: TODO | DONE
2821 #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
2822 #+SEQ_TODO: | CANCELED
2823 @end example
2825 @cindex completion, of option keywords
2826 @kindex M-@key{TAB}
2827 @noindent To make sure you are using the correct keyword, type
2828 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
2830 @cindex DONE, final TODO keyword
2831 Remember that the keywords after the vertical bar (or the last keyword
2832 if no bar is there) must always mean that the item is DONE (although you
2833 may use a different word).  After changing one of these lines, use
2834 @kbd{C-c C-c} with the cursor still in the line to make the changes
2835 known to Org-mode@footnote{Org-mode parses these lines only when
2836 Org-mode is activated after visiting a file.  @kbd{C-c C-c} with the
2837 cursor in a line starting with @samp{#+} is simply restarting Org-mode
2838 for the current buffer.}.
2840 @node Faces for TODO keywords,  , Per file keywords, TODO extensions
2841 @subsection Faces for TODO keywords
2842 @cindex faces, for TODO keywords
2844 Org-mode highlights TODO keywords with special faces: @code{org-todo}
2845 for keywords indicating that an item still has to be acted upon, and
2846 @code{org-done} for keywords indicating that an item is finished.  If
2847 you are using more than 2 different states, you might want to use
2848 special faces for some of them.  This can be done using the variable
2849 @code{org-todo-keyword-faces}.  For example:
2851 @lisp
2852 (setq org-todo-keyword-faces
2853       '(("TODO"      . org-warning)
2854         ("DEFERRED"  . shadow)
2855         ("CANCELED"  . (:foreground "blue" :weight bold))))
2856 @end lisp
2858 @node Progress logging, Priorities, TODO extensions, TODO items
2859 @section Progress Logging
2860 @cindex progress logging
2861 @cindex logging, of progress
2863 Org-mode can automatically record a time stamp and even a note when you
2864 mark a TODO item as DONE, or even each time you change the state of
2865 a TODO item.
2867 @menu
2868 * Closing items::               When was this entry marked DONE?
2869 * Tracking TODO state changes::  When did the status change?
2870 @end menu
2872 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
2873 @subsection Closing items
2875 If you want to keep track of @emph{when} a certain TODO item was
2876 finished, turn on logging with@footnote{The corresponding in-buffer
2877 setting is: @code{#+STARTUP: logdone}}
2879 @lisp
2880 (setq org-log-done t)
2881 @end lisp
2883 @noindent
2884 Then each time you turn a TODO entry into DONE using either @kbd{C-c
2885 C-t} in the Org-mode buffer or @kbd{t} in the agenda buffer, a line
2886 @samp{CLOSED: [timestamp]} will be inserted just after the headline.  If
2887 you turn the entry back into a TODO item through further state cycling,
2888 that line will be removed again.  In the timeline (@pxref{Timeline}) and
2889 in the agenda (@pxref{Weekly/Daily agenda}), you can then use the
2890 @kbd{l} key to display the TODO items closed on each day, giving you an
2891 overview of what has been done on a day.  If you want to record a note
2892 along with the timestamp, use@footnote{The corresponding in-buffer
2893 setting is: @code{#+STARTUP: lognotedone}}
2895 @lisp
2896 (setq org-log-done '(done))
2897 @end lisp
2899 @node Tracking TODO state changes,  , Closing items, Progress logging
2900 @subsection Tracking TODO state changes
2902 When TODO keywords are used as workflow states (@pxref{Workflow
2903 states}), you might want to keep track of when a state change occurred
2904 and record a note about this change.  With the setting
2906 @lisp
2907 (setq org-log-done '(state))
2908 @end lisp
2910 @noindent
2911 each state change will prompt you for a note that will be attached to
2912 the current headline.  If you press @kbd{C-c C-c} without typing
2913 anything into the note buffer, only the time of the state change will be
2914 noted.  Very likely you do not want this verbose tracking all the time,
2915 so it is probably better to configure this behavior with in-buffer
2916 options.  For example, if you are tracking purchases, put these into a
2917 separate file that contains:
2919 @example
2920 #+SEQ_TODO: TODO(t) ORDERED(o) INVOICE(i) PAYED(p) | RECEIVED(r)
2921 #+STARTUP: lognotestate
2922 @end example
2924 If you only need to take a note for some of the states, mark those
2925 states with an additional @samp{@@}, like this:
2927 @example
2928 #+SEQ_TODO: TODO(t) ORDERED(o@@) INVOICE(i@@) PAYED(p) | RECEIVED(r)
2929 #+STARTUP: lognotestate
2930 @end example
2932 @node Priorities, Breaking down tasks, Progress logging, TODO items
2933 @section Priorities
2934 @cindex priorities
2936 If you use Org-mode extensively to organize your work, you may end up
2937 with a number of TODO entries so large that you'd like to prioritize
2938 them.  This can be done by placing a @emph{priority cookie} into the
2939 headline, like this
2941 @example
2942 *** TODO [#A] Write letter to Sam Fortune
2943 @end example
2945 @noindent
2946 With its standard setup, Org-mode supports priorities @samp{A},
2947 @samp{B}, and @samp{C}.  @samp{A} is the highest priority.  An entry
2948 without a cookie is treated as priority @samp{B}.  Priorities make a
2949 difference only in the agenda (@pxref{Weekly/Daily agenda}).
2951 @table @kbd
2952 @kindex @kbd{C-c ,}
2953 @item @kbd{C-c ,}
2954 Set the priority of the current headline.  The command prompts for a
2955 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
2956 @key{SPC} instead, the priority cookie is removed from the headline.
2957 The priorities can also be changed ``remotely'' from the timeline and
2958 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
2960 @kindex S-@key{up}
2961 @kindex S-@key{down}
2962 @item S-@key{up}
2963 @itemx S-@key{down}
2964 Increase/decrease priority of current headline@footnote{See also the
2965 option @code{org-priority-start-cycle-with-default'}.}.  Note that these
2966 keys are also used to modify time stamps (@pxref{Creating timestamps}).
2967 Furthermore, these keys are also used by CUA-mode (@pxref{Conflicts}).
2968 @end table
2970 You can change the range of allowed priorities by setting the variables
2971 @code{org-highest-priority}, @code{org-lowest-priority}, and
2972 @code{org-default-priority}.  For an individual buffer, you may set
2973 these values (highest, lowest, default) like this (please make sure that
2974 the highest priority is earlier in the alphabet than the lowest
2975 priority):
2977 @example
2978 #+PRIORITIES: A C B
2979 @end example
2981 @node Breaking down tasks, Checkboxes, Priorities, TODO items
2982 @section Breaking tasks down into subtasks
2983 @cindex tasks, breaking down
2985 It is often advisable to break down large tasks into smaller, manageable
2986 subtasks.  You can do this by creating an outline tree below a TODO
2987 item, with detailed subtasks on the tree@footnote{To keep subtasks out
2988 of the global TODO list, see the
2989 @code{org-agenda-todo-list-sublevels}.}.  Another possibility is the use
2990 of checkboxes to identify (a hierarchy of) a large number of subtasks
2991 (@pxref{Checkboxes}).
2994 @node Checkboxes,  , Breaking down tasks, TODO items
2995 @section Checkboxes
2996 @cindex checkboxes
2998 Every item in a plain list (@pxref{Plain lists}) can be made a checkbox
2999 by starting it with the string @samp{[ ]}.  This feature is similar to
3000 TODO items (@pxref{TODO items}), but more lightweight.  Checkboxes are
3001 not included into the global TODO list, so they are often great to split
3002 a task into a number of simple steps.  Or you can use them in a shopping
3003 list.  To toggle a checkbox, use @kbd{C-c C-c}, or try Piotr Zielinski's
3004 @file{org-mouse.el}.  Here is an example of a checkbox list.
3006 @example
3007 * TODO Organize party [3/6]
3008   - call people [1/3]
3009     - [ ] Peter
3010     - [X] Sarah
3011     - [ ] Sam
3012   - [X] order food
3013   - [ ] think about what music to play
3014   - [X] talk to the neighbors
3015 @end example
3017 @cindex statistics, for checkboxes
3018 @cindex checkbox statistics
3019 The @samp{[3/6]} and @samp{[1/3]} in the first and second line are
3020 cookies indicating how many checkboxes are present in this entry, and
3021 how many of them have been checked off.  This can give you an idea on
3022 how many checkboxes remain, even without opening a folded entry.  The
3023 cookies can be placed into a headline or into (the first line of) a
3024 plain list item. Each cookie covers all checkboxes structurally below
3025 that headline/item.  You have to insert the cookie yourself by typing
3026 either @samp{[/]} or @samp{[%]}.  In the first case you get an @samp{n
3027 out of m} result, in the second case you get information about the
3028 percentage of checkboxes checked (in the above example, this would be
3029 @samp{[50%]} and @samp{[33%], respectively}).
3031 @noindent The following commands work with checkboxes:
3033 @table @kbd
3034 @kindex C-c C-c
3035 @item C-c C-c
3036 Toggle checkbox at point.  With prefix argument, set it to @samp{[-]},
3037 which is considered to be an intermediate state.
3038 @kindex C-c C-x C-b
3039 @item C-c C-x C-b
3040 Toggle checkbox at point.
3041 @itemize @minus
3042 @item
3043 If there is an active region, toggle the first checkbox in the region
3044 and set all remaining boxes to the same status as the first.  If you
3045 want to toggle all boxes in the region independently, use a prefix
3046 argument.
3047 @item
3048 If the cursor is in a headline, toggle checkboxes in the region between
3049 this headline and the next (so @emph{not} the entire subtree).
3050 @item
3051 If there is no active region, just toggle the checkbox at point.
3052 @end itemize
3053 @kindex M-S-@key{RET}
3054 @item M-S-@key{RET}
3055 Insert a new item with a checkbox.
3056 This works only if the cursor is already in a plain list item
3057 (@pxref{Plain lists}).
3058 @kindex C-c #
3059 @item C-c #
3060 Update the checkbox statistics in the current outline entry.  When
3061 called with a @kbd{C-u} prefix, update the entire file.  Checkbox
3062 statistic cookies are updated automatically if you toggle checkboxes
3063 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}.  If you
3064 delete boxes or add/change them by hand, use this command to get things
3065 back into synch.  Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3066 @end table
3069 @node Tags, Properties and columns, TODO items, Top
3070 @chapter Tags
3071 @cindex tags
3072 @cindex headline tagging
3073 @cindex matching, tags
3074 @cindex sparse tree, tag based
3076 If you wish to implement a system of labels and contexts for
3077 cross-correlating information, an excellent way is to assign @i{tags} to
3078 headlines.  Org-mode has extensive support for using tags.
3080 Every headline can contain a list of tags, at the end of the headline.
3081 Tags are normal words containing letters, numbers, @samp{_}, and
3082 @samp{@@}.  Tags must be preceded and followed by a single colon; like
3083 @samp{:WORK:}.  Several tags can be specified like @samp{:WORK:URGENT:}.
3085 @menu
3086 * Tag inheritance::             Tags use the tree structure of the outline
3087 * Setting tags::                How to assign tags to a headline
3088 * Tag searches::                Searching for combinations of tags
3089 @end menu
3091 @node Tag inheritance, Setting tags, Tags, Tags
3092 @section Tag inheritance
3093 @cindex inheritance, of tags
3094 @cindex sublevels, inclusion into tags match
3096 @i{Tags} make use of the hierarchical structure of outline trees.  If a
3097 heading has a certain tag, all subheadings will inherit the tag as
3098 well.  For example, in the list
3100 @example
3101 * Meeting with the French group      :WORK:
3102 ** Summary by Frank                  :BOSS:NOTES:
3103 *** TODO Prepare slides for him      :ACTION:
3104 @end example
3106 @noindent
3107 the final heading will have the tags @samp{:WORK:}, @samp{:BOSS:},
3108 @samp{:NOTES:}, and @samp{:ACTION:}.  When executing tag searches and
3109 Org-mode finds that a certain headline matches the search criterion, it
3110 will not check any sublevel headline, assuming that these likely also
3111 match, and that the list of matches can become very long.  This may
3112 not be what you want, however, and you can influence inheritance and
3113 searching using the variables @code{org-use-tag-inheritance} and
3114 @code{org-tags-match-list-sublevels}.
3116 @node Setting tags, Tag searches, Tag inheritance, Tags
3117 @section Setting tags
3118 @cindex setting tags
3119 @cindex tags, setting
3121 @kindex M-@key{TAB}
3122 Tags can simply be typed into the buffer at the end of a headline.
3123 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
3124 also a special command for inserting tags:
3126 @table @kbd
3127 @kindex C-c C-c
3128 @item C-c C-c
3129 @cindex completion, of tags
3130 Enter new tags for the current headline.  Org-mode will either offer
3131 completion or a special single-key interface for setting tags, see
3132 below.  After pressing @key{RET}, the tags will be inserted and aligned
3133 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
3134 tags in the current buffer will be aligned to that column, just to make
3135 things look nice.  TAGS are automatically realigned after promotion,
3136 demotion, and TODO state changes (@pxref{TODO basics}).
3137 @end table
3139 Org will support tag insertion based on a @emph{list of tags}.  By
3140 default this list is constructed dynamically, containing all tags
3141 currently used in the buffer.  You may also globally specify a hard list
3142 of tags with the variable @code{org-tag-alist}.  Finally you can set
3143 the default tags for a given file with lines like
3145 @example
3146 #+TAGS: @@WORK @@HOME @@TENNISCLUB
3147 #+TAGS: Laptop Car PC Sailboat
3148 @end example
3150 If you have globally defined your preferred set of tags using the
3151 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3152 in a specific file: Just add an empty TAGS option line to that file:
3154 @example
3155 #+TAGS:
3156 @end example
3158 The default support method for entering tags is minibuffer completion.
3159 However, Org-mode also implements a much better method: @emph{fast tag
3160 selection}.  This method allows to select and deselect tags with a
3161 single key per tag.  To function efficiently, you should assign unique
3162 keys to most tags.  This can be done globally with
3164 @lisp
3165 (setq org-tag-alist '(("@@WORK" . ?w) ("@@HOME" . ?h) ("Laptop" . ?l)))
3166 @end lisp
3168 @noindent or on a per-file basis with
3170 @example
3171 #+TAGS: @@WORK(w)  @@HOME(h)  @@TENNISCLUB(t)  Laptop(l)  PC(p)
3172 @end example
3174 @noindent
3175 You can also group together tags that are mutually exclusive.  With
3176 curly braces@footnote{In @code{org-mode-alist} use
3177 @code{'(:startgroup)} and @code{'(:endgroup)}, respectively.  Several
3178 groups are allowed.}
3180 @example
3181 #+TAGS: @{ @@WORK(w)  @@HOME(h)  @@TENNISCLUB(t) @}  Laptop(l)  PC(p)
3182 @end example
3184 @noindent you indicate that at most one of @samp{@@WORK}, @samp{@@HOME},
3185 and @samp{@@TENNISCLUB} should be selected.
3187 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
3188 these lines to activate any changes.
3190 If at least one tag has a selection key, pressing @kbd{C-c C-c} will
3191 automatically present you with a special interface, listing inherited
3192 tags, the tags of the current headline, and a list of all legal tags
3193 with corresponding keys@footnote{Keys will automatically be assigned to
3194 tags which have no configured keys.}.  In this interface, you can use
3195 the following keys:
3197 @table @kbd
3198 @item a-z...
3199 Pressing keys assigned to tags will add or remove them from the list of
3200 tags in the current line.  Selecting a tag in a group of mutually
3201 exclusive tags will turn off any other tags from that group.
3202 @kindex @key{TAB}
3203 @item @key{TAB}
3204 Enter a tag in the minibuffer, even if the tag is not in the predefined
3205 list.  You will be able to complete on all tags present in the buffer.
3206 @kindex @key{SPC}
3207 @item @key{SPC}
3208 Clear all tags for this line.
3209 @kindex @key{RET}
3210 @item @key{RET}
3211 Accept the modified set.
3212 @item C-g
3213 Abort without installing changes.
3214 @item q
3215 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3216 @item !
3217 Turn off groups of mutually exclusive tags.  Use this to (as an
3218 exception) assign several tags from such a group.
3219 @item C-c
3220 Toggle auto-exit after the next change (see below).
3221 If you are using expert mode, the first @kbd{C-c} will display the
3222 selection window.
3223 @end table
3225 @noindent
3226 This method lets you assign tags to a headline with very few keys.  With
3227 the above setup, you could clear the current tags and set @samp{@@HOME},
3228 @samp{Laptop} and @samp{PC} tags with just the following keys: @kbd{C-c
3229 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@HOME} to
3230 @samp{@@WORK} would be done with @kbd{C-c C-c w @key{RET}} or
3231 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
3232 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3233 @key{RET} @key{RET}}.
3235 If you find that most of the time, you need only a single keypress to
3236 modify your list of tags, set the variable
3237 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
3238 press @key{RET} to exit fast tag selection - it will immediately exit
3239 after the first change.  If you then occasionally need more keys, press
3240 @kbd{C-c} to turn off auto-exit for the current tag selection process
3241 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
3242 C-c}).  If you set the variable to the value @code{expert}, the special
3243 window is not even shown for single-key tag selection, it comes up only
3244 when you press an extra @kbd{C-c}.
3246 @node Tag searches,  , Setting tags, Tags
3247 @section Tag searches
3248 @cindex tag searches
3249 @cindex searching for tags
3251 Once a tags system has been set up, it can be used to collect related
3252 information into special lists.
3254 @table @kbd
3255 @kindex C-c \
3256 @item C-c \
3257 Create a sparse tree with all headlines matching a tags search.  With a
3258 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
3259 @kindex C-c a m
3260 @item C-c a m
3261 Create a global list of tag matches from all agenda files.
3262 @xref{Matching tags and properties}.
3263 @kindex C-c a M
3264 @item C-c a M
3265 Create a global list of tag matches from all agenda files, but check
3266 only TODO items and force checking subitems (see variable
3267 @code{org-tags-match-list-sublevels}).
3268 @end table
3270 @cindex Boolean logic, for tag searches
3271 A @i{tags} search string can use Boolean operators @samp{&} for AND and
3272 @samp{|} for OR.  @samp{&} binds more strongly than @samp{|}.
3273 Parenthesis are currently not implemented.  A tag may also be preceded
3274 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
3275 positive selection.  The AND operator @samp{&} is optional when @samp{+}
3276 or @samp{-} is present.  Examples:
3278 @table @samp
3279 @item +WORK-BOSS
3280 Select headlines tagged @samp{:WORK:}, but discard those also tagged
3281 @samp{:BOSS:}.
3282 @item WORK|LAPTOP
3283 Selects lines tagged @samp{:WORK:} or @samp{:LAPTOP:}.
3284 @item WORK|LAPTOP&NIGHT
3285 Like before, but require the @samp{:LAPTOP:} lines to be tagged also
3286 @samp{NIGHT}.
3287 @end table
3289 @cindex TODO keyword matching, with tags search
3290 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
3291 can be useful to also match on the TODO keyword.  This can be done by
3292 adding a condition after a slash to a tags match.  The syntax is similar
3293 to the tag matches, but should be applied with consideration: For
3294 example, a positive selection on several TODO keywords can not
3295 meaningfully be combined with boolean AND.  However, @emph{negative
3296 selection} combined with AND can be meaningful.  To make sure that only
3297 lines are checked that actually have any TODO keyword, use @kbd{C-c a
3298 M}, or equivalently start the todo part after the slash with @samp{!}.
3299 Examples:
3301 @table @samp
3302 @item WORK/WAITING
3303 Select @samp{:WORK:}-tagged TODO lines with the specific TODO
3304 keyword @samp{WAITING}.
3305 @item WORK/!-WAITING-NEXT
3306 Select @samp{:WORK:}-tagged TODO lines that are neither @samp{WAITING}
3307 nor @samp{NEXT}
3308 @item WORK/+WAITING|+NEXT
3309 Select @samp{:WORK:}-tagged TODO lines that are either @samp{WAITING} or
3310 @samp{NEXT}.
3311 @end table
3313 @cindex regular expressions, with tags search
3314 Any element of the tag/todo match can be a regular expression - in this
3315 case it must be enclosed in curly braces.  For example,
3316 @samp{WORK+@{^BOSS.*@}} matches headlines that contain the tag
3317 @samp{WORK} and any tag @i{starting} with @samp{BOSS}.
3319 @cindex level, require for tags match
3320 You can also require a headline to be of a certain level, by writing
3321 instead of any TAG an expression like @samp{LEVEL=3}.  For example, a
3322 search @samp{+LEVEL=3+BOSS/-DONE} lists all level three headlines that
3323 have the tag BOSS and are @emph{not} marked with the todo keyword DONE.
3325 @node Properties and columns, Timestamps, Tags, Top
3326 @chapter Properties and Columns
3327 @cindex properties
3329 Properties are a set of key-value pairs associated with an entry.  There
3330 are two main applications for properties in Org-mode.  First, properties
3331 are like tags, but with a value.  For example, in a file where you
3332 document bugs and plan releases of a piece of software, instead of using
3333 tags like @code{:release_1:}, @code{:release_2:}, it can be more
3334 efficient to use a property @code{RELEASE} with a value @code{1.0} or
3335 @code{2.0}.  Second, you can use properties to implement (very basic)
3336 database capabilities in an Org-mode buffer, for example to create a
3337 list of Music CD's you own.  You can edit and view properties
3338 conveniently in column view (@pxref{Column view}).
3340 @menu
3341 * Property syntax::             How properties are spelled out
3342 * Special properties::          Access to other Org-mode features
3343 * Property searches::           Matching property values
3344 * Column view::                 Tabular viewing and editing
3345 * Property API::                Properties for Lisp programmers
3346 @end menu
3348 @node Property syntax, Special properties, Properties and columns, Properties and columns
3349 @section Property Syntax
3350 @cindex property syntax
3351 @cindex drawer, for properties
3353 Properties are key-value pairs.  They need to be inserted into a special
3354 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
3355 is specified on a single line, with the key (surrounded by colons)
3356 first, and the value after it.  Here is an example:
3358 @example
3359 * CD collection
3360 ** Classic
3361 *** Goldberg Variations
3362     :PROPERTIES:
3363     :Title:     Goldberg Variations
3364     :Composer:  J.S. Bach
3365     :Artist:    Glen Gould 
3366     :Publisher: Deutsche Grammphon
3367     :NDisks:    1
3368     :END:       
3369 @end example
3371 You may define the allowed values for a particular property @samp{XYZ}
3372 by setting a property @samp{XYZ_ALL}.  This special property is
3373 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
3374 the entire tree.  When allowed values are defined, setting the
3375 corresponding property becomes easier and is less prone to typing
3376 errors.  For the example with the CD collection, we can predefine
3377 publishers and the number of disks in a box like this:
3379 @example
3380 * CD collection
3381   :PROPERTIES:
3382   :NDisks_ALL:  1 2 3 4
3383   :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
3384   :END:
3385 @end example
3387 If you want to set properties that can be inherited by any entry in a
3388 file, use a line like
3390 @example
3391 #+PROPERTY: NDisks_ALL 1 2 3 4
3392 @end example
3394 Property values set with the global variable
3395 @code{org-global-properties} can be inherited by all entries in all
3396 Org-mode files.
3398 @noindent
3399 The following commands help to work with properties:
3401 @table @kbd
3402 @kindex M-@key{TAB}
3403 @item M-@key{TAB}
3404 After an initial colon in a line, complete property keys.  All keys used
3405 in the current file will be offered as possible completions.
3406 @item M-x org-insert-property-drawer
3407 Insert a property drawer into the current entry.  The drawer will be
3408 inserted early in the entry, but after the lines with planning
3409 information like deadlines.
3410 @kindex C-c C-c
3411 @item C-c C-c
3412 With the cursor in a property drawer, this executes property commands.
3413 @item C-c C-c s
3414 Set a property in the current entry.  Both the property and the value
3415 can be inserted using completion.
3416 @kindex S-@key{right}
3417 @kindex S-@key{left}
3418 @item S-@key{left}/@key{right}
3419 Switch property at point to the next/previous allowed value.
3420 @item C-c C-c d
3421 Remove a property from the current entry.
3422 @item C-c C-c D
3423 Globally remove a property, from all entries in the current file.
3424 @end table
3426 @node Special properties, Property searches, Property syntax, Properties and columns
3427 @section Special Properties
3428 @cindex properties, special
3430 Special properties provide alternative access method to Org-mode
3431 features discussed in the previous chapters, like the TODO state or the
3432 priority of an entry.  This interface exists so that you can include
3433 these states into columns view (@pxref{Column view}).  The following
3434 property names are special and should not be used as keys in the
3435 properties drawer:
3437 @example
3438 TODO         @r{The TODO keyword of the entry.}
3439 TAGS         @r{The tags defined directly in the headline.}
3440 ALLTAGS      @r{All tags, including inherited ones.}
3441 PRIORITY     @r{The priority of the entry, a string with a single letter.}
3442 DEADLINE     @r{The deadline time string, without the angular brackets.}
3443 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
3444 @end example
3446 @node Property searches, Column view, Special properties, Properties and columns
3447 @section Property searches
3448 @cindex properties, searching
3450 To create sparse trees and special lists with selection based on
3451 properties, the same commands are used as for tag searches (@pxref{Tag
3452 searches}), and the same logic applies.  For example, a search string
3454 @example
3455 +WORK-BOSS+PRIORITY="A"+coffee="unlimited"+with=@{Sarah\|Denny@}
3456 @end example
3458 @noindent
3459 finds entries tagged @samp{:WORK:} but not @samp{:BOSS:}, which
3460 also have a priority value @samp{A}, a @samp{:coffee:} property with the
3461 value @samp{unlimited}, and a @samp{:with:} property that is matched by
3462 the regular expression @samp{Sarah\|Denny}.
3464 @node Column view, Property API, Property searches, Properties and columns
3465 @section Column View
3467 A great way to view and edit properties in an outline tree is
3468 @emph{column view}.  In column view, each outline item is turned into a
3469 table row.  Columns in this table provide access to properties of the
3470 entries.  Org-mode implements columns by overlaying a tabular structure
3471 over the headline of each item.  While the headlines have been turned
3472 into a table row, you can still change the visibility of the outline
3473 tree.  For example, you get a compact table by switching to CONTENTS
3474 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3475 is active), but you can still open, read, and edit the entry below each
3476 headline.  Or, you can switch to column view after executing a sparse
3477 tree command and in this way get a table only for the selected items.
3478 Column view also works in agenda buffers (@pxref{Agenda views}) where
3479 queries have collected selected items, possibly from a number of files.
3481 @menu
3482 * Defining columns::            The COLUMNS format property
3483 * Using column view::           How to create and use column view
3484 @end menu
3486 @node Defining columns, Using column view, Column view, Column view
3487 @subsection Defining Columns
3488 @cindex column view, for properties
3489 @cindex properties, column view
3491 Setting up a column view first requires defining the columns.  This is
3492 done by defining a column format line.
3494 @menu
3495 * Scope of column definitions::  Where defined, where valid?
3496 * Column attributes::           Appearance and content of a column
3497 @end menu
3499 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
3500 @subsubsection Scope of column definitions
3502 To define a column format for an entire file, use a line like
3504 @example
3505 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3506 @end example
3508 To specify a format that only applies to a specific tree, add a COLUMNS
3509 property to the top node of that tree, for example
3510 @example
3511 ** Top node for columns view
3512    :PROPERTIES:
3513    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3514    :END:
3515 @end example
3517 If a @code{COLUMNS} property is present in an entry, it defines columns
3518 for the entry itself, and for the entire subtree below it.  Since the
3519 column definition is part of the hierarchical structure of the document,
3520 you can define columns on level 1 that are general enough for all
3521 sublevels, and more specific columns further down, when you edit a
3522 deeper part of the tree.
3524 @node Column attributes,  , Scope of column definitions, Defining columns
3525 @subsubsection Column attributes
3526 A column definition sets the attributes of a column.  The general
3527 definition looks like this:
3529 @example
3530  %[width]property[(title)][@{summary-type@}]
3531 @end example
3533 @noindent
3534 Except for the percent sign and the property name, all items are
3535 optional.  The individual parts have the following meaning:
3537 @example
3538 width           @r{An integer specifying the width of the column in characters.}
3539                 @r{If omitted, the width will be determined automatically.}
3540 property        @r{The property that should be edited in this column.}
3541 (title)         @r{The header text for the column. If omitted, the}
3542                 @r{property name is used.}
3543 @{summary-type@}  @r{The summary type.  If specified, the column values for}
3544                 @r{parent nodes are computed from the children.}
3545                 @r{Supported summary types are:}
3546                 @{+@}  @r{Sum numbers in this column.}
3547                 @{:@}  @r{Sum times, HH:MM:SS, plain numbers are hours.}
3548                 @{X@}  @r{Checkbox status, [X] if all children are [X].}
3549 @end example
3551 @noindent
3552 Here is an example for a complete columns definition, along with allowed
3553 values.
3555 @example
3556 :COLUMNS:  %20ITEM %9Approved(Approved?)@{X@} %Owner %11Status %10Time_Spent@{:@}
3557 :Owner_ALL:    Tammy Mark Karl Lisa Don
3558 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
3559 :Approved_ALL: "[ ]" "[X]"
3560 @end example
3562 The first column, @samp{%25ITEM}, means the first 25 characters of the
3563 item itself, i.e. of the headline.  You probably always should start the
3564 column definition with the ITEM specifier.  The other specifiers create
3565 columns @samp{Owner} with a list of names as allowed values, for
3566 @samp{Status} with four different possible values, and for a checkbox
3567 field @samp{Approved}.  When no width is given after the @samp{%}
3568 character, the column will be exactly as wide as it needs to be in order
3569 to fully display all values.  The @samp{Approved} column does have a
3570 modified title (@samp{Approved?}, with a question mark).  Summaries will
3571 be created for the @samp{Time_Spent} column by adding time duration
3572 expressions like HH:MM, and for the @samp{Approved} column, by providing
3573 an @samp{[X]} status if all children have been checked.
3575 @node Using column view,  , Defining columns, Column view
3576 @subsection Using Column View
3578 @table @kbd
3579 @tsubheading{Turning column view on and off}
3580 @kindex C-c C-x C-c
3581 @item C-c C-x C-c
3582 Create the column view for the local environment.  This command searches
3583 the hierarchy, up from point, for a @code{COLUMNS} property that defines
3584 a format.  When one is found, the column view table is established for
3585 the entire tree, starting from the entry that contains the @code{COLUMNS}
3586 property.  If none is found, the format is taken from the @code{#+COLUMNS}
3587 line or from the variable @code{org-columns-default-format}, and column
3588 view is established for the current entry and its subtree.
3589 @kindex q
3590 @item q
3591 Exit column view.
3592 @tsubheading{Editing values}
3593 @item @key{left} @key{right} @key{up} @key{down}
3594 Move through the column view from field to field.
3595 @kindex S-@key{left}
3596 @kindex S-@key{right}
3597 @item  S-@key{left}/@key{right}
3598 Switch to the next/previous allowed value of the field.  For this, you
3599 have to have specified allowed values for a property.
3600 @kindex n
3601 @kindex p
3602 @itemx  n / p
3603 Same as @kbd{S-@key{left}/@key{right}}
3604 @kindex e
3605 @item e
3606 Edit the property at point.  For the special properties, this will
3607 invoke the same interface that you normally use to change that
3608 property.  For example, when editing a TAGS property, the tag completion
3609 or fast selection interface will pop up.
3610 @kindex v
3611 @item v
3612 View the full value of this property.  This is useful if the width of
3613 the column is smaller than that of the value.
3614 @kindex a
3615 @item a
3616 Edit the list of allowed values for this property.  If the list is found
3617 in the hierarchy, the modified values is stored there.  If no list is
3618 found, the new value is stored in the first entry that is part of the
3619 current column view.
3620 @tsubheading{Modifying the table structure}
3621 @kindex <
3622 @kindex >
3623 @item < / >
3624 Make the column narrower/wider by one character.
3625 @kindex S-M-@key{right}
3626 @item S-M-@key{right}
3627 Insert a new column, to the right of the current column.
3628 @kindex S-M-@key{left}
3629 @item S-M-@key{left}
3630 Delete the current column.
3631 @end table
3633 @node Property API,  , Column view, Properties and columns
3634 @section The Property API
3635 @cindex properties, API
3636 @cindex API, for properties
3638 There is a full API for accessing and changing properties.  This API can
3639 be used by Emacs Lisp programs to work with properties and to implement
3640 features based on them.  For more information see @ref{Using the
3641 property API}.
3643 @node Timestamps, Remember, Properties and columns, Top
3644 @chapter Timestamps
3645 @cindex time stamps
3646 @cindex date stamps
3648 Items can be labeled with timestamps to make them useful for project
3649 planning.
3651 @menu
3652 * Time stamps::                 Assigning a time to a tree entry
3653 * Creating timestamps::         Commands which insert timestamps
3654 * Deadlines and scheduling::    Planning your work
3655 * Clocking work time::          
3656 @end menu
3659 @node Time stamps, Creating timestamps, Timestamps, Timestamps
3660 @section Time stamps, deadlines and scheduling
3661 @cindex time stamps
3662 @cindex ranges, time
3663 @cindex date stamps
3664 @cindex deadlines
3665 @cindex scheduling
3667 A time stamp is a specification of a date (possibly with time or a range
3668 of times) in a special format, either @samp{<2003-09-16 Tue>} or
3669 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
3670 12:00-12:30>}@footnote{This is the standard ISO date/time format.  If
3671 you cannot get used to these, see @ref{Custom time format}}.  A time
3672 stamp can appear anywhere in the headline or body of an org-tree entry.
3673 Its presence causes entries to be shown on specific dates in the agenda
3674 (@pxref{Weekly/Daily agenda}).  We distinguish:
3676 @table @var
3677 @item Plain time stamp, Event, Appointment
3678 @cindex timestamp
3679 A simple time stamp just assigns a date/time to an item.  This is just
3680 like writing down an appointment or event in a paper agenda.  In the
3681 timeline and agenda displays, the headline of an entry associated with a
3682 plain time stamp will be shown exactly on that date.
3684 @example
3685 * Meet Peter at the movies <2006-11-01 Wed 19:15>
3686 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
3687 @end example
3689 @item Time stamp with repeater interval
3690 @cindex timestamp, with repeater interval
3691 A time stamp may contain a @emph{repeater interval}, indicating that it
3692 applies not only on the given date, but again and again after a certain
3693 interval of N days (d), weeks (w), months(m), or years(y).  The
3694 following will show up in the agenda every Wednesday:
3696 @example
3697 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
3698 @end example
3700 @item Diary-style sexp entries
3701 For more complex date specifications, Org-mode supports using the
3702 special sexp diary entries implemented in the Emacs calendar/diary
3703 package.  For example
3705 @example
3706 * The nerd meeting on every 2nd Thursday of the month
3707   <%%(diary-float t 4 2)>
3708 @end example
3710 @item Time/Date range
3711 @cindex timerange
3712 @cindex date range
3713 Two time stamps connected by @samp{--} denote a range.  The headline
3714 will be shown on the first and last day of the range, and on any dates
3715 that are displayed and fall in the range.  Here is an example:
3717 @example
3718 ** Meeting in Amsterdam
3719    <2004-08-23 Mon>--<2004-08-26 Thu>
3720 @end example
3722 @item Inactive time stamp
3723 @cindex timestamp, inactive
3724 @cindex inactive timestamp
3725 Just like a plain time stamp, but with square brackets instead of
3726 angular ones.  These time stamps are inactive in the sense that they do
3727 @emph{not} trigger an entry to show up in the agenda.
3729 @example
3730 * Gillian comes late for the fifth time [2006-11-01 Wed]
3731 @end example
3733 @end table
3735 @node Creating timestamps, Deadlines and scheduling, Time stamps, Timestamps
3736 @section Creating timestamps
3737 @cindex creating timestamps
3738 @cindex timestamps, creating
3740 For Org-mode to recognize time stamps, they need to be in the specific
3741 format.  All commands listed below produce time stamps in the correct
3742 format.
3744 @table @kbd
3745 @kindex C-c .
3746 @item C-c .
3747 Prompt for a date and insert a corresponding time stamp.  When the
3748 cursor is at a previously used time stamp, it is updated to NOW.  When
3749 this command is used twice in succession, a time range is inserted.
3751 @kindex C-u C-c .
3752 @item C-u C-c .
3753 Like @kbd{C-c .}, but use the alternative format which contains date
3754 and time.  The default time can be rounded to multiples of 5 minutes,
3755 see the option @code{org-time-stamp-rounding-minutes}.
3757 @kindex C-c !
3758 @item C-c !
3759 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
3760 an agenda entry.
3762 @kindex C-c <
3763 @item C-c <
3764 Insert a time stamp corresponding to the cursor date in the Calendar.
3766 @kindex C-c >
3767 @item C-c >
3768 Access the Emacs calendar for the current date.  If there is a
3769 timestamp in the current line, goto the corresponding date
3770 instead.
3772 @kindex C-c C-o
3773 @item C-c C-o
3774 Access the agenda for the date given by the time stamp or -range at
3775 point (@pxref{Weekly/Daily agenda}).
3777 @kindex S-@key{left}
3778 @kindex S-@key{right}
3779 @item S-@key{left}
3780 @itemx S-@key{right}
3781 Change date at cursor by one day.  These key bindings conflict with
3782 CUA-mode (@pxref{Conflicts}).
3784 @kindex S-@key{up}
3785 @kindex S-@key{down}
3786 @item S-@key{up}
3787 @itemx S-@key{down}
3788 Change the item under the cursor in a timestamp.  The cursor can be on a
3789 year, month, day, hour or minute.  Note that if the cursor is in a
3790 headline and not at a time stamp, these same keys modify the priority of
3791 an item.  (@pxref{Priorities}). The key bindings also conflict with
3792 CUA-mode (@pxref{Conflicts}).
3794 @kindex C-c C-y
3795 @cindex evaluate time range
3796 @item C-c C-y
3797 Evaluate a time range by computing the difference between start and
3798 end.  With prefix arg, insert result after the time range (in a table:
3799 into the following column).
3800 @end table
3803 @menu
3804 * The date/time prompt::        How org-mode helps you entering date and time
3805 * Custom time format::          Making dates look differently
3806 @end menu
3808 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
3809 @subsection The date/time prompt
3810 @cindex date, reading in minibuffer
3811 @cindex time, reading in minibuffer
3813 When Org-mode prompts for a date/time, the prompt suggests to enter an
3814 ISO date.  But it will in fact accept any string containing some date
3815 and/or time information.  You can, for example, use @kbd{C-y} to paste a
3816 (possibly multi-line) string copied from an email message.  Org-mode
3817 will find whatever information is in there and will replace anything not
3818 specified with the current date and time.  For example:
3820 @example
3821   3-2-5         --> 2003-02-05
3822   feb 15        --> currentyear-02-15
3823   sep 12 9      --> 2009-09-12
3824   12:45         --> today 12:45
3825   22 sept 0:34  --> currentyear-09-22 0:34
3826   12            --> currentyear-currentmonth-12
3827   Fri           --> nearest Friday (today or later)
3828   +4            --> 4 days from now (if +N is the only thing given)
3829 @end example
3831 The function understands English month and weekday abbreviations.  If
3832 you want to use unabbreviated names and/or other languages, configure
3833 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
3835 @cindex calendar, for selecting date
3836 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
3837 you don't need/want the calendar, configure the variable
3838 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
3839 prompt, either by clicking on a date in the calendar, or by pressing
3840 @key{RET}, the date selected in the calendar will be combined with the
3841 information entered at the prompt.  You can control the calendar fully
3842 from the minibuffer:
3844 @table @kbd
3845 @kindex <
3846 @item <
3847 Scroll calendar backwards by one month.
3848 @kindex >
3849 @item >
3850 Scroll calendar forwards by one month.
3851 @kindex mouse-1
3852 @item mouse-1
3853 Select date by clicking on it.
3854 @kindex S-@key{right}
3855 @item S-@key{right}
3856 One day forward.
3857 @kindex S-@key{left}
3858 @item S-@key{left}
3859 One day back.
3860 @kindex S-@key{down}
3861 @item S-@key{down}
3862 One week forward.
3863 @kindex S-@key{up}
3864 @item S-@key{up}
3865 One week back.
3866 @kindex M-S-@key{right}
3867 @item M-S-@key{right}
3868 One month forward.
3869 @kindex M-S-@key{left}
3870 @item M-S-@key{left}
3871 One month back.
3872 @kindex @key{RET}
3873 @item @key{RET}
3874 Choose date in calendar (only if nothing was typed into minibuffer).
3875 @end table
3877 @node Custom time format,  , The date/time prompt, Creating timestamps
3878 @subsection Custom time format
3879 @cindex custom date/time format
3880 @cindex time format, custom
3881 @cindex date format, custom
3883 Org-mode uses the standard ISO notation for dates and times as it is
3884 defined in ISO 8601.  If you cannot get used to this and require another
3885 representation of date and time to keep you happy, you can get it by
3886 customizing the variables @code{org-display-custom-times} and
3887 @code{org-time-stamp-custom-formats}.
3889 @table @kbd
3890 @kindex C-c C-x C-t
3891 @item C-c C-x C-t
3892 Toggle the display of custom formats for dates and times.
3893 @end table
3895 @noindent
3896 Org-mode needs the default format for scanning, so the custom date/time
3897 format does not @emph{replace} the default format - instead it is put
3898 @emph{over} the default format using text properties.  This has the
3899 following consequences:
3900 @itemize @bullet
3901 @item 
3902 You cannot place the cursor onto a time stamp anymore, only before or
3903 after.
3904 @item
3905 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
3906 each component of a time stamp.  If the cursor is at the beginning of
3907 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
3908 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
3909 time will be changed by one minute.
3910 @item
3911 If the time stamp contains a range of clock times or a repeater, these
3912 will not be overlayed, but remain in the buffer as they were.
3913 @item
3914 When you delete a time stamp character-by-character, it will only
3915 disappear from the buffer after @emph{all} (invisible) characters
3916 belonging to the ISO timestamp have been removed.
3917 @item
3918 If the custom time stamp format is longer than the default and you are
3919 using dates in tables, table alignment will be messed up.  If the custom
3920 format is shorter, things do work as expected.
3921 @end itemize
3924 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Timestamps
3925 @section Deadlines and Scheduling
3927 A time stamp may be preceded by special keywords to facilitate planning
3928 of work:
3930 @table @var
3931 @item DEADLINE
3932 @cindex DEADLINE keyword
3933 The task (most likely a TODO item) is supposed to be finished on that
3934 date, and it will be listed then.  In addition, the compilation for
3935 @emph{today} will carry a warning about the approaching or missed
3936 deadline, starting @code{org-deadline-warning-days} before the due date,
3937 and continuing until the entry is marked DONE.  An example:
3939 @example
3940 *** TODO write article about the Earth for the Guide
3941     The editor in charge is [[bbdb:Ford Prefect]]
3942     DEADLINE: <2004-02-29 Sun>
3943 @end example
3945 You can specify a different lead time for warnings for a specific
3946 deadlines using the following syntax.  Here is an example with a warning
3947 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
3949 @item SCHEDULED
3950 @cindex SCHEDULED keyword
3951 You are planning to start working on that task on the given date. The
3952 headline will be listed under the given date@footnote{It will still be
3953 listed on that date after it has been marked DONE.  If you don't like
3954 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
3955 addition, a reminder that the scheduled date has passed will be present
3956 in the compilation for @emph{today}, until the entry is marked DONE.
3957 I.e., the task will automatically be forwarded until completed.
3959 @example
3960 *** TODO Call Trillian for a date on New Years Eve.
3961     SCHEDULED: <2004-12-25 Sat>
3962 @end example
3964 @noindent
3965 @b{Important:} Scheduling an item in Org-mode should @i{not} be
3966 understood like @i{Scheduling a meeting}.  Setting a date for a meeting
3967 is just a simple appointment, you should mark this entry with a simple
3968 plain time stamp, to get this item shown on the date where it applies.
3969 This is a frequent mis-understanding from Org-users.  In Org-mode,
3970 @i{Scheduling} means setting a date when you want to start working on an
3971 action item.
3972 @end table
3974 @menu
3975 * Inserting deadline/schedule::  Planning items
3976 * Repeated tasks::              Items that show up again and again
3977 @end menu
3979 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
3980 @subsection Inserting deadline/schedule
3982 The following commands allow to quickly insert a deadline or to schedule
3983 an item:
3985 @table @kbd
3987 @kindex C-c C-d
3988 @item C-c C-d
3989 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
3990 happen in the line directly following the headline.
3991 @c FIXME Any CLOSED timestamp will be removed.????????
3993 @kindex C-c C-w
3994 @cindex sparse tree, for deadlines
3995 @item C-c C-w
3996 Create a sparse tree with all deadlines that are either past-due, or
3997 which will become due within @code{org-deadline-warning-days}.
3998 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
3999 prefix, check that many days.  For example, @kbd{C-1 C-c C-w} shows
4000 all deadlines due tomorrow.
4002 @kindex C-c C-s
4003 @item C-c C-s
4004 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
4005 happen in the line directly following the headline.  Any CLOSED
4006 timestamp will be removed.
4007 @end table
4009 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
4010 @subsection Repeated Tasks
4012 Some tasks need to be repeated again and again, and Org-mode therefore
4013 allows to use a repeater in a DEADLINE or SCHEDULED time stamp, for
4014 example:
4015 @example
4016 ** TODO Pay the rent
4017    DEADLINE: <2005-10-01 Sat +1m>
4018 @end example
4020 Deadlines and scheduled items produce entries in the agenda when they
4021 are over-due, so it is important to be able to mark such an entry as
4022 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
4023 with the todo keyword DONE, it will no longer produce entries in the
4024 agenda. The problem with this is, however, that then also the
4025 @emph{next} instance of the repeated entry will not be active.  Org-mode
4026 deals with this in the following way: When you try to mark such an entry
4027 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
4028 time stamp by the repeater interval, and immediately set the entry state
4029 back to TODO.  In the example above, setting the state to DONE would
4030 actually switch the date like this:
4032 @example
4033 ** TODO Pay the rent
4034    DEADLINE: <2005-11-01 Tue +1m>
4035 @end example
4037 You will also be prompted for a note that will be put under the DEADLINE
4038 line to keep a record that you actually acted on the previous instance
4039 of this deadline.
4041 As a consequence of shifting the base date, this entry will no longer be
4042 visible in the agenda when checking past dates, but all future instances
4043 will be visible.
4045 You may have both scheduling and deadline information for a specific
4046 task - just make sure that the repeater intervals on both are the same.
4048 @node Clocking work time,  , Deadlines and scheduling, Timestamps
4049 @section Clocking work time
4051 Org-mode allows you to clock the time you spent on specific tasks in a
4052 project.  When you start working on an item, you can start the clock.
4053 When you stop working on that task, or when you mark the task done, the
4054 clock is stopped and the corresponding time interval is recorded.  It
4055 also computes the total time spent on each subtree of a project.
4057 @table @kbd
4058 @kindex C-c C-x C-i
4059 @item C-c C-x C-i
4060 Start the clock on the current item (clock-in).  This inserts the CLOCK
4061 keyword together with a timestamp.
4062 @kindex C-c C-x C-o
4063 @item C-c C-x C-o
4064 Stop the clock (clock-out).  The inserts another timestamp at the same
4065 location where the clock was last started.  It also directly computes
4066 the resulting time in inserts it after the time range as @samp{=>
4067 HH:MM}.  See the variable @code{org-log-done} for the possibility to
4068 record an additional note together with the clock-out time
4069 stamp@footnote{The corresponding in-buffer setting is: @code{#+STARTUP:
4070 lognoteclock-out}}.
4071 @kindex C-c C-y
4072 @item C-c C-y
4073 Recompute the time interval after changing one of the time stamps.  This
4074 is only necessary if you edit the time stamps directly.  If you change
4075 them with @kbd{S-@key{cursor}} keys, the update is automatic.
4076 @kindex C-c C-t
4077 @item C-c C-t
4078 Changing the TODO state of an item to DONE automatically stops the clock
4079 if it is running in this same item.
4080 @kindex C-c C-x C-x
4081 @item C-c C-x C-x
4082 Cancel the current clock.  This is useful if a clock was started by
4083 mistake, or if you ended up working on something else.
4084 @kindex C-c C-x C-d
4085 @item C-c C-x C-d
4086 Display time summaries for each subtree in the current buffer.  This
4087 puts overlays at the end of each headline, showing the total time
4088 recorded under that heading, including the time of any subheadings. You
4089 can use visibility cycling to study the tree, but the overlays disappear
4090 when you change the buffer (see variable
4091 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
4092 @kindex C-c C-x C-r
4093 @item C-c C-x C-r
4094 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
4095 report as an org-mode table into the current file.
4096 @example
4097 #+BEGIN: clocktable :maxlevel 2 :emphasize nil
4099 #+END: clocktable
4100 @end example
4101 @noindent
4102 If such a block already exists, its content is replaced by the new
4103 table.  The @samp{BEGIN} line can specify options:
4104 @example
4105 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4106 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4107 :scope       @r{The scope to consider.  This can be any of the following:}
4108              nil        @r{the current buffer or narrowed region}
4109              file       @r{the full current buffer}
4110              subtree    @r{the subtree where the clocktable is located}
4111              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4112              tree       @r{the surrounding level 1 tree}
4113              agenda     @r{all agenda files}
4114              ("file"..) @r{scan these files}
4115 :block       @r{The time block to consider.  This block is specified relative}
4116              @r{to the current time and may be any of these keywords:}
4117              @r{@code{today}, @code{yesterday}, @code{thisweek}, @code{lastweek},}
4118              @r{@code{thismonth}, @code{lastmonth}, @code{thisyear}, or @code{lastyear}}.
4119 :tstart      @r{A time string specifying when to start considering times}
4120 :tend        @r{A time string specifying when to stop considering times}
4121 @end example
4122 So to get a clock summary of the current level 1 tree, for the current
4123 day, you could write
4124 @example
4125 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1
4127 #+END: clocktable
4128 @end example
4129 and to use a specific time range you could write@footnote{Note that all
4130 parameters must be specified in a single line - the line is broken here
4131 only to fit it onto the manual.}
4132 @example
4133 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" 
4134                     :tend "<2006-08-10 Thu 12:00>"
4136 #+END: clocktable
4137 @end example
4138 @kindex C-c C-c
4139 @item C-c C-c
4140 @kindex C-c C-x C-u
4141 @itemx C-c C-x C-u
4142 Update dynamical block at point.  The cursor needs to be in the
4143 @code{#+BEGIN} line of the dynamic block.
4144 @kindex C-u C-c C-x C-u
4145 @item C-u C-c C-x C-u
4146 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4147 you have several clocktable blocks in a buffer.
4148 @end table
4150 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4151 the agenda (@pxref{Weekly/Daily agenda}) to show which tasks have been
4152 worked on or closed during a day.
4154 @node Remember, Agenda views, Timestamps, Top
4155 @chapter Remember
4156 @cindex @file{remember.el}
4158 The @i{Remember} package by John Wiegley lets you store quick notes with
4159 little interruption of your work flow.  See
4160 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
4161 information.  It is an excellent way to add new notes and TODO items to
4162 Org-mode files.  Org-mode significantly expands the possibilities of
4163 @i{remember}: You may define templates for different note types, and to
4164 associate target files and headlines with specific templates.  It also
4165 allows you to select the location where a note should be stored
4166 interactively, on the fly.
4168 @menu
4169 * Setting up remember::         Some code for .emacs to get things going
4170 * Remember templates::          Define the outline of different note types
4171 * Storing notes::               Directly get the note to where it belongs
4172 @end menu
4174 @node Setting up remember, Remember templates, Remember, Remember
4175 @section Setting up remember
4177 The following customization will tell @i{remember} to use org files as
4178 target, and to create annotations compatible with Org-mode links.
4180 @example
4181 (setq org-directory "~/path/to/my/orgfiles/")
4182 (setq org-default-notes-file (concat org-directory "/notes.org"))
4183 (setq remember-annotation-functions '(org-remember-annotation))
4184 (setq remember-handler-functions '(org-remember-handler))
4185 (add-hook 'remember-mode-hook 'org-remember-apply-template)
4186 @end example
4189 @node Remember templates, Storing notes, Setting up remember, Remember
4190 @section Remember templates
4191 @cindex templates, for remember
4193 In combination with Org-mode, you can use templates to generate
4194 different types of @i{remember} notes.  For example, if you would like
4195 to use one template to create general TODO entries, another one for
4196 journal entries, and a third one for collecting random ideas, you could
4197 use:
4199 @example
4200 (setq org-remember-templates
4201  '((?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4202    (?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4203    (?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4204 @end example
4206 @noindent In these entries, the character specifies how to select the
4207 template.  The first string specifies the template.  Two more (optional)
4208 strings give the file in which, and the headline under which the new
4209 note should be stored.  The file defaults (if not present or @code{nil})
4210 to @code{org-default-notes-file}, the heading to
4211 @code{org-remember-default-headline}.  Both defaults help to get to the
4212 storing location quickly, but you can change the location interactively
4213 while storing the note.
4215 When you call @kbd{M-x remember} (or @kbd{M-x org-remember}) to remember
4216 something, org will prompt for a key to select the template (if you have
4217 more than one template) and then prepare the buffer like
4218 @example
4219 * TODO
4220   [[file:link to where you called remember]]
4221 @end example
4223 @noindent or
4225 @example
4226 * [2006-03-21 Tue 15:37]
4228   [[file:link to where you called remember]]
4229 @end example
4231 @noindent
4232 During expansion of the template, special @kbd{%}-escapes allow dynamic
4233 insertion of content:
4234 @example
4235 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
4236 %t          @r{time stamp, date only}
4237 %T          @r{time stamp with date and time}
4238 %u, %U      @r{like the above, but inactive time stamps}
4239 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
4240             @r{You may define a prompt like @code{%^@{Birthday@}t}}
4241 %n          @r{user name (taken from @code{user-full-name})}
4242 %a          @r{annotation, normally the link created with @code{org-store-link}}
4243 %A          @r{like @code{%a}, but prompt for the description part}
4244 %i          @r{initial content, the region when remember is called with C-u.}
4245             @r{The entire text will be indented like @code{%i} itself.}
4246 %^g         @r{prompt for tags, with completion on tags in target file.}
4247 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
4248 %:keyword   @r{specific information for certain link types, see below}
4249 @end example
4251 @noindent
4252 For specific link types, the following keywords will be
4253 defined@footnote{If you define your own link types (@pxref{Adding
4254 hyperlink types}), any property you store with
4255 @code{org-store-link-props} can be accessed in remember templates in a
4256 similar way.}:
4258 @example
4259 Link type          |  Available keywords
4260 -------------------+----------------------------------------------
4261 bbdb               |  %:name %:company
4262 vm, wl, mh, rmail  |  %:type %:subject %:message-id
4263                    |  %:from %:fromname %:fromaddress
4264                    |  %:to   %:toname   %:toaddress
4265                    |  %: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}.}}       
4266 gnus               |  %:group, @r{for messages also all email fields}
4267 w3, w3m            |  %:url
4268 info               |  %:file %:node
4269 calendar           |  %:date"
4270 @end example
4272 @noindent
4273 To place the cursor after template expansion use:
4275 @example
4276 %?          @r{After completing the template, position cursor here.}
4277 @end example
4279 @noindent
4280 If you change you mind about which template to use, call
4281 @code{org-remember} in the remember buffer.  You may then select a new
4282 template that will be filled with the previous context information.
4284 @node Storing notes,  , Remember templates, Remember
4285 @section Storing notes
4287 When you are finished preparing a note with @i{remember}, you have to press
4288 @kbd{C-c C-c} to file the note away.  The handler will store the note in
4289 the file and under the headline specified in the template, or it will
4290 use the default file and headlines.  The window configuration will be
4291 restored, and you are back in the working context before the call to
4292 @code{remember}.  To re-use the location found during the last call to
4293 @code{remember}, exit the remember buffer with @kbd{C-u C-u C-c C-c},
4294 i.e. specify a double prefix argument to @kbd{C-c C-c}.
4296 If you want to store the note to a different place, use @kbd{C-u C-c
4297 C-c} instead to exit remember@footnote{Configure the variable
4298 @code{org-remember-store-without-prompt} to make this behavior the
4299 default.}.  The handler will then first prompt for a target file - if you
4300 press @key{RET}, the value specified for the template is used.  Then the
4301 command offers the headings tree of the selected file, with the cursor
4302 position at the default headline (if you had specified one in the
4303 template).  You can either immediately press @key{RET} to get the note
4304 placed there.  Or you can use the following keys to find a different
4305 location:
4306 @example
4307 @key{TAB}         @r{Cycle visibility.}
4308 @key{down} / @key{up}   @r{Next/previous visible headline.}
4309 n / p        @r{Next/previous visible headline.}
4310 f / b        @r{Next/previous headline same level.}
4311 u            @r{One level up.}
4312 @c 0-9          @r{Digit argument.}
4313 @end example
4314 @noindent
4315 Pressing @key{RET} or @key{left} or @key{right}
4316 then leads to the following result.
4318 @multitable @columnfractions 0.2 0.15 0.65
4319 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
4320 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
4321 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
4322 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
4323 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
4324 @item                 @tab @tab depending on @code{org-reverse-note-order}.
4325 @item not on headline @tab @key{RET}
4326       @tab at cursor position, level taken from context.
4327 @end multitable
4329 Before inserting the text into a tree, the function ensures that the
4330 text has a headline, i.e. a first line that starts with a @samp{*}.  If
4331 not, a headline is constructed from the current date and some additional
4332 data.  If you have indented the text of the note below the headline, the
4333 indentation will be adapted if inserting the note into the tree requires
4334 demotion from level 1.
4336 @node Agenda views, Embedded LaTeX, Remember, Top
4337 @chapter Agenda Views
4338 @cindex agenda views
4340 Due to the way Org-mode works, TODO items, time-stamped items, and
4341 tagged headlines can be scattered throughout a file or even a number of
4342 files.  To get an overview over open action items, or over events that
4343 are important for a particular date, this information must be collected,
4344 sorted and displayed in an organized way.
4346 Org-mode can select items based on various criteria, and display them
4347 in a separate buffer.  Six different view types are provided:
4349 @itemize @bullet
4350 @item
4351 an @emph{agenda} that is like a calendar and shows information
4352 for specific dates,
4353 @item
4354 a @emph{TODO list} that covers all unfinished
4355 action items,
4356 @item
4357 a @emph{tags view}, showings headlines based on
4358 the tags associated with them,
4359 @item
4360 a @emph{timeline view} that shows all events in a single Org-mode file,
4361 in time-sorted view,
4362 @item
4363 a @emph{stuck projects view} showing projects that currently don't move
4364 along, and
4365 @item
4366 @emph{custom views} that are special tag/keyword searches and
4367 combinations of different views.
4368 @end itemize
4370 @noindent
4371 The extracted information is displayed in a special @emph{agenda
4372 buffer}.  This buffer is read-only, but provides commands to visit the
4373 corresponding locations in the original Org-mode files, and even to
4374 edit these files remotely.  
4376 Two variables control how the agenda buffer is displayed and whether the
4377 window configuration is restored when the agenda exits:
4378 @code{org-agenda-window-setup} and
4379 @code{org-agenda-restore-windows-after-quit}.
4381 @menu
4382 * Agenda files::                Files being searched for agenda information
4383 * Agenda dispatcher::           Keyboard access to agenda views
4384 * Built-in agenda views::       What is available out of the box?
4385 * Presentation and sorting::    How agenda items are prepared for display
4386 * Agenda commands::             Remote editing of org trees
4387 * Custom agenda views::         Defining special searches and views
4388 @end menu
4390 @node Agenda files, Agenda dispatcher, Agenda views, Agenda views
4391 @section Agenda files
4392 @cindex agenda files
4393 @cindex files for agenda
4395 The information to be shown is collected from all @emph{agenda files},
4396 the files listed in the variable @code{org-agenda-files}@footnote{If the
4397 value of that variable is not a list, but a single file name, then the
4398 list of agenda files will be maintained in that external file.}.  Thus even
4399 if you only work with a single Org-mode file, this file should be put
4400 into that list@footnote{When using the dispatcher, pressing @kbd{1}
4401 before selecting a command will actually limit the command to the
4402 current file, and ignore @code{org-agenda-files} until the next
4403 dispatcher command.}.  You can customize @code{org-agenda-files}, but
4404 the easiest way to maintain it is through the following commands
4406 @cindex files, adding to agenda list
4407 @table @kbd
4408 @kindex C-c [
4409 @item C-c [
4410 Add current file to the list of agenda files.  The file is added to
4411 the front of the list.  If it was already in the list, it is moved to
4412 the front.  With prefix arg, file is added/moved to the end.
4413 @kindex C-c ]
4414 @item C-c ]
4415 Remove current file from the list of agenda files.
4416 @kindex C-,
4417 @kindex C-'
4418 @item C-,
4419 @itemx C-'
4420 Cycle through agenda file list, visiting one file after the other.
4421 @kindex C-c C-x /
4422 @item C-c C-x /
4423 Search for a regular rexpression in all agenda files and display the
4424 results in an @code{occur} buffer.
4425 @end table
4427 @noindent
4428 The Org menu contains the current list of files and can be used
4429 to visit any of them.
4431 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda views
4432 @section The agenda dispatcher
4433 @cindex agenda dispatcher
4434 @cindex dispatching agenda commands
4435 The views are created through a dispatcher that should be bound to a
4436 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
4437 following we will assume that @kbd{C-c a} is indeed how the dispatcher
4438 is accessed and list keyboard access to commands accordingly.  After
4439 pressing @kbd{C-c a}, an additional letter is required to execute a
4440 command.  The dispatcher offers the following default commands:
4441 @table @kbd
4442 @item a
4443 Create the calendar-like agenda (@pxref{Weekly/Daily agenda}).
4444 @item t @r{/} T
4445 Create a list of all TODO items (@pxref{Global TODO list}).
4446 @item m @r{/} M
4447 Create a list of headlines matching a TAGS expression (@pxref{Matching
4448 tags and properties}).
4449 @item L
4450 Create the timeline view for the current buffer (@pxref{Timeline}).
4451 @item # @r{/} !
4452 Create a list of stuck projects (@pxref{Stuck projects}).
4453 @item 1
4454 Restrict an agenda command to the current buffer.  After pressing
4455 @kbd{1}, you still need to press the character selecting the command.
4456 @item 0
4457 If there is an active region, restrict the following agenda command to
4458 the region.  Otherwise, restrict it to the current subtree.  After
4459 pressing @kbd{0}, you still need to press the character selecting the
4460 command.
4461 @end table
4463 You can also define custom commands that will be accessible through the
4464 dispatcher, just like the default commands.  This includes the
4465 possibility to create extended agenda buffers that contain several
4466 blocks together, for example the weekly agenda, the global TODO list and
4467 a number of special tags matches.  @xref{Custom agenda views}.
4469 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda views
4470 @section The built-in agenda views
4472 In this section we describe the built-in views.
4474 @menu
4475 * Weekly/Daily agenda::         The calendar page with current tasks
4476 * Global TODO list::            All unfinished action items
4477 * Matching tags and properties::  Structured information with fine-tuned search
4478 * Timeline::                    Time-sorted view for single file
4479 * Stuck projects::              Find projects you need to review
4480 @end menu
4482 @node Weekly/Daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
4483 @subsection The weekly/daily agenda
4484 @cindex agenda
4485 @cindex weekly agenda
4486 @cindex daily agenda
4488 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
4489 paper agenda, showing all the tasks for the current week or day.
4491 @table @kbd
4492 @cindex org-agenda, command
4493 @kindex C-c a a
4494 @item C-c a a
4495 Compile an agenda for the current week from a list of org files.  The
4496 agenda shows the entries for each day.  With a @kbd{C-u} prefix (or
4497 when the variable @code{org-agenda-include-all-todo} is @code{t}), all
4498 unfinished TODO items (including those without a date) are also listed at
4499 the beginning of the buffer, before the first date.@*
4500 @end table
4502 Remote editing from the agenda buffer means, for example, that you can
4503 change the dates of deadlines and appointments from the agenda buffer.
4504 The commands available in the Agenda buffer are listed in @ref{Agenda
4505 commands}.
4507 @subsubheading Calendar/Diary integration
4508 @cindex calendar integration
4509 @cindex diary integration
4511 Emacs contains the calendar and diary by Edward M. Reingold.  The
4512 calendar displays a three-month calendar with holidays from different
4513 countries and cultures.  The diary allows you to keep track of
4514 anniversaries, lunar phases, sunrise/set, recurrent appointments
4515 (weekly, monthly) and more.  In this way, it is quite complementary to
4516 Org-mode.  It can be very useful to combine output from Org-mode with
4517 the diary.
4519 In order to include entries from the Emacs diary into Org-mode's
4520 agenda, you only need to customize the variable
4522 @lisp
4523 (setq org-agenda-include-diary t)
4524 @end lisp
4526 @noindent After that, everything will happen automatically.  All diary
4527 entries including holidays, anniversaries etc will be included in the
4528 agenda buffer created by Org-mode.  @key{SPC}, @key{TAB}, and
4529 @key{RET} can be used from the agenda buffer to jump to the diary
4530 file in order to edit existing diary entries.  The @kbd{i} command to
4531 insert new entries for the current date works in the agenda buffer, as
4532 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
4533 Sunrise/Sunset times, show lunar phases and to convert to other
4534 calendars, respectively.  @kbd{c} can be used to switch back and forth
4535 between calendar and agenda.
4537 If you are using the diary only for sexp entries and holidays, it is
4538 faster to not use the above setting, but instead to copy or even move
4539 the entries into an Org-mode file. Org-mode evaluates diary-style sexp
4540 entries, and does it faster because there is no overhead for first
4541 creating the diary display.  Note that the sexp entries must start at
4542 the left margin, no white space is allowed before them.  For example,
4543 the following segment of an Org-mode file will be processed and entries
4544 will be made in the agenda:
4546 @example
4547 * Birthdays and similar stuff
4548 #+CATEGORY: Holiday
4549 %%(org-calendar-holiday)   ; special function for holiday names
4550 #+CATEGORY: Ann
4551 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
4552 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
4553 @end example
4555 @node Global TODO list, Matching tags and properties, Weekly/Daily agenda, Built-in agenda views
4556 @subsection The global TODO list
4557 @cindex global TODO list
4558 @cindex TODO list, global
4560 The global TODO list contains all unfinished TODO items, formatted and
4561 collected into a single place.
4563 @table @kbd
4564 @kindex C-c a t
4565 @item C-c a t
4566 Show the global TODO list.  This collects the TODO items from all
4567 agenda files (@pxref{Agenda views}) into a single buffer.  The buffer is in
4568 @code{agenda-mode}, so there are commands to examine and manipulate
4569 the TODO entries directly from that buffer (@pxref{Agenda commands}).
4570 @kindex C-c a T
4571 @item C-c a T
4572 @cindex TODO keyword matching
4573 Like the above, but allows selection of a specific TODO keyword.  You
4574 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
4575 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
4576 specify several keywords by separating them with @samp{|} as boolean OR
4577 operator.  With a numeric prefix, the Nth keyword in
4578 @code{org-todo-keywords} is selected.
4579 @kindex r
4580 The @kbd{r} key in the agenda buffer regenerates it, and you can give
4581 a prefix argument to this command to change the selected TODO keyword,
4582 for example @kbd{3 r}.  If you often need a search for a specific
4583 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
4584 Matching specific TODO keywords can also be done as part of a tags
4585 search (@pxref{Tag searches}).
4586 @end table
4588 Remote editing of TODO items means that you can change the state of a
4589 TODO entry with a single key press.  The commands available in the
4590 TODO list are described in @ref{Agenda commands}.
4592 @cindex sublevels, inclusion into todo list
4593 Normally the global todo list simply shows all headlines with TODO
4594 keywords.  This list can become very long.  There are two ways to keep
4595 it more compact:
4596 @itemize @minus
4597 @item
4598 Some people view a TODO item that has been @emph{scheduled} for
4599 execution (@pxref{Time stamps}) as no longer @emph{open}.  Configure the
4600 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
4601 items from the global TODO list.
4602 @item
4603 TODO items may have sublevels to break up the task into subtasks.  In
4604 such cases it may be enough to list only the highest level TODO headline
4605 and omit the sublevels from the global list.  Configure the variable
4606 @code{org-agenda-todo-list-sublevels} to get this behavior.
4607 @end itemize
4609 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
4610 @subsection Matching Tags and Properties
4611 @cindex matching, of tags
4612 @cindex matching, of properties
4613 @cindex tags view
4615 If headlines in the agenda files are marked with @emph{tags}
4616 (@pxref{Tags}), you can select headlines based on the tags that apply
4617 to them and collect them into an agenda buffer.
4619 @table @kbd
4620 @kindex C-c a m
4621 @item C-c a m
4622 Produce a list of all headlines that match a given set of tags.  The
4623 command prompts for a selection criterion, which is a boolean logic
4624 expression with tags, like @samp{+WORK+URGENT-WITHBOSS} or
4625 @samp{WORK|HOME} (@pxref{Tags}).  If you often need a specific search,
4626 define a custom command for it (@pxref{Agenda dispatcher}).
4627 @kindex C-c a M
4628 @item C-c a M
4629 Like @kbd{C-c a m}, but only select headlines that are also TODO items
4630 and force checking subitems (see variable
4631 @code{org-tags-match-list-sublevels}).  Matching specific todo keywords
4632 together with a tags match is also possible, see @ref{Tag searches}.
4633 @end table
4635 The commands available in the tags list are described in @ref{Agenda
4636 commands}.
4638 @node Timeline, Stuck projects, Matching tags and properties, Built-in agenda views
4639 @subsection Timeline for a single file
4640 @cindex timeline, single file
4641 @cindex time-sorted view
4643 The timeline summarizes all time-stamped items from a single Org-mode
4644 file in a @emph{time-sorted view}.  The main purpose of this command is
4645 to give an overview over events in a project.
4647 @table @kbd
4648 @kindex C-c a L
4649 @item C-c a L
4650 Show a time-sorted view of the org file, with all time-stamped items.
4651 When called with a @kbd{C-u} prefix, all unfinished TODO entries
4652 (scheduled or not) are also listed under the current date.
4653 @end table
4655 @noindent
4656 The commands available in the timeline buffer are listed in
4657 @ref{Agenda commands}.
4660 @node Stuck projects,  , Timeline, Built-in agenda views
4661 @subsection Stuck projects
4663 If you are following a system like David Allen's GTD to organize your
4664 work, one of the ``duties'' you have is a regular review to make sure
4665 that all projects move along.  A @emph{stuck} project is a project that
4666 has no defined next actions, so it will never show up in the TODO lists
4667 Org-mode produces.  During the review, you need to identify such
4668 projects and define next actions for them.
4670 @table @kbd
4671 @kindex C-c a #
4672 @item C-c a #
4673 List projects that are stuck.
4674 @kindex C-c a !
4675 @item C-c a !
4676 Customize the variable @code{org-stuck-projects} to define what a stuck
4677 project is and how to find it.
4678 @end table
4680 You almost certainly will have to configure this view before it will
4681 work for you.  The built-in default assumes that all your projects are
4682 level-2 headlines, and that a project is not stuck if it has at least
4683 one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
4685 Lets assume that you, in your own way of using Org-mode, identify
4686 projects with a tag PROJECT, and that you use a todo keyword MAYBE to
4687 indicate a project that should not be considered yet.  Lets further
4688 assume that the todo keyword DONE marks finished projects, and that NEXT
4689 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
4690 is a next action even without the NEXT tag.  Finally, if the project
4691 contains the special word IGNORE anywhere, it should not be listed
4692 either.  In this case you would start by identifying eligible projects
4693 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
4694 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
4695 are not stuck.  The correct customization for this is
4697 @lisp
4698 (setq org-stuck-projects
4699       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
4700                                "\\<IGNORE\\>"))
4701 @end lisp
4704 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda views
4705 @section Presentation and sorting
4706 @cindex presentation, of agenda items
4708 Before displaying items in an agenda view, Org-mode visually prepares
4709 the items and sorts them.  Each item occupies a single line.  The line
4710 starts with a @emph{prefix} that contains the @emph{category}
4711 (@pxref{Categories}) of the item and other important information.  You can
4712 customize the prefix using the option @code{org-agenda-prefix-format}.
4713 The prefix is followed by a cleaned-up version of the outline headline
4714 associated with the item.
4716 @menu
4717 * Categories::                  Not all tasks are equal
4718 * Time-of-day specifications::  How the agenda knows the time
4719 * Sorting of agenda items::     The order of things
4720 @end menu
4722 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
4723 @subsection Categories
4725 @cindex category
4726 The category is a broad label assigned to each agenda item.  By default,
4727 the category is simply derived from the file name, but you can also
4728 specify it with a special line in the buffer, like this@footnote{If
4729 there are several such lines in a file, each specifies the category for
4730 the text below it.  The first category also applies to any text before
4731 the first CATEGORY line.  This method is only kept for backward
4732 compatibility.  The preferred method for setting multiple categories in
4733 a buffer is using a property.}:
4735 @example
4736 #+CATEGORY: Thesis
4737 @end example
4739 @noindent
4740 If you would like to have a special CATEGORY for a single entry or a
4741 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
4742 as the value (@pxref{Properties and columns}).
4744 @noindent
4745 The display in the agenda buffer looks best if the category is not
4746 longer than 10 characters.
4748 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
4749 @subsection Time-of-Day Specifications
4750 @cindex time-of-day specification
4752 Org-mode checks each agenda item for a time-of-day specification.  The
4753 time can be part of the time stamp that triggered inclusion into the
4754 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
4755 ranges can be specified with two time stamps, like
4757 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
4759 In the headline of the entry itself, a time(range) may also appear as
4760 plain text (like @samp{12:45} or a @samp{8:30-1pm}.  If the agenda
4761 integrates the Emacs diary (@pxref{Weekly/Daily agenda}), time
4762 specifications in diary entries are recognized as well.
4764 For agenda display, Org-mode extracts the time and displays it in a
4765 standard 24 hour format as part of the prefix.  The example times in
4766 the previous paragraphs would end up in the agenda like this:
4768 @example
4769     8:30-13:00 Arthur Dent lies in front of the bulldozer
4770    12:45...... Ford Prefect arrives and takes Arthur to the pub
4771    19:00...... The Vogon reads his poem
4772    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4773 @end example
4775 @cindex time grid
4776 If the agenda is in single-day mode, or for the display of today, the
4777 timed entries are embedded in a time grid, like
4779 @example
4780     8:00...... ------------------
4781     8:30-13:00 Arthur Dent lies in front of the bulldozer
4782    10:00...... ------------------
4783    12:00...... ------------------
4784    12:45...... Ford Prefect arrives and takes Arthur to the pub
4785    14:00...... ------------------
4786    16:00...... ------------------
4787    18:00...... ------------------
4788    19:00...... The Vogon reads his poem
4789    20:00...... ------------------
4790    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4791 @end example
4793 The time grid can be turned on and off with the variable
4794 @code{org-agenda-use-time-grid}, and can be configured with
4795 @code{org-agenda-time-grid}.
4797 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
4798 @subsection Sorting of agenda items
4799 @cindex sorting, of agenda items
4800 @cindex priorities, of agenda items
4801 Before being inserted into a view, the items are sorted.  How this is
4802 done depends on the type of view.
4803 @itemize @bullet
4804 @item
4805 For the daily/weekly agenda, the items for each day are sorted.  The
4806 default order is to first collect all items containing an explicit
4807 time-of-day specification.  These entries will be shown at the beginning
4808 of the list, as a @emph{schedule} for the day.  After that, items remain
4809 grouped in categories, in the sequence given by @code{org-agenda-files}.
4810 Within each category, items are sorted by priority (@pxref{Priorities}),
4811 which is composed of the base priority (2000 for priority @samp{A}, 1000
4812 for @samp{B}, and 0 for @samp{C}), plus additional increments for
4813 overdue scheduled or deadline items.
4814 @item 
4815 For the TODO list, items remain in the order of categories, but within
4816 each category, sorting takes place according to priority
4817 (@pxref{Priorities}).
4818 @item
4819 For tags matches, items are not sorted at all, but just appear in the
4820 sequence in which they are found in the agenda files.
4821 @end itemize
4823 Sorting can be customized using the variable
4824 @code{org-agenda-sorting-strategy}.
4827 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
4828 @section Commands in the agenda buffer
4829 @cindex commands, in agenda buffer
4831 Entries in the agenda buffer are linked back to the org file or diary
4832 file where they originate.  You are not allowed to edit the agenda
4833 buffer itself, but commands are provided to show and jump to the
4834 original entry location, and to edit the org-files ``remotely'' from
4835 the agenda buffer.  In this way, all information is stored only once,
4836 removing the risk that your agenda and note files may diverge.
4838 Some commands can be executed with mouse clicks on agenda lines.  For
4839 the other commands, the cursor needs to be in the desired line.
4841 @table @kbd
4842 @tsubheading{Motion}
4843 @cindex motion commands in agenda
4844 @kindex n
4845 @item n
4846 Next line (same as @key{up}).
4847 @kindex p
4848 @item p
4849 Previous line (same as @key{down}).
4850 @tsubheading{View/GoTo org file}
4851 @kindex mouse-3
4852 @kindex @key{SPC}
4853 @item mouse-3
4854 @itemx @key{SPC}
4855 Display the original location of the item in another window.
4857 @kindex L
4858 @item L
4859 Display original location and recenter that window.
4861 @kindex mouse-2
4862 @kindex mouse-1
4863 @kindex @key{TAB}
4864 @item mouse-2
4865 @itemx mouse-1
4866 @itemx @key{TAB}
4867 Go to the original location of the item in another window.  Under Emacs
4868 22, @kbd{mouse-1} will also works for this.
4870 @kindex @key{RET}
4871 @itemx @key{RET}
4872 Go to the original location of the item and delete other windows.
4874 @kindex f
4875 @item f
4876 Toggle Follow mode.  In Follow mode, as you move the cursor through
4877 the agenda buffer, the other window always shows the corresponding
4878 location in the org file.  The initial setting for this mode in new
4879 agenda buffers can be set with the variable
4880 @code{org-agenda-start-with-follow-mode}.
4882 @kindex b
4883 @item b
4884 Display the entire subtree of the current item in an indirect buffer.
4885 With numerical prefix ARG, go up to this level and then take that tree.
4886 If ARG is negative, go up that many levels.  With @kbd{C-u} prefix, do
4887 not remove the previously used indirect buffer.
4889 @kindex l
4890 @item l
4891 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
4892 logging was on (variable @code{org-log-done}) are shown in the agenda,
4893 as are entries that have been clocked on that day.
4895 @tsubheading{Change display}
4896 @cindex display changing, in agenda
4897 @kindex o
4898 @item o
4899 Delete other windows.
4901 @kindex d
4902 @kindex w
4903 @kindex m
4904 @kindex y
4905 @item d w m y
4906 Switch to day/week/month/year view.  When switching to day or week view,
4907 this setting becomes the default for subseqent agenda commands.  Since
4908 month and year views are slow to create, the do not become the default.
4910 @kindex D
4911 @item D
4912 Toggle the inclusion of diary entries.  See @ref{Weekly/Daily agenda}.
4914 @kindex g
4915 @item g
4916 Toggle the time grid on and off.  See also the variables
4917 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
4919 @kindex r
4920 @item r
4921 Recreate the agenda buffer, for example to reflect the changes
4922 after modification of the time stamps of items with S-@key{left} and
4923 S-@key{right}.  When the buffer is the global todo list, a prefix
4924 argument is interpreted to create a selective list for a specific TODO
4925 keyword.
4927 @kindex s
4928 @item s
4929 Save all Org-mode buffers in the current Emacs session.
4931 @kindex @key{right}
4932 @item @key{right}
4933 Display the following @code{org-agenda-ndays} days.  For example, if
4934 the display covers a week, switch to the following week.  With prefix
4935 arg, go forward that many times @code{org-agenda-ndays} days.
4937 @kindex @key{left}
4938 @item @key{left}
4939 Display the previous dates.
4941 @kindex .
4942 @item .
4943 Goto today.
4945 @tsubheading{Remote editing}
4946 @cindex remote editing, from agenda
4948 @item 0-9
4949 Digit argument.
4951 @cindex undoing remote-editing events
4952 @cindex remote editing, undo
4953 @kindex C-_
4954 @item C-_
4955 Undo a change due to a remote editing command.  The change is undone
4956 both in the agenda buffer and in the remote buffer.
4958 @kindex t
4959 @item t
4960 Change the TODO state of the item, both in the agenda and in the
4961 original org file.
4963 @kindex C-k
4964 @item C-k
4965 Delete the current agenda item along with the entire subtree belonging
4966 to it in the original Org-mode file.  If the text to be deleted remotely
4967 is longer than one line, the kill needs to be confirmed by the user.  See
4968 variable @code{org-agenda-confirm-kill}.
4970 @kindex $
4971 @item $
4972 Archive the subtree corresponding to the current headline.
4974 @kindex T
4975 @item T
4976 Show all tags associated with the current item.  Because of
4977 inheritance, this may be more than the tags listed in the line itself.
4979 @kindex :
4980 @item :
4981 Set tags for the current headline.  If there is an active region in the
4982 agenda, change a tag for all headings in the region.
4984 @kindex a
4985 @item a
4986 Toggle the ARCHIVE tag for the current headline.
4988 @kindex ,
4989 @item ,
4990 Set the priority for the current item.  Org-mode prompts for the
4991 priority character. If you reply with @key{SPC}, the priority cookie
4992 is removed from the entry.
4994 @kindex P
4995 @item P
4996 Display weighted priority of current item.
4998 @kindex +
4999 @kindex S-@key{up}
5000 @item +
5001 @itemx S-@key{up}
5002 Increase the priority of the current item.  The priority is changed in
5003 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
5004 key for this.
5006 @kindex -
5007 @kindex S-@key{down}
5008 @item -
5009 @itemx S-@key{down}
5010 Decrease the priority of the current item.
5012 @kindex C-c C-s
5013 @item C-c C-s
5014 Schedule this item
5016 @kindex C-c C-d
5017 @item C-c C-d
5018 Set a deadline for this item.
5020 @kindex S-@key{right}
5021 @item S-@key{right}
5022 Change the time stamp associated with the current line by one day into
5023 the future.  With prefix argument, change it by that many days.  For
5024 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The
5025 stamp is changed in the original org file, but the change is not
5026 directly reflected in the agenda buffer.  Use the
5027 @kbd{r} key to update the buffer.
5029 @kindex S-@key{left}
5030 @item S-@key{left}
5031 Change the time stamp associated with the current line by one day
5032 into the past.
5034 @kindex >
5035 @item >
5036 Change the time stamp associated with the current line to today.
5037 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
5038 on my keyboard.
5040 @kindex I
5041 @item I
5042 Start the clock on the current item.  If a clock is running already, it
5043 is stopped first.
5045 @kindex O
5046 @item O
5047 Stop the previously started clock.
5049 @kindex X
5050 @item X
5051 Cancel the currently running clock.
5053 @tsubheading{Calendar commands}
5054 @cindex calendar commands, from agenda
5055 @kindex c
5056 @item c
5057 Open the Emacs calendar and move to the date at the agenda cursor.
5059 @item c
5060 When in the calendar, compute and show the Org-mode agenda for the
5061 date at the cursor.
5063 @cindex diary entries, creating from agenda
5064 @kindex i
5065 @item i
5066 Insert a new entry into the diary.  Prompts for the type of entry
5067 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
5068 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
5069 The date is taken from the cursor position.
5071 @kindex M
5072 @item M
5073 Show the phases of the moon for the three months around current date.
5075 @kindex S
5076 @item S
5077 Show sunrise and sunset times.  The geographical location must be set
5078 with calendar variables, see documentation of the Emacs calendar.
5080 @kindex C
5081 @item C
5082 Convert the date at cursor into many other cultural and historic
5083 calendars.
5085 @kindex H
5086 @item H
5087 Show holidays for three month around the cursor date.
5089 @c FIXME:  This should be a different key.
5090 @kindex C-c C-x C-c
5091 @item C-c C-x C-c
5092 Export a single iCalendar file containing entries from all agenda files.
5094 @tsubheading{Exporting to a file}
5095 @kindex C-x C-w
5096 @item C-x C-w
5097 @cindex exporting agenda views
5098 @cindex agenda views, exporting
5099 Write the agenda view to a file.  Depending on the extension of the
5100 selected file name, the view will be exported as HTML (extension
5101 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5102 plain text (any other extension).  Use the variable
5103 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5104 and for @file{htmlize} to be used during export.
5106 @tsubheading{Quit and Exit}
5107 @kindex q
5108 @item q
5109 Quit agenda, remove the agenda buffer.
5111 @kindex x
5112 @cindex agenda files, removing buffers
5113 @item x
5114 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
5115 for the compilation of the agenda.  Buffers created by the user to
5116 visit org files will not be removed.
5117 @end table
5120 @node Custom agenda views,  , Agenda commands, Agenda views
5121 @section Custom agenda views
5122 @cindex custom agenda views
5123 @cindex agenda views, custom
5125 Custom agenda commands serve two purposes: to store and quickly access
5126 frequently used TODO and tags searches, and to create special composite
5127 agenda buffers.  Custom agenda commands will be accessible through the
5128 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
5130 @menu
5131 * Storing searches::            Type once, use often
5132 * Block agenda::                All the stuff you need in a single buffer
5133 * Setting Options::             Changing the rules
5134 * Exporting Agenda Views::      Writing agendas to files.
5135 * Extracting Agenda Information for other programs::  
5136 @end menu
5138 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
5139 @subsection Storing searches
5141 The first application of custom searches is the definition of keyboard
5142 shortcuts for frequently used searches, either creating an agenda
5143 buffer, or a sparse tree (the latter covering of course only the current
5144 buffer).
5145 @kindex C-c a C
5146 Custom commands are configured in the variable
5147 @code{org-agenda-custom-commands}.  You can customize this variable, for
5148 example by pressing @kbd{C-c a C}.  You can also directly set it with
5149 Emacs Lisp in @file{.emacs}.  The following example contains all valid
5150 search types:
5152 @lisp
5153 @group
5154 (setq org-agenda-custom-commands
5155       '(("w" todo "WAITING")
5156         ("W" todo-tree "WAITING")
5157         ("u" tags "+BOSS-URGENT")
5158         ("v" tags-todo "+BOSS-URGENT")
5159         ("U" tags-tree "+BOSS-URGENT")
5160         ("f" occur-tree "\\<FIXME\\>")))
5161 @end group
5162 @end lisp
5164 @noindent
5165 The initial single-character string in each entry defines the character
5166 you have to press after the dispatcher command @kbd{C-c a} in order to
5167 access the command.   The second parameter is the search type, followed
5168 by the string or regular expression to be used for the matching.  The
5169 example above will therefore define:
5171 @table @kbd
5172 @item C-c a w
5173 as a global search for TODO entries with @samp{WAITING} as the TODO
5174 keyword
5175 @item C-c a W
5176 as the same search, but only in the current buffer and displaying the
5177 results as a sparse tree
5178 @item C-c a u
5179 as a global tags search for headlines marked @samp{:BOSS:} but not
5180 @samp{:URGENT:}
5181 @item C-c a v
5182 as the same search as @kbd{C-c a u}, but limiting the search to
5183 headlines that are also TODO items
5184 @item C-c a U
5185 as the same search as @kbd{C-c a u}, but only in the current buffer and
5186 displaying the result as a sparse tree
5187 @item C-c a f
5188 to create a sparse tree (again: current buffer only) with all entries
5189 containing the word @samp{FIXME}.
5190 @end table
5192 @node Block agenda, Setting Options, Storing searches, Custom agenda views
5193 @subsection Block agenda
5194 @cindex block agenda
5195 @cindex agenda, with block views
5197 Another possibility is the construction of agenda views that comprise
5198 the results of @emph{several} commands, each of which creates a block in
5199 the agenda buffer.  The available commands include @code{agenda} for the
5200 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
5201 for the global todo list (as constructed with @kbd{C-c a t}), and the
5202 matching commands discussed above: @code{todo}, @code{tags}, and
5203 @code{tags-todo}.  Here are two examples:
5205 @lisp
5206 @group
5207 (setq org-agenda-custom-commands
5208       '(("h" "Agenda and Home-related tasks"
5209          ((agenda)
5210           (tags-todo "HOME")
5211           (tags "GARDEN")))
5212         ("o" "Agenda and Office-related tasks"
5213          ((agenda)
5214           (tags-todo "WORK")
5215           (tags "OFFICE")))))
5216 @end group
5217 @end lisp
5219 @noindent
5220 This will define @kbd{C-c a h} to create a multi-block view for stuff
5221 you need to attend to at home.  The resulting agenda buffer will contain
5222 your agenda for the current week, all TODO items that carry the tag
5223 @samp{HOME}, and also all lines tagged with @samp{GARDEN}.  Finally the
5224 command @kbd{C-c a o} provides a similar view for office tasks.
5227 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
5228 @subsection Setting Options for custom commands
5229 @cindex options, for custom agenda views
5231 Org-mode contains a number of variables regulating agenda construction
5232 and display.  The global variables define the behavior for all agenda
5233 commands, including the custom commands.  However, if you want to change
5234 some settings just for a single custom view, you can do so.  Setting
5235 options requires inserting a list of variable names and values at the
5236 right spot in @code{org-agenda-custom-commands}.  For example:
5238 @lisp
5239 @group
5240 (setq org-agenda-custom-commands
5241       '(("w" todo "WAITING"
5242          ((org-agenda-sorting-strategy '(priority-down))
5243           (org-agenda-prefix-format "  Mixed: ")))
5244         ("U" tags-tree "+BOSS-URGENT"
5245          ((org-show-following-heading nil)
5246           (org-show-hierarchy-above nil)))))
5247 @end group
5248 @end lisp
5250 @noindent
5251 Now the @kbd{C-c a w} command will sort the collected entries only by
5252 priority, and the prefix format is modified to just say @samp{  Mixed:}
5253 instead of giving the category of the entry.  The sparse tags tree of
5254 @kbd{C-c a U} will now turn out ultra-compact, because neither the
5255 headline hierarchy above the match, nor the headline following the match
5256 will be shown.
5258 For command sets creating a block agenda,
5259 @code{org-agenda-custom-commands} has two separate spots for setting
5260 options.  You can add options that should be valid for just a single
5261 command in the set, and options that should be valid for all commands in
5262 the set.  The former are just added to the command entry, the latter
5263 must come after the list of command entries.  Going back to the block
5264 agenda example (@pxref{Block agenda}), let's change the sorting strategy
5265 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
5266 the results for GARDEN tags query in the opposite order,
5267 @code{priority-up}.  This would look like this:
5269 @lisp
5270 @group
5271 (setq org-agenda-custom-commands
5272       '(("h" "Agenda and Home-related tasks"
5273          ((agenda)
5274           (tags-todo "HOME")
5275           (tags "GARDEN"
5276                 ((org-agenda-sorting-strategy '(priority-up)))))
5277          ((org-agenda-sorting-strategy '(priority-down))))
5278         ("o" "Agenda and Office-related tasks"
5279          ((agenda)
5280           (tags-todo "WORK")
5281           (tags "OFFICE")))))
5282 @end group
5283 @end lisp
5285 As you see, the values and parenthesis setting is a little complex.
5286 When in doubt, use the customize interface to set this variable - it
5287 fully supports its structure.  Just one caveat: When setting options in
5288 this interface, the @emph{values} are just lisp expressions.  So if the
5289 value is a string, you need to add the double quotes around the value
5290 yourself.
5293 @node Exporting Agenda Views, Extracting Agenda Information for other programs, Setting Options, Custom agenda views
5294 @subsection Exporting Agenda Views
5295 @cindex agenda views, exporting
5297 If you are away from your computer, it can be very useful to have a
5298 printed version of some agenda views to carry around.  Org-mode can
5299 export custom agenda views as plain text, HTML@footnote{You need to
5300 install Hrvoje Niksic' @file{htmlize.el}.} and postscript.  If you want
5301 to do this only occasionally, use the command
5303 @table @kbd
5304 @kindex C-x C-w
5305 @item C-x C-w
5306 @cindex exporting agenda views
5307 @cindex agenda views, exporting
5308 Write the agenda view to a file.  Depending on the extension of the
5309 selected file name, the view will be exported as HTML (extension
5310 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5311 plain text (any other extension).  Use the variable
5312 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5313 and for @file{htmlize} to be used during export, for example
5314 @lisp
5315 (setq org-agenda-exporter-settings
5316       '((ps-number-of-columns 2)
5317         (ps-landscape-mode t)
5318         (htmlize-output-type 'css)))
5319 @end lisp
5320 @end table
5322 If you need to export certain agenda views frequently, you can associate
5323 any custom agenda command with a list of output file names
5324 @footnote{If you want to store standard views like the weekly agenda
5325 or the global TODO list as well, you need to define custom commands for
5326 them in order to be able to specify filenames.}.  Here is an example
5327 that first does define custom commands for the agenda and the global
5328 todo list, together with a number of files to which to export them.
5329 Then we define two block agenda commands and specify filenames for them
5330 as well.  File names can be relative to the current working directory,
5331 or absolute.
5333 @lisp
5334 @group
5335 (setq org-agenda-custom-commands
5336       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
5337         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
5338         ("h" "Agenda and Home-related tasks"
5339          ((agenda)
5340           (tags-todo "HOME")
5341           (tags "GARDEN"))
5342          nil
5343          ("~/views/home.html"))
5344         ("o" "Agenda and Office-related tasks"
5345          ((agenda)
5346           (tags-todo "WORK")
5347           (tags "OFFICE"))
5348          nil
5349          ("~/views/office.ps"))))
5350 @end group
5351 @end lisp
5353 The extension of the file name determines the type of export.  If it is
5354 @file{.html}, Org-mode will use the @file{htmlize.el} package to convert
5355 the buffer to HTML and save it to this file name.  If the extension is
5356 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
5357 postscript output.  Any other extension produces a plain ASCII file.
5359 The export files are @emph{not} created when you use one of those
5360 commands interactively.  Instead, there is a special command to produce
5361 @emph{all} specified files in one step:
5363 @table @kbd
5364 @kindex C-c a e
5365 @item C-c a e
5366 Export all agenda views that have export filenames associated with
5367 them.
5368 @end table
5370 You can use the options section of the custom agenda commands to also
5371 set options for the export commands.  For example:
5373 @lisp
5374 (setq org-agenda-custom-commands
5375       '(("X" agenda ""
5376          ((ps-number-of-columns 2)
5377           (ps-landscape-mode t)
5378           (org-agenda-prefix-format " [ ] ")
5379           (org-agenda-with-colors nil)
5380           (org-agenda-remove-tags t))
5381          ("theagenda.ps"))))
5382 @end lisp
5384 @noindent
5385 This command sets two options for the postscript exporter, to make it
5386 print in two columns in landscape format - the resulting page can be cut
5387 in two and then used in a paper agenda.  The remaining settings modify
5388 the agenda prefix to omit category and scheduling information, and
5389 instead include a checkbox to check off items.  We also remove the tags
5390 to make the lines compact, and we don't want to use colors for the
5391 black-and-white printer.  Settings specified in
5392 @code{org-agenda-exporter-settings} will also apply, but the settings
5393 in @code{org-agenda-custom-commands} take precedence.
5395 @noindent
5396 From the command line you may also use
5397 @example
5398 emacs -f org-batch-store-agenda-views -kill
5399 @end example
5400 @noindent
5401 or, if you need to modify some parameters
5402 @example
5403 emacs -eval '(org-batch-store-agenda-views                      \
5404               org-agenda-ndays 30                               \
5405               org-agenda-include-diary nil                      \
5406               org-agenda-files (quote ("~/org/project.org")))'  \
5407       -kill
5408 @end example
5409 @noindent
5410 which will create the agenda views restricted to the file
5411 @file{~/org/project.org}, without diary entries and with 30 days
5412 extent. 
5414 @node Extracting Agenda Information for other programs,  , Exporting Agenda Views, Custom agenda views
5415 @subsection Extracting Agenda Information for other programs
5416 @cindex agenda, pipe
5417 @cindex Scripts, for agenda processing
5419 Org-mode provides commands to access agenda information for the command
5420 line in emacs batch mode.  This extracted information can be sent
5421 directly to a printer, or it can be read by a program that does further
5422 processing of the data.  The first of these commands is the function
5423 @code{org-batch-agenda}, that produces an agenda view and sends it as
5424 ASCII text to STDOUT.  The command takes a single string as parameter.
5425 If the string has length 1, it is used as a key to one of the commands
5426 you have configured in @code{org-agenda-custom-commands}, basically any
5427 key you can use after @kbd{C-c a}.  For example, to directly print the
5428 current TODO list, you could use
5430 @example
5431 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
5432 @end example
5434 If the parameter is a string with 2 or more characters, it is used as a
5435 tags/todo match string.  For example, to print your local shopping list
5436 (all items with the tag @samp{shop}, but excluding the tag
5437 @samp{NewYork}), you could use
5439 @example
5440 emacs -batch -l ~/.emacs                                      \       
5441       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
5442 @end example
5444 @noindent
5445 You may also modify parameters on the fly like this:
5447 @example
5448 emacs -batch -l ~/.emacs                                      \
5449    -eval '(org-batch-agenda "a"                               \
5450             org-agenda-ndays 30                               \
5451             org-agenda-include-diary nil                      \
5452             org-agenda-files (quote ("~/org/project.org")))'  \
5453    | lpr
5454 @end example
5456 @noindent
5457 which will produce a 30 day agenda, fully restricted to the Org file
5458 @file{~/org/projects.org}, not even including the diary.
5460 If you want to process the agenda data in more sophisticated ways, you
5461 can use the command @code{org-batch-agenda-csv} to get a comma-separated
5462 list of values for each agenda item.  Each line in the output will
5463 contain a number of fields separated by commas.  The fields in a line
5464 are:
5466 @example
5467 category     @r{The category of the item}
5468 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
5469 type         @r{The type of the agenda entry, can be}
5470                 todo               @r{selected in TODO match}
5471                 tagsmatch          @r{selected in tags match}
5472                 diary              @r{imported from diary}
5473                 deadline           @r{a deadline}
5474                 scheduled          @r{scheduled}
5475                 timestamp          @r{appointment, selected by timestamp}
5476                 closed             @r{entry was closed on date}
5477                 upcoming-deadline  @r{warning about nearing deadline}
5478                 past-scheduled     @r{forwarded scheduled item}
5479                 block              @r{entry has date block including date}
5480 todo         @r{The todo keyword, if any}
5481 tags         @r{All tags including inherited ones, separated by colons}
5482 date         @r{The relevant date, like 2007-2-14}
5483 time         @r{The time, like 15:00-16:50}
5484 extra        @r{String with extra planning info}
5485 priority-l   @r{The priority letter if any was given}
5486 priority-n   @r{The computed numerical priority}
5487 @end example
5489 @noindent
5490 Time and date will only be given if a timestamp (or deadline/scheduled)
5491 lead to the selection of the item.
5493 A CSV list like this is very easy to use in a post processing script.
5494 For example, here is a Perl program that gets the TODO list from
5495 Emacs/org-mode and prints all the items, preceded by a checkbox:
5497 @example
5498 @group
5499 #!/usr/bin/perl
5501 # define the Emacs command to run
5502 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
5504 # run it and capture the output
5505 $agenda = qx@{$cmd 2>/dev/null@};
5507 # loop over all lines
5508 foreach $line (split(/\n/,$agenda)) @{
5510   # get the individual values
5511   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
5512    $priority_l,$priority_n) = split(/,/,$line);
5514   # proccess and print
5515   print "[ ] $head\n";
5517 @end group
5518 @end example
5520 @node Embedded LaTeX, Exporting, Agenda views, Top
5521 @chapter Embedded LaTeX
5522 @cindex @TeX{} interpretation
5523 @cindex La@TeX{} interpretation
5525 Plain ASCII is normally sufficient for almost all note taking.  One
5526 exception, however, are scientific notes which need to be able to
5527 contain mathematical symbols and the occasional formula.
5528 La@TeX{}@footnote{La@TeX{} is a macro system based on Donald E. Knuth's
5529 @TeX{} system.  Many of the features described here as ``La@TeX{}'' are
5530 really from @TeX{}, but for simplicity I am blurring this distinction.}
5531 is widely used to typeset scientific documents. Org-mode supports
5532 embedding La@TeX{} code into its files, because many academics are used
5533 to read La@TeX{} source code, and because it can be readily processed
5534 into images for HTML production.
5536 It is not necessary to mark La@TeX{} macros and code in any special way.
5537 If you observe a few conventions, Org-mode knows how to find it and what
5538 to do with it.
5540 @menu
5541 * Math symbols::                TeX macros for symbols and Greek letters
5542 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
5543 * LaTeX fragments::             Complex formulas made easy
5544 * Processing LaTeX fragments::  Previewing LaTeX processing
5545 * CDLaTeX mode::                Speed up entering of formulas
5546 @end menu
5548 @node Math symbols, Subscripts and Superscripts, Embedded LaTeX, Embedded LaTeX
5549 @section Math symbols
5550 @cindex math symbols
5551 @cindex TeX macros
5553 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
5554 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
5555 Completion for these macros is available, just type @samp{\} and maybe a
5556 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
5557 Unlike La@TeX{} code, Org-mode allows these macros to be present
5558 without surrounding math delimiters, for example:
5560 @example
5561 Angles are written as Greek letters \alpha, \beta and \gamma.
5562 @end example
5564 During HTML export (@pxref{HTML export}), these symbols are translated
5565 into the proper syntax for HTML, for the above examples this is
5566 @samp{&alpha;} and @samp{&rarr;}, respectively.
5568 @node Subscripts and Superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
5569 @section Subscripts and Superscripts
5570 @cindex subscript
5571 @cindex superscript
5573 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
5574 and subscripts.  Again, these can be used without embedding them in
5575 math-mode delimiters.  To increase the readability of ASCII text, it is
5576 not necessary (but OK) to surround multi-character sub- and superscripts
5577 with curly braces.  For example
5579 @example
5580 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
5581 the sun is R_@{sun@} = 6.96 x 10^8 m.
5582 @end example
5584 To avoid interpretation as raised or lowered text, you can quote
5585 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
5587 During HTML export (@pxref{HTML export}), subscript and superscripts
5588 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
5590 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and Superscripts, Embedded LaTeX
5591 @section LaTeX fragments
5592 @cindex LaTeX fragments
5594 With symbols, sub- and superscripts, HTML is pretty much at its end when
5595 it comes to representing mathematical formulas@footnote{Yes, there is
5596 MathML, but that is not yet fully supported by many browsers, and there
5597 is no decent converter for turning La@TeX{} or ASCII representations of
5598 formulas into MathML. So for the time being, converting formulas into
5599 images seems the way to go.}. More complex expressions need a dedicated
5600 formula processor. To this end, Org-mode can contain arbitrary La@TeX{}
5601 fragments. It provides commands to preview the typeset result of these
5602 fragments, and upon export to HTML, all fragments will be converted to
5603 images and inlined into the HTML document@footnote{The La@TeX{} export
5604 will not use images for displaying La@TeX{} fragments but include these
5605 fragments directly into the La@TeX{} code.}. For this to work you
5606 need to be on a system with a working La@TeX{} installation. You also
5607 need the @file{dvipng} program, available at
5608 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
5609 will be used when processing a fragment can be configured with the
5610 variable @code{org-format-latex-header}.
5612 La@TeX{} fragments don't need any special marking at all.  The following
5613 snippets will be identified as La@TeX{} source code:
5614 @itemize @bullet
5615 @item
5616 Environments of any kind.  The only requirement is that the
5617 @code{\begin} statement appears on a new line, preceded by only
5618 whitespace.
5619 @item
5620 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
5621 currency specifications, single @samp{$} characters are only recognized
5622 as math delimiters if the enclosed text contains at most two line breaks,
5623 is directly attached to the @samp{$} characters with no whitespace in
5624 between, and if the closing @samp{$} is followed by whitespace or
5625 punctuation.  For the other delimiters, there is no such restriction, so
5626 when in doubt, use @samp{\(...\)} as inline math delimiters.
5627 @end itemize
5629 @noindent For example:
5631 @example
5632 \begin@{equation@}                          % arbitrary environments,
5633 x=\sqrt@{b@}                                % even tables, figures
5634 \end@{equation@}                            % etc
5636 If $a^2=b$ and \( b=2 \), then the solution must be
5637 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
5638 @end example
5640 @noindent
5641 If you need any of the delimiter ASCII sequences for other purposes, you
5642 can configure the option @code{org-format-latex-options} to deselect the
5643 ones you do not wish to have interpreted by the La@TeX{} converter.
5645 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
5646 @section Processing LaTeX fragments
5647 @cindex LaTeX fragments, preview
5649 La@TeX{} fragments can be processed to produce a preview images of the
5650 typeset expressions:
5652 @table @kbd
5653 @kindex C-c C-x C-l
5654 @item C-c C-x C-l
5655 Produce a preview image of the La@TeX{} fragment at point and overlay it
5656 over the source code.  If there is no fragment at point, process all
5657 fragments in the current entry (between two headlines).  When called
5658 with a prefix argument, process the entire subtree.  When called with
5659 two prefix arguments, or when the cursor is before the first headline,
5660 process the entire buffer.
5661 @kindex C-c C-c
5662 @item C-c C-c
5663 Remove the overlay preview images.
5664 @end table
5666 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
5667 converted into images and inlined into the document if the following
5668 setting is active:
5670 @lisp
5671 (setq org-export-with-LaTeX-fragments t)
5672 @end lisp
5674 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
5675 @section Using CDLaTeX to enter math
5676 @cindex CDLaTeX
5678 CDLaTeX-mode is a minor mode that is normally used in combination with a
5679 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
5680 environments and math templates.  Inside Org-mode, you can make use of
5681 some of the features of cdlatex-mode.  You need to install
5682 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
5683 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
5684 Don't turn cdlatex-mode itself under Org-mode, but use the light
5685 version @code{org-cdlatex-mode} that comes as part of Org-mode.  Turn it
5686 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
5687 Org-mode files with
5689 @lisp
5690 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
5691 @end lisp
5693 When this mode is enabled, the following features are present (for more
5694 details see the documentation of cdlatex-mode):
5695 @itemize @bullet
5696 @kindex C-c @{
5697 @item
5698 Environment templates can be inserted with @kbd{C-c @{}.
5699 @item
5700 @kindex @key{TAB}
5701 The @key{TAB} key will do template expansion if the cursor is inside a
5702 La@TeX{} fragment@footnote{Org-mode has a method to test if the cursor is
5703 inside such a fragment, see the documentation of the function
5704 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
5705 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
5706 correctly inside the first brace.  Another @key{TAB} will get you into
5707 the second brace.  Even outside fragments, @key{TAB} will expand
5708 environment abbreviations at the beginning of a line.  For example, if
5709 you write @samp{equ} at the beginning of a line and press @key{TAB},
5710 this abbreviation will be expanded to an @code{equation} environment.
5711 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
5712 @item
5713 @kindex _
5714 @kindex ^
5715 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
5716 characters together with a pair of braces.  If you use @key{TAB} to move
5717 out of the braces, and if the braces surround only a single character or
5718 macro, they are removed again (depending on the variable
5719 @code{cdlatex-simplify-sub-super-scripts}).
5720 @item
5721 @kindex `
5722 Pressing the backquote @kbd{`} followed by a character inserts math
5723 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
5724 after the backquote, a help window will pop up.
5725 @item
5726 @kindex '
5727 Pressing the normal quote @kbd{'} followed by another character modifies
5728 the symbol before point with an accent or a font.  If you wait more than
5729 1.5 seconds after the backquote, a help window will pop up.  Character
5730 modification will work only inside La@TeX{} fragments, outside the quote
5731 is normal.
5732 @end itemize
5734 @node Exporting, Publishing, Embedded LaTeX, Top
5735 @chapter Exporting
5736 @cindex exporting
5738 Org-mode documents can be exported into a variety of other formats.  For
5739 printing and sharing of notes, ASCII export produces a readable and
5740 simple version of an Org-mode file.  HTML export allows you to publish a
5741 notes file on the web, while the XOXO format provides a solid base for
5742 exchange with a broad range of other applications. La@TeX{} export lets
5743 you use Org-mode and its structured editing functions to easily create
5744 La@TeX{} files.  To incorporate entries with associated times like
5745 deadlines or appointments into a desktop calendar program like iCal,
5746 Org-mode can also produce extracts in the iCalendar format.  Currently
5747 Org-mode only supports export, not import of these different formats.
5749 When exporting, Org-mode uses special conventions to enrich the output
5750 produced.  @xref{Text interpretation}, for more details.
5752 @table @kbd
5753 @kindex C-c C-e
5754 @item C-c C-e
5755 Dispatcher for export and publishing commands.  Displays a help-window
5756 listing the additional key(s) needed to launch an export or publishing
5757 command.
5758 @end table
5760 @menu
5761 * ASCII export::                Exporting to plain ASCII
5762 * HTML export::                 Exporting to HTML
5763 * LaTeX export::                Exporting to LaTeX
5764 * XOXO export::                 Exporting to XOXO
5765 * iCalendar export::            Exporting in iCalendar format
5766 * Text interpretation::         How the exporter looks at the file
5767 @end menu
5769 @node ASCII export, HTML export, Exporting, Exporting
5770 @section ASCII export
5771 @cindex ASCII export
5773 ASCII export produces a simple and very readable version of an Org-mode
5774 file.
5776 @cindex region, active
5777 @cindex active region
5778 @cindex transient-mark-mode
5779 @table @kbd
5780 @kindex C-c C-e a
5781 @item C-c C-e a
5782 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
5783 will be @file{myfile.txt}.  The file will be overwritten without
5784 warning.  If there is an active region, only the region will be
5785 exported. If the selected region is a single tree, the tree head will
5786 become the document title.  If the tree head entry has or inherits an
5787 EXPORT_FILE_NAME property, that name will be used for the export.
5788 @kindex C-c C-e v a
5789 @item C-c C-e v a
5790 Export only the visible part of the document.
5791 @end table
5793 @cindex headline levels, for exporting
5794 In the exported version, the first 3 outline levels will become
5795 headlines, defining a general document structure.  Additional levels
5796 will be exported as itemized lists.  If you want that transition to occur
5797 at a different level, specify it with a prefix argument.  For example,
5799 @example
5800 @kbd{C-1 C-c C-e a}
5801 @end example
5803 @noindent
5804 creates only top level headlines and does the rest as items.  When
5805 headlines are converted to items, the indentation of the text following
5806 the headline is changed to fit nicely under the item.  This is done with
5807 the assumption that the first bodyline indicates the base indentation of
5808 the body text.  Any indentation larger than this is adjusted to preserve
5809 the layout relative to the first line.  Should there be lines with less
5810 indentation than the first, these are left alone.
5812 @node HTML export, LaTeX export, ASCII export, Exporting
5813 @section HTML export
5814 @cindex HTML export
5816 Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
5817 HTML formatting, in ways similar to John Grubers @emph{markdown}
5818 language, but with additional support for tables.
5820 @menu
5821 * HTML Export commands::        How to invoke LaTeX export
5822 * Quoting HTML tags::           Using direct HTML in Org-mode
5823 * Links::                       Transformation of links for HTML
5824 * Images::                      How to include images
5825 * CSS support::                 Changing the appearence of the output
5826 @end menu
5828 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
5829 @subsection HTML export commands
5831 @cindex region, active
5832 @cindex active region
5833 @cindex transient-mark-mode
5834 @table @kbd
5835 @kindex C-c C-e h
5836 @item C-c C-e h
5837 Export as HTML file @file{myfile.html}.  For an org file
5838 @file{myfile.org}, the ASCII file will be @file{myfile.html}.  The file
5839 will be overwritten without warning.  If there is an active region, only
5840 the region will be exported. If the selected region is a single tree,
5841 the tree head will become the document title.  If the tree head entry
5842 has or inherits an EXPORT_FILE_NAME property, that name will be used for
5843 the export.
5844 @kindex C-c C-e b
5845 @item C-c C-e b
5846 Export as HTML file and immediately open it with a browser.
5847 @kindex C-c C-e H
5848 @item C-c C-e H
5849 Export to a temporary buffer, do not create a file.
5850 @kindex C-c C-e R
5851 @item C-c C-e H
5852 Export the active region to a temporary buffer.  With prefix arg, do not
5853 produce file header and foot, but just the plain HTML section for the
5854 region.  This is good for cut-and-paste operations.
5855 @kindex C-c C-e v h
5856 @kindex C-c C-e v b
5857 @kindex C-c C-e v H
5858 @kindex C-c C-e v R
5859 @item C-c C-e v h
5860 @item C-c C-e v b
5861 @item C-c C-e v H
5862 @item C-c C-e v R
5863 Export only the visible part of the document.
5864 @item M-x org-export-region-as-html
5865 Convert the region to HTML under the assumption that it was org-mode
5866 syntax before.  This is a global command that can be invoked in any
5867 buffer.
5868 @item M-x org-replace-region-by-HTML
5869 Replace the active region (assumed to be in Org-mode syntax) by HTML
5870 code.
5871 @end table
5873 @cindex headline levels, for exporting
5874 In the exported version, the first 3 outline levels will become
5875 headlines, defining a general document structure.  Additional levels
5876 will be exported as itemized lists.  If you want that transition to occur
5877 at a different level, specify it with a prefix argument.  For example,
5879 @example
5880 @kbd{C-2 C-c C-e b}
5881 @end example
5883 @noindent
5884 creates two levels of headings and does the rest as items.
5886 @node Quoting HTML tags, Links, HTML Export commands, HTML export
5887 @subsection Quoting HTML tags
5889 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
5890 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
5891 which should be interpreted as such, mark them with @samp{@@} as in
5892 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
5893 simple tags.  For more extensive HTML that should be copied verbatim to
5894 the exported file use either
5896 @example
5897 #+HTML: Literal HTML code for export
5898 @end example
5900 @noindent or
5902 @example
5903 #+BEGIN_HTML
5904 All lines between these markers are exported literally
5905 #+END_HTML
5906 @end example
5909 @node Links, Images, Quoting HTML tags, HTML export
5910 @subsection Links
5912 @cindex links, in HTML export
5913 @cindex internal links, in HTML export
5914 @cindex external links, in HTML export
5915 Internal links (@pxref{Internal links}) will continue to work in HTML
5916 files only if they match a dedicated @samp{<<target>>}.  Automatic links
5917 created by radio targets (@pxref{Radio targets}) will also work in the
5918 HTML file.  Links to external files will still work if the HTML file is
5919 in the same directory as the Org-mode file.  Links to other @file{.org}
5920 files will be translated into HTML links under the assumption that an
5921 HTML version also exists of the linked file.  For information related to
5922 linking files while publishing them to a publishing directory see
5923 @ref{Publishing links}.
5925 @node Images, CSS support, Links, HTML export
5926 @subsection Images
5928 @cindex images, inline in HTML
5929 @cindex inlining images in HTML
5930 HTML export can inline images given as links in the Org-mode file, and
5931 it can make an image the clickable part of a link.  By
5932 default@footnote{but see the variable
5933 @code{org-export-html-inline-images}}, images are inlined if a link does
5934 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
5935 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
5936 @samp{the image} that points to the image.  If the description part
5937 itself is a @code{file:} link or a @code{http:} URL pointing to an
5938 image, this image will be inlined and activated so that clicking on the
5939 image will activate the link.  For example, to include a thumbnail that
5940 will link to a high resolution version of the image, you could use:
5942 @example
5943 [[file:highres.jpg][file:thumb.jpg]]
5944 @end example
5946 @noindent
5947 and you could use @code{http} addresses just as well.
5949 @node CSS support,  , Images, HTML export
5950 @subsection CSS support
5952 You can also give style information for the exported file.  The HTML
5953 exporter assigns the following CSS classes to appropriate parts of the
5954 document - your style specifications may change these:
5955 @example
5956 .todo           @r{TODO keywords}
5957 .done           @r{the DONE keyword}
5958 .timestamp      @r{time stamp}
5959 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
5960 .tag            @r{tag in a headline}
5961 .target         @r{target for links}
5962 @end example
5964 The default style specification can be configured through the option
5965 @code{org-export-html-style}.  If you want to use a file-local style,
5966 you may use file variables, best wrapped into a COMMENT section at the
5967 end of the outline tree.  For example@footnote{Under Emacs 21, the
5968 continuation lines for a variable value should have no @samp{#} at the
5969 start of the line.}:
5971 @example
5972 * COMMENT html style specifications
5974 # Local Variables:
5975 # org-export-html-style: "   <style type=\"text/css\">
5976 #       p @{font-weight: normal; color: gray; @}
5977 #       h1 @{color: black; @}
5978 #   </style>"
5979 # End:
5980 @end example
5982 Remember to execute @kbd{M-x normal-mode} after changing this to make
5983 the new style visible to Emacs.  This command restarts org-mode for the
5984 current buffer and forces Emacs to re-evaluate the local variables
5985 section in the buffer.
5987 @c FIXME: More about header and footer styles
5988 @c FIXME: Talk about links and targets.
5990 @node LaTeX export, XOXO export, HTML export, Exporting
5991 @section LaTeX export
5992 @cindex LaTeX export
5994 Org-mode contains a La@TeX{} exporter written by Bastien Guerry.
5996 @menu
5997 * LaTeX export commands::       How to invoke LaTeX export
5998 * Quoting LaTeX code::          Incorporating literal LaTeX code
5999 @end menu
6001 @node LaTeX export commands, Quoting LaTeX code, LaTeX export, LaTeX export
6002 @subsection LaTeX export commands
6004 @table @kbd
6005 @kindex C-c C-e l
6006 @item C-c C-e l
6007 Export as La@TeX{} file @file{myfile.tex}.
6008 @kindex C-c C-e L
6009 @item C-c C-e L
6010 Export to a temporary buffer, do not create a file.
6011 @kindex C-c C-e v l
6012 @kindex C-c C-e v L
6013 @item C-c C-e v l
6014 @item C-c C-e v L
6015 Export only the visible part of the document.
6016 @item M-x org-export-region-as-latex
6017 Convert the region to La@TeX{} under the assumption that it was org-mode
6018 syntax before.  This is a global command that can be invoked in any
6019 buffer.
6020 @item M-x org-replace-region-by-latex
6021 Replace the active region (assumed to be in Org-mode syntax) by La@TeX{}
6022 code.
6023 @end table
6025 @cindex headline levels, for exporting
6026 In the exported version, the first 3 outline levels will become
6027 headlines, defining a general document structure.  Additional levels
6028 will be exported as description lists.  The exporter can ignore them or
6029 convert them to a custom string depending on
6030 @code{org-latex-low-levels}.
6032 If you want that transition to occur at a different level, specify it
6033 with a prefix argument. For example,
6035 @example
6036 @kbd{C-2 C-c C-e l}
6037 @end example
6039 @noindent
6040 creates two levels of headings and does the rest as items.
6042 @node Quoting LaTeX code,  , LaTeX export commands, LaTeX export
6043 @subsection Quoting LaTeX code
6045 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
6046 inserted into the La@TeX{} file.  Forthermore, you can add special code
6047 that should only be present in La@TeX{} export with the following
6048 constructs:
6050 @example
6051 #+LaTeX: Literal LaTeX code for export
6052 @end example
6054 @noindent or
6056 @example
6057 #+BEGIN_LaTeX
6058 All lines between these markers are exported literally
6059 #+END_LaTeX
6060 @end example
6061 @node XOXO export, iCalendar export, LaTeX export, Exporting
6062 @section XOXO export
6063 @cindex XOXO export
6065 Org-mode contains an exporter that produces XOXO-style output.
6066 Currently, this exporter only handles the general outline structure and
6067 does not interpret any additional Org-mode features.
6069 @table @kbd
6070 @kindex C-c C-e x
6071 @item C-c C-e x
6072 Export as XOXO file @file{myfile.html}.
6073 @kindex C-c C-e v
6074 @item C-c C-e v x
6075 Export only the visible part of the document.
6076 @end table
6078 @node iCalendar export, Text interpretation, XOXO export, Exporting
6079 @section iCalendar export
6080 @cindex iCalendar export
6082 Some people like to use Org-mode for keeping track of projects, but
6083 still prefer a standard calendar application for anniversaries and
6084 appointments.  In this case it can be useful to have deadlines and
6085 other time-stamped items in Org-mode files show up in the calendar
6086 application.  Org-mode can export calendar information in the standard
6087 iCalendar format.  If you also want to have TODO entries included in the
6088 export, configure the variable @code{org-icalendar-include-todo}.
6090 @table @kbd
6091 @kindex C-c C-e i
6092 @item C-c C-e i
6093 Create iCalendar entries for the current file and store them in the same
6094 directory, using a file extension @file{.ics}.
6095 @kindex C-c C-e I
6096 @item C-c C-e I
6097 Like @kbd{C-c C-e i}, but do this for all files in
6098 @code{org-agenda-files}.  For each of these files, a separate iCalendar
6099 file will be written.
6100 @kindex C-c C-e c
6101 @item C-c C-e c
6102 Create a single large iCalendar file from all files in
6103 @code{org-agenda-files} and write it to the file given by
6104 @code{org-combined-agenda-icalendar-file}.
6105 @end table
6107 How this calendar is best read and updated, depends on the application
6108 you are using.  The FAQ covers this issue.
6111 @node Text interpretation,  , iCalendar export, Exporting
6112 @section Text interpretation by the exporter
6114 The exporter backends interpret additional structure in the Org-mode file
6115 in order to produce better output.
6117 @menu
6118 * Comment lines::               Some lines will not be exported
6119 * Initial text::                Text before the first headline
6120 * Footnotes::                   Numbers like [1]
6121 * Enhancing text::              Subscripts, symbols and more
6122 * Export options::              How to influence the export settings
6123 @end menu
6125 @node Comment lines, Initial text, Text interpretation, Text interpretation
6126 @subsection Comment lines
6127 @cindex comment lines
6128 @cindex exporting, not
6130 Lines starting with @samp{#} in column zero are treated as comments
6131 and will never be exported.  Also entire subtrees starting with the
6132 word @samp{COMMENT} will never be exported.
6134 @table @kbd
6135 @kindex C-c ;
6136 @item C-c ;
6137 Toggle the COMMENT keyword at the beginning of an entry.
6138 @end table
6140 @node Initial text, Footnotes, Comment lines, Text interpretation
6141 @subsection Text before the first headline
6143 Org-mode normally ignores any text before the first headline when
6144 exporting, leaving this region for internal links to speed up navigation
6145 etc.  However, in publishing-oriented files, you might want to have some
6146 text before the first headline, like a small introduction, special HTML
6147 code with a navigation bar, etc.  You can ask to have this part of the
6148 file exported as well by setting the variable
6149 @code{org-export-skip-text-before-1st-heading} to @code{nil}.  On a
6150 per-file basis, you can get the same effect with
6152 @example
6153 #+OPTIONS: skip:nil
6154 @end example
6156 The text before the first headline will be fully processed
6157 (@pxref{Enhancing text}), and the first non-comment line becomes the
6158 title of the exported document.  If you need to include literal HTML,
6159 use the special constructs described in @ref{Quoting HTML tags}.  The
6160 table of contents is normally inserted directly before the first
6161 headline of the file.  If you would like to get it to a different
6162 location, insert the string @code{[TABLE-OF-CONTENTS]} on a line by
6163 itself at the desired location.
6165 Finally, if you want to use the space before the first headline for
6166 internal purposes, but @emph{still} want to place something before the
6167 first headline when exporting the file, you can use the @code{#+TEXT}
6168 construct:
6170 @example
6171 #+OPTIONS: skip:t
6172 #+TEXT: This text will go before the *first* headline.
6173 #+TEXT: We place the table of contents here:
6174 #+TEXT: [TABLE-OF-CONTENTS]
6175 #+TEXT: This goes between the table of contents and the first headline
6176 @end example
6178 @node Footnotes, Enhancing text, Initial text, Text interpretation
6179 @subsection Footnotes
6180 @cindex footnotes
6181 @cindex @file{footnote.el}
6183 Numbers in square brackets are treated as footnotes, so that you can use
6184 the Emacs package @file{footnote.el} to create footnotes.  For example:
6186 @example
6187 The org-mode homepage[1] clearly needs help from
6188 a good web designer.
6190 [1] The link is: http://orgmode.org
6191 @end example
6193 @noindent
6194 @kindex C-c !
6195 Note that the @file{footnote} package uses @kbd{C-c !} to invoke its
6196 commands.  This binding conflicts with the org-mode command for
6197 inserting inactive time stamps.  You could use the variable
6198 @code{footnote-prefix} to switch footnotes commands to another key.  Or,
6199 if you are too used to this binding, you could use
6200 @code{org-replace-disputed-keys} and @code{org-disputed-keys} to change
6201 the settings in Org-mode.
6203 @node Enhancing text, Export options, Footnotes, Text interpretation
6204 @subsection Enhancing text for export
6205 @cindex enhancing text
6206 @cindex richer text
6208 Some of the export backends of Org-mode allow for sophisticated text
6209 formatting, this is true in particular for the HTML and La@TeX{}
6210 backends. Org-mode has a number of typing conventions that allow to
6211 produce a richly formatted output.
6213 @itemize @bullet
6215 @cindex hand-formatted lists
6216 @cindex lists, hand-formatted
6217 @item
6218 Plain lists @samp{-}, @samp{*} or @samp{+} as bullet, or with @samp{1.}
6219 or @samp{2)} as enumerator will be recognized and transformed if the
6220 backend supports lists.  See @xref{Plain lists}.
6222 @cindex underlined text
6223 @cindex bold text
6224 @cindex italic text
6225 @item
6226 You can make words @b{*bold*}, @i{/italic/}, _underlined_,
6227 @code{=code=}, and even @samp{+strikethrough+}@footnote{but remember
6228 that strikethrough is typographically evil and should @i{never} be
6229 used.}.
6231 @cindex horizontal rules, in exported files
6232 @item
6233 A line consisting of only dashes, and at least 5 of them, will be
6234 exported as a horizontal line (@samp{<hr/>} in HTML).
6236 @cindex LaTeX fragments, export
6237 @cindex TeX macros, export
6238 @item
6239 Many @TeX{} macros and entire La@TeX{} fragments are converted into HTML
6240 entities or images (@pxref{Embedded LaTeX}).
6242 @cindex tables, export
6243 @item
6244 Tables are transformed into native tables under the exporter, if the
6245 export backend supports this. Data fields before the first horizontal
6246 separator line will be formatted as table header fields.
6248 @cindex fixed width
6249 @item
6250 If a headline starts with the word @samp{QUOTE}, the text below the
6251 headline will be typeset as fixed-width, to allow quoting of computer
6252 codes etc.  Lines starting with @samp{:} are also typeset in fixed-width
6253 font. 
6254 @table @kbd
6255 @kindex C-c :
6256 @item C-c :
6257 Toggle fixed-width for entry (QUOTE) or region, see below.
6258 @end table
6260 @cindex linebreak, forced
6261 @item 
6262 A double backslash @emph{at the end of a line} enforces a line break at
6263 this position.
6264 @end itemize
6266 If these conversions conflict with your habits of typing ASCII text,
6267 they can all be turned off with corresponding variables.  See the
6268 customization group @code{org-export-general}, and the following section
6269 which explains how to set export options with special lines in a
6270 buffer.
6273 @node Export options,  , Enhancing text, Text interpretation
6274 @subsection Export options
6275 @cindex options, for export
6277 @cindex completion, of option keywords
6278 The exporter recognizes special lines in the buffer which provide
6279 additional information.  These lines may be put anywhere in the file.
6280 The whole set of lines can be inserted into the buffer with @kbd{C-c
6281 C-e t}.  For individual lines, a good way to make sure the keyword is
6282 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
6283 (@pxref{Completion}).
6285 @table @kbd
6286 @kindex C-c C-e t
6287 @item C-c C-e t
6288 Insert template with export options, see example below.
6289 @end table
6291 @example
6292 #+TITLE:     the title to be shown (default is the buffer name)
6293 #+AUTHOR:    the author (default taken from @code{user-full-name})
6294 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
6295 #+EMAIL:     his/her email address (default from @code{user-mail-address})
6296 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
6297 #+TEXT:      Some descriptive text to be inserted at the beginning.
6298 #+TEXT:      Several lines may be given.
6299 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
6300 @end example
6302 @noindent
6303 The OPTIONS line is a compact form to specify export settings.  Here
6304 you can:
6305 @cindex headline levels
6306 @cindex section-numbers
6307 @cindex table of contents
6308 @cindex linebreak preservation
6309 @cindex quoted HTML tags
6310 @cindex fixed-width sections
6311 @cindex tables
6312 @cindex @TeX{}-like syntax for sub- and superscripts
6313 @cindex footnotes
6314 @cindex emphasized text
6315 @cindex @TeX{} macros
6316 @cindex La@TeX{} fragments
6317 @cindex author info, in export
6318 @cindex time info, in export
6319 @example
6320 H:         @r{set the number of headline levels for export}
6321 num:       @r{turn on/off section-numbers}
6322 toc:       @r{turn on/off table of contents, or set level limit (integer)}
6323 \n:        @r{turn on/off linebreak-preservation}
6324 @@:         @r{turn on/off quoted HTML tags}
6325 ::         @r{turn on/off fixed-width sections}
6326 |:         @r{turn on/off tables}
6327 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
6328            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
6329            @r{the simple @code{a_b} will be left as it is.}
6330 f:         @r{turn on/off foototes like this[1].}
6331 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
6332 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
6333 LaTeX:     @r{turn on/off La@TeX{} fragments}
6334 skip:      @r{turn on/off skipping the text before the first heading}
6335 author:    @r{turn on/off inclusion of author name/email into exported file}
6336 timestamp: @r{turn on/off inclusion creation time into exported file}
6337 @end example
6339 These options take effect in both the HTML and La@TeX{} export, except
6340 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
6341 @code{nil} for the La@TeX{} export.
6343 @node Publishing, Miscellaneous, Exporting, Top
6344 @chapter Publishing
6345 @cindex publishing
6347 Org-mode includes@footnote{@file{org-publish.el} is not distributed with
6348 Emacs 21, if you are still using Emacs 21, you need you need to download
6349 this file separately.} a publishing management system that allows you to
6350 configure automatic HTML conversion of @emph{projects} composed of
6351 interlinked org files.  This system is called @emph{org-publish}.  You can
6352 also configure org-publish to automatically upload your exported HTML
6353 pages and related attachments, such as images and source code files, to
6354 a web server. Org-publish turns org-mode into a web-site authoring tool.
6356 You can also use Org-publish to convert files into La@TeX{}, or even
6357 combine HTML and La@TeX{} conversion so that files are available in both
6358 formats on the server@footnote{Since La@TeX{} files on a server are not
6359 that helpful, you surely want to perform further conversion on them --
6360 e.g. convert them to @code{PDF} format.}.
6362 Org-publish has been contributed to Org-mode by David O'Toole.
6364 @menu
6365 * Configuration::               Defining projects
6366 * Sample configuration::        Example projects
6367 * Triggering publication::      Publication commands
6368 @end menu
6370 @node Configuration, Sample configuration, Publishing, Publishing
6371 @section Configuration
6373 Publishing needs significant configuration to specify files, destination
6374 and many other properties of a project.
6376 @menu
6377 * Project alist::               The central configuration variable
6378 * Sources and destinations::    From here to there
6379 * Selecting files::             What files are part of the project?
6380 * Publishing action::           Setting the function doing the publishing
6381 * Publishing options::          Tweaking HTML export
6382 * Publishing links::            Which links keep working after publishing?
6383 * Project page index::          Publishing a list of project files
6384 @end menu
6386 @node Project alist, Sources and destinations, Configuration, Configuration
6387 @subsection The variable @code{org-publish-project-alist}
6388 @cindex org-publish-project-alist
6389 @cindex projects, for publishing
6391 Org-publish is configured almost entirely through setting the value of
6392 one variable, called @code{org-publish-project-alist}.
6393 Each element of the list configures one project, and may be in one of
6394 the two following forms:
6396 @lisp
6397 ("project-name"  :property value :property value ...)
6399 @r{or} 
6401 ("project-name"  :components ("project-name" "project-name" ...))
6403 @end lisp
6405 In both cases, projects are configured by specifying property values.
6406 A project defines the set of files that will be published, as well as
6407 the publishing configuration to use when publishing those files.  When
6408 a project takes the second form listed above, the individual members
6409 of the ``components'' property are taken to be components of the
6410 project, which group together files requiring different publishing
6411 options. When you publish such a ``meta-project'' all the components
6412 will also publish.
6414 @node Sources and destinations, Selecting files, Project alist, Configuration
6415 @subsection Sources and destinations for files
6416 @cindex directories, for publishing
6418 Most properties are optional, but some should always be set. In
6419 particular, org-publish needs to know where to look for source files,
6420 and where to put published files.
6422 @multitable @columnfractions 0.3 0.7
6423 @item @code{:base-directory}
6424 @tab Directory containing publishing source files
6425 @item @code{:publishing-directory}
6426 @tab Directory (possibly remote) where output files will be published.
6427 @item @code{:preparation-function}
6428 @tab Function called before starting publishing process, for example to
6429 run @code{make} for updating files to be published.
6430 @end multitable
6431 @noindent
6433 @node Selecting files, Publishing action, Sources and destinations, Configuration
6434 @subsection Selecting files
6435 @cindex files, selecting for publishing
6437 By default, all files with extension @file{.org} in the base directory
6438 are considered part of the project.  This can be modified by setting the
6439 properties 
6440 @multitable @columnfractions 0.25 0.75
6441 @item @code{:base-extension}
6442 @tab Extension (without the dot!) of source files.  This actually is a
6443 regular expression.
6445 @item @code{:exclude} 
6446 @tab Regular expression to match file names that should not be
6447 published, even though they have been selected on the basis of their
6448 extension.
6450 @item @code{:include}
6451 @tab List of files to be included regardless of @code{:base-extension}
6452 and @code{:exclude}.
6453 @end multitable
6455 @node Publishing action, Publishing options, Selecting files, Configuration
6456 @subsection Publishing Action
6457 @cindex action, for publishing
6459 Publishing means that a file is copied to the destination directory and
6460 possibly transformed in the process.  The default transformation is to
6461 export Org-mode files as HTML files, and this is done by the function
6462 @code{org-publish-org-to-html} which calls the HTML exporter
6463 (@pxref{HTML export}). But you also can publish your files in La@TeX{} by
6464 using the function @code{org-publish-org-to-latex} instead. Other files
6465 like images only need to be copied to the publishing destination. For
6466 non-Org-mode files, you need to specify the publishing function.
6469 @multitable @columnfractions 0.3 0.7
6470 @item @code{:publishing-function}
6471 @tab Function executing the publication of a file.  This may also be a
6472 list of functions, which will all be called in turn.
6473 @end multitable
6475 The function must accept two arguments: a property list containing at
6476 least a @code{:publishing-directory} property, and the name of the file
6477 to be published.  It should take the specified file, make the necessary
6478 transformation (if any) and place the result into the destination folder.
6479 You can write your own publishing function, but @code{org-publish}
6480 provides one for attachments (files that only need to be copied):
6481 @code{org-publish-attachment}.
6483 @node Publishing options, Publishing links, Publishing action, Configuration
6484 @subsection Options for the HTML/LaTeX exporters
6485 @cindex options, for publishing
6487 The property list can be used to set many export options for the HTML
6488 and La@TeX{} exporters.  In most cases, these properties correspond to user
6489 variables in Org-mode.  The table below lists these properties along
6490 with the variable they belong to.  See the documentation string for the
6491 respective variable for details.
6493 @multitable @columnfractions 0.3 0.7
6494 @item @code{:language}              @tab @code{org-export-default-language}
6495 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
6496 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
6497 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
6498 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
6499 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
6500 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
6501 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
6502 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
6503 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
6504 @item @code{:timestamps}           .@tab @code{org-export-with-timestamps}
6505 @item @code{:tags}                 .@tab @code{org-export-with-tags}
6506 @item @code{:tables}                @tab @code{org-export-with-tables}
6507 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
6508 @item @code{:style}                 @tab @code{org-export-html-style}
6509 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
6510 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
6511 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
6512 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
6513 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
6514 @item @code{:preamble}              @tab @code{org-export-html-preamble}
6515 @item @code{:postamble}             @tab @code{org-export-html-postamble}
6516 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
6517 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
6518 @item @code{:author}                @tab @code{user-full-name}
6519 @item @code{:email}                 @tab @code{user-mail-address}
6520 @end multitable
6522 Most of the @code{org-export-with-*} variables have the same effect in
6523 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
6524 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
6525 La@TeX{} export.
6527 When a property is given a value in org-publish-project-alist, its
6528 setting overrides the value of the corresponding user variable (if any)
6529 during publishing.  Options set within a file (@pxref{Export
6530 options}), however, override everything.
6532 @node Publishing links, Project page index, Publishing options, Configuration
6533 @subsection Links between published files
6534 @cindex links, publishing
6536 To create a link from one Org-mode file to another, you would use
6537 something like @samp{[[file:foo.org][The foo]]} or simply
6538 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
6539 becomes a link to @file{foo.html}.  In this way, you can interlink the
6540 pages of your "org web" project and the links will work as expected when
6541 you publish them to HTML.
6543 You may also link to related files, such as images. Provided you are
6544 careful with relative pathnames, and provided you have also configured
6545 org-publish to upload the related files, these links will work
6546 too. @ref{Complex example} for an example of this usage.
6548 Sometime an Org-mode file to be published may contain links that are
6549 only valid in your production environment, but not in the publishing
6550 location.  In this case, use the property 
6552 @multitable @columnfractions 0.4 0.6
6553 @item @code{:link-validation-function}
6554 @tab Function to validate links
6555 @end multitable
6557 @noindent
6558 to define a function for checking link validity.  This function must
6559 accept two arguments, the file name and a directory relative to which
6560 the file name is interpreted in the production environment.  If this
6561 function returns @code{nil}, then the HTML generator will only insert a
6562 description into the HTML file, but no link.  One option for this
6563 function is @code{org-publish-validate-link} which checks if the given
6564 file is part of any project in @code{org-publish-project-alist}.
6566 @node Project page index,  , Publishing links, Configuration
6567 @subsection Project page index
6568 @cindex index, of published pages
6570 The following properties may be used to control publishing of an
6571 index of files or summary page for a given project.
6573 @multitable @columnfractions 0.25 0.75
6574 @item @code{:auto-index}
6575 @tab When non-nil, publish an index during org-publish-current-project or
6576 org-publish-all.
6578 @item @code{:index-filename}
6579 @tab Filename for output of index. Defaults to @file{index.org} (which
6580 becomes @file{index.html}).
6582 @item @code{:index-title}
6583 @tab Title of index page. Defaults to name of file.
6585 @item @code{:index-function}
6586 @tab Plugin function to use for generation of index.
6587 Defaults to @code{org-publish-org-index}, which generates a plain list
6588 of links to all files in the project.
6589 @end multitable
6591 @node Sample configuration, Triggering publication, Configuration, Publishing
6592 @section Sample configuration
6594 Below we provide two example configurations.  The first one is a simple
6595 project publishing only a set of Org-mode files.  The second example is
6596 more complex, with a multi-component project.
6598 @menu
6599 * Simple example::              One-component publishing
6600 * Complex example::             A multi-component publishing example
6601 @end menu
6603 @node Simple example, Complex example, Sample configuration, Sample configuration
6604 @subsection Example: simple publishing configuration
6606 This example publishes a set of Org-mode files to the @file{public_html}
6607 directory on the local machine.
6609 @lisp
6610 (setq org-publish-project-alist
6611       '(("org" 
6612          :base-directory "~/org/"
6613          :publishing-directory "~/public_html"
6614          :section-numbers nil
6615          :table-of-contents nil
6616          :style "<link rel=stylesheet 
6617                 href=\"../other/mystyle.css\"
6618                 type=\"text/css\">")))
6619 @end lisp
6621 @node Complex example,  , Simple example, Sample configuration
6622 @subsection Example: complex publishing configuration
6624 This more complicated example publishes an entire website, including
6625 org files converted to HTML, image files, emacs lisp source code, and
6626 stylesheets. The publishing-directory is remote and private files are
6627 excluded.
6629 To ensure that links are preserved, care should be taken to replicate
6630 your directory structure on the web server, and to use relative file
6631 paths. For example, if your org files are kept in @file{~/org} and your
6632 publishable images in @file{~/images}, you'd link to an image with
6634 @example
6635 file:../images/myimage.png
6636 @end example
6638 On the web server, the relative path to the image should be the
6639 same. You can accomplish this by setting up an "images" folder in the
6640 right place on the webserver, and publishing images to it.
6642 @lisp
6643 (setq org-publish-project-alist
6644       '(("orgfiles"
6645           :base-directory "~/org/"
6646           :base-extension "org"
6647           :publishing-directory "/ssh:user@@host:~/html/notebook/"
6648           :publishing-function org-publish-org-to-html
6649           :exclude "PrivatePage.org"   ;; regexp
6650           :headline-levels 3
6651           :section-numbers nil
6652           :table-of-contents nil
6653           :style "<link rel=stylesheet 
6654                   href=\"../other/mystyle.css\" type=\"text/css\">"
6655           :auto-preamble t
6656           :auto-postamble nil)
6657          
6658          ("images"
6659           :base-directory "~/images/"
6660           :base-extension "jpg\\|gif\\|png"
6661           :publishing-directory "/ssh:user@@host:~/html/images/"
6662           :publishing-function org-publish-attachment)
6664          ("other"
6665           :base-directory "~/other/"
6666           :base-extension "css\\|el"
6667           :publishing-directory "/ssh:user@@host:~/html/other/"
6668           :publishing-function org-publish-attachment)
6669          ("website" :components ("orgfiles" "images" "other"))))
6670 @end lisp
6672 @node Triggering publication,  , Sample configuration, Publishing
6673 @section Triggering publication
6675 Once org-publish is properly configured, you can publish with the
6676 following functions: 
6678 @table @kbd
6679 @item C-c C-e C
6680 Prompt for a specific project and publish all files that belong to it.
6681 @item C-c C-e P
6682 Publish the project containing the current file.
6683 @item C-c C-e F
6684 Publish only the current file.
6685 @item C-c C-e A
6686 Publish all projects.
6687 @end table
6689 Org uses timestamps to track when a file has changed. The above
6690 functions normally only publish changed files. You can override this and
6691 force publishing of all files by giving a prefix argument.
6693 @node Miscellaneous, Extensions and Hacking, Publishing, Top
6694 @chapter Miscellaneous
6696 @menu
6697 * Completion::                  M-TAB knows what you need
6698 * Customization::               Adapting Org-mode to your taste
6699 * In-buffer settings::          Overview of the #+KEYWORDS
6700 * The very busy C-c C-c key::   When in doubt, press C-c C-c
6701 * Clean view::                  Getting rid of leading stars in the outline
6702 * TTY keys::                    Using Org-mode on a tty
6703 * Interaction::                 Other Emacs packages
6704 * Bugs::                        Things which do not work perfectly
6705 @end menu
6707 @node Completion, Customization, Miscellaneous, Miscellaneous
6708 @section Completion
6709 @cindex completion, of @TeX{} symbols
6710 @cindex completion, of TODO keywords
6711 @cindex completion, of dictionary words
6712 @cindex completion, of option keywords
6713 @cindex completion, of tags
6714 @cindex completion, of property keys
6715 @cindex completion, of link abbreviations
6716 @cindex @TeX{} symbol completion
6717 @cindex TODO keywords completion
6718 @cindex dictionary word completion
6719 @cindex option keyword completion
6720 @cindex tag completion
6721 @cindex link abbreviations, completion of
6723 Org-mode supports in-buffer completion.  This type of completion does
6724 not make use of the minibuffer.  You simply type a few letters into
6725 the buffer and use the key to complete text right there.
6727 @table @kbd
6728 @kindex M-@key{TAB}
6729 @item M-@key{TAB}
6730 Complete word at point
6731 @itemize @bullet
6732 @item
6733 At the beginning of a headline, complete TODO keywords.
6734 @item
6735 After @samp{\}, complete @TeX{} symbols supported by the exporter.
6736 @item
6737 After @samp{*}, complete headlines in the current buffer so that they
6738 can be used in search links like @samp{[[*find this headline]]}.
6739 @item
6740 After @samp{:} in a headline, complete tags.  The list of tags is taken
6741 from the variable @code{org-tag-alist} (possibly set through the
6742 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
6743 dynamically from all tags used in the current buffer.
6744 @item
6745 After @samp{:} and not in a headline, complete property keys.  The list
6746 of keys is constructed dynamically from all keys used in the current
6747 buffer.
6748 @item
6749 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
6750 @item
6751 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
6752 @samp{OPTIONS} which set file-specific options for Org-mode.  When the
6753 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
6754 will insert example settings for this keyword.
6755 @item
6756 In the line after @samp{#+STARTUP: }, complete startup keywords,
6757 i.e. valid keys for this line.
6758 @item
6759 Elsewhere, complete dictionary words using ispell.
6760 @end itemize
6761 @end table
6763 @node Customization, In-buffer settings, Completion, Miscellaneous
6764 @section Customization
6765 @cindex customization
6766 @cindex options, for customization
6767 @cindex variables, for customization
6769 There are more than 180 variables that can be used to customize
6770 Org-mode.  For the sake of compactness of the manual, I am not
6771 describing the variables here.  A structured overview of customization
6772 variables is available with @kbd{M-x org-customize}.  Or select
6773 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
6774 settings can also be activated on a per-file basis, by putting special
6775 lines into the buffer (@pxref{In-buffer settings}).
6777 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
6778 @section Summary of in-buffer settings
6779 @cindex in-buffer settings
6780 @cindex special keywords
6782 Org-mode uses special lines in the buffer to define settings on a
6783 per-file basis.  These lines start with a @samp{#+} followed by a
6784 keyword, a colon, and then individual words defining a setting.  Several
6785 setting words can be in the same line, but you can also have multiple
6786 lines for the keyword.  While these settings are described throughout
6787 the manual, here is a summary.  After changing any of those lines in the
6788 buffer, press @kbd{C-c C-c} with the cursor still in the line to
6789 activate the changes immediately.  Otherwise they become effective only
6790 when the file is visited again in a new Emacs session.
6792 @table @kbd
6793 @item #+ARCHIVE: %s_done::
6794 This line sets the archive location for the agenda file.  It applies for
6795 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
6796 of the file.  The first such line also applies to any entries before it.
6797 The corresponding variable is @code{org-archive-location}.
6798 @item #+CATEGORY:
6799 This line sets the category for the agenda file.  The category applies
6800 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
6801 end of the file.  The first such line also applies to any entries before it.
6802 @item #+COLUMNS: %25ITEM .....
6803 Set the default format for columns view.  This format applies when
6804 columns view is invoked in location where no COLUMNS property applies.
6805 @item #+CONSTANTS: name1=value1 ...
6806 Set file-local values for constants to be used in table formulas.  This
6807 line set the local variable @code{org-table-formula-constants-local}.
6808 The global version of theis variable is
6809 @code{org-table-formula-constants}.
6810 corresponding 
6811 @item #+LINK:  linkword replace
6812 These lines (several are allowed) specify link abbreviations.
6813 @xref{Link abbreviations}.  The corresponding variable is
6814 @code{org-link-abbrev-alist}.
6815 @item #+PRIORITIES: highest lowest default
6816 This line sets the limits and the default for the priorities.  All three
6817 must be either letters A-Z or numbers 0-9.  The highest priority must
6818 have a lower ASCII number that the lowest priority.
6819 @item #+PROPERTY: Property_Name Value
6820 This line sets a default inheritance value for entries in the current
6821 buffer, most useful for specifying the allowed values of a property.
6822 @item #+STARTUP:
6823 This line sets options to be used at startup of Org-mode, when an
6824 Org-mode file is being visited.  The first set of options deals with the
6825 initial visibility of the outline tree.  The corresponding variable for
6826 global default settings is @code{org-startup-folded}, with a default
6827 value @code{t}, which means @code{overview}.
6828 @cindex @code{overview}, STARTUP keyword
6829 @cindex @code{content}, STARTUP keyword
6830 @cindex @code{showall}, STARTUP keyword
6831 @example
6832 overview   @r{top-level headlines only}
6833 content    @r{all headlines}
6834 showall    @r{no folding at all, show everything}
6835 @end example
6836 Then there are options for aligning tables upon visiting a file.  This
6837 is useful in files containing narrowed table columns.  The corresponding
6838 variable is @code{org-startup-align-all-tables}, with a default value
6839 @code{nil}. 
6840 @cindex @code{align}, STARTUP keyword
6841 @cindex @code{noalign}, STARTUP keyword
6842 @example
6843 align      @r{align all tables}
6844 noalign    @r{don't align tables on startup}
6845 @end example
6846 Logging TODO state changes and clock intervals (variable
6847 @code{org-log-done}) can be configured using these options.
6848 @cindex @code{logdone}, STARTUP keyword
6849 @cindex @code{nologging}, STARTUP keyword
6850 @cindex @code{lognotedone}, STARTUP keyword
6851 @cindex @code{lognoteclock-out}, STARTUP keyword
6852 @cindex @code{lognotestate}, STARTUP keyword
6853 @cindex @code{logrepeat}, STARTUP keyword
6854 @cindex @code{nologrepeat}, STARTUP keyword
6855 @example
6856 logging          @r{record a timestamp when an item is marked DONE}
6857 nologging        @r{don't record when items are marked DONE}
6858 lognotedone      @r{record timestamp and a note when DONE}
6859 lognotestate     @r{record timestamp and a note when TODO state changes}
6860 logrepeat        @r{record a note when re-instating a repeating item}
6861 nologrepeat      @r{do not record when re-instating repeating item}
6862 lognoteclock-out @r{record timestamp and a note when clocking out}
6863 @end example
6864 Here are the options for hiding leading stars in outline headings.  The
6865 corresponding variables are @code{org-hide-leading-stars} and
6866 @code{org-odd-levels-only}, both with a default setting @code{nil}
6867 (meaning @code{showstars} and @code{oddeven}).
6868 @cindex @code{hidestars}, STARTUP keyword
6869 @cindex @code{showstars}, STARTUP keyword
6870 @cindex @code{odd}, STARTUP keyword
6871 @cindex @code{even}, STARTUP keyword
6872 @example
6873 hidestars  @r{make all but one of the stars starting a headline invisible.}
6874 showstars  @r{show all stars starting a headline}
6875 odd        @r{allow only odd outline levels (1,3,...)}
6876 oddeven    @r{allow all outline levels}
6877 @end example
6878 To turn on custom format overlays over time stamps (variables
6879 @code{org-put-time-stamp-overlays} and
6880 @code{org-time-stamp-overlay-formats}), use
6881 @cindex @code{customtime}, STARTUP keyword
6882 @example
6883 customtime @r{overlay custom time format}
6884 @end example
6885 The following options influence the table spreadsheet (variable
6886 @code{constants-unit-system}).
6887 @cindex @code{constcgs}, STARTUP keyword
6888 @cindex @code{constSI}, STARTUP keyword
6889 @example
6890 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
6891 constSI    @r{@file{constants.el} should use the SI unit system}
6892 @end example
6893 @item #+TAGS:  TAG1(c1) TAG2(c2)
6894 These lines (several such lines are allowed) specify the legal tags in
6895 this file, and (potentially) the corresponding @emph{fast tag selection}
6896 keys.  The corresponding variable is @code{org-tag-alist}.
6897 @item #+TBLFM:
6898 This line contains the formulas for the table directly above the line.
6899 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
6900 These lines provide settings for exporting files.  For more details see
6901 @ref{Export options}.
6902 @item #+SEQ_TODO:   #+TYP_TODO:
6903 These lines set the TODO keywords and their interpretation in the
6904 current file.  The corresponding variables are @code{org-todo-keywords}
6905 and @code{org-todo-interpretation}.
6906 @end table
6908 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
6909 @section The very busy C-c C-c key
6910 @kindex C-c C-c
6911 @cindex C-c C-c, overview
6913 The key @kbd{C-c C-c} has many purposes in org-mode, which are all
6914 mentioned scattered throughout this manual.  One specific function of
6915 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
6916 other circumstances it means something like @emph{Hey Org-mode, look
6917 here and update according to what you see here}.  Here is a summary of
6918 what this means in different contexts.
6920 @itemize @minus
6921 @item
6922 If there are highlights in the buffer from the creation of a sparse
6923 tree, or from clock display, remove these highlights.
6924 @item
6925 If the cursor is in one of the special @code{#+KEYWORD} lines, this
6926 triggers scanning the buffer for these lines and updating the
6927 information. 
6928 @item
6929 If the cursor is inside a table, realign the table.  This command
6930 works even if the automatic table editor has been turned off.
6931 @item
6932 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
6933 the entire table.
6934 @item
6935 If the cursor is inside a table created by the @file{table.el} package,
6936 activate that table.
6937 @item
6938 If the current buffer is a remember buffer, close the note and file it.
6939 With a prefix argument, file it, without further interaction, to the
6940 default location.
6941 @item
6942 If the cursor is on a @code{<<<target>>>}, update radio targets and
6943 corresponding links in this buffer.
6944 @item
6945 If the cursor is in a property line or at the start or end of a property
6946 drawer, offer property commands.
6947 @item
6948 If the cursor is in a plain list item with a checkbox, toggle the status
6949 of the checkbox.
6950 @item
6951 If the cursor is on a numbered item in a plain list, renumber the
6952 ordered list.
6953 @item
6954 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
6955 block is updated.
6956 @end itemize
6958 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
6959 @section A cleaner outline view
6960 @cindex hiding leading stars
6961 @cindex clean outline view
6963 Some people find it noisy and distracting that the Org-mode headlines
6964 are starting with a potentially large number of stars.  For example
6965 the tree from @ref{Headlines}:
6967 @example
6968 * Top level headline
6969 ** Second level
6970 *** 3rd level
6971     some text
6972 *** 3rd level
6973     more text
6974 * Another top level headline
6975 @end example
6977 @noindent
6978 Unfortunately this is deeply ingrained into the code of Org-mode and
6979 cannot be easily changed.  You can, however, modify the display in such
6980 a way that all leading stars become invisible and the outline more easy
6981 to read.  To do this, customize the variable
6982 @code{org-hide-leading-stars} like this:
6984 @lisp
6985 (setq org-hide-leading-stars t)
6986 @end lisp
6988 @noindent
6989 or change this on a per-file basis with one of the lines (anywhere in
6990 the buffer)
6992 @example
6993 #+STARTUP: showstars
6994 #+STARTUP: hidestars
6995 @end example
6997 @noindent
6998 Press @kbd{C-c C-c} with the cursor in a @samp{STARTUP} line to activate
6999 the modifications.
7001 With stars hidden, the tree becomes:
7003 @example
7004 * Top level headline
7005  * Second level
7006   * 3rd level
7007     some text
7008   * 3rd level
7009     more text
7010 * Another top level headline
7011 @end example
7013 @noindent
7014 Note that the leading stars are not truly replaced by whitespace, they
7015 are only fontified with the face @code{org-hide} that uses the
7016 background color as font color.  If you are not using either white or
7017 black background, you may have to customize this face to get the wanted
7018 effect.  Another possibility is to set this font such that the extra
7019 stars are @i{almost} invisible, for example using the color
7020 @code{grey90} on a white background.
7022 Things become cleaner still if you skip all the even levels and use only
7023 odd levels 1, 3, 5..., effectively adding two stars to go from one
7024 outline level to the next:
7026 @example
7027 * Top level headline
7028   * Second level
7029     * 3rd level
7030       some text
7031     * 3rd level
7032       more text
7033 * Another top level headline
7034 @end example
7036 @noindent
7037 In order to make the structure editing and export commands handle this
7038 convention correctly, use
7040 @lisp
7041 (setq org-odd-levels-only t)
7042 @end lisp
7044 @noindent
7045 or set this on a per-file basis with one of the following lines (don't
7046 forget to press @kbd{C-c C-c} with the cursor in the startup line to
7047 activate changes immediately).
7049 @example
7050 #+STARTUP: odd
7051 #+STARTUP: oddeven
7052 @end example
7054 You can convert an Org-mode file from single-star-per-level to the
7055 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
7056 RET} in that file.  The reverse operation is @kbd{M-x
7057 org-convert-to-oddeven-levels}.
7059 @node TTY keys, Interaction, Clean view, Miscellaneous
7060 @section Using org-mode on a tty
7061 @cindex tty keybindings
7063 Org-mode uses a number of keys that are not accessible on a tty.  This
7064 applies to most special keys like cursor keys, @key{TAB} and
7065 @key{RET}, when these are combined with modifier keys like @key{Meta}
7066 and/or @key{Shift}.  Org-mode uses these bindings because it needs to
7067 provide keys for a large number of commands, and because these keys
7068 appeared particularly easy to remember.  In order to still be able to
7069 access the core functionality of Org-mode on a tty, alternative
7070 bindings are provided.  Here is a complete list of these bindings,
7071 which are obviously more cumbersome to use.  Note that sometimes a
7072 work-around can be better.  For example changing a time stamp is
7073 really only fun with @kbd{S-@key{cursor}} keys.  On a tty you would
7074 rather use @kbd{C-c .}  to re-insert the timestamp.
7076 @multitable @columnfractions 0.15 0.2 0.2
7077 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
7078 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
7079 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
7080 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
7081 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
7082 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
7083 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
7084 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
7085 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
7086 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
7087 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
7088 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
7089 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
7090 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
7091 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
7092 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
7093 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
7094 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
7095 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
7096 @end multitable
7098 @node Interaction, Bugs, TTY keys, Miscellaneous
7099 @section Interaction with other packages
7100 @cindex packages, interaction with other
7101 Org-mode lives in the world of GNU Emacs and interacts in various ways
7102 with other code out there.
7104 @menu
7105 * Cooperation::                 Packages Org-mode cooperates with
7106 * Conflicts::                   Packages that lead to conflicts
7107 @end menu
7109 @node Cooperation, Conflicts, Interaction, Interaction
7110 @subsection Packages that Org-mode cooperates with
7112 @table @asis
7113 @cindex @file{calc.el}
7114 @item @file{calc.el} by Dave Gillespie
7115 Org-mode uses the calc package for implementing spreadsheet
7116 functionality in its tables (@pxref{The spreadsheet}).  Org-mode
7117 checks for the availability of calc by looking for the function
7118 @code{calc-eval} which should be autoloaded in your setup if calc has
7119 been installed properly.  As of Emacs 22, calc is part of the Emacs
7120 distribution.  Another possibility for interaction between the two
7121 packages is using calc for embedded calculations. @xref{Embedded Mode,
7122 , Embedded Mode, calc, GNU Emacs Calc Manual}.
7123 @cindex @file{constants.el}
7124 @item @file{constants.el} by Carsten Dominik
7125 In a table formula (@pxref{The spreadsheet}), it is possible to use
7126 names for natural constants or units.  Instead of defining your own
7127 constants in the variable @code{org-table-formula-constants}, install
7128 the @file{constants} package which defines a large number of constants
7129 and units, and lets you use unit prefixes like @samp{M} for
7130 @samp{Mega} etc.  You will need version 2.0 of this package, available
7131 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org-mode checks for
7132 the function @code{constants-get}, which has to be autoloaded in your
7133 setup.  See the installation instructions in the file
7134 @file{constants.el}.
7135 @item @file{cdlatex.el} by Carsten Dominik
7136 @cindex @file{cdlatex.el}
7137 Org-mode can make use of the cdlatex package to efficiently enter
7138 La@TeX{} fragments into Org-mode files. See @ref{CDLaTeX mode}.
7139 @item @file{remember.el} by John Wiegley
7140 @cindex @file{remember.el}
7141 Org mode cooperates with remember, see @ref{Remember}.
7142 @file{Remember.el} is not part of Emacs, find it on the web.
7143 @cindex @file{table.el}
7144 @item @file{table.el} by Takaaki Ota
7145 @kindex C-c C-c
7146 @cindex table editor, @file{table.el}
7147 @cindex @file{table.el}
7149 Complex ASCII tables with automatic line wrapping, column- and
7150 row-spanning, and alignment can be created using the Emacs table
7151 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
7152 and also part of Emacs 22).
7153 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org-mode
7154 will call @command{table-recognize-table} and move the cursor into the
7155 table.  Inside a table, the keymap of Org-mode is inactive.  In order
7156 to execute Org-mode-related commands, leave the table.
7158 @table @kbd
7159 @kindex C-c C-c
7160 @item C-c C-c
7161 Recognize @file{table.el} table.  Works when the cursor is in a
7162 table.el table.
7164 @kindex C-c ~
7165 @item C-c ~
7166 Insert a table.el table.  If there is already a table at point, this
7167 command converts it between the table.el format and the Org-mode
7168 format.  See the documentation string of the command
7169 @code{org-convert-table} for the restrictions under which this is
7170 possible.
7171 @end table
7172 @file{table.el} is part of Emacs 22.
7173 @cindex @file{footnote.el}
7174 @item @file{footnote.el} by Steven L. Baur
7175 Org-mode recognizes numerical footnotes as provided by this package
7176 (@pxref{Footnotes}).
7177 @end table
7179 @node Conflicts,  , Cooperation, Interaction
7180 @subsection Packages that lead to conflicts with Org-mode
7182 @table @asis
7184 @cindex @file{allout.el}
7185 @item @file{allout.el} by Ken Manheimer
7186 Startup of Org-mode may fail with the error message
7187 @code{(wrong-type-argument keymapp nil)} when there is an outdated
7188 version @file{allout.el} on the load path, for example the version
7189 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
7190 disappear.  If for some reason you cannot do this, make sure that org.el
7191 is loaded @emph{before} @file{allout.el}, for example by putting
7192 @code{(require 'org)} early enough into your @file{.emacs} file.
7194 @cindex @file{CUA.el}
7195 @item @file{CUA.el} by Kim. F. Storm
7196 Keybindings in Org-mode conflict with the @kbd{S-<cursor>} keys
7197 used by CUA-mode (as well as pc-select-mode and s-region-mode) to
7198 select and extend the region.  If you want to use one of these
7199 packages along with Org-mode, configure the variable
7200 @code{org-CUA-compatible}.  When set, Org-mode will move the following
7201 keybindings in Org-mode files, and in the agenda buffer (but not
7202 during date selection).
7204 @example
7205 S-UP    -> M-p             S-DOWN  -> M-n
7206 S-LEFT  -> M--             S-RIGHT -> M-+
7207 @end example
7209 Yes, these are unfortunately more difficult to remember.  If you want
7210 to have other replacement keys, look at the variable
7211 @code{org-disputed-keys}.
7212 @item @file{windmove.el} by Hovav Shacham
7213 @cindex @file{windmove.el}
7214 Also this package uses the @kbd{S-<cursor>} keys, so everything written
7215 in the paragraph above about CUA mode also applies here.
7217 @cindex @file{footnote.el}
7218 @item @file{footnote.el} by Steven L. Baur
7219 Org-mode supports the syntax of the footnote package, but only the
7220 numerical footnote markers.  Also, the default key for footnote
7221 commands, @kbd{C-c !} is already used by Org-mode.  You could use the
7222 variable @code{footnote-prefix} to switch footnotes commands to another
7223 key.  Or, you could use @code{org-replace-disputed-keys} and
7224 @code{org-disputed-keys} to change the settings in Org-mode.
7226 @end table
7229 @node Bugs,  , Interaction, Miscellaneous
7230 @section Bugs
7231 @cindex bugs
7233 Here is a list of things that should work differently, but which I
7234 have found too hard to fix.
7236 @itemize @bullet
7237 @item
7238 If a table field starts with a link, and if the corresponding table
7239 column is narrowed (@pxref{Narrow columns}) to a width too small to
7240 display the link, the field would look entirely empty even though it is
7241 not.  To prevent this, Org-mode throws an error.  The work-around is to
7242 make the column wide enough to fit the link, or to add some text (at
7243 least 2 characters) before the link in the same field.
7244 @item
7245 Narrowing table columns does not work on XEmacs, because the
7246 @code{format} function does not transport text properties.
7247 @item
7248 Text in an entry protected with the @samp{QUOTE} keyword should not
7249 autowrap.
7250 @item
7251 When the application called by @kbd{C-c C-o} to open a file link fails
7252 (for example because the application does not exist or refuses to open
7253 the file), it does so silently.  No error message is displayed.
7254 @item
7255 Recalculating a table line applies the formulas from left to right.
7256 If a formula uses @emph{calculated} fields further down the row,
7257 multiple recalculation may be needed to get all fields consistent.  You
7258 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
7259 recalculate until convergence.
7260 @item
7261 A single letter cannot be made bold, for example @samp{*a*}.
7262 @item
7263 The exporters work well, but could be made more efficient.
7264 @end itemize
7267 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
7268 @appendix Extensions, Hooks and Hacking
7270 This appendix lists extensions for Org-mode written by other authors.
7271 It also covers some aspects where users can extend the functionality of
7272 Org-mode.
7274 @menu
7275 * Extensions::                  Existing 3rd-part extensions
7276 * Adding hyperlink types::      New custom link types
7277 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
7278 * Dynamic blocks::              Automatically filled blocks
7279 * Special agenda views::        Customized views
7280 * Using the property API::      Writing programs that use entry properties
7281 @end menu
7283 @node Extensions, Adding hyperlink types, Extensions and Hacking, Extensions and Hacking
7284 @section Third-party extensions for Org-mode
7285 @cindex extension, third-party
7287 The following extensions for Org-mode have been written by other people:
7289 @table @asis
7290 @cindex @file{org-publish.el}
7291 @item @file{org-publish.el} by David O'Toole
7292 This package provides facilities for publishing related sets of Org-mode
7293 files together with linked files like images as webpages.  It is
7294 highly configurable and can be used for other publishing purposes as
7295 well.  As of Org-mode version 4.30, @file{org-publish.el} is part of the
7296 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7297 caused by the preparations for the 22.1 release.  In the mean time,
7298 @file{org-publish.el} can be downloaded from David's site:
7299 @url{http://dto.freeshell.org/e/org-publish.el}.
7300 @cindex @file{org-mouse.el}
7301 @item @file{org-mouse.el} by Piotr Zielinski
7302 This package implements extended mouse functionality for Org-mode.  It
7303 allows you to cycle visibility and to edit the document structure with
7304 the mouse.  Best of all, it provides a context-sensitive menu on
7305 @key{mouse-3} that changes depending on the context of a mouse-click.
7306 As of Org-mode version 4.53, @file{org-mouse.el} is part of the
7307 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7308 caused by the preparations for the 22.1 release.  In the mean time,
7309 @file{org-mouse.el} can be downloaded from Piotr's site:
7310 @url{http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el}.
7311 @cindex @file{org-blog.el}
7312 @item @file{org-blog.el} by David O'Toole
7313 A blogging plug-in for @file{org-publish.el}.@*
7314 @url{http://dto.freeshell.org/notebook/OrgMode.html}.
7315 @cindex @file{blorg.el}
7316 @item @file{blorg.el} by Bastien Guerry
7317 Publish Org-mode files as
7318 blogs. @url{http://www.cognition.ens.fr/~guerry/blorg.html}.
7319 @cindex @file{org2rem.el}
7320 @item @file{org2rem.el} by Bastien Guerry
7321 Translates Org-mode files into something readable by
7322 Remind. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7323 @item @file{org-toc.el} by Bastien Guerry
7324 Produces a simple table of contents of an Org-mode file, for easy
7325 navigation. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7326 @item @file{org-registry.el} by Bastien Guerry
7327 Find which Org-file link to a certain document.
7328 @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7329 @end table
7331 @page
7333 @node Adding hyperlink types, Tables in arbitrary syntax, Extensions, Extensions and Hacking
7334 @section Adding hyperlink types
7335 @cindex hyperlinks, adding new types
7337 Org-mode has a large number of hyperlink types built-in
7338 (@pxref{Hyperlinks}).  If you would like to add new link types, it
7339 provides an interface for doing so.  Lets look at an example file
7340 @file{org-man.el} that will add support for creating links like
7341 @samp{[[man:printf][The printf manpage]]} to show unix manual pages inside
7342 emacs:
7344 @lisp
7345 ;;; org-man.el - Support for links to manpages in Org-mode
7347 (require 'org)
7349 (org-add-link-type "man" 'org-man-open)
7350 (add-hook 'org-store-link-functions 'org-man-store-link)
7352 (defcustom org-man-command 'man
7353   "The Emacs command to be used to display a man page."
7354   :group 'org-link
7355   :type '(choice (const man) (const woman)))
7357 (defun org-man-open (path)
7358   "Visit the manpage on PATH.
7359 PATH should be a topic that can be thrown at the man command."
7360   (funcall org-man-command path))
7362 (defun org-man-store-link ()
7363   "Store a link to a manpage."
7364   (when (memq major-mode '(Man-mode woman-mode))
7365     ;; This is a man page, we do make this link
7366     (let* ((page (org-man-get-page-name))
7367            (link (concat "man:" page))
7368            (description (format "Manpage for %s" page)))
7369       (org-store-link-props
7370        :type "man"
7371        :link link
7372        :description description))))
7374 (defun org-man-get-page-name ()
7375   "Extract the page name from the buffer name."
7376   ;; This works for both `Man-mode' and `woman-mode'.
7377   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
7378       (match-string 1 (buffer-name))
7379     (error "Cannot create link to this man page")))
7381 (provide 'org-man)
7383 ;;; org-man.el ends here
7384 @end lisp
7386 @noindent
7387 You would activate this new link type in @file{.emacs} with
7389 @lisp
7390 (require 'org-man)
7391 @end lisp
7393 @noindent
7394 Lets go through the file and see what it does.
7395 @enumerate
7396 @item 
7397 It does @code{(require 'org)} to make sure that @file{org.el} has been
7398 loaded.
7399 @item
7400 The next line calls @code{org-add-link-type} to define a new link type
7401 with prefix @samp{man}.  The call also contains the name of a function
7402 that will be called to follow such a link.
7403 @item
7404 The next line adds a function to @code{org-store-link-functions}, in
7405 order to allow the command @kbd{C-c l} to record a useful link in a
7406 buffer displaying a man page.
7407 @end enumerate
7409 The rest of the file defines the necessary variables and functions.
7410 First there is a customization variable that determines which emacs
7411 command should be used to display manpages.  There are two options,
7412 @code{man} and @code{woman}.  Then the function to follow a link is
7413 defined.  It gets the link path as an argument - in this case the link
7414 path is just a topic for the manual command.  The function calls the
7415 value of @code{org-man-command} to display the man page.
7417 Finally the function @code{org-man-store-link} is defined.  When you try
7418 to store a link with @kbd{C-c l}, also this function will be called to
7419 try to make a link.  The function must first decide if it is supposed to
7420 create the link for this buffer type, we do this by checking the value
7421 of the variable @code{major-mode}.  If not, the function must exit and
7422 retunr the value @code{nil}.  If yes, the link is created by getting the
7423 manual tpoic from the buffer name and prefixing it with the string
7424 @samp{man:}.  Then it must call the command @code{org-store-link-props}
7425 and set the @code{:type} and @code{:link} properties.  Optionally you
7426 can also set the @code{:description} property to provide a default for
7427 the link description when the link is later inserted into tan Org-mode
7428 buffer with @kbd{C-c C-l}.
7430 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Extensions and Hacking
7431 @section Tables in arbitrary syntax
7432 @cindex tables, in other modes
7433 @cindex orgtbl-mode
7435 Since Orgtbl-mode can be used as a minor mode in arbitrary buffers, a
7436 frequent feature request has been to make it work with native tables in
7437 specific languages, for example La@TeX{}.  However, this is extremely hard
7438 to do in a general way, would lead to a customization nightmare, and
7439 would take away much of the simplicity of the Orgtbl-mode table editor.
7441 This appendix describes a different approach.  We keep the Orgtbl-mode
7442 table in its native format (the @i{source table}), and use a custom
7443 function to @i{translate} the table to the correct syntax, and to
7444 @i{install} it in the right location (the @i{target table}).  This puts
7445 the burden of writing conversion functions on the user, but it allows
7446 for a very flexible system.
7448 @menu
7449 * Radio tables::                Sending and receiving
7450 * A LaTeX example::             Step by step, almost a tutorial
7451 * Translator functions::        Copy and modify
7452 @end menu
7454 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
7455 @subsection Radio tables
7456 @cindex radio tables
7458 To define the location of the target table, you first need to create two
7459 lines that are comments in the current mode, but contain magic words for
7460 Orgtbl-mode to find.  Orgtbl-mode will insert the translated table
7461 between these lines, replacing whatever was there before.  For example:
7463 @example
7464 /* BEGIN RECEIVE ORGTBL table_name */
7465 /* END RECEIVE ORGTBL table_name */
7466 @end example
7468 @noindent
7469 Just above the source table, we put a special line that tells
7470 Orgtbl-mode how to translate this table and where to install it.  For
7471 example:
7472 @example
7473 #+ORGTBL: SEND table_name translation_function arguments....
7474 @end example
7476 @noindent
7477 @code{table_name} is the reference name for the table that is also used
7478 in the receiver lines. @code{translation_function} is the Lisp function
7479 that does the translation.  Furthermore, the line can contain a list of
7480 arguments (alternating key and value) at the end.  The arguments will be
7481 passed as a property list to the translation function for
7482 interpretation.  A few standard parameters are already recognized and
7483 acted upon before the translation function is called:
7485 @table @code
7486 @item :skip N
7487 Skip the first N lines of the table. Hlines do count!
7488 @item :skipcols (n1 n2 ...)
7489 List of columns that should be skipped.  If the table has a column with
7490 calculation marks, that column is automatically discarded as well.
7491 Please note that the translator function sees the table @emph{after} the
7492 removal of these columns, the function never knows that there have been
7493 additional columns.
7494 @end table
7496 @noindent
7497 The one problem remaining is how to keep the source table in the buffer
7498 without disturbing the normal workings of the file, for example during
7499 compilation of a C file or processing of a La@TeX{} file.  There are a
7500 number of different solutions:
7502 @itemize @bullet
7503 @item
7504 The table could be placed in a block comment if that is supported by the
7505 language.  For example, in C-mode you could wrap the table between
7506 @samp{/*} and @samp{*/} lines.
7507 @item 
7508 Sometimes it is possible to put the table after some kind of @i{END}
7509 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
7510 in La@TeX{}.
7511 @item
7512 You can just comment the table line by line whenever you want to process
7513 the file, and uncomment it whenever you need to edit the table.  This
7514 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
7515 make this comment-toggling very easy, in particular if you bind it to a
7516 key.
7517 @end itemize
7519 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
7520 @subsection A LaTeX example
7521 @cindex LaTeX, and orgtbl-mode
7523 The best way to wrap the source table in La@TeX{} is to use the
7524 @code{comment} environment provided by @file{comment.sty}.  It has to be
7525 activated by placing @code{\usepackage@{comment@}} into the document
7526 header.  Orgtbl-mode can insert a radio table skeleton@footnote{By
7527 default this works only for La@TeX{}, HTML, and TeXInfo.  Configure the
7528 variable @code{orgtbl-radio-tables} to install templates for other
7529 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
7530 be prompted for a table name, lets say we use @samp{salesfigures}.  You
7531 will then get the following template:
7533 @example
7534 % BEGIN RECEIVE ORGTBL salesfigures
7535 % END RECEIVE ORGTBL salesfigures
7536 \begin@{comment@}
7537 #+ORGTBL: SEND salesfigures orgtbl-to-latex
7538 | | |
7539 \end@{comment@}
7540 @end example
7542 @noindent
7543 The @code{#+ORGTBL: SEND} line tells orgtbl-mode to use the function
7544 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
7545 into the receiver location with name @code{salesfigures}.  You may now
7546 fill in the table, feel free to use the spreadsheet features@footnote{If
7547 the @samp{#+TBLFM} line contains an odd number of dollar characters,
7548 this may cause problems with font-lock in latex-mode.  As shown in the
7549 example you can fix this by adding an extra line inside the
7550 @code{comment} environment that is used to balance the dollar
7551 expressions.  If you are using AUCTeX with the font-latex library, a
7552 much better solution is to add the @code{comment} environment to the
7553 variable @code{LaTeX-verbatim-environments}.}:
7555 @example
7556 % BEGIN RECEIVE ORGTBL salesfigures
7557 % END RECEIVE ORGTBL salesfigures
7558 \begin@{comment@}
7559 #+ORGTBL: SEND salesfigures orgtbl-to-latex
7560 | Month | Days | Nr sold | per day |
7561 |-------+------+---------+---------|
7562 | Jan   |   23 |      55 |     2.4 |
7563 | Feb   |   21 |      16 |     0.8 |
7564 | March |   22 |     278 |    12.6 |
7565 #+TBLFM: $4=$3/$2;%.1f
7566 % $ (optional extra dollar to keep font-lock happy, see footnote)
7567 \end@{comment@}
7568 @end example
7570 @noindent
7571 When you are done, press @kbd{C-c C-c} in the table to get the converted
7572 table inserted between the two marker lines.
7574 Now lets assume you want to make the table header by hand, because you
7575 want to control how columns are aligned etc.  In this case we make sure
7576 that the table translator does skip the first 2 lines of the source
7577 table, and tell the command to work as a @i{splice}, i.e. to not produce
7578 header and footer commands of the target table:
7580 @example
7581 \begin@{tabular@}@{lrrr@}
7582 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
7583 % BEGIN RECEIVE ORGTBL salesfigures
7584 % END RECEIVE ORGTBL salesfigures
7585 \end@{tabular@}
7587 \begin@{comment@}
7588 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
7589 | Month | Days | Nr sold | per day |
7590 |-------+------+---------+---------|
7591 | Jan   |   23 |      55 |     2.4 |
7592 | Feb   |   21 |      16 |     0.8 |
7593 | March |   22 |     278 |    12.6 |
7594 #+TBLFM: $4=$3/$2;%.1f
7595 \end@{comment@}
7596 @end example
7598 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
7599 Orgtbl-mode.  It uses a @code{tabular} environment to typeset the table
7600 and marks horizontal lines with @code{\hline}.  Furthermore, it
7601 interprets the following parameters:
7603 @table @code
7604 @item :splice nil/t
7605 When set to t, return only table body lines, don't wrap them into a
7606 tabular environment.  Default is nil.
7608 @item :fmt fmt
7609 A format to be used to wrap each field, should contain @code{%s} for the
7610 original field value.  For example, to wrap each field value in dollars,
7611 you could use @code{:fmt "$%s$"}.  This may also be a property list with
7612 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
7614 @item :efmt efmt
7615 Use this format to print numbers with exponentials.  The format should
7616 have @code{%s} twice for inserting mantissa and exponent, for example
7617 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
7618 may also be a property list with column numbers and formats, for example
7619 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
7620 @code{efmt} has been applied to a value, @code{fmt} will also be
7621 applied.
7622 @end table
7624 @node Translator functions,  , A LaTeX example, Tables in arbitrary syntax
7625 @subsection Translator functions
7626 @cindex HTML, and orgtbl-mode
7627 @cindex translator function
7629 Orgtbl-mode has several translator functions built-in:
7630 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and
7631 @code{orgtbl-to-texinfo}.  Except for @code{orgtbl-to-html}@footnote{The
7632 HTML translator uses the same code that produces tables during HTML
7633 export.}, these all use a generic translator, @code{orgtbl-to-generic}.
7634 For example, @code{orgtbl-to-latex} itself is a very short function that
7635 computes the column definitions for the @code{tabular} environment,
7636 defines a few field and line separators and then hands over to the
7637 generic translator.  Here is the entire code:
7639 @lisp
7640 @group
7641 (defun orgtbl-to-latex (table params)
7642   "Convert the orgtbl-mode TABLE to LaTeX."
7643   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
7644                                org-table-last-alignment ""))
7645          (params2
7646           (list
7647            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
7648            :tend "\\end@{tabular@}"
7649            :lstart "" :lend " \\\\" :sep " & "
7650            :efmt "%s\\,(%s)" :hline "\\hline")))
7651     (orgtbl-to-generic table (org-combine-plists params2 params))))
7652 @end group
7653 @end lisp
7655 As you can see, the properties passed into the function (variable
7656 @var{PARAMS}) are combined with the ones newly defined in the function
7657 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
7658 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
7659 would like to use the La@TeX{} translator, but wanted the line endings to
7660 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
7661 overrule the default with
7663 @example
7664 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
7665 @end example
7667 For a new language, you can either write your own converter function in
7668 analogy with the La@TeX{} translator, or you can use the generic function
7669 directly.  For example, if you have a language where a table is started
7670 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
7671 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
7672 separator is a TAB, you could call the generic translator like this (on
7673 a single line!):
7675 @example
7676 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
7677                               :lstart "!BL! " :lend " !EL!" :sep "\t"
7678 @end example
7680 @noindent
7681 Please check the documentation string of the function
7682 @code{orgtbl-to-generic} for a full list of parameters understood by
7683 that function and remember that you can pass each of them into
7684 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
7685 using the generic function.
7687 Of course you can also write a completely new function doing complicated
7688 things the generic translator cannot do.  A translator function takes
7689 two arguments.  The first argument is the table, a list of lines, each
7690 line either the symbol @code{hline} or a list of fields.  The second
7691 argument is the property list containing all parameters specified in the
7692 @samp{#+ORGTBL: SEND} line.  The function must return a single string
7693 containing the formatted table.  If you write a generally useful
7694 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
7695 others can benefit from your work.
7697 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Extensions and Hacking
7698 @section Dynamic blocks
7699 @cindex dynamic blocks
7701 Org-mode documents can contain @emph{dynamic blocks}.  These are
7702 specially marked regions that are updated by some user-written function.
7703 A good example for such a block is the clock table inserted by the
7704 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
7706 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
7707 to the block and can also specify parameters for the function producing
7708 the content of the block.
7710 @example
7711 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
7713 #+END:
7714 @end example
7716 Dynamic blocks are updated with the following commands
7718 @table @kbd
7719 @kindex C-c C-x C-u
7720 @item C-c C-x C-u
7721 Update dynamic block at point.
7722 @kindex C-u C-c C-x C-u
7723 @item C-u C-c C-x C-u
7724 Update all dynamic blocks in the current file.
7725 @end table
7727 Updating a dynamic block means to remove all the text between BEGIN and
7728 END, parse the BEGIN line for parameters and then call the specific
7729 writer function for this block to insert the new content.  For a block
7730 with name @code{myblock}, the writer function is
7731 @code{org-dblock-write:myblock} with as only parameter a property list
7732 with the parameters given in the begin line.  Here is a trivial example
7733 of a block that keeps track of when the block update function was last
7734 run:
7736 @example
7737 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
7739 #+END:
7740 @end example
7742 @noindent
7743 The corresponding block writer function could look like this:
7745 @lisp
7746 (defun org-dblock-write:block-update-time (params)
7747    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
7748      (insert "Last block update at: "
7749              (format-time-string fmt (current-time)))))
7750 @end lisp
7752 If you want to make sure that all dynamic blocks are always up-to-date,
7753 you could add the function @code{org-update-all-dblocks} to a hook, for
7754 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
7755 written in a way that is does nothing in buffers that are not in Org-mode.
7757 @node Special agenda views, Using the property API, Dynamic blocks, Extensions and Hacking
7758 @section Special Agenda Views
7759 @cindex agenda views, user-defined
7761 Org-mode provides a special hook that can be used to narrow down the
7762 selection made by any of the agenda views.  You may specify a function
7763 that is used at each match to verify if the match should indeed be part
7764 of the agenda view, and if not, how much should be skipped.
7766 Let's say you want to produce a list of projects that contain a WAITING
7767 tag anywhere in the project tree.  Let's further assume that you have
7768 marked all tree headings that define a project with the todo keyword
7769 PROJECT.  In this case you would run a todo search for the keyword
7770 PROJECT, but skip the match unless there is a WAITING tag anywhere in
7771 the subtree belonging to the project line.
7773 To achieve this, you must write a function that searches the subtree for
7774 the tag.  If the tag is found, the function must return @code{nil} to
7775 indicate that this match should not be skipped.  If there is no such
7776 tag, return the location of the end of the subtree, to indicate that
7777 search should continue from there.
7779 @lisp
7780 (defun my-skip-unless-waiting ()
7781   "Skip trees that are not waiting"
7782   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
7783     (if (re-search-forward ":WAITING:" subtree-end t)
7784         nil          ; tag found, do not skip
7785       subtree-end))) ; tag not found, continue after end of subtree
7786 @end lisp
7788 Now you may use this function in an agenda custom command, for example
7789 like this:
7791 @lisp
7792 (org-add-agenda-custom-command
7793  '("b" todo "PROJECT"
7794    ((org-agenda-skip-function 'my-org-waiting-projects)
7795     (org-agenda-overriding-header "Projects waiting for something: "))))
7796 @end lisp
7798 Note that this also binds @code{org-agenda-overriding-header} to get a
7799 meaningful header in the agenda view.
7801 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
7802 particular, you may use the functions @code{org-agenda-skip-entry-if}
7803 and @code{org-agenda-skip-subtree-if} in this form, for example:
7805 @table @code
7806 @item '(org-agenda-skip-entry-if 'scheduled)
7807 Skip current entry if it has been scheduled.
7808 @item '(org-agenda-skip-entry-if 'notscheduled)
7809 Skip current entry if it has not been scheduled.
7810 @item '(org-agenda-skip-entry-if 'deadline)
7811 Skip current entry if it has a deadline.
7812 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
7813 Skip current entry if it has a deadline, or if it is scheduled.
7814 @item '(org-agenda-skip-entry 'regexp "regular expression")
7815 Skip current entry if the regular expression matches in the entry.
7816 @item '(org-agenda-skip-entry 'notregexp "regular expression")
7817 Skip current entry unless the regular expression matches.
7818 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
7819 Same as above, but check and skip the entire subtree.
7820 @end table
7822 Therefore we could also have written the search for WAITING projects
7823 like this, even without defining a special function:
7825 @lisp
7826 (org-add-agenda-custom-command
7827  '("b" todo "PROJECT"
7828    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
7829                                 'regexp ":WAITING:"))
7830     (org-agenda-overriding-header "Projects waiting for something: "))))
7831 @end lisp
7834 @node Using the property API,  , Special agenda views, Extensions and Hacking
7835 @section Using the property API
7836 @cindex API, for properties
7837 @cindex properties, API
7839 Here is a description of the functions that can be used to work with
7840 properties.
7842 @defun org-entry-properties &optional pom which
7843 Get all properties of the entry at point-or-marker POM.
7844 This includes the TODO keyword, the tags, time strings for deadline,
7845 scheduled, and clocking, and any additional properties defined in the
7846 entry.  The return value is an alist, keys may occur multiple times
7847 if the property key was used several times.
7848 POM may also be nil, in which case the current entry is used.
7849 If WHICH is nil or `all', get all properties.  If WHICH is
7850 `special' or `standard', only get that subclass.
7851 @end defun
7852 @defun org-entry-get pom property &optional inherit
7853 Get value of PROPERTY for entry at point-or-marker POM.
7854 If INHERIT is non-nil and the entry does not have the property,
7855 then also check higher levels of the hierarchy.
7856 @end defun
7858 @defun org-entry-delete pom property
7859 Delete the property PROPERTY from entry at point-or-marker POM.
7860 @end defun
7862 @defun org-entry-put pom property value
7863 Set PROPERTY to VALUE for entry at point-or-marker POM.
7864 @end defun
7866 @defun org-buffer-property-keys &optional include-specials
7867 Get all property keys in the current buffer.
7868 @end defun
7870 @defun org-insert-property-drawer
7871 Insert a property drawer at point.
7872 @end defun
7874 @node History and Acknowledgments, Index, Extensions and Hacking, Top
7875 @appendix History and Acknowledgments
7876 @cindex acknowledgments
7877 @cindex history
7878 @cindex thanks
7880 Org-mode was borne in 2003, out of frustration over the user interface
7881 of the Emacs outline-mode.  I was trying to organize my notes and
7882 projects, and using Emacs seemed to be the natural way to go.  However,
7883 having to remember eleven different commands with two or three keys per
7884 command, only to hide and unhide parts of the outline tree, that seemed
7885 entirely unacceptable to me.  Also, when using outlines to take notes, I
7886 constantly want to restructure the tree, organizing it parallel to my
7887 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
7888 editing} were originally implemented in the package
7889 @file{outline-magic.el}, but quickly moved to the more general
7890 @file{org.el}.  As this environment became comfortable for project
7891 planning, the next step was adding @emph{TODO entries}, basic @emph{time
7892 stamps}, and @emph{table support}.  These areas highlight the two main
7893 goals that Org-mode still has today: To create a new, outline-based,
7894 plain text mode with innovative and intuitive editing features, and to
7895 incorporate project planning functionality directly into a notes file.
7897 Since the first release, literally thousands of emails to me or on
7898 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
7899 reports, feedback, new ideas, and sometimes patches and add-on code.
7900 Many thanks to everyone who has helped to improve this package.  I am
7901 trying to keep here a list of the people who had significant influence
7902 in shaping one or more aspects of Org-mode.  The list may not be
7903 complete, if I have forgotten someone, please accept my apologies and
7904 let me know.
7906 @itemize @bullet
7908 @item
7909 @i{Russel Adams} came up with the idea for drawers.
7910 @item
7911 @i{Thomas Baumann} contributed the code for links to the MH-E email
7912 system.
7913 @item
7914 @i{Alex Bochannek} provided a patch for rounding time stamps.
7915 @item
7916 @i{Charles Cave}'s suggestion sparked the implementation of templates
7917 for Remember.
7918 @item
7919 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
7920 specified time.
7921 @item
7922 @i{Gregory Chernov} patched support for lisp forms into table
7923 calculations and improved XEmacs compatibility, in particular by porting
7924 @file{nouline.el} to XEmacs.
7925 @item
7926 @i{Sacha Chua} suggested to copy some linking code from Planner.
7927 @item
7928 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
7929 came up with the idea of properties, and that there should be an API for
7930 them.
7931 @item
7932 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
7933 inspired some of the early development, including HTML export.  He also
7934 asked for a way to narrow wide table columns.
7935 @item
7936 @i{Christian Egli} converted the documentation into TeXInfo format,
7937 patched CSS formatting into the HTML exporter, and inspired the agenda.
7938 @item
7939 @i{David Emery} provided a patch for custom CSS support in exported
7940 HTML agendas.
7941 @item
7942 @i{Nic Ferrier} contributed mailcap and XOXO support.
7943 @item
7944 @i{John Foerch} figured out how to make incremental search show context
7945 around a match in a hidden outline tree.
7946 @item
7947 @i{Niels Giessen} had the idea to automatically archive DONE trees.
7948 @item
7949 @i{Bastien Guerry} wrote the La@TeX{} exporter and has been prolific
7950 with patches, ideas, and bug reports.
7951 to Org-mode.
7952 @item
7953 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
7954 @item
7955 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
7956 folded entries, and column view for properties.
7957 @item
7958 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
7959 provided frequent feedback and some patches.
7960 @item
7961 @i{Jason F. McBrayer} suggested agenda export to CSV format.
7962 @item
7963 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
7964 basis.
7965 @item
7966 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
7967 happy.
7968 @item
7969 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file.
7970 @item
7971 @i{Todd Neal} provided patches for links to Info files and elisp forms.
7972 @item
7973 @i{Tim O'Callaghan} suggested in-file links, search options for general
7974 file links, and TAGS.
7975 @item
7976 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
7977 into Japanese.
7978 @item
7979 @i{Oliver Oppitz} suggested multi-state TODO items.
7980 @item
7981 @i{Scott Otterson} sparked the introduction of descriptive text for
7982 links, among other things.
7983 @item
7984 @i{Pete Phillips} helped during the development of the TAGS feature, and
7985 provided frequent feedback.
7986 @item
7987 @i{T.V. Raman} reported bugs and suggested improvements.
7988 @item
7989 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
7990 control.
7991 @item
7992 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
7993 @item
7994 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
7995 conflict with @file{allout.el}.
7996 @item
7997 @i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
7998 @item
7999 @i{Philip Rooke} created the Org-mode reference card and provided lots
8000 of feedback.
8001 @item
8002 @i{Christian Schlauer} proposed angular brackets around links, among
8003 other things.
8004 @item
8005 Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
8006 @file{organizer-mode.el}.
8007 @item
8008 @i{Daniel Sinder} came up with the idea of internal archiving by locking
8009 subtrees.
8010 @item
8011 @i{Dale Smith} proposed link abbreviations.
8012 @item
8013 @i{Adam Spiers} asked for global linking commands and inspired the link
8014 extension system.  support mairix.
8015 @item
8016 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
8017 chapter about publishing.
8018 @item
8019 @i{J@"urgen Vollmer} contributed code generating the table of contents
8020 in HTML output.
8021 @item
8022 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
8023 keyword.
8024 @item
8025 @i{David Wainberg} suggested archiving, and improvements to the linking
8026 system.
8027 @item
8028 @i{John Wiegley} wrote @file{emacs-wiki.el} and @file{planner.el}.  The
8029 development of Org-mode was fully independent, and both systems are
8030 really different beasts in their basic ideas and implementation details.
8031 I later looked at John's code, however, and learned from his
8032 implementation of (i) links where the link itself is hidden and only a
8033 description is shown, and (ii) popping up a calendar to select a date.
8034 John has also contributed a number of great ideas directly to Org-mode.
8035 @item
8036 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
8037 linking to GNUS.
8038 @item
8039 @i{Roland Winkler} requested additional keybindings to make Org-mode
8040 work on a tty.
8041 @item
8042 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
8043 and contributed various ideas and code snippets.
8044 @end itemize
8047 @node Index, Key Index, History and Acknowledgments, Top
8048 @unnumbered Index
8050 @printindex cp
8052 @node Key Index,  , Index, Top
8053 @unnumbered Key Index
8055 @printindex ky
8057 @bye
8059 @ignore
8060    arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
8061 @end ignore