Release 5.11
[org-mode.git] / org.texi
blob9f09e0cfe302ad53e079e979566187267f1612d0
1 \input texinfo
2 @c %**start of header
3 @setfilename ../info/org
4 @settitle Org Mode Manual
6 @set VERSION 5.11
7 @set DATE October 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} (or @kbd{M-p/n}).
2320 Completion, on the other hand, will help you to insert valid link
2321 prefixes like @samp{http:} or @samp{ftp:}, including the prefixes
2322 defined through link abbreviations (@pxref{Link abbreviations}).  The
2323 link will be inserted into the buffer@footnote{After insertion of a
2324 stored link, the link will be removed from the list of stored links.  To
2325 keep it in the list later use, use a triple @kbd{C-u} prefix to @kbd{C-c
2326 C-l}, or configure the option
2327 @code{org-keep-stored-link-after-insertion}.}, along with a descriptive
2328 text.  If some text was selected when this command is called, the
2329 selected text becomes the default description.@* Note that you don't
2330 have to use this command to insert a link.  Links in Org-mode are plain
2331 text, and you can type or paste them straight into the buffer.  By using
2332 this command, the links are automatically enclosed in double brackets,
2333 and you will be asked for the optional descriptive text.
2335 @c  If the link is a @samp{file:} link and
2336 @c the linked file is located in the same directory as the current file or
2337 @c a subdirectory of it, the path of the file will be inserted relative to
2338 @c the current directory.
2340 @kindex C-u C-c C-l
2341 @cindex file name completion
2342 @cindex completion, of file names
2343 @item C-u C-c C-l
2344 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
2345 a file will be inserted and you may use file name completion to select
2346 the name of the file.  The path to the file is inserted relative to the
2347 directory of the current org file, if the linked file is in the current
2348 directory or in a subdirectory of it, or if the path is written relative
2349 to the current directory using @samp{../}.  Otherwise an absolute path
2350 is used, if possible with @samp{~/} for your home directory.  You can
2351 force an absolute path with two @kbd{C-u} prefixes.
2353 @item C-c C-l @r{(with cursor on existing link)}
2354 When the cursor is on an existing link, @kbd{C-c C-l} allows you to edit the
2355 link and description parts of the link.
2357 @cindex following links
2358 @kindex C-c C-o
2359 @item C-c C-o
2360 Open link at point.  This will launch a web browser for URLs (using
2361 @command{browse-url-at-point}), run vm/mh-e/wanderlust/rmail/gnus/bbdb
2362 for the corresponding links, and execute the command in a shell link.
2363 When the cursor is on an internal link, this commands runs the
2364 corresponding search.  When the cursor is on a TAG list in a headline,
2365 it creates the corresponding TAGS view.  If the cursor is on a time
2366 stamp, it compiles the agenda for that date.  Furthermore, it will visit
2367 text and remote files in @samp{file:} links with Emacs and select a
2368 suitable application for local non-text files.  Classification of files
2369 is based on file extension only.  See option @code{org-file-apps}.  If
2370 you want to override the default application and visit the file with
2371 Emacs, use a @kbd{C-u} prefix.
2373 @kindex mouse-2
2374 @kindex mouse-1
2375 @item mouse-2
2376 @itemx mouse-1
2377 On links, @kbd{mouse-2} will open the link just as @kbd{C-c C-o}
2378 would.  Under Emacs 22, also @kbd{mouse-1} will follow a link.
2380 @kindex mouse-3
2381 @item mouse-3
2382 Like @kbd{mouse-2}, but force file links to be opened with Emacs, and
2383 internal links to be displayed in another window@footnote{See the
2384 variable @code{org-display-internal-link-with-indirect-buffer}}.
2386 @cindex mark ring
2387 @kindex C-c %
2388 @item C-c %
2389 Push the current position onto the mark ring, to be able to return
2390 easily. Commands following an internal link do this automatically.
2392 @cindex links, returning to
2393 @kindex C-c &
2394 @item C-c &
2395 Jump back to a recorded position.  A position is recorded by the
2396 commands following internal links, and by @kbd{C-c %}.  Using this
2397 command several times in direct succession moves through a ring of
2398 previously recorded positions.
2400 @kindex C-c C-x C-n
2401 @kindex C-c C-x C-p
2402 @cindex links, finding next/previous
2403 @item C-c C-x C-n
2404 @itemx C-c C-x C-p
2405 Move forward/backward to the next link in the buffer.  At the limit of
2406 the buffer, the search fails once, and then wraps around.  The key
2407 bindings for this are really too long, you might want to bind this also
2408 to @kbd{C-n} and @kbd{C-p}
2409 @lisp
2410 (add-hook 'org-load-hook
2411   (lambda ()
2412     (define-key 'org-mode-map "\C-n" 'org-next-link)
2413     (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2414 @end lisp
2415 @end table
2417 @node Using links outside Org-mode, Link abbreviations, Handling links, Hyperlinks
2418 @section Using links outside Org-mode
2420 You can insert and follow links that have Org-mode syntax not only in
2421 Org-mode, but in any Emacs buffer.  For this, you should create two
2422 global commands, like this (please select suitable global keys
2423 yourself):
2425 @lisp
2426 (global-set-key "\C-c L" 'org-insert-link-global)
2427 (global-set-key "\C-c o" 'org-open-at-point-global)
2428 @end lisp
2430 @node Link abbreviations, Search options, Using links outside Org-mode, Hyperlinks
2431 @section Link abbreviations
2432 @cindex link abbreviations
2433 @cindex abbreviation, links
2435 Long URLs can be cumbersome to type, and often many similar links are
2436 needed in a document.  For this you can use link abbreviations.  An
2437 abbreviated link looks like this
2439 @example
2440 [[linkword:tag][description]]
2441 @end example
2443 @noindent
2444 where the tag is optional.  Such abbreviations are resolved according to
2445 the information in the variable @code{org-link-abbrev-alist} that
2446 relates the linkwords to replacement text.  Here is an example:
2448 @lisp
2449 @group
2450 (setq org-link-abbrev-alist
2451   '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2452     ("google"   . "http://www.google.com/search?q=")
2453     ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2454                    nph-abs_connect?author=%s&db_key=AST")))
2455 @end group
2456 @end lisp
2458 If the replacement text contains the string @samp{%s}, it will be
2459 replaced with the tag.  Otherwise the tag will be appended to the string
2460 in order to create the link.  You may also specify a function that will
2461 be called with the tag as the only argument to create the link.
2463 With the above setting, you could link to a specific bug with
2464 @code{[[bugzilla:129]]}, search the web for @samp{OrgMode} with
2465 @code{[[google:OrgMode]]} and find out what the Org-mode author is
2466 doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
2468 If you need special abbreviations just for a single Org-mode buffer, you
2469 can define them in the file with
2471 @example
2472 #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2473 #+LINK: google    http://www.google.com/search?q=%s
2474 @end example
2476 @noindent
2477 In-buffer completion @pxref{Completion} can be used after @samp{[} to
2478 complete link abbreviations.
2480 @node Search options, Custom searches, Link abbreviations, Hyperlinks
2481 @section Search options in file links
2482 @cindex search option in file links
2483 @cindex file links, searching
2485 File links can contain additional information to make Emacs jump to a
2486 particular location in the file when following a link.  This can be a
2487 line number or a search option after a double@footnote{For backward
2488 compatibility, line numbers can also follow a single colon.} colon. For
2489 example, when the command @kbd{C-c l} creates a link (@pxref{Handling
2490 links}) to a file, it encodes the words in the current line as a search
2491 string that can be used to find this line back later when following the
2492 link with @kbd{C-c C-o}. 
2494 Here is the syntax of the different ways to attach a search to a file
2495 link, together with an explanation:
2497 @example
2498 [[file:~/code/main.c::255]]
2499 [[file:~/xx.org::My Target]]
2500 [[file:~/xx.org::*My Target]]
2501 [[file:~/xx.org::/regexp/]]
2502 @end example
2504 @table @code
2505 @item 255
2506 Jump to line 255.
2507 @item My Target
2508 Search for a link target @samp{<<My Target>>}, or do a text search for
2509 @samp{my target}, similar to the search in internal links, see
2510 @ref{Internal links}.  In HTML export (@pxref{HTML export}), such a file
2511 link will become an HTML reference to the corresponding named anchor in
2512 the linked file.
2513 @item *My Target
2514 In an Org-mode file, restrict search to headlines.
2515 @item /regexp/
2516 Do a regular expression search for @code{regexp}.  This uses the Emacs
2517 command @code{occur} to list all matches in a separate window.  If the
2518 target file is in Org-mode, @code{org-occur} is used to create a
2519 sparse tree with the matches.
2520 @c If the target file is a directory,
2521 @c @code{grep} will be used to search all files in the directory.
2522 @end table
2524 As a degenerate case, a file link with an empty file name can be used
2525 to search the current file.  For example, @code{[[file:::find me]]} does
2526 a search for @samp{find me} in the current file, just as
2527 @samp{[[find me]]} would.
2529 @node Custom searches,  , Search options, Hyperlinks
2530 @section Custom Searches
2531 @cindex custom search strings
2532 @cindex search strings, custom
2534 The default mechanism for creating search strings and for doing the
2535 actual search related to a file link may not work correctly in all
2536 cases.  For example, BibTeX database files have many entries like
2537 @samp{year="1993"} which would not result in good search strings,
2538 because the only unique identification for a BibTeX entry is the
2539 citation key.
2541 If you come across such a problem, you can write custom functions to set
2542 the right search string for a particular file type, and to do the search
2543 for the string in the file.  Using @code{add-hook}, these functions need
2544 to be added to the hook variables
2545 @code{org-create-file-search-functions} and
2546 @code{org-execute-file-search-functions}.  See the docstring for these
2547 variables for more information.  Org-mode actually uses this mechanism
2548 for Bib@TeX{} database files, and you can use the corresponding code as
2549 an implementation example.  Search for @samp{BibTeX links} in the source
2550 file.
2554 @node TODO items, Tags, Hyperlinks, Top
2555 @chapter TODO items
2556 @cindex TODO items
2558 Org-mode does not maintain TODO lists as a separate document.  TODO
2559 items are an integral part of the notes file, because TODO items
2560 usually come up while taking notes!  With Org-mode, you simply mark
2561 any entry in a tree as being a TODO item.  In this way, the
2562 information is not duplicated, and the entire context from which the
2563 item emerged is always present when you check.
2565 Of course, this technique causes TODO items to be scattered throughout
2566 your file.  Org-mode provides methods to give you an overview over all
2567 things you have to do.
2569 @menu
2570 * TODO basics::                 Marking and displaying TODO entries
2571 * TODO extensions::             Workflow and assignments
2572 * Progress logging::            Dates and notes for progress
2573 * Priorities::                  Some things are more important than others
2574 * Breaking down tasks::         Splitting a task into manageable pieces
2575 * Checkboxes::                  Tick-off lists
2576 @end menu
2578 @node TODO basics, TODO extensions, TODO items, TODO items
2579 @section Basic TODO functionality
2581 Any headline can become a TODO item by starting it with the word TODO,
2582 for example:
2584 @example
2585 *** TODO Write letter to Sam Fortune
2586 @end example
2588 @noindent
2589 The most important commands to work with TODO entries are:
2591 @table @kbd
2592 @kindex C-c C-t
2593 @cindex cycling, of TODO states
2594 @item C-c C-t
2595 Rotate the TODO state of the current item among
2597 @example
2598 ,-> (unmarked) -> TODO -> DONE --.
2599 '--------------------------------'
2600 @end example
2602 The same rotation can also be done ``remotely'' from the timeline and
2603 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
2605 @kindex C-u C-c C-t
2606 @item C-u C-c C-t
2607 Select a specific keyword using completion of (if it has been set up)
2608 the fast selection interface.
2610 @kindex S-@key{right}
2611 @kindex S-@key{left}
2612 @item S-@key{right}
2613 @itemx S-@key{left}
2614 Select the following/preceding TODO state, similar to cycling.  Mostly
2615 useful if more than two TODO states are possible (@pxref{TODO
2616 extensions}).
2617 @kindex C-c C-c
2618 @item C-c C-c
2619 Use the fast tag interface to quickly and directly select a specific
2620 TODO state.  For this you need to assign keys to TODO state, like this:
2621 @example
2622 #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d)
2623 @end example
2624 @noindent See @ref{Per file keywords} and @ref{Setting tags} for more
2625 information.
2626 @kindex C-c C-v
2627 @cindex sparse tree, for TODO
2628 @item C-c C-v
2629 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}).  Folds
2630 the entire buffer, but shows all TODO items and the headings hierarchy
2631 above them.  With prefix arg, search for a specific TODO.  You will be
2632 prompted for the keyword, and you can also give a list of keywords like
2633 @code{kwd1|kwd2|...}.  With numerical prefix N, show the tree for the
2634 Nth keyword in the variable @code{org-todo-keywords}.  With two prefix
2635 args, find all TODO and DONE entries.
2636 @kindex C-c a t
2637 @item C-c a t
2638 Show the global TODO list.  This collects the TODO items from all
2639 agenda files (@pxref{Agenda views}) into a single buffer.  The buffer is in
2640 @code{agenda-mode}, so there are commands to examine and manipulate
2641 the TODO entries directly from that buffer (@pxref{Agenda commands}).
2642 @xref{Global TODO list}, for more information.
2643 @kindex S-M-@key{RET}
2644 @item S-M-@key{RET}
2645 Insert a new TODO entry below the current one.
2646 @end table
2648 @node TODO extensions, Progress logging, TODO basics, TODO items
2649 @section Extended use of TODO keywords
2650 @cindex extended TODO keywords
2652 The default implementation of TODO entries is just two states: TODO and
2653 DONE.  You can use the TODO feature for more complicated things by
2654 configuring the variable @code{org-todo-keywords}.  With special setup,
2655 the TODO keyword system can work differently in different files.
2657 Note that @i{tags} are another way to classify headlines in general and
2658 TODO items in particular (@pxref{Tags}).
2660 @menu
2661 * Workflow states::             From TODO to DONE in steps
2662 * TODO types::                  I do this, Fred the rest
2663 * Multiple sets in one file::   Mixing it all, and still finding your way
2664 * Fast access to TODO states::  Single letter selection of a state
2665 * Per file keywords::           Different files, different requirements
2666 * Faces for TODO keywords::     Highlighting states
2667 @end menu
2669 @node Workflow states, TODO types, TODO extensions, TODO extensions
2670 @subsection TODO keywords as workflow states
2671 @cindex TODO workflow
2672 @cindex workflow states as TODO keywords
2674 You can use TODO keywords to indicate different @emph{sequential} states
2675 in the process of working on an item, for example@footnote{Changing
2676 this variable only becomes effective after restarting Org-mode in a
2677 buffer.}:
2679 @lisp
2680 (setq org-todo-keywords
2681   '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2682 @end lisp
2684 The vertical bar separates the TODO keywords (states that @emph{need
2685 action}) from the DONE states (which need @emph{no further action}.  If
2686 you don't provide the separator bar, the last state is used as the DONE
2687 state.
2688 @cindex completion, of TODO keywords
2689 With this setup, the command @kbd{C-c C-t} will cycle an entry from TODO
2690 to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.  You may
2691 also use a prefix argument to quickly select a specific state.  For
2692 example @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
2693 If you define many keywords, you can use in-buffer completion (see
2694 @ref{Completion}) to insert these words into the buffer.  Changing a
2695 todo state can be logged with a timestamp, see @ref{Tracking TODO state
2696 changes} for more information.
2698 @node TODO types, Multiple sets in one file, Workflow states, TODO extensions
2699 @subsection TODO keywords as types
2700 @cindex TODO types
2701 @cindex names as TODO keywords
2702 @cindex types as TODO keywords
2704 The second possibility is to use TODO keywords to indicate different
2705 @emph{types} of action items.  For example, you might want to indicate
2706 that items are for ``work'' or ``home''.  Or, when you work with several
2707 people on a single project, you might want to assign action items
2708 directly to persons, by using their names as TODO keywords.  This would
2709 be set up like this:
2711 @lisp
2712 (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
2713 @end lisp
2715 In this case, different keywords do not indicate a sequence, but rather
2716 different types.  So the normal work flow would be to assign a task to a
2717 person, and later to mark it DONE.  Org-mode supports this style by
2718 adapting the workings of the command @kbd{C-c C-t}@footnote{This is also
2719 true for the @kbd{t} command in the timeline and agenda buffers.}.  When
2720 used several times in succession, it will still cycle through all names,
2721 in order to first select the right type for a task.  But when you return
2722 to the item after some time and execute @kbd{C-c C-t} again, it will
2723 switch from any name directly to DONE.  Use prefix arguments or
2724 completion to quickly select a specific name.  You can also review the
2725 items of a specific TODO type in a sparse tree by using a numeric prefix
2726 to @kbd{C-c C-v}.  For example, to see all things Lucy has to do, you
2727 would use @kbd{C-3 C-c C-v}.  To collect Lucy's items from all agenda
2728 files into a single buffer, you would use the prefix arg as well when
2729 creating the global todo list: @kbd{C-3 C-c t}.
2731 @node Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions
2732 @subsection Multiple keyword sets in one file
2733 @cindex todo keyword sets
2735 Sometimes you may want to use different sets of TODO keywords in
2736 parallel.  For example, you may want to have the basic
2737 @code{TODO}/@code{DONE}, but also a workflow for bug fixing, and a
2738 separate state indicating that an item has been canceled (so it is not
2739 DONE, but also does not require action).  Your setup would then look
2740 like this:
2742 @lisp
2743 (setq org-todo-keywords
2744       '((sequence "TODO" "|" "DONE")
2745         (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
2746         (sequence "|" "CANCELED")))
2747 @end lisp
2749 The keywords should all be different, this helps Org-mode to keep track
2750 of which subsequence should be used for a given entry.  In this setup,
2751 @kbd{C-c C-t} only operates within a subsequence, so it switches from
2752 @code{DONE} to (nothing) to @code{TODO}, and from @code{FIXED} to
2753 (nothing) to @code{REPORT}.  Therefore you need a mechanism to initially
2754 select the correct sequence.  Besides the obvious ways like typing a
2755 keyword or using completion, you may also apply the following commands:
2757 @table @kbd
2758 @kindex C-S-@key{right}
2759 @kindex C-S-@key{left}
2760 @item C-S-@key{right}
2761 @itemx C-S-@key{left}
2762 These keys jump from one TODO subset to the next.  In the above example,
2763 @kbd{C-S-@key{right}} would jump from @code{TODO} or @code{DONE} to
2764 @code{REPORT}, and any of the words in the second row to @code{CANCELED}.
2765 @kindex S-@key{right}
2766 @kindex S-@key{left}
2767 @item S-@key{right}
2768 @itemx S-@key{left}
2769 @kbd{S-@key{<left>}} and @kbd{S-@key{<right>}} and walk through
2770 @emph{all} keywords from all sets, so for example @kbd{S-@key{<right>}}
2771 would switch from @code{DONE} to @code{REPORT} in the example above.
2772 @end table
2774 @node Fast access to TODO states, Per file keywords, Multiple sets in one file, TODO extensions
2775 @subsection Fast access to TODO states
2777 If you would like to quickly change an entry to an arbitrary TODO state
2778 instead of cycling through the states, you can set up keys for
2779 single-letter access to the states.  This is done by adding the section
2780 key after each keyword, in parenthesis.  For example:
2782 @lisp
2783 (setq org-todo-keywords
2784       '((sequence "TODO(t)" "|" "DONE(d)")
2785         (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
2786         (sequence "|" "CANCELED(c)")))
2787 @end lisp
2789 If you then press @code{C-u C-c C-t} followed by the selection key, the
2790 entry will be switched to this state.  @key{SPC} can be used to remove
2791 any TODO keyword from an entry.  Should you like this way of selecting
2792 TODO states a lot, you might want to set the variable
2793 @code{org-use-fast-todo-selection} to @code{t} and make this behavior
2794 the default.  Check also the variable
2795 @code{org-fast-tag-selection-include-todo}, it allows to change the TODO
2796 state through the tags interface (@pxref{Setting tags}).
2798 @node Per file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions
2799 @subsection Setting up keywords for individual files
2800 @cindex keyword options
2801 @cindex per file keywords
2803 It can be very useful to use different aspects of the TODO mechanism in
2804 different files.  For file-local settings, you need to add special lines
2805 to the file which set the keywords and interpretation for that file
2806 only.  For example, to set one of the two examples discussed above, you
2807 need one of the following lines, starting in column zero anywhere in the
2808 file:
2810 @example
2811 #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
2812 @end example
2814 @example
2815 #+TYP_TODO: Fred Sara Lucy Mike | DONE
2816 @end example
2818 A setup for using several sets in parallel would be:
2820 @example
2821 #+SEQ_TODO: TODO | DONE
2822 #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
2823 #+SEQ_TODO: | CANCELED
2824 @end example
2826 @cindex completion, of option keywords
2827 @kindex M-@key{TAB}
2828 @noindent To make sure you are using the correct keyword, type
2829 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
2831 @cindex DONE, final TODO keyword
2832 Remember that the keywords after the vertical bar (or the last keyword
2833 if no bar is there) must always mean that the item is DONE (although you
2834 may use a different word).  After changing one of these lines, use
2835 @kbd{C-c C-c} with the cursor still in the line to make the changes
2836 known to Org-mode@footnote{Org-mode parses these lines only when
2837 Org-mode is activated after visiting a file.  @kbd{C-c C-c} with the
2838 cursor in a line starting with @samp{#+} is simply restarting Org-mode
2839 for the current buffer.}.
2841 @node Faces for TODO keywords,  , Per file keywords, TODO extensions
2842 @subsection Faces for TODO keywords
2843 @cindex faces, for TODO keywords
2845 Org-mode highlights TODO keywords with special faces: @code{org-todo}
2846 for keywords indicating that an item still has to be acted upon, and
2847 @code{org-done} for keywords indicating that an item is finished.  If
2848 you are using more than 2 different states, you might want to use
2849 special faces for some of them.  This can be done using the variable
2850 @code{org-todo-keyword-faces}.  For example:
2852 @lisp
2853 (setq org-todo-keyword-faces
2854       '(("TODO"      . org-warning)
2855         ("DEFERRED"  . shadow)
2856         ("CANCELED"  . (:foreground "blue" :weight bold))))
2857 @end lisp
2859 @page
2860 @node Progress logging, Priorities, TODO extensions, TODO items
2861 @section Progress Logging
2862 @cindex progress logging
2863 @cindex logging, of progress
2865 Org-mode can automatically record a time stamp and even a note when you
2866 mark a TODO item as DONE, or even each time you change the state of
2867 a TODO item.
2869 @menu
2870 * Closing items::               When was this entry marked DONE?
2871 * Tracking TODO state changes::  When did the status change?
2872 @end menu
2874 @node Closing items, Tracking TODO state changes, Progress logging, Progress logging
2875 @subsection Closing items
2877 If you want to keep track of @emph{when} a certain TODO item was
2878 finished, turn on logging with@footnote{The corresponding in-buffer
2879 setting is: @code{#+STARTUP: logdone}.  You may also set this for the
2880 scope of a subtree by adding a @code{LOGGING} property with one or more
2881 of the logging keywords in the value.}
2883 @lisp
2884 (setq org-log-done t)
2885 @end lisp
2887 @noindent
2888 Then each time you turn a TODO entry into DONE using either @kbd{C-c
2889 C-t} in the Org-mode buffer or @kbd{t} in the agenda buffer, a line
2890 @samp{CLOSED: [timestamp]} will be inserted just after the headline.  If
2891 you turn the entry back into a TODO item through further state cycling,
2892 that line will be removed again.  In the timeline (@pxref{Timeline}) and
2893 in the agenda (@pxref{Weekly/Daily agenda}), you can then use the
2894 @kbd{l} key to display the TODO items closed on each day, giving you an
2895 overview of what has been done on a day.  If you want to record a note
2896 along with the timestamp, use@footnote{The corresponding in-buffer
2897 setting is: @code{#+STARTUP: lognotedone}}
2899 @lisp
2900 (setq org-log-done '(done))
2901 @end lisp
2903 @node Tracking TODO state changes,  , Closing items, Progress logging
2904 @subsection Tracking TODO state changes
2906 When TODO keywords are used as workflow states (@pxref{Workflow
2907 states}), you might want to keep track of when a state change occurred
2908 and record a note about this change.  With the setting@footnote{The
2909 corresponding in-buffer setting is: @code{#+STARTUP: lognotestate}.}
2911 @lisp
2912 (setq org-log-done '(state))
2913 @end lisp
2915 @noindent
2916 each state change will prompt you for a note that will be attached to
2917 the current headline.  If you press @kbd{C-c C-c} without typing
2918 anything into the note buffer, only the time of the state change will be
2919 noted.  Very likely you do not want this verbose tracking all the time,
2920 so it is probably better to configure this behavior with in-buffer
2921 options.  For example, if you are tracking purchases, put these into a
2922 separate file that contains:
2924 @example
2925 #+SEQ_TODO: TODO(t) ORDERED(o) INVOICE(i) PAYED(p) | RECEIVED(r)
2926 #+STARTUP: lognotestate
2927 @end example
2929 If you only need to take a note for some of the states, mark those
2930 states with an additional @samp{@@}, like this:
2932 @example
2933 #+SEQ_TODO: TODO(t) ORDERED(o@@) INVOICE(i@@) PAYED(p) | RECEIVED(r)
2934 #+STARTUP: lognotestate
2935 @end example
2937 @node Priorities, Breaking down tasks, Progress logging, TODO items
2938 @section Priorities
2939 @cindex priorities
2941 If you use Org-mode extensively to organize your work, you may end up
2942 with a number of TODO entries so large that you'd like to prioritize
2943 them.  This can be done by placing a @emph{priority cookie} into the
2944 headline, like this
2946 @example
2947 *** TODO [#A] Write letter to Sam Fortune
2948 @end example
2950 @noindent
2951 With its standard setup, Org-mode supports priorities @samp{A},
2952 @samp{B}, and @samp{C}.  @samp{A} is the highest priority.  An entry
2953 without a cookie is treated as priority @samp{B}.  Priorities make a
2954 difference only in the agenda (@pxref{Weekly/Daily agenda}).
2956 @table @kbd
2957 @kindex @kbd{C-c ,}
2958 @item @kbd{C-c ,}
2959 Set the priority of the current headline.  The command prompts for a
2960 priority character @samp{A}, @samp{B} or @samp{C}.  When you press
2961 @key{SPC} instead, the priority cookie is removed from the headline.
2962 The priorities can also be changed ``remotely'' from the timeline and
2963 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
2965 @kindex S-@key{up}
2966 @kindex S-@key{down}
2967 @item S-@key{up}
2968 @itemx S-@key{down}
2969 Increase/decrease priority of current headline@footnote{See also the
2970 option @code{org-priority-start-cycle-with-default'}.}.  Note that these
2971 keys are also used to modify time stamps (@pxref{Creating timestamps}).
2972 Furthermore, these keys are also used by CUA-mode (@pxref{Conflicts}).
2973 @end table
2975 You can change the range of allowed priorities by setting the variables
2976 @code{org-highest-priority}, @code{org-lowest-priority}, and
2977 @code{org-default-priority}.  For an individual buffer, you may set
2978 these values (highest, lowest, default) like this (please make sure that
2979 the highest priority is earlier in the alphabet than the lowest
2980 priority):
2982 @example
2983 #+PRIORITIES: A C B
2984 @end example
2986 @node Breaking down tasks, Checkboxes, Priorities, TODO items
2987 @section Breaking tasks down into subtasks
2988 @cindex tasks, breaking down
2990 It is often advisable to break down large tasks into smaller, manageable
2991 subtasks.  You can do this by creating an outline tree below a TODO
2992 item, with detailed subtasks on the tree@footnote{To keep subtasks out
2993 of the global TODO list, see the
2994 @code{org-agenda-todo-list-sublevels}.}.  Another possibility is the use
2995 of checkboxes to identify (a hierarchy of) a large number of subtasks
2996 (@pxref{Checkboxes}).
2999 @node Checkboxes,  , Breaking down tasks, TODO items
3000 @section Checkboxes
3001 @cindex checkboxes
3003 Every item in a plain list (@pxref{Plain lists}) can be made a checkbox
3004 by starting it with the string @samp{[ ]}.  This feature is similar to
3005 TODO items (@pxref{TODO items}), but more lightweight.  Checkboxes are
3006 not included into the global TODO list, so they are often great to split
3007 a task into a number of simple steps.  Or you can use them in a shopping
3008 list.  To toggle a checkbox, use @kbd{C-c C-c}, or try Piotr Zielinski's
3009 @file{org-mouse.el}.  Here is an example of a checkbox list.
3011 @example
3012 * TODO Organize party [3/6]
3013   - call people [1/3]
3014     - [ ] Peter
3015     - [X] Sarah
3016     - [ ] Sam
3017   - [X] order food
3018   - [ ] think about what music to play
3019   - [X] talk to the neighbors
3020 @end example
3022 @cindex statistics, for checkboxes
3023 @cindex checkbox statistics
3024 The @samp{[3/6]} and @samp{[1/3]} in the first and second line are
3025 cookies indicating how many checkboxes are present in this entry, and
3026 how many of them have been checked off.  This can give you an idea on
3027 how many checkboxes remain, even without opening a folded entry.  The
3028 cookies can be placed into a headline or into (the first line of) a
3029 plain list item. Each cookie covers all checkboxes structurally below
3030 that headline/item.  You have to insert the cookie yourself by typing
3031 either @samp{[/]} or @samp{[%]}.  In the first case you get an @samp{n
3032 out of m} result, in the second case you get information about the
3033 percentage of checkboxes checked (in the above example, this would be
3034 @samp{[50%]} and @samp{[33%], respectively}).
3036 @noindent The following commands work with checkboxes:
3038 @table @kbd
3039 @kindex C-c C-c
3040 @item C-c C-c
3041 Toggle checkbox at point.  With prefix argument, set it to @samp{[-]},
3042 which is considered to be an intermediate state.
3043 @kindex C-c C-x C-b
3044 @item C-c C-x C-b
3045 Toggle checkbox at point.
3046 @itemize @minus
3047 @item
3048 If there is an active region, toggle the first checkbox in the region
3049 and set all remaining boxes to the same status as the first.  If you
3050 want to toggle all boxes in the region independently, use a prefix
3051 argument.
3052 @item
3053 If the cursor is in a headline, toggle checkboxes in the region between
3054 this headline and the next (so @emph{not} the entire subtree).
3055 @item
3056 If there is no active region, just toggle the checkbox at point.
3057 @end itemize
3058 @kindex M-S-@key{RET}
3059 @item M-S-@key{RET}
3060 Insert a new item with a checkbox.
3061 This works only if the cursor is already in a plain list item
3062 (@pxref{Plain lists}).
3063 @kindex C-c #
3064 @item C-c #
3065 Update the checkbox statistics in the current outline entry.  When
3066 called with a @kbd{C-u} prefix, update the entire file.  Checkbox
3067 statistic cookies are updated automatically if you toggle checkboxes
3068 with @kbd{C-c C-c} and make new ones with @kbd{M-S-@key{RET}}.  If you
3069 delete boxes or add/change them by hand, use this command to get things
3070 back into synch.  Or simply toggle any checkbox twice with @kbd{C-c C-c}.
3071 @end table
3074 @node Tags, Properties and columns, TODO items, Top
3075 @chapter Tags
3076 @cindex tags
3077 @cindex headline tagging
3078 @cindex matching, tags
3079 @cindex sparse tree, tag based
3081 If you wish to implement a system of labels and contexts for
3082 cross-correlating information, an excellent way is to assign @i{tags} to
3083 headlines.  Org-mode has extensive support for using tags.
3085 Every headline can contain a list of tags, at the end of the headline.
3086 Tags are normal words containing letters, numbers, @samp{_}, and
3087 @samp{@@}.  Tags must be preceded and followed by a single colon; like
3088 @samp{:WORK:}.  Several tags can be specified like @samp{:WORK:URGENT:}.
3090 @menu
3091 * Tag inheritance::             Tags use the tree structure of the outline
3092 * Setting tags::                How to assign tags to a headline
3093 * Tag searches::                Searching for combinations of tags
3094 @end menu
3096 @node Tag inheritance, Setting tags, Tags, Tags
3097 @section Tag inheritance
3098 @cindex inheritance, of tags
3099 @cindex sublevels, inclusion into tags match
3101 @i{Tags} make use of the hierarchical structure of outline trees.  If a
3102 heading has a certain tag, all subheadings will inherit the tag as
3103 well.  For example, in the list
3105 @example
3106 * Meeting with the French group      :WORK:
3107 ** Summary by Frank                  :BOSS:NOTES:
3108 *** TODO Prepare slides for him      :ACTION:
3109 @end example
3111 @noindent
3112 the final heading will have the tags @samp{:WORK:}, @samp{:BOSS:},
3113 @samp{:NOTES:}, and @samp{:ACTION:}.  When executing tag searches and
3114 Org-mode finds that a certain headline matches the search criterion, it
3115 will not check any sublevel headline, assuming that these likely also
3116 match, and that the list of matches can become very long.  This may
3117 not be what you want, however, and you can influence inheritance and
3118 searching using the variables @code{org-use-tag-inheritance} and
3119 @code{org-tags-match-list-sublevels}.
3121 @node Setting tags, Tag searches, Tag inheritance, Tags
3122 @section Setting tags
3123 @cindex setting tags
3124 @cindex tags, setting
3126 @kindex M-@key{TAB}
3127 Tags can simply be typed into the buffer at the end of a headline.
3128 After a colon, @kbd{M-@key{TAB}} offers completion on tags.  There is
3129 also a special command for inserting tags:
3131 @table @kbd
3132 @kindex C-c C-c
3133 @item C-c C-c
3134 @cindex completion, of tags
3135 Enter new tags for the current headline.  Org-mode will either offer
3136 completion or a special single-key interface for setting tags, see
3137 below.  After pressing @key{RET}, the tags will be inserted and aligned
3138 to @code{org-tags-column}.  When called with a @kbd{C-u} prefix, all
3139 tags in the current buffer will be aligned to that column, just to make
3140 things look nice.  TAGS are automatically realigned after promotion,
3141 demotion, and TODO state changes (@pxref{TODO basics}).
3142 @end table
3144 Org will support tag insertion based on a @emph{list of tags}.  By
3145 default this list is constructed dynamically, containing all tags
3146 currently used in the buffer.  You may also globally specify a hard list
3147 of tags with the variable @code{org-tag-alist}.  Finally you can set
3148 the default tags for a given file with lines like
3150 @example
3151 #+TAGS: @@WORK @@HOME @@TENNISCLUB
3152 #+TAGS: Laptop Car PC Sailboat
3153 @end example
3155 If you have globally defined your preferred set of tags using the
3156 variable @code{org-tag-alist}, but would like to use a dynamic tag list
3157 in a specific file: Just add an empty TAGS option line to that file:
3159 @example
3160 #+TAGS:
3161 @end example
3163 The default support method for entering tags is minibuffer completion.
3164 However, Org-mode also implements a much better method: @emph{fast tag
3165 selection}.  This method allows to select and deselect tags with a
3166 single key per tag.  To function efficiently, you should assign unique
3167 keys to most tags.  This can be done globally with
3169 @lisp
3170 (setq org-tag-alist '(("@@WORK" . ?w) ("@@HOME" . ?h) ("Laptop" . ?l)))
3171 @end lisp
3173 @noindent or on a per-file basis with
3175 @example
3176 #+TAGS: @@WORK(w)  @@HOME(h)  @@TENNISCLUB(t)  Laptop(l)  PC(p)
3177 @end example
3179 @noindent
3180 You can also group together tags that are mutually exclusive.  With
3181 curly braces@footnote{In @code{org-mode-alist} use
3182 @code{'(:startgroup)} and @code{'(:endgroup)}, respectively.  Several
3183 groups are allowed.}
3185 @example
3186 #+TAGS: @{ @@WORK(w)  @@HOME(h)  @@TENNISCLUB(t) @}  Laptop(l)  PC(p)
3187 @end example
3189 @noindent you indicate that at most one of @samp{@@WORK}, @samp{@@HOME},
3190 and @samp{@@TENNISCLUB} should be selected.
3192 @noindent Don't forget to press @kbd{C-c C-c} with the cursor in one of
3193 these lines to activate any changes.
3195 If at least one tag has a selection key, pressing @kbd{C-c C-c} will
3196 automatically present you with a special interface, listing inherited
3197 tags, the tags of the current headline, and a list of all legal tags
3198 with corresponding keys@footnote{Keys will automatically be assigned to
3199 tags which have no configured keys.}.  In this interface, you can use
3200 the following keys:
3202 @table @kbd
3203 @item a-z...
3204 Pressing keys assigned to tags will add or remove them from the list of
3205 tags in the current line.  Selecting a tag in a group of mutually
3206 exclusive tags will turn off any other tags from that group.
3207 @kindex @key{TAB}
3208 @item @key{TAB}
3209 Enter a tag in the minibuffer, even if the tag is not in the predefined
3210 list.  You will be able to complete on all tags present in the buffer.
3211 @kindex @key{SPC}
3212 @item @key{SPC}
3213 Clear all tags for this line.
3214 @kindex @key{RET}
3215 @item @key{RET}
3216 Accept the modified set.
3217 @item C-g
3218 Abort without installing changes.
3219 @item q
3220 If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3221 @item !
3222 Turn off groups of mutually exclusive tags.  Use this to (as an
3223 exception) assign several tags from such a group.
3224 @item C-c
3225 Toggle auto-exit after the next change (see below).
3226 If you are using expert mode, the first @kbd{C-c} will display the
3227 selection window.
3228 @end table
3230 @noindent
3231 This method lets you assign tags to a headline with very few keys.  With
3232 the above setup, you could clear the current tags and set @samp{@@HOME},
3233 @samp{Laptop} and @samp{PC} tags with just the following keys: @kbd{C-c
3234 C-c @key{SPC} h l p @key{RET}}.  Switching from @samp{@@HOME} to
3235 @samp{@@WORK} would be done with @kbd{C-c C-c w @key{RET}} or
3236 alternatively with @kbd{C-c C-c C-c w}.  Adding the non-predefined tag
3237 @samp{Sarah} could be done with @kbd{C-c C-c @key{TAB} S a r a h
3238 @key{RET} @key{RET}}.
3240 If you find that most of the time, you need only a single keypress to
3241 modify your list of tags, set the variable
3242 @code{org-fast-tag-selection-single-key}.  Then you no longer have to
3243 press @key{RET} to exit fast tag selection - it will immediately exit
3244 after the first change.  If you then occasionally need more keys, press
3245 @kbd{C-c} to turn off auto-exit for the current tag selection process
3246 (in effect: start selection with @kbd{C-c C-c C-c} instead of @kbd{C-c
3247 C-c}).  If you set the variable to the value @code{expert}, the special
3248 window is not even shown for single-key tag selection, it comes up only
3249 when you press an extra @kbd{C-c}.
3251 @node Tag searches,  , Setting tags, Tags
3252 @section Tag searches
3253 @cindex tag searches
3254 @cindex searching for tags
3256 Once a tags system has been set up, it can be used to collect related
3257 information into special lists.
3259 @table @kbd
3260 @kindex C-c \
3261 @item C-c \
3262 Create a sparse tree with all headlines matching a tags search.  With a
3263 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
3264 @kindex C-c a m
3265 @item C-c a m
3266 Create a global list of tag matches from all agenda files.
3267 @xref{Matching tags and properties}.
3268 @kindex C-c a M
3269 @item C-c a M
3270 Create a global list of tag matches from all agenda files, but check
3271 only TODO items and force checking subitems (see variable
3272 @code{org-tags-match-list-sublevels}).
3273 @end table
3275 @cindex Boolean logic, for tag searches
3276 A @i{tags} search string can use Boolean operators @samp{&} for AND and
3277 @samp{|} for OR.  @samp{&} binds more strongly than @samp{|}.
3278 Parenthesis are currently not implemented.  A tag may also be preceded
3279 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
3280 positive selection.  The AND operator @samp{&} is optional when @samp{+}
3281 or @samp{-} is present.  Examples:
3283 @table @samp
3284 @item +WORK-BOSS
3285 Select headlines tagged @samp{:WORK:}, but discard those also tagged
3286 @samp{:BOSS:}.
3287 @item WORK|LAPTOP
3288 Selects lines tagged @samp{:WORK:} or @samp{:LAPTOP:}.
3289 @item WORK|LAPTOP&NIGHT
3290 Like before, but require the @samp{:LAPTOP:} lines to be tagged also
3291 @samp{NIGHT}.
3292 @end table
3294 @cindex TODO keyword matching, with tags search
3295 If you are using multi-state TODO keywords (@pxref{TODO extensions}), it
3296 can be useful to also match on the TODO keyword.  This can be done by
3297 adding a condition after a slash to a tags match.  The syntax is similar
3298 to the tag matches, but should be applied with consideration: For
3299 example, a positive selection on several TODO keywords can not
3300 meaningfully be combined with boolean AND.  However, @emph{negative
3301 selection} combined with AND can be meaningful.  To make sure that only
3302 lines are checked that actually have any TODO keyword, use @kbd{C-c a
3303 M}, or equivalently start the todo part after the slash with @samp{!}.
3304 Examples:
3306 @table @samp
3307 @item WORK/WAITING
3308 Select @samp{:WORK:}-tagged TODO lines with the specific TODO
3309 keyword @samp{WAITING}.
3310 @item WORK/!-WAITING-NEXT
3311 Select @samp{:WORK:}-tagged TODO lines that are neither @samp{WAITING}
3312 nor @samp{NEXT}
3313 @item WORK/+WAITING|+NEXT
3314 Select @samp{:WORK:}-tagged TODO lines that are either @samp{WAITING} or
3315 @samp{NEXT}.
3316 @end table
3318 @cindex regular expressions, with tags search
3319 Any element of the tag/todo match can be a regular expression - in this
3320 case it must be enclosed in curly braces.  For example,
3321 @samp{WORK+@{^BOSS.*@}} matches headlines that contain the tag
3322 @samp{WORK} and any tag @i{starting} with @samp{BOSS}.
3324 @cindex level, require for tags match
3325 You can also require a headline to be of a certain level, by writing
3326 instead of any TAG an expression like @samp{LEVEL=3}.  For example, a
3327 search @samp{+LEVEL=3+BOSS/-DONE} lists all level three headlines that
3328 have the tag BOSS and are @emph{not} marked with the todo keyword DONE.
3330 @node Properties and columns, Timestamps, Tags, Top
3331 @chapter Properties and Columns
3332 @cindex properties
3334 Properties are a set of key-value pairs associated with an entry.  There
3335 are two main applications for properties in Org-mode.  First, properties
3336 are like tags, but with a value.  For example, in a file where you
3337 document bugs and plan releases of a piece of software, instead of using
3338 tags like @code{:release_1:}, @code{:release_2:}, it can be more
3339 efficient to use a property @code{RELEASE} with a value @code{1.0} or
3340 @code{2.0}.  Second, you can use properties to implement (very basic)
3341 database capabilities in an Org-mode buffer, for example to create a
3342 list of Music CD's you own.  You can edit and view properties
3343 conveniently in column view (@pxref{Column view}).
3345 @menu
3346 * Property syntax::             How properties are spelled out
3347 * Special properties::          Access to other Org-mode features
3348 * Property searches::           Matching property values
3349 * Column view::                 Tabular viewing and editing
3350 * Property API::                Properties for Lisp programmers
3351 @end menu
3353 @node Property syntax, Special properties, Properties and columns, Properties and columns
3354 @section Property Syntax
3355 @cindex property syntax
3356 @cindex drawer, for properties
3358 Properties are key-value pairs.  They need to be inserted into a special
3359 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
3360 is specified on a single line, with the key (surrounded by colons)
3361 first, and the value after it.  Here is an example:
3363 @example
3364 * CD collection
3365 ** Classic
3366 *** Goldberg Variations
3367     :PROPERTIES:
3368     :Title:     Goldberg Variations
3369     :Composer:  J.S. Bach
3370     :Artist:    Glen Gould 
3371     :Publisher: Deutsche Grammphon
3372     :NDisks:    1
3373     :END:       
3374 @end example
3376 You may define the allowed values for a particular property @samp{XYZ}
3377 by setting a property @samp{XYZ_ALL}.  This special property is
3378 @emph{inherited}, so if you set it in a level 1 entry, it will apply to
3379 the entire tree.  When allowed values are defined, setting the
3380 corresponding property becomes easier and is less prone to typing
3381 errors.  For the example with the CD collection, we can predefine
3382 publishers and the number of disks in a box like this:
3384 @example
3385 * CD collection
3386   :PROPERTIES:
3387   :NDisks_ALL:  1 2 3 4
3388   :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
3389   :END:
3390 @end example
3392 If you want to set properties that can be inherited by any entry in a
3393 file, use a line like
3395 @example
3396 #+PROPERTY: NDisks_ALL 1 2 3 4
3397 @end example
3399 Property values set with the global variable
3400 @code{org-global-properties} can be inherited by all entries in all
3401 Org-mode files.
3403 @noindent
3404 The following commands help to work with properties:
3406 @table @kbd
3407 @kindex M-@key{TAB}
3408 @item M-@key{TAB}
3409 After an initial colon in a line, complete property keys.  All keys used
3410 in the current file will be offered as possible completions.
3411 @item M-x org-insert-property-drawer
3412 Insert a property drawer into the current entry.  The drawer will be
3413 inserted early in the entry, but after the lines with planning
3414 information like deadlines.
3415 @kindex C-c C-c
3416 @item C-c C-c
3417 With the cursor in a property drawer, this executes property commands.
3418 @item C-c C-c s
3419 Set a property in the current entry.  Both the property and the value
3420 can be inserted using completion.
3421 @kindex S-@key{right}
3422 @kindex S-@key{left}
3423 @item S-@key{left}/@key{right}
3424 Switch property at point to the next/previous allowed value.
3425 @item C-c C-c d
3426 Remove a property from the current entry.
3427 @item C-c C-c D
3428 Globally remove a property, from all entries in the current file.
3429 @item C-c C-c c
3430 Compute the property at point, using the operator and scope from the
3431 nearest column format definition.
3432 @end table
3434 @node Special properties, Property searches, Property syntax, Properties and columns
3435 @section Special Properties
3436 @cindex properties, special
3438 Special properties provide alternative access method to Org-mode
3439 features discussed in the previous chapters, like the TODO state or the
3440 priority of an entry.  This interface exists so that you can include
3441 these states into columns view (@pxref{Column view}).  The following
3442 property names are special and should not be used as keys in the
3443 properties drawer:
3445 @example
3446 TODO         @r{The TODO keyword of the entry.}
3447 TAGS         @r{The tags defined directly in the headline.}
3448 ALLTAGS      @r{All tags, including inherited ones.}
3449 PRIORITY     @r{The priority of the entry, a string with a single letter.}
3450 DEADLINE     @r{The deadline time string, without the angular brackets.}
3451 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
3452 @end example
3454 @node Property searches, Column view, Special properties, Properties and columns
3455 @section Property searches
3456 @cindex properties, searching
3458 To create sparse trees and special lists with selection based on
3459 properties, the same commands are used as for tag searches (@pxref{Tag
3460 searches}), and the same logic applies.  For example, a search string
3462 @example
3463 +WORK-BOSS+PRIORITY="A"+coffee="unlimited"+with=@{Sarah\|Denny@}
3464 @end example
3466 @noindent
3467 finds entries tagged @samp{:WORK:} but not @samp{:BOSS:}, which
3468 also have a priority value @samp{A}, a @samp{:coffee:} property with the
3469 value @samp{unlimited}, and a @samp{:with:} property that is matched by
3470 the regular expression @samp{Sarah\|Denny}.
3472 @node Column view, Property API, Property searches, Properties and columns
3473 @section Column View
3475 A great way to view and edit properties in an outline tree is
3476 @emph{column view}.  In column view, each outline item is turned into a
3477 table row.  Columns in this table provide access to properties of the
3478 entries.  Org-mode implements columns by overlaying a tabular structure
3479 over the headline of each item.  While the headlines have been turned
3480 into a table row, you can still change the visibility of the outline
3481 tree.  For example, you get a compact table by switching to CONTENTS
3482 view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3483 is active), but you can still open, read, and edit the entry below each
3484 headline.  Or, you can switch to column view after executing a sparse
3485 tree command and in this way get a table only for the selected items.
3486 Column view also works in agenda buffers (@pxref{Agenda views}) where
3487 queries have collected selected items, possibly from a number of files.
3489 @menu
3490 * Defining columns::            The COLUMNS format property
3491 * Using column view::           How to create and use column view
3492 @end menu
3494 @node Defining columns, Using column view, Column view, Column view
3495 @subsection Defining Columns
3496 @cindex column view, for properties
3497 @cindex properties, column view
3499 Setting up a column view first requires defining the columns.  This is
3500 done by defining a column format line.
3502 @menu
3503 * Scope of column definitions::  Where defined, where valid?
3504 * Column attributes::           Appearance and content of a column
3505 @end menu
3507 @node Scope of column definitions, Column attributes, Defining columns, Defining columns
3508 @subsubsection Scope of column definitions
3510 To define a column format for an entire file, use a line like
3512 @example
3513 #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3514 @end example
3516 To specify a format that only applies to a specific tree, add a COLUMNS
3517 property to the top node of that tree, for example
3518 @example
3519 ** Top node for columns view
3520    :PROPERTIES:
3521    :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3522    :END:
3523 @end example
3525 If a @code{COLUMNS} property is present in an entry, it defines columns
3526 for the entry itself, and for the entire subtree below it.  Since the
3527 column definition is part of the hierarchical structure of the document,
3528 you can define columns on level 1 that are general enough for all
3529 sublevels, and more specific columns further down, when you edit a
3530 deeper part of the tree.
3532 @node Column attributes,  , Scope of column definitions, Defining columns
3533 @subsubsection Column attributes
3534 A column definition sets the attributes of a column.  The general
3535 definition looks like this:
3537 @example
3538  %[width]property[(title)][@{summary-type@}]
3539 @end example
3541 @noindent
3542 Except for the percent sign and the property name, all items are
3543 optional.  The individual parts have the following meaning:
3545 @example
3546 width           @r{An integer specifying the width of the column in characters.}
3547                 @r{If omitted, the width will be determined automatically.}
3548 property        @r{The property that should be edited in this column.}
3549 (title)         @r{The header text for the column. If omitted, the}
3550                 @r{property name is used.}
3551 @{summary-type@}  @r{The summary type.  If specified, the column values for}
3552                 @r{parent nodes are computed from the children.}
3553                 @r{Supported summary types are:}
3554                 @{+@}  @r{Sum numbers in this column.}
3555                 @{:@}  @r{Sum times, HH:MM:SS, plain numbers are hours.}
3556                 @{X@}  @r{Checkbox status, [X] if all children are [X].}
3557 @end example
3559 @noindent
3560 Here is an example for a complete columns definition, along with allowed
3561 values.
3563 @example
3564 :COLUMNS:  %20ITEM %9Approved(Approved?)@{X@} %Owner %11Status %10Time_Spent@{:@}
3565 :Owner_ALL:    Tammy Mark Karl Lisa Don
3566 :Status_ALL:   "In progress" "Not started yet" "Finished" ""
3567 :Approved_ALL: "[ ]" "[X]"
3568 @end example
3570 The first column, @samp{%25ITEM}, means the first 25 characters of the
3571 item itself, i.e. of the headline.  You probably always should start the
3572 column definition with the ITEM specifier.  The other specifiers create
3573 columns @samp{Owner} with a list of names as allowed values, for
3574 @samp{Status} with four different possible values, and for a checkbox
3575 field @samp{Approved}.  When no width is given after the @samp{%}
3576 character, the column will be exactly as wide as it needs to be in order
3577 to fully display all values.  The @samp{Approved} column does have a
3578 modified title (@samp{Approved?}, with a question mark).  Summaries will
3579 be created for the @samp{Time_Spent} column by adding time duration
3580 expressions like HH:MM, and for the @samp{Approved} column, by providing
3581 an @samp{[X]} status if all children have been checked.
3583 @node Using column view,  , Defining columns, Column view
3584 @subsection Using Column View
3586 @table @kbd
3587 @tsubheading{Turning column view on and off}
3588 @kindex C-c C-x C-c
3589 @item C-c C-x C-c
3590 Create the column view for the local environment.  This command searches
3591 the hierarchy, up from point, for a @code{COLUMNS} property that defines
3592 a format.  When one is found, the column view table is established for
3593 the entire tree, starting from the entry that contains the @code{COLUMNS}
3594 property.  If none is found, the format is taken from the @code{#+COLUMNS}
3595 line or from the variable @code{org-columns-default-format}, and column
3596 view is established for the current entry and its subtree.
3597 @kindex q
3598 @item q
3599 Exit column view.
3600 @tsubheading{Editing values}
3601 @item @key{left} @key{right} @key{up} @key{down}
3602 Move through the column view from field to field.
3603 @kindex S-@key{left}
3604 @kindex S-@key{right}
3605 @item  S-@key{left}/@key{right}
3606 Switch to the next/previous allowed value of the field.  For this, you
3607 have to have specified allowed values for a property.
3608 @kindex n
3609 @kindex p
3610 @itemx  n / p
3611 Same as @kbd{S-@key{left}/@key{right}}
3612 @kindex e
3613 @item e
3614 Edit the property at point.  For the special properties, this will
3615 invoke the same interface that you normally use to change that
3616 property.  For example, when editing a TAGS property, the tag completion
3617 or fast selection interface will pop up.
3618 @kindex v
3619 @item v
3620 View the full value of this property.  This is useful if the width of
3621 the column is smaller than that of the value.
3622 @kindex a
3623 @item a
3624 Edit the list of allowed values for this property.  If the list is found
3625 in the hierarchy, the modified values is stored there.  If no list is
3626 found, the new value is stored in the first entry that is part of the
3627 current column view.
3628 @tsubheading{Modifying the table structure}
3629 @kindex <
3630 @kindex >
3631 @item < / >
3632 Make the column narrower/wider by one character.
3633 @kindex S-M-@key{right}
3634 @item S-M-@key{right}
3635 Insert a new column, to the right of the current column.
3636 @kindex S-M-@key{left}
3637 @item S-M-@key{left}
3638 Delete the current column.
3639 @end table
3641 @node Property API,  , Column view, Properties and columns
3642 @section The Property API
3643 @cindex properties, API
3644 @cindex API, for properties
3646 There is a full API for accessing and changing properties.  This API can
3647 be used by Emacs Lisp programs to work with properties and to implement
3648 features based on them.  For more information see @ref{Using the
3649 property API}.
3651 @node Timestamps, Remember, Properties and columns, Top
3652 @chapter Timestamps
3653 @cindex time stamps
3654 @cindex date stamps
3656 Items can be labeled with timestamps to make them useful for project
3657 planning.
3659 @menu
3660 * Time stamps::                 Assigning a time to a tree entry
3661 * Creating timestamps::         Commands which insert timestamps
3662 * Deadlines and scheduling::    Planning your work
3663 * Clocking work time::          
3664 @end menu
3667 @node Time stamps, Creating timestamps, Timestamps, Timestamps
3668 @section Time stamps, deadlines and scheduling
3669 @cindex time stamps
3670 @cindex ranges, time
3671 @cindex date stamps
3672 @cindex deadlines
3673 @cindex scheduling
3675 A time stamp is a specification of a date (possibly with time or a range
3676 of times) in a special format, either @samp{<2003-09-16 Tue>} or
3677 @samp{<2003-09-16 Tue 09:39>} or @samp{<2003-09-16 Tue
3678 12:00-12:30>}@footnote{This is the standard ISO date/time format.  If
3679 you cannot get used to these, see @ref{Custom time format}}.  A time
3680 stamp can appear anywhere in the headline or body of an org-tree entry.
3681 Its presence causes entries to be shown on specific dates in the agenda
3682 (@pxref{Weekly/Daily agenda}).  We distinguish:
3684 @table @var
3685 @item Plain time stamp, Event, Appointment
3686 @cindex timestamp
3687 A simple time stamp just assigns a date/time to an item.  This is just
3688 like writing down an appointment or event in a paper agenda.  In the
3689 timeline and agenda displays, the headline of an entry associated with a
3690 plain time stamp will be shown exactly on that date.
3692 @example
3693 * Meet Peter at the movies <2006-11-01 Wed 19:15>
3694 * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
3695 @end example
3697 @item Time stamp with repeater interval
3698 @cindex timestamp, with repeater interval
3699 A time stamp may contain a @emph{repeater interval}, indicating that it
3700 applies not only on the given date, but again and again after a certain
3701 interval of N days (d), weeks (w), months(m), or years(y).  The
3702 following will show up in the agenda every Wednesday:
3704 @example
3705 * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
3706 @end example
3708 @item Diary-style sexp entries
3709 For more complex date specifications, Org-mode supports using the
3710 special sexp diary entries implemented in the Emacs calendar/diary
3711 package.  For example
3713 @example
3714 * The nerd meeting on every 2nd Thursday of the month
3715   <%%(diary-float t 4 2)>
3716 @end example
3718 @item Time/Date range
3719 @cindex timerange
3720 @cindex date range
3721 Two time stamps connected by @samp{--} denote a range.  The headline
3722 will be shown on the first and last day of the range, and on any dates
3723 that are displayed and fall in the range.  Here is an example:
3725 @example
3726 ** Meeting in Amsterdam
3727    <2004-08-23 Mon>--<2004-08-26 Thu>
3728 @end example
3730 @item Inactive time stamp
3731 @cindex timestamp, inactive
3732 @cindex inactive timestamp
3733 Just like a plain time stamp, but with square brackets instead of
3734 angular ones.  These time stamps are inactive in the sense that they do
3735 @emph{not} trigger an entry to show up in the agenda.
3737 @example
3738 * Gillian comes late for the fifth time [2006-11-01 Wed]
3739 @end example
3741 @end table
3743 @node Creating timestamps, Deadlines and scheduling, Time stamps, Timestamps
3744 @section Creating timestamps
3745 @cindex creating timestamps
3746 @cindex timestamps, creating
3748 For Org-mode to recognize time stamps, they need to be in the specific
3749 format.  All commands listed below produce time stamps in the correct
3750 format.
3752 @table @kbd
3753 @kindex C-c .
3754 @item C-c .
3755 Prompt for a date and insert a corresponding time stamp.  When the
3756 cursor is at a previously used time stamp, it is updated to NOW.  When
3757 this command is used twice in succession, a time range is inserted.
3759 @kindex C-u C-c .
3760 @item C-u C-c .
3761 Like @kbd{C-c .}, but use the alternative format which contains date
3762 and time.  The default time can be rounded to multiples of 5 minutes,
3763 see the option @code{org-time-stamp-rounding-minutes}.
3765 @kindex C-c !
3766 @item C-c !
3767 Like @kbd{C-c .}, but insert an inactive time stamp that will not cause
3768 an agenda entry.
3770 @kindex C-c <
3771 @item C-c <
3772 Insert a time stamp corresponding to the cursor date in the Calendar.
3774 @kindex C-c >
3775 @item C-c >
3776 Access the Emacs calendar for the current date.  If there is a
3777 timestamp in the current line, goto the corresponding date
3778 instead.
3780 @kindex C-c C-o
3781 @item C-c C-o
3782 Access the agenda for the date given by the time stamp or -range at
3783 point (@pxref{Weekly/Daily agenda}).
3785 @kindex S-@key{left}
3786 @kindex S-@key{right}
3787 @item S-@key{left}
3788 @itemx S-@key{right}
3789 Change date at cursor by one day.  These key bindings conflict with
3790 CUA-mode (@pxref{Conflicts}).
3792 @kindex S-@key{up}
3793 @kindex S-@key{down}
3794 @item S-@key{up}
3795 @itemx S-@key{down}
3796 Change the item under the cursor in a timestamp.  The cursor can be on a
3797 year, month, day, hour or minute.  Note that if the cursor is in a
3798 headline and not at a time stamp, these same keys modify the priority of
3799 an item.  (@pxref{Priorities}). The key bindings also conflict with
3800 CUA-mode (@pxref{Conflicts}).
3802 @kindex C-c C-y
3803 @cindex evaluate time range
3804 @item C-c C-y
3805 Evaluate a time range by computing the difference between start and
3806 end.  With prefix arg, insert result after the time range (in a table:
3807 into the following column).
3808 @end table
3811 @menu
3812 * The date/time prompt::        How org-mode helps you entering date and time
3813 * Custom time format::          Making dates look differently
3814 @end menu
3816 @node The date/time prompt, Custom time format, Creating timestamps, Creating timestamps
3817 @subsection The date/time prompt
3818 @cindex date, reading in minibuffer
3819 @cindex time, reading in minibuffer
3821 When Org-mode prompts for a date/time, the prompt suggests to enter an
3822 ISO date.  But it will in fact accept any string containing some date
3823 and/or time information.  You can, for example, use @kbd{C-y} to paste a
3824 (possibly multi-line) string copied from an email message.  Org-mode
3825 will find whatever information is in there and will replace anything not
3826 specified with the current date and time.  For example:
3828 @example
3829   3-2-5         --> 2003-02-05
3830   feb 15        --> currentyear-02-15
3831   sep 12 9      --> 2009-09-12
3832   12:45         --> today 12:45
3833   22 sept 0:34  --> currentyear-09-22 0:34
3834   12            --> currentyear-currentmonth-12
3835   Fri           --> nearest Friday (today or later)
3836   +4            --> 4 days from now (if +N is the only thing given)
3837 @end example
3839 The function understands English month and weekday abbreviations.  If
3840 you want to use unabbreviated names and/or other languages, configure
3841 the variables @code{parse-time-months} and @code{parse-time-weekdays}.
3843 @cindex calendar, for selecting date
3844 Parallel to the minibuffer prompt, a calendar is popped up@footnote{If
3845 you don't need/want the calendar, configure the variable
3846 @code{org-popup-calendar-for-date-prompt}.}.  When you exit the date
3847 prompt, either by clicking on a date in the calendar, or by pressing
3848 @key{RET}, the date selected in the calendar will be combined with the
3849 information entered at the prompt.  You can control the calendar fully
3850 from the minibuffer:
3852 @table @kbd
3853 @kindex <
3854 @item <
3855 Scroll calendar backwards by one month.
3856 @kindex >
3857 @item >
3858 Scroll calendar forwards by one month.
3859 @kindex mouse-1
3860 @item mouse-1
3861 Select date by clicking on it.
3862 @kindex S-@key{right}
3863 @item S-@key{right}
3864 One day forward.
3865 @kindex S-@key{left}
3866 @item S-@key{left}
3867 One day back.
3868 @kindex S-@key{down}
3869 @item S-@key{down}
3870 One week forward.
3871 @kindex S-@key{up}
3872 @item S-@key{up}
3873 One week back.
3874 @kindex M-S-@key{right}
3875 @item M-S-@key{right}
3876 One month forward.
3877 @kindex M-S-@key{left}
3878 @item M-S-@key{left}
3879 One month back.
3880 @kindex @key{RET}
3881 @item @key{RET}
3882 Choose date in calendar (only if nothing was typed into minibuffer).
3883 @end table
3885 @node Custom time format,  , The date/time prompt, Creating timestamps
3886 @subsection Custom time format
3887 @cindex custom date/time format
3888 @cindex time format, custom
3889 @cindex date format, custom
3891 Org-mode uses the standard ISO notation for dates and times as it is
3892 defined in ISO 8601.  If you cannot get used to this and require another
3893 representation of date and time to keep you happy, you can get it by
3894 customizing the variables @code{org-display-custom-times} and
3895 @code{org-time-stamp-custom-formats}.
3897 @table @kbd
3898 @kindex C-c C-x C-t
3899 @item C-c C-x C-t
3900 Toggle the display of custom formats for dates and times.
3901 @end table
3903 @noindent
3904 Org-mode needs the default format for scanning, so the custom date/time
3905 format does not @emph{replace} the default format - instead it is put
3906 @emph{over} the default format using text properties.  This has the
3907 following consequences:
3908 @itemize @bullet
3909 @item 
3910 You cannot place the cursor onto a time stamp anymore, only before or
3911 after.
3912 @item
3913 The @kbd{S-@key{up}/@key{down}} keys can no longer be used to adjust
3914 each component of a time stamp.  If the cursor is at the beginning of
3915 the stamp, @kbd{S-@key{up}/@key{down}} will change the stamp by one day,
3916 just like @kbd{S-@key{left}/@key{right}}.  At the end of the stamp, the
3917 time will be changed by one minute.
3918 @item
3919 If the time stamp contains a range of clock times or a repeater, these
3920 will not be overlayed, but remain in the buffer as they were.
3921 @item
3922 When you delete a time stamp character-by-character, it will only
3923 disappear from the buffer after @emph{all} (invisible) characters
3924 belonging to the ISO timestamp have been removed.
3925 @item
3926 If the custom time stamp format is longer than the default and you are
3927 using dates in tables, table alignment will be messed up.  If the custom
3928 format is shorter, things do work as expected.
3929 @end itemize
3932 @node Deadlines and scheduling, Clocking work time, Creating timestamps, Timestamps
3933 @section Deadlines and Scheduling
3935 A time stamp may be preceded by special keywords to facilitate planning
3936 of work:
3938 @table @var
3939 @item DEADLINE
3940 @cindex DEADLINE keyword
3941 The task (most likely a TODO item) is supposed to be finished on that
3942 date, and it will be listed then.  In addition, the compilation for
3943 @emph{today} will carry a warning about the approaching or missed
3944 deadline, starting @code{org-deadline-warning-days} before the due date,
3945 and continuing until the entry is marked DONE.  An example:
3947 @example
3948 *** TODO write article about the Earth for the Guide
3949     The editor in charge is [[bbdb:Ford Prefect]]
3950     DEADLINE: <2004-02-29 Sun>
3951 @end example
3953 You can specify a different lead time for warnings for a specific
3954 deadlines using the following syntax.  Here is an example with a warning
3955 period of 5 days @code{DEADLINE: <2004-02-29 Sun -5d>}.
3957 @item SCHEDULED
3958 @cindex SCHEDULED keyword
3959 You are planning to start working on that task on the given date. The
3960 headline will be listed under the given date@footnote{It will still be
3961 listed on that date after it has been marked DONE.  If you don't like
3962 this, set the variable @code{org-agenda-skip-scheduled-if-done}.}.  In
3963 addition, a reminder that the scheduled date has passed will be present
3964 in the compilation for @emph{today}, until the entry is marked DONE.
3965 I.e., the task will automatically be forwarded until completed.
3967 @example
3968 *** TODO Call Trillian for a date on New Years Eve.
3969     SCHEDULED: <2004-12-25 Sat>
3970 @end example
3972 @noindent
3973 @b{Important:} Scheduling an item in Org-mode should @i{not} be
3974 understood like @i{Scheduling a meeting}.  Setting a date for a meeting
3975 is just a simple appointment, you should mark this entry with a simple
3976 plain time stamp, to get this item shown on the date where it applies.
3977 This is a frequent mis-understanding from Org-users.  In Org-mode,
3978 @i{Scheduling} means setting a date when you want to start working on an
3979 action item.
3980 @end table
3982 @menu
3983 * Inserting deadline/schedule::  Planning items
3984 * Repeated tasks::              Items that show up again and again
3985 @end menu
3987 @node Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling
3988 @subsection Inserting deadline/schedule
3990 The following commands allow to quickly insert a deadline or to schedule
3991 an item:
3993 @table @kbd
3995 @kindex C-c C-d
3996 @item C-c C-d
3997 Insert @samp{DEADLINE} keyword along with a stamp.  The insertion will
3998 happen in the line directly following the headline.  When called with a
3999 prefix arg, an existing deadline will be removed from the entry.
4000 @c FIXME Any CLOSED timestamp will be removed.????????
4002 @kindex C-c C-w
4003 @cindex sparse tree, for deadlines
4004 @item C-c C-w
4005 Create a sparse tree with all deadlines that are either past-due, or
4006 which will become due within @code{org-deadline-warning-days}.
4007 With @kbd{C-u} prefix, show all deadlines in the file.  With a numeric
4008 prefix, check that many days.  For example, @kbd{C-1 C-c C-w} shows
4009 all deadlines due tomorrow.
4011 @kindex C-c C-s
4012 @item C-c C-s
4013 Insert @samp{SCHEDULED} keyword along with a stamp.  The insertion will
4014 happen in the line directly following the headline.  Any CLOSED
4015 timestamp will be removed.  When called with a prefix argument, remove
4016 the scheduling date from the entry.
4017 @end table
4019 @node Repeated tasks,  , Inserting deadline/schedule, Deadlines and scheduling
4020 @subsection Repeated Tasks
4022 Some tasks need to be repeated again and again, and Org-mode therefore
4023 allows to use a repeater in a DEADLINE or SCHEDULED time stamp, for
4024 example:
4025 @example
4026 ** TODO Pay the rent
4027    DEADLINE: <2005-10-01 Sat +1m>
4028 @end example
4030 Deadlines and scheduled items produce entries in the agenda when they
4031 are over-due, so it is important to be able to mark such an entry as
4032 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
4033 with the todo keyword DONE, it will no longer produce entries in the
4034 agenda. The problem with this is, however, that then also the
4035 @emph{next} instance of the repeated entry will not be active.  Org-mode
4036 deals with this in the following way: When you try to mark such an entry
4037 DONE (using @kbd{C-c C-t}), it will shift the base date of the repeating
4038 time stamp by the repeater interval, and immediately set the entry state
4039 back to TODO.  In the example above, setting the state to DONE would
4040 actually switch the date like this:
4042 @example
4043 ** TODO Pay the rent
4044    DEADLINE: <2005-11-01 Tue +1m>
4045 @end example
4047 You will also be prompted for a note@footnote{You can change this using
4048 the option @code{org-log-repeat}, or the @code{#+STARTUP} options
4049 @code{logrepeat} and @code{nologrepeat}.} that will be put under the
4050 DEADLINE line to keep a record that you actually acted on the previous
4051 instance of this deadline.
4053 As a consequence of shifting the base date, this entry will no longer be
4054 visible in the agenda when checking past dates, but all future instances
4055 will be visible.
4057 You may have both scheduling and deadline information for a specific
4058 task - just make sure that the repeater intervals on both are the same.
4060 @node Clocking work time,  , Deadlines and scheduling, Timestamps
4061 @section Clocking work time
4063 Org-mode allows you to clock the time you spent on specific tasks in a
4064 project.  When you start working on an item, you can start the clock.
4065 When you stop working on that task, or when you mark the task done, the
4066 clock is stopped and the corresponding time interval is recorded.  It
4067 also computes the total time spent on each subtree of a project.
4069 @table @kbd
4070 @kindex C-c C-x C-i
4071 @item C-c C-x C-i
4072 Start the clock on the current item (clock-in).  This inserts the CLOCK
4073 keyword together with a timestamp.  If this is not the first clocking of
4074 this item, the multiple CLOCK lines will be wrapped into a
4075 @code{:CLOCK:} drawer (see also the variable
4076 @code{org-clock-into-drawer}.
4077 @kindex C-c C-x C-o
4078 @item C-c C-x C-o
4079 Stop the clock (clock-out).  The inserts another timestamp at the same
4080 location where the clock was last started.  It also directly computes
4081 the resulting time in inserts it after the time range as @samp{=>
4082 HH:MM}.  See the variable @code{org-log-done} for the possibility to
4083 record an additional note together with the clock-out time
4084 stamp@footnote{The corresponding in-buffer setting is: @code{#+STARTUP:
4085 lognoteclock-out}}.
4086 @kindex C-c C-y
4087 @item C-c C-y
4088 Recompute the time interval after changing one of the time stamps.  This
4089 is only necessary if you edit the time stamps directly.  If you change
4090 them with @kbd{S-@key{cursor}} keys, the update is automatic.
4091 @kindex C-c C-t
4092 @item C-c C-t
4093 Changing the TODO state of an item to DONE automatically stops the clock
4094 if it is running in this same item.
4095 @kindex C-c C-x C-x
4096 @item C-c C-x C-x
4097 Cancel the current clock.  This is useful if a clock was started by
4098 mistake, or if you ended up working on something else.
4099 @kindex C-c C-x C-j
4100 @item C-c C-x C-j
4101 Jump to the entry that contains the currently running clock, an another
4102 window.
4103 @kindex C-c C-x C-d
4104 @item C-c C-x C-d
4105 Display time summaries for each subtree in the current buffer.  This
4106 puts overlays at the end of each headline, showing the total time
4107 recorded under that heading, including the time of any subheadings. You
4108 can use visibility cycling to study the tree, but the overlays disappear
4109 when you change the buffer (see variable
4110 @code{org-remove-highlights-with-change}) or press @kbd{C-c C-c}.
4111 @kindex C-c C-x C-r
4112 @item C-c C-x C-r
4113 Insert a dynamic block (@pxref{Dynamic blocks}) containing a clock
4114 report as an org-mode table into the current file.
4115 @example
4116 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4118 #+END: clocktable
4119 @end example
4120 @noindent
4121 If such a block already exists at point, its content is replaced by the
4122 new table.  The @samp{BEGIN} line can specify options:
4123 @example
4124 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4125 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4126 :scope       @r{The scope to consider.  This can be any of the following:}
4127              nil        @r{the current buffer or narrowed region}
4128              file       @r{the full current buffer}
4129              subtree    @r{the subtree where the clocktable is located}
4130              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4131              tree       @r{the surrounding level 1 tree}
4132              agenda     @r{all agenda files}
4133              ("file"..) @r{scan these files}
4134 :block       @r{The time block to consider.  This block is specified relative}
4135              @r{to the current time and may be any of these keywords:}
4136              @r{@code{today}, @code{yesterday}, @code{thisweek}, @code{lastweek},}
4137              @r{@code{thismonth}, @code{lastmonth}, @code{thisyear}, or @code{lastyear}}.
4138 :tstart      @r{A time string specifying when to start considering times}
4139 :tend        @r{A time string specifying when to stop considering times}
4140 @end example
4141 So to get a clock summary of the current level 1 tree, for the current
4142 day, you could write
4143 @example
4144 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1
4146 #+END: clocktable
4147 @end example
4148 and to use a specific time range you could write@footnote{Note that all
4149 parameters must be specified in a single line - the line is broken here
4150 only to fit it onto the manual.}
4151 @example
4152 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" 
4153                     :tend "<2006-08-10 Thu 12:00>"
4155 #+END: clocktable
4156 @end example
4157 @kindex C-c C-c
4158 @item C-c C-c
4159 @kindex C-c C-x C-u
4160 @itemx C-c C-x C-u
4161 Update dynamical block at point.  The cursor needs to be in the
4162 @code{#+BEGIN} line of the dynamic block.
4163 @kindex C-u C-c C-x C-u
4164 @item C-u C-c C-x C-u
4165 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4166 you have several clocktable blocks in a buffer.
4167 @end table
4169 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4170 the agenda (@pxref{Weekly/Daily agenda}) to show which tasks have been
4171 worked on or closed during a day.
4173 @node Remember, Agenda views, Timestamps, Top
4174 @chapter Remember
4175 @cindex @file{remember.el}
4177 The @i{Remember} package by John Wiegley lets you store quick notes with
4178 little interruption of your work flow.  See
4179 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
4180 information.  It is an excellent way to add new notes and TODO items to
4181 Org-mode files.  Org-mode significantly expands the possibilities of
4182 @i{remember}: You may define templates for different note types, and to
4183 associate target files and headlines with specific templates.  It also
4184 allows you to select the location where a note should be stored
4185 interactively, on the fly.
4187 @menu
4188 * Setting up remember::         Some code for .emacs to get things going
4189 * Remember templates::          Define the outline of different note types
4190 * Storing notes::               Directly get the note to where it belongs
4191 @end menu
4193 @node Setting up remember, Remember templates, Remember, Remember
4194 @section Setting up remember
4196 The following customization will tell @i{remember} to use org files as
4197 target, and to create annotations compatible with Org-mode links.
4199 @example
4200 (setq org-directory "~/path/to/my/orgfiles/")
4201 (setq org-default-notes-file (concat org-directory "/notes.org"))
4202 (setq remember-annotation-functions '(org-remember-annotation))
4203 (setq remember-handler-functions '(org-remember-handler))
4204 (add-hook 'remember-mode-hook 'org-remember-apply-template)
4205 @end example
4208 @node Remember templates, Storing notes, Setting up remember, Remember
4209 @section Remember templates
4210 @cindex templates, for remember
4212 In combination with Org-mode, you can use templates to generate
4213 different types of @i{remember} notes.  For example, if you would like
4214 to use one template to create general TODO entries, another one for
4215 journal entries, and a third one for collecting random ideas, you could
4216 use:
4218 @example
4219 (setq org-remember-templates
4220  '((?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4221    (?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4222    (?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4223 @end example
4225 @noindent In these entries, the character specifies how to select the
4226 template.  The first string specifies the template.  Two more (optional)
4227 strings give the file in which, and the headline under which the new
4228 note should be stored.  The file defaults (if not present or @code{nil})
4229 to @code{org-default-notes-file}, the heading to
4230 @code{org-remember-default-headline}.  Both defaults help to get to the
4231 storing location quickly, but you can change the location interactively
4232 while storing the note.
4234 When you call @kbd{M-x remember} (or @kbd{M-x org-remember}) to remember
4235 something, org will prompt for a key to select the template (if you have
4236 more than one template) and then prepare the buffer like
4237 @example
4238 * TODO
4239   [[file:link to where you called remember]]
4240 @end example
4242 @noindent or
4244 @example
4245 * [2006-03-21 Tue 15:37]
4247   [[file:link to where you called remember]]
4248 @end example
4250 @noindent
4251 During expansion of the template, special @kbd{%}-escapes allow dynamic
4252 insertion of content:
4253 @example
4254 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
4255 %t          @r{time stamp, date only}
4256 %T          @r{time stamp with date and time}
4257 %u, %U      @r{like the above, but inactive time stamps}
4258 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
4259             @r{You may define a prompt like @code{%^@{Birthday@}t}}
4260 %n          @r{user name (taken from @code{user-full-name})}
4261 %a          @r{annotation, normally the link created with @code{org-store-link}}
4262 %A          @r{like @code{%a}, but prompt for the description part}
4263 %i          @r{initial content, the region when remember is called with C-u.}
4264             @r{The entire text will be indented like @code{%i} itself.}
4265 %^g         @r{prompt for tags, with completion on tags in target file.}
4266 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
4267 %:keyword   @r{specific information for certain link types, see below}
4268 @end example
4270 @noindent
4271 For specific link types, the following keywords will be
4272 defined@footnote{If you define your own link types (@pxref{Adding
4273 hyperlink types}), any property you store with
4274 @code{org-store-link-props} can be accessed in remember templates in a
4275 similar way.}:
4277 @example
4278 Link type          |  Available keywords
4279 -------------------+----------------------------------------------
4280 bbdb               |  %:name %:company
4281 vm, wl, mh, rmail  |  %:type %:subject %:message-id
4282                    |  %:from %:fromname %:fromaddress
4283                    |  %:to   %:toname   %:toaddress
4284                    |  %: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}.}}       
4285 gnus               |  %:group, @r{for messages also all email fields}
4286 w3, w3m            |  %:url
4287 info               |  %:file %:node
4288 calendar           |  %:date"
4289 @end example
4291 @noindent
4292 To place the cursor after template expansion use:
4294 @example
4295 %?          @r{After completing the template, position cursor here.}
4296 @end example
4298 @noindent
4299 If you change you mind about which template to use, call
4300 @code{org-remember} in the remember buffer.  You may then select a new
4301 template that will be filled with the previous context information.
4303 @node Storing notes,  , Remember templates, Remember
4304 @section Storing notes
4306 When you are finished preparing a note with @i{remember}, you have to press
4307 @kbd{C-c C-c} to file the note away.  The handler will store the note in
4308 the file and under the headline specified in the template, or it will
4309 use the default file and headlines.  The window configuration will be
4310 restored, and you are back in the working context before the call to
4311 @code{remember}.  To re-use the location found during the last call to
4312 @code{remember}, exit the remember buffer with @kbd{C-u C-u C-c C-c},
4313 i.e. specify a double prefix argument to @kbd{C-c C-c}.
4315 If you want to store the note to a different place, use @kbd{C-u C-c
4316 C-c} instead to exit remember@footnote{Configure the variable
4317 @code{org-remember-store-without-prompt} to make this behavior the
4318 default.}.  The handler will then first prompt for a target file - if you
4319 press @key{RET}, the value specified for the template is used.  Then the
4320 command offers the headings tree of the selected file, with the cursor
4321 position at the default headline (if you had specified one in the
4322 template).  You can either immediately press @key{RET} to get the note
4323 placed there.  Or you can use the following keys to find a different
4324 location:
4325 @example
4326 @key{TAB}         @r{Cycle visibility.}
4327 @key{down} / @key{up}   @r{Next/previous visible headline.}
4328 n / p        @r{Next/previous visible headline.}
4329 f / b        @r{Next/previous headline same level.}
4330 u            @r{One level up.}
4331 @c 0-9          @r{Digit argument.}
4332 @end example
4333 @noindent
4334 Pressing @key{RET} or @key{left} or @key{right}
4335 then leads to the following result.
4337 @multitable @columnfractions 0.2 0.15 0.65
4338 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
4339 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
4340 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
4341 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
4342 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
4343 @item                 @tab @tab depending on @code{org-reverse-note-order}.
4344 @item not on headline @tab @key{RET}
4345       @tab at cursor position, level taken from context.
4346 @end multitable
4348 Before inserting the text into a tree, the function ensures that the
4349 text has a headline, i.e. a first line that starts with a @samp{*}.  If
4350 not, a headline is constructed from the current date and some additional
4351 data.  If you have indented the text of the note below the headline, the
4352 indentation will be adapted if inserting the note into the tree requires
4353 demotion from level 1.
4355 @node Agenda views, Embedded LaTeX, Remember, Top
4356 @chapter Agenda Views
4357 @cindex agenda views
4359 Due to the way Org-mode works, TODO items, time-stamped items, and
4360 tagged headlines can be scattered throughout a file or even a number of
4361 files.  To get an overview over open action items, or over events that
4362 are important for a particular date, this information must be collected,
4363 sorted and displayed in an organized way.
4365 Org-mode can select items based on various criteria, and display them
4366 in a separate buffer.  Six different view types are provided:
4368 @itemize @bullet
4369 @item
4370 an @emph{agenda} that is like a calendar and shows information
4371 for specific dates,
4372 @item
4373 a @emph{TODO list} that covers all unfinished
4374 action items,
4375 @item
4376 a @emph{tags view}, showings headlines based on
4377 the tags associated with them,
4378 @item
4379 a @emph{timeline view} that shows all events in a single Org-mode file,
4380 in time-sorted view,
4381 @item
4382 a @emph{stuck projects view} showing projects that currently don't move
4383 along, and
4384 @item
4385 @emph{custom views} that are special tag/keyword searches and
4386 combinations of different views.
4387 @end itemize
4389 @noindent
4390 The extracted information is displayed in a special @emph{agenda
4391 buffer}.  This buffer is read-only, but provides commands to visit the
4392 corresponding locations in the original Org-mode files, and even to
4393 edit these files remotely.  
4395 Two variables control how the agenda buffer is displayed and whether the
4396 window configuration is restored when the agenda exits:
4397 @code{org-agenda-window-setup} and
4398 @code{org-agenda-restore-windows-after-quit}.
4400 @menu
4401 * Agenda files::                Files being searched for agenda information
4402 * Agenda dispatcher::           Keyboard access to agenda views
4403 * Built-in agenda views::       What is available out of the box?
4404 * Presentation and sorting::    How agenda items are prepared for display
4405 * Agenda commands::             Remote editing of org trees
4406 * Custom agenda views::         Defining special searches and views
4407 @end menu
4409 @node Agenda files, Agenda dispatcher, Agenda views, Agenda views
4410 @section Agenda files
4411 @cindex agenda files
4412 @cindex files for agenda
4414 The information to be shown is collected from all @emph{agenda files},
4415 the files listed in the variable @code{org-agenda-files}@footnote{If the
4416 value of that variable is not a list, but a single file name, then the
4417 list of agenda files will be maintained in that external file.}.  Thus even
4418 if you only work with a single Org-mode file, this file should be put
4419 into that list@footnote{When using the dispatcher, pressing @kbd{1}
4420 before selecting a command will actually limit the command to the
4421 current file, and ignore @code{org-agenda-files} until the next
4422 dispatcher command.}.  You can customize @code{org-agenda-files}, but
4423 the easiest way to maintain it is through the following commands
4425 @cindex files, adding to agenda list
4426 @table @kbd
4427 @kindex C-c [
4428 @item C-c [
4429 Add current file to the list of agenda files.  The file is added to
4430 the front of the list.  If it was already in the list, it is moved to
4431 the front.  With prefix arg, file is added/moved to the end.
4432 @kindex C-c ]
4433 @item C-c ]
4434 Remove current file from the list of agenda files.
4435 @kindex C-,
4436 @kindex C-'
4437 @item C-,
4438 @itemx C-'
4439 Cycle through agenda file list, visiting one file after the other.
4440 @kindex C-c C-x /
4441 @item C-c C-x /
4442 Search for a regular rexpression in all agenda files and display the
4443 results in an @code{occur} buffer.
4444 @end table
4446 @noindent
4447 The Org menu contains the current list of files and can be used
4448 to visit any of them.
4450 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda views
4451 @section The agenda dispatcher
4452 @cindex agenda dispatcher
4453 @cindex dispatching agenda commands
4454 The views are created through a dispatcher that should be bound to a
4455 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
4456 following we will assume that @kbd{C-c a} is indeed how the dispatcher
4457 is accessed and list keyboard access to commands accordingly.  After
4458 pressing @kbd{C-c a}, an additional letter is required to execute a
4459 command.  The dispatcher offers the following default commands:
4460 @table @kbd
4461 @item a
4462 Create the calendar-like agenda (@pxref{Weekly/Daily agenda}).
4463 @item t @r{/} T
4464 Create a list of all TODO items (@pxref{Global TODO list}).
4465 @item m @r{/} M
4466 Create a list of headlines matching a TAGS expression (@pxref{Matching
4467 tags and properties}).
4468 @item L
4469 Create the timeline view for the current buffer (@pxref{Timeline}).
4470 @item # @r{/} !
4471 Create a list of stuck projects (@pxref{Stuck projects}).
4472 @item 1
4473 Restrict an agenda command to the current buffer.  After pressing
4474 @kbd{1}, you still need to press the character selecting the command.
4475 @item 0
4476 If there is an active region, restrict the following agenda command to
4477 the region.  Otherwise, restrict it to the current subtree.  After
4478 pressing @kbd{0}, you still need to press the character selecting the
4479 command.
4480 @end table
4482 You can also define custom commands that will be accessible through the
4483 dispatcher, just like the default commands.  This includes the
4484 possibility to create extended agenda buffers that contain several
4485 blocks together, for example the weekly agenda, the global TODO list and
4486 a number of special tags matches.  @xref{Custom agenda views}.
4488 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda views
4489 @section The built-in agenda views
4491 In this section we describe the built-in views.
4493 @menu
4494 * Weekly/Daily agenda::         The calendar page with current tasks
4495 * Global TODO list::            All unfinished action items
4496 * Matching tags and properties::  Structured information with fine-tuned search
4497 * Timeline::                    Time-sorted view for single file
4498 * Stuck projects::              Find projects you need to review
4499 @end menu
4501 @node Weekly/Daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
4502 @subsection The weekly/daily agenda
4503 @cindex agenda
4504 @cindex weekly agenda
4505 @cindex daily agenda
4507 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
4508 paper agenda, showing all the tasks for the current week or day.
4510 @table @kbd
4511 @cindex org-agenda, command
4512 @kindex C-c a a
4513 @item C-c a a
4514 Compile an agenda for the current week from a list of org files.  The
4515 agenda shows the entries for each day.  With a @kbd{C-u} prefix (or
4516 when the variable @code{org-agenda-include-all-todo} is @code{t}), all
4517 unfinished TODO items (including those without a date) are also listed at
4518 the beginning of the buffer, before the first date.@*
4519 @end table
4521 Remote editing from the agenda buffer means, for example, that you can
4522 change the dates of deadlines and appointments from the agenda buffer.
4523 The commands available in the Agenda buffer are listed in @ref{Agenda
4524 commands}.
4526 @subsubheading Calendar/Diary integration
4527 @cindex calendar integration
4528 @cindex diary integration
4530 Emacs contains the calendar and diary by Edward M. Reingold.  The
4531 calendar displays a three-month calendar with holidays from different
4532 countries and cultures.  The diary allows you to keep track of
4533 anniversaries, lunar phases, sunrise/set, recurrent appointments
4534 (weekly, monthly) and more.  In this way, it is quite complementary to
4535 Org-mode.  It can be very useful to combine output from Org-mode with
4536 the diary.
4538 In order to include entries from the Emacs diary into Org-mode's
4539 agenda, you only need to customize the variable
4541 @lisp
4542 (setq org-agenda-include-diary t)
4543 @end lisp
4545 @noindent After that, everything will happen automatically.  All diary
4546 entries including holidays, anniversaries etc will be included in the
4547 agenda buffer created by Org-mode.  @key{SPC}, @key{TAB}, and
4548 @key{RET} can be used from the agenda buffer to jump to the diary
4549 file in order to edit existing diary entries.  The @kbd{i} command to
4550 insert new entries for the current date works in the agenda buffer, as
4551 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
4552 Sunrise/Sunset times, show lunar phases and to convert to other
4553 calendars, respectively.  @kbd{c} can be used to switch back and forth
4554 between calendar and agenda.
4556 If you are using the diary only for sexp entries and holidays, it is
4557 faster to not use the above setting, but instead to copy or even move
4558 the entries into an Org-mode file. Org-mode evaluates diary-style sexp
4559 entries, and does it faster because there is no overhead for first
4560 creating the diary display.  Note that the sexp entries must start at
4561 the left margin, no white space is allowed before them.  For example,
4562 the following segment of an Org-mode file will be processed and entries
4563 will be made in the agenda:
4565 @example
4566 * Birthdays and similar stuff
4567 #+CATEGORY: Holiday
4568 %%(org-calendar-holiday)   ; special function for holiday names
4569 #+CATEGORY: Ann
4570 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
4571 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
4572 @end example
4574 @subsubheading Appointment reminders
4575 @cindex @file{appt.el}
4576 @cindex appointment reminders
4578 Org can interact with Emacs appointments notification facility.
4580 To add all the appointments of your agenda files, use the command
4581 @code{org-agenda-to-appt}.  This commands also lets you filter through
4582 the list of your appointments and add only those belonging to a specific
4583 category or matching a regular expression. See the docstring for
4584 details.
4586 @node Global TODO list, Matching tags and properties, Weekly/Daily agenda, Built-in agenda views
4587 @subsection The global TODO list
4588 @cindex global TODO list
4589 @cindex TODO list, global
4591 The global TODO list contains all unfinished TODO items, formatted and
4592 collected into a single place.
4594 @table @kbd
4595 @kindex C-c a t
4596 @item C-c a t
4597 Show the global TODO list.  This collects the TODO items from all
4598 agenda files (@pxref{Agenda views}) into a single buffer.  The buffer is in
4599 @code{agenda-mode}, so there are commands to examine and manipulate
4600 the TODO entries directly from that buffer (@pxref{Agenda commands}).
4601 @kindex C-c a T
4602 @item C-c a T
4603 @cindex TODO keyword matching
4604 Like the above, but allows selection of a specific TODO keyword.  You
4605 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
4606 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
4607 specify several keywords by separating them with @samp{|} as boolean OR
4608 operator.  With a numeric prefix, the Nth keyword in
4609 @code{org-todo-keywords} is selected.
4610 @kindex r
4611 The @kbd{r} key in the agenda buffer regenerates it, and you can give
4612 a prefix argument to this command to change the selected TODO keyword,
4613 for example @kbd{3 r}.  If you often need a search for a specific
4614 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
4615 Matching specific TODO keywords can also be done as part of a tags
4616 search (@pxref{Tag searches}).
4617 @end table
4619 Remote editing of TODO items means that you can change the state of a
4620 TODO entry with a single key press.  The commands available in the
4621 TODO list are described in @ref{Agenda commands}.
4623 @cindex sublevels, inclusion into todo list
4624 Normally the global todo list simply shows all headlines with TODO
4625 keywords.  This list can become very long.  There are two ways to keep
4626 it more compact:
4627 @itemize @minus
4628 @item
4629 Some people view a TODO item that has been @emph{scheduled} for
4630 execution (@pxref{Time stamps}) as no longer @emph{open}.  Configure the
4631 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
4632 items from the global TODO list.
4633 @item
4634 TODO items may have sublevels to break up the task into subtasks.  In
4635 such cases it may be enough to list only the highest level TODO headline
4636 and omit the sublevels from the global list.  Configure the variable
4637 @code{org-agenda-todo-list-sublevels} to get this behavior.
4638 @end itemize
4640 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
4641 @subsection Matching Tags and Properties
4642 @cindex matching, of tags
4643 @cindex matching, of properties
4644 @cindex tags view
4646 If headlines in the agenda files are marked with @emph{tags}
4647 (@pxref{Tags}), you can select headlines based on the tags that apply
4648 to them and collect them into an agenda buffer.
4650 @table @kbd
4651 @kindex C-c a m
4652 @item C-c a m
4653 Produce a list of all headlines that match a given set of tags.  The
4654 command prompts for a selection criterion, which is a boolean logic
4655 expression with tags, like @samp{+WORK+URGENT-WITHBOSS} or
4656 @samp{WORK|HOME} (@pxref{Tags}).  If you often need a specific search,
4657 define a custom command for it (@pxref{Agenda dispatcher}).
4658 @kindex C-c a M
4659 @item C-c a M
4660 Like @kbd{C-c a m}, but only select headlines that are also TODO items
4661 and force checking subitems (see variable
4662 @code{org-tags-match-list-sublevels}).  Matching specific todo keywords
4663 together with a tags match is also possible, see @ref{Tag searches}.
4664 @end table
4666 The commands available in the tags list are described in @ref{Agenda
4667 commands}.
4669 @node Timeline, Stuck projects, Matching tags and properties, Built-in agenda views
4670 @subsection Timeline for a single file
4671 @cindex timeline, single file
4672 @cindex time-sorted view
4674 The timeline summarizes all time-stamped items from a single Org-mode
4675 file in a @emph{time-sorted view}.  The main purpose of this command is
4676 to give an overview over events in a project.
4678 @table @kbd
4679 @kindex C-c a L
4680 @item C-c a L
4681 Show a time-sorted view of the org file, with all time-stamped items.
4682 When called with a @kbd{C-u} prefix, all unfinished TODO entries
4683 (scheduled or not) are also listed under the current date.
4684 @end table
4686 @noindent
4687 The commands available in the timeline buffer are listed in
4688 @ref{Agenda commands}.
4691 @node Stuck projects,  , Timeline, Built-in agenda views
4692 @subsection Stuck projects
4694 If you are following a system like David Allen's GTD to organize your
4695 work, one of the ``duties'' you have is a regular review to make sure
4696 that all projects move along.  A @emph{stuck} project is a project that
4697 has no defined next actions, so it will never show up in the TODO lists
4698 Org-mode produces.  During the review, you need to identify such
4699 projects and define next actions for them.
4701 @table @kbd
4702 @kindex C-c a #
4703 @item C-c a #
4704 List projects that are stuck.
4705 @kindex C-c a !
4706 @item C-c a !
4707 Customize the variable @code{org-stuck-projects} to define what a stuck
4708 project is and how to find it.
4709 @end table
4711 You almost certainly will have to configure this view before it will
4712 work for you.  The built-in default assumes that all your projects are
4713 level-2 headlines, and that a project is not stuck if it has at least
4714 one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
4716 Lets assume that you, in your own way of using Org-mode, identify
4717 projects with a tag PROJECT, and that you use a todo keyword MAYBE to
4718 indicate a project that should not be considered yet.  Lets further
4719 assume that the todo keyword DONE marks finished projects, and that NEXT
4720 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
4721 is a next action even without the NEXT tag.  Finally, if the project
4722 contains the special word IGNORE anywhere, it should not be listed
4723 either.  In this case you would start by identifying eligible projects
4724 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
4725 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
4726 are not stuck.  The correct customization for this is
4728 @lisp
4729 (setq org-stuck-projects
4730       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
4731                                "\\<IGNORE\\>"))
4732 @end lisp
4735 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda views
4736 @section Presentation and sorting
4737 @cindex presentation, of agenda items
4739 Before displaying items in an agenda view, Org-mode visually prepares
4740 the items and sorts them.  Each item occupies a single line.  The line
4741 starts with a @emph{prefix} that contains the @emph{category}
4742 (@pxref{Categories}) of the item and other important information.  You can
4743 customize the prefix using the option @code{org-agenda-prefix-format}.
4744 The prefix is followed by a cleaned-up version of the outline headline
4745 associated with the item.
4747 @menu
4748 * Categories::                  Not all tasks are equal
4749 * Time-of-day specifications::  How the agenda knows the time
4750 * Sorting of agenda items::     The order of things
4751 @end menu
4753 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
4754 @subsection Categories
4756 @cindex category
4757 The category is a broad label assigned to each agenda item.  By default,
4758 the category is simply derived from the file name, but you can also
4759 specify it with a special line in the buffer, like this@footnote{If
4760 there are several such lines in a file, each specifies the category for
4761 the text below it.  The first category also applies to any text before
4762 the first CATEGORY line.  This method is only kept for backward
4763 compatibility.  The preferred method for setting multiple categories in
4764 a buffer is using a property.}:
4766 @example
4767 #+CATEGORY: Thesis
4768 @end example
4770 @noindent
4771 If you would like to have a special CATEGORY for a single entry or a
4772 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
4773 as the value (@pxref{Properties and columns}).
4775 @noindent
4776 The display in the agenda buffer looks best if the category is not
4777 longer than 10 characters.
4779 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
4780 @subsection Time-of-Day Specifications
4781 @cindex time-of-day specification
4783 Org-mode checks each agenda item for a time-of-day specification.  The
4784 time can be part of the time stamp that triggered inclusion into the
4785 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
4786 ranges can be specified with two time stamps, like
4788 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
4790 In the headline of the entry itself, a time(range) may also appear as
4791 plain text (like @samp{12:45} or a @samp{8:30-1pm}.  If the agenda
4792 integrates the Emacs diary (@pxref{Weekly/Daily agenda}), time
4793 specifications in diary entries are recognized as well.
4795 For agenda display, Org-mode extracts the time and displays it in a
4796 standard 24 hour format as part of the prefix.  The example times in
4797 the previous paragraphs would end up in the agenda like this:
4799 @example
4800     8:30-13:00 Arthur Dent lies in front of the bulldozer
4801    12:45...... Ford Prefect arrives and takes Arthur to the pub
4802    19:00...... The Vogon reads his poem
4803    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4804 @end example
4806 @cindex time grid
4807 If the agenda is in single-day mode, or for the display of today, the
4808 timed entries are embedded in a time grid, like
4810 @example
4811     8:00...... ------------------
4812     8:30-13:00 Arthur Dent lies in front of the bulldozer
4813    10:00...... ------------------
4814    12:00...... ------------------
4815    12:45...... Ford Prefect arrives and takes Arthur to the pub
4816    14:00...... ------------------
4817    16:00...... ------------------
4818    18:00...... ------------------
4819    19:00...... The Vogon reads his poem
4820    20:00...... ------------------
4821    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4822 @end example
4824 The time grid can be turned on and off with the variable
4825 @code{org-agenda-use-time-grid}, and can be configured with
4826 @code{org-agenda-time-grid}.
4828 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
4829 @subsection Sorting of agenda items
4830 @cindex sorting, of agenda items
4831 @cindex priorities, of agenda items
4832 Before being inserted into a view, the items are sorted.  How this is
4833 done depends on the type of view.
4834 @itemize @bullet
4835 @item
4836 For the daily/weekly agenda, the items for each day are sorted.  The
4837 default order is to first collect all items containing an explicit
4838 time-of-day specification.  These entries will be shown at the beginning
4839 of the list, as a @emph{schedule} for the day.  After that, items remain
4840 grouped in categories, in the sequence given by @code{org-agenda-files}.
4841 Within each category, items are sorted by priority (@pxref{Priorities}),
4842 which is composed of the base priority (2000 for priority @samp{A}, 1000
4843 for @samp{B}, and 0 for @samp{C}), plus additional increments for
4844 overdue scheduled or deadline items.
4845 @item 
4846 For the TODO list, items remain in the order of categories, but within
4847 each category, sorting takes place according to priority
4848 (@pxref{Priorities}).
4849 @item
4850 For tags matches, items are not sorted at all, but just appear in the
4851 sequence in which they are found in the agenda files.
4852 @end itemize
4854 Sorting can be customized using the variable
4855 @code{org-agenda-sorting-strategy}.
4858 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
4859 @section Commands in the agenda buffer
4860 @cindex commands, in agenda buffer
4862 Entries in the agenda buffer are linked back to the org file or diary
4863 file where they originate.  You are not allowed to edit the agenda
4864 buffer itself, but commands are provided to show and jump to the
4865 original entry location, and to edit the org-files ``remotely'' from
4866 the agenda buffer.  In this way, all information is stored only once,
4867 removing the risk that your agenda and note files may diverge.
4869 Some commands can be executed with mouse clicks on agenda lines.  For
4870 the other commands, the cursor needs to be in the desired line.
4872 @table @kbd
4873 @tsubheading{Motion}
4874 @cindex motion commands in agenda
4875 @kindex n
4876 @item n
4877 Next line (same as @key{up} and @kbd{C-p}).
4878 @kindex p
4879 @item p
4880 Previous line (same as @key{down} and @kbd{C-n}).
4881 @tsubheading{View/GoTo org file}
4882 @kindex mouse-3
4883 @kindex @key{SPC}
4884 @item mouse-3
4885 @itemx @key{SPC}
4886 Display the original location of the item in another window.
4888 @kindex L
4889 @item L
4890 Display original location and recenter that window.
4892 @kindex mouse-2
4893 @kindex mouse-1
4894 @kindex @key{TAB}
4895 @item mouse-2
4896 @itemx mouse-1
4897 @itemx @key{TAB}
4898 Go to the original location of the item in another window.  Under Emacs
4899 22, @kbd{mouse-1} will also works for this.
4901 @kindex @key{RET}
4902 @itemx @key{RET}
4903 Go to the original location of the item and delete other windows.
4905 @kindex f
4906 @item f
4907 Toggle Follow mode.  In Follow mode, as you move the cursor through
4908 the agenda buffer, the other window always shows the corresponding
4909 location in the org file.  The initial setting for this mode in new
4910 agenda buffers can be set with the variable
4911 @code{org-agenda-start-with-follow-mode}.
4913 @kindex b
4914 @item b
4915 Display the entire subtree of the current item in an indirect buffer.
4916 With numerical prefix ARG, go up to this level and then take that tree.
4917 If ARG is negative, go up that many levels.  With @kbd{C-u} prefix, do
4918 not remove the previously used indirect buffer.
4920 @kindex l
4921 @item l
4922 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
4923 logging was on (variable @code{org-log-done}) are shown in the agenda,
4924 as are entries that have been clocked on that day.
4926 @tsubheading{Change display}
4927 @cindex display changing, in agenda
4928 @kindex o
4929 @item o
4930 Delete other windows.
4932 @kindex d
4933 @kindex w
4934 @kindex m
4935 @kindex y
4936 @item d w m y
4937 Switch to day/week/month/year view.  When switching to day or week view,
4938 this setting becomes the default for subseqent agenda commands.  Since
4939 month and year views are slow to create, the do not become the default.
4941 @kindex D
4942 @item D
4943 Toggle the inclusion of diary entries.  See @ref{Weekly/Daily agenda}.
4945 @kindex g
4946 @item g
4947 Toggle the time grid on and off.  See also the variables
4948 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
4950 @kindex r
4951 @item r
4952 Recreate the agenda buffer, for example to reflect the changes
4953 after modification of the time stamps of items with S-@key{left} and
4954 S-@key{right}.  When the buffer is the global todo list, a prefix
4955 argument is interpreted to create a selective list for a specific TODO
4956 keyword.
4958 @kindex s
4959 @kindex C-x C-s
4960 @item s
4961 @itemx C-x C-s
4962 Save all Org-mode buffers in the current Emacs session.
4964 @kindex @key{right}
4965 @item @key{right}
4966 Display the following @code{org-agenda-ndays} days.  For example, if
4967 the display covers a week, switch to the following week.  With prefix
4968 arg, go forward that many times @code{org-agenda-ndays} days.
4970 @kindex @key{left}
4971 @item @key{left}
4972 Display the previous dates.
4974 @kindex .
4975 @item .
4976 Goto today.
4978 @tsubheading{Remote editing}
4979 @cindex remote editing, from agenda
4981 @item 0-9
4982 Digit argument.
4984 @cindex undoing remote-editing events
4985 @cindex remote editing, undo
4986 @kindex C-_
4987 @item C-_
4988 Undo a change due to a remote editing command.  The change is undone
4989 both in the agenda buffer and in the remote buffer.
4991 @kindex t
4992 @item t
4993 Change the TODO state of the item, both in the agenda and in the
4994 original org file.
4996 @kindex C-k
4997 @item C-k
4998 Delete the current agenda item along with the entire subtree belonging
4999 to it in the original Org-mode file.  If the text to be deleted remotely
5000 is longer than one line, the kill needs to be confirmed by the user.  See
5001 variable @code{org-agenda-confirm-kill}.
5003 @kindex $
5004 @item $
5005 Archive the subtree corresponding to the current headline.
5007 @kindex T
5008 @item T
5009 Show all tags associated with the current item.  Because of
5010 inheritance, this may be more than the tags listed in the line itself.
5012 @kindex :
5013 @item :
5014 Set tags for the current headline.  If there is an active region in the
5015 agenda, change a tag for all headings in the region.
5017 @kindex a
5018 @item a
5019 Toggle the ARCHIVE tag for the current headline.
5021 @kindex ,
5022 @item ,
5023 Set the priority for the current item.  Org-mode prompts for the
5024 priority character. If you reply with @key{SPC}, the priority cookie
5025 is removed from the entry.
5027 @kindex P
5028 @item P
5029 Display weighted priority of current item.
5031 @kindex +
5032 @kindex S-@key{up}
5033 @item +
5034 @itemx S-@key{up}
5035 Increase the priority of the current item.  The priority is changed in
5036 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
5037 key for this.
5039 @kindex -
5040 @kindex S-@key{down}
5041 @item -
5042 @itemx S-@key{down}
5043 Decrease the priority of the current item.
5045 @kindex C-c C-s
5046 @item C-c C-s
5047 Schedule this item
5049 @kindex C-c C-d
5050 @item C-c C-d
5051 Set a deadline for this item.
5053 @kindex S-@key{right}
5054 @item S-@key{right}
5055 Change the time stamp associated with the current line by one day into
5056 the future.  With prefix argument, change it by that many days.  For
5057 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The
5058 stamp is changed in the original org file, but the change is not
5059 directly reflected in the agenda buffer.  Use the
5060 @kbd{r} key to update the buffer.
5062 @kindex S-@key{left}
5063 @item S-@key{left}
5064 Change the time stamp associated with the current line by one day
5065 into the past.
5067 @kindex >
5068 @item >
5069 Change the time stamp associated with the current line to today.
5070 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
5071 on my keyboard.
5073 @kindex I
5074 @item I
5075 Start the clock on the current item.  If a clock is running already, it
5076 is stopped first.
5078 @kindex O
5079 @item O
5080 Stop the previously started clock.
5082 @kindex X
5083 @item X
5084 Cancel the currently running clock.
5086 @kindex J
5087 @item J
5088 Jump to the running clock in another window.
5090 @tsubheading{Calendar commands}
5091 @cindex calendar commands, from agenda
5092 @kindex c
5093 @item c
5094 Open the Emacs calendar and move to the date at the agenda cursor.
5096 @item c
5097 When in the calendar, compute and show the Org-mode agenda for the
5098 date at the cursor.
5100 @cindex diary entries, creating from agenda
5101 @kindex i
5102 @item i
5103 Insert a new entry into the diary.  Prompts for the type of entry
5104 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
5105 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
5106 The date is taken from the cursor position.
5108 @kindex M
5109 @item M
5110 Show the phases of the moon for the three months around current date.
5112 @kindex S
5113 @item S
5114 Show sunrise and sunset times.  The geographical location must be set
5115 with calendar variables, see documentation of the Emacs calendar.
5117 @kindex C
5118 @item C
5119 Convert the date at cursor into many other cultural and historic
5120 calendars.
5122 @kindex H
5123 @item H
5124 Show holidays for three month around the cursor date.
5126 @c FIXME:  This should be a different key.
5127 @kindex C-c C-x C-c
5128 @item C-c C-x C-c
5129 Export a single iCalendar file containing entries from all agenda files.
5131 @tsubheading{Exporting to a file}
5132 @kindex C-x C-w
5133 @item C-x C-w
5134 @cindex exporting agenda views
5135 @cindex agenda views, exporting
5136 Write the agenda view to a file.  Depending on the extension of the
5137 selected file name, the view will be exported as HTML (extension
5138 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5139 plain text (any other extension).  Use the variable
5140 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5141 and for @file{htmlize} to be used during export.
5143 @tsubheading{Quit and Exit}
5144 @kindex q
5145 @item q
5146 Quit agenda, remove the agenda buffer.
5148 @kindex x
5149 @cindex agenda files, removing buffers
5150 @item x
5151 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
5152 for the compilation of the agenda.  Buffers created by the user to
5153 visit org files will not be removed.
5154 @end table
5157 @node Custom agenda views,  , Agenda commands, Agenda views
5158 @section Custom agenda views
5159 @cindex custom agenda views
5160 @cindex agenda views, custom
5162 Custom agenda commands serve two purposes: to store and quickly access
5163 frequently used TODO and tags searches, and to create special composite
5164 agenda buffers.  Custom agenda commands will be accessible through the
5165 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
5167 @menu
5168 * Storing searches::            Type once, use often
5169 * Block agenda::                All the stuff you need in a single buffer
5170 * Setting Options::             Changing the rules
5171 * Exporting Agenda Views::      Writing agendas to files.
5172 * Extracting Agenda Information for other programs::  
5173 @end menu
5175 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
5176 @subsection Storing searches
5178 The first application of custom searches is the definition of keyboard
5179 shortcuts for frequently used searches, either creating an agenda
5180 buffer, or a sparse tree (the latter covering of course only the current
5181 buffer).
5182 @kindex C-c a C
5183 Custom commands are configured in the variable
5184 @code{org-agenda-custom-commands}.  You can customize this variable, for
5185 example by pressing @kbd{C-c a C}.  You can also directly set it with
5186 Emacs Lisp in @file{.emacs}.  The following example contains all valid
5187 search types:
5189 @lisp
5190 @group
5191 (setq org-agenda-custom-commands
5192       '(("w" todo "WAITING")
5193         ("W" todo-tree "WAITING")
5194         ("u" tags "+BOSS-URGENT")
5195         ("v" tags-todo "+BOSS-URGENT")
5196         ("U" tags-tree "+BOSS-URGENT")
5197         ("f" occur-tree "\\<FIXME\\>")))
5198 @end group
5199 @end lisp
5201 @noindent
5202 The initial single-character string in each entry defines the character
5203 you have to press after the dispatcher command @kbd{C-c a} in order to
5204 access the command.   The second parameter is the search type, followed
5205 by the string or regular expression to be used for the matching.  The
5206 example above will therefore define:
5208 @table @kbd
5209 @item C-c a w
5210 as a global search for TODO entries with @samp{WAITING} as the TODO
5211 keyword
5212 @item C-c a W
5213 as the same search, but only in the current buffer and displaying the
5214 results as a sparse tree
5215 @item C-c a u
5216 as a global tags search for headlines marked @samp{:BOSS:} but not
5217 @samp{:URGENT:}
5218 @item C-c a v
5219 as the same search as @kbd{C-c a u}, but limiting the search to
5220 headlines that are also TODO items
5221 @item C-c a U
5222 as the same search as @kbd{C-c a u}, but only in the current buffer and
5223 displaying the result as a sparse tree
5224 @item C-c a f
5225 to create a sparse tree (again: current buffer only) with all entries
5226 containing the word @samp{FIXME}.
5227 @end table
5229 @node Block agenda, Setting Options, Storing searches, Custom agenda views
5230 @subsection Block agenda
5231 @cindex block agenda
5232 @cindex agenda, with block views
5234 Another possibility is the construction of agenda views that comprise
5235 the results of @emph{several} commands, each of which creates a block in
5236 the agenda buffer.  The available commands include @code{agenda} for the
5237 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
5238 for the global todo list (as constructed with @kbd{C-c a t}), and the
5239 matching commands discussed above: @code{todo}, @code{tags}, and
5240 @code{tags-todo}.  Here are two examples:
5242 @lisp
5243 @group
5244 (setq org-agenda-custom-commands
5245       '(("h" "Agenda and Home-related tasks"
5246          ((agenda)
5247           (tags-todo "HOME")
5248           (tags "GARDEN")))
5249         ("o" "Agenda and Office-related tasks"
5250          ((agenda)
5251           (tags-todo "WORK")
5252           (tags "OFFICE")))))
5253 @end group
5254 @end lisp
5256 @noindent
5257 This will define @kbd{C-c a h} to create a multi-block view for stuff
5258 you need to attend to at home.  The resulting agenda buffer will contain
5259 your agenda for the current week, all TODO items that carry the tag
5260 @samp{HOME}, and also all lines tagged with @samp{GARDEN}.  Finally the
5261 command @kbd{C-c a o} provides a similar view for office tasks.
5264 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
5265 @subsection Setting Options for custom commands
5266 @cindex options, for custom agenda views
5268 Org-mode contains a number of variables regulating agenda construction
5269 and display.  The global variables define the behavior for all agenda
5270 commands, including the custom commands.  However, if you want to change
5271 some settings just for a single custom view, you can do so.  Setting
5272 options requires inserting a list of variable names and values at the
5273 right spot in @code{org-agenda-custom-commands}.  For example:
5275 @lisp
5276 @group
5277 (setq org-agenda-custom-commands
5278       '(("w" todo "WAITING"
5279          ((org-agenda-sorting-strategy '(priority-down))
5280           (org-agenda-prefix-format "  Mixed: ")))
5281         ("U" tags-tree "+BOSS-URGENT"
5282          ((org-show-following-heading nil)
5283           (org-show-hierarchy-above nil)))))
5284 @end group
5285 @end lisp
5287 @noindent
5288 Now the @kbd{C-c a w} command will sort the collected entries only by
5289 priority, and the prefix format is modified to just say @samp{  Mixed:}
5290 instead of giving the category of the entry.  The sparse tags tree of
5291 @kbd{C-c a U} will now turn out ultra-compact, because neither the
5292 headline hierarchy above the match, nor the headline following the match
5293 will be shown.
5295 For command sets creating a block agenda,
5296 @code{org-agenda-custom-commands} has two separate spots for setting
5297 options.  You can add options that should be valid for just a single
5298 command in the set, and options that should be valid for all commands in
5299 the set.  The former are just added to the command entry, the latter
5300 must come after the list of command entries.  Going back to the block
5301 agenda example (@pxref{Block agenda}), let's change the sorting strategy
5302 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
5303 the results for GARDEN tags query in the opposite order,
5304 @code{priority-up}.  This would look like this:
5306 @lisp
5307 @group
5308 (setq org-agenda-custom-commands
5309       '(("h" "Agenda and Home-related tasks"
5310          ((agenda)
5311           (tags-todo "HOME")
5312           (tags "GARDEN"
5313                 ((org-agenda-sorting-strategy '(priority-up)))))
5314          ((org-agenda-sorting-strategy '(priority-down))))
5315         ("o" "Agenda and Office-related tasks"
5316          ((agenda)
5317           (tags-todo "WORK")
5318           (tags "OFFICE")))))
5319 @end group
5320 @end lisp
5322 As you see, the values and parenthesis setting is a little complex.
5323 When in doubt, use the customize interface to set this variable - it
5324 fully supports its structure.  Just one caveat: When setting options in
5325 this interface, the @emph{values} are just lisp expressions.  So if the
5326 value is a string, you need to add the double quotes around the value
5327 yourself.
5330 @node Exporting Agenda Views, Extracting Agenda Information for other programs, Setting Options, Custom agenda views
5331 @subsection Exporting Agenda Views
5332 @cindex agenda views, exporting
5334 If you are away from your computer, it can be very useful to have a
5335 printed version of some agenda views to carry around.  Org-mode can
5336 export custom agenda views as plain text, HTML@footnote{You need to
5337 install Hrvoje Niksic' @file{htmlize.el}.} and postscript.  If you want
5338 to do this only occasionally, use the command
5340 @table @kbd
5341 @kindex C-x C-w
5342 @item C-x C-w
5343 @cindex exporting agenda views
5344 @cindex agenda views, exporting
5345 Write the agenda view to a file.  Depending on the extension of the
5346 selected file name, the view will be exported as HTML (extension
5347 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5348 plain text (any other extension).  Use the variable
5349 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5350 and for @file{htmlize} to be used during export, for example
5351 @lisp
5352 (setq org-agenda-exporter-settings
5353       '((ps-number-of-columns 2)
5354         (ps-landscape-mode t)
5355         (htmlize-output-type 'css)))
5356 @end lisp
5357 @end table
5359 If you need to export certain agenda views frequently, you can associate
5360 any custom agenda command with a list of output file names
5361 @footnote{If you want to store standard views like the weekly agenda
5362 or the global TODO list as well, you need to define custom commands for
5363 them in order to be able to specify filenames.}.  Here is an example
5364 that first does define custom commands for the agenda and the global
5365 todo list, together with a number of files to which to export them.
5366 Then we define two block agenda commands and specify filenames for them
5367 as well.  File names can be relative to the current working directory,
5368 or absolute.
5370 @lisp
5371 @group
5372 (setq org-agenda-custom-commands
5373       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
5374         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
5375         ("h" "Agenda and Home-related tasks"
5376          ((agenda)
5377           (tags-todo "HOME")
5378           (tags "GARDEN"))
5379          nil
5380          ("~/views/home.html"))
5381         ("o" "Agenda and Office-related tasks"
5382          ((agenda)
5383           (tags-todo "WORK")
5384           (tags "OFFICE"))
5385          nil
5386          ("~/views/office.ps"))))
5387 @end group
5388 @end lisp
5390 The extension of the file name determines the type of export.  If it is
5391 @file{.html}, Org-mode will use the @file{htmlize.el} package to convert
5392 the buffer to HTML and save it to this file name.  If the extension is
5393 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
5394 postscript output.  Any other extension produces a plain ASCII file.
5396 The export files are @emph{not} created when you use one of those
5397 commands interactively.  Instead, there is a special command to produce
5398 @emph{all} specified files in one step:
5400 @table @kbd
5401 @kindex C-c a e
5402 @item C-c a e
5403 Export all agenda views that have export filenames associated with
5404 them.
5405 @end table
5407 You can use the options section of the custom agenda commands to also
5408 set options for the export commands.  For example:
5410 @lisp
5411 (setq org-agenda-custom-commands
5412       '(("X" agenda ""
5413          ((ps-number-of-columns 2)
5414           (ps-landscape-mode t)
5415           (org-agenda-prefix-format " [ ] ")
5416           (org-agenda-with-colors nil)
5417           (org-agenda-remove-tags t))
5418          ("theagenda.ps"))))
5419 @end lisp
5421 @noindent
5422 This command sets two options for the postscript exporter, to make it
5423 print in two columns in landscape format - the resulting page can be cut
5424 in two and then used in a paper agenda.  The remaining settings modify
5425 the agenda prefix to omit category and scheduling information, and
5426 instead include a checkbox to check off items.  We also remove the tags
5427 to make the lines compact, and we don't want to use colors for the
5428 black-and-white printer.  Settings specified in
5429 @code{org-agenda-exporter-settings} will also apply, but the settings
5430 in @code{org-agenda-custom-commands} take precedence.
5432 @noindent
5433 From the command line you may also use
5434 @example
5435 emacs -f org-batch-store-agenda-views -kill
5436 @end example
5437 @noindent
5438 or, if you need to modify some parameters
5439 @example
5440 emacs -eval '(org-batch-store-agenda-views                      \
5441               org-agenda-ndays 30                               \
5442               org-agenda-include-diary nil                      \
5443               org-agenda-files (quote ("~/org/project.org")))'  \
5444       -kill
5445 @end example
5446 @noindent
5447 which will create the agenda views restricted to the file
5448 @file{~/org/project.org}, without diary entries and with 30 days
5449 extent. 
5451 @node Extracting Agenda Information for other programs,  , Exporting Agenda Views, Custom agenda views
5452 @subsection Extracting Agenda Information for other programs
5453 @cindex agenda, pipe
5454 @cindex Scripts, for agenda processing
5456 Org-mode provides commands to access agenda information for the command
5457 line in emacs batch mode.  This extracted information can be sent
5458 directly to a printer, or it can be read by a program that does further
5459 processing of the data.  The first of these commands is the function
5460 @code{org-batch-agenda}, that produces an agenda view and sends it as
5461 ASCII text to STDOUT.  The command takes a single string as parameter.
5462 If the string has length 1, it is used as a key to one of the commands
5463 you have configured in @code{org-agenda-custom-commands}, basically any
5464 key you can use after @kbd{C-c a}.  For example, to directly print the
5465 current TODO list, you could use
5467 @example
5468 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
5469 @end example
5471 If the parameter is a string with 2 or more characters, it is used as a
5472 tags/todo match string.  For example, to print your local shopping list
5473 (all items with the tag @samp{shop}, but excluding the tag
5474 @samp{NewYork}), you could use
5476 @example
5477 emacs -batch -l ~/.emacs                                      \       
5478       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
5479 @end example
5481 @noindent
5482 You may also modify parameters on the fly like this:
5484 @example
5485 emacs -batch -l ~/.emacs                                      \
5486    -eval '(org-batch-agenda "a"                               \
5487             org-agenda-ndays 30                               \
5488             org-agenda-include-diary nil                      \
5489             org-agenda-files (quote ("~/org/project.org")))'  \
5490    | lpr
5491 @end example
5493 @noindent
5494 which will produce a 30 day agenda, fully restricted to the Org file
5495 @file{~/org/projects.org}, not even including the diary.
5497 If you want to process the agenda data in more sophisticated ways, you
5498 can use the command @code{org-batch-agenda-csv} to get a comma-separated
5499 list of values for each agenda item.  Each line in the output will
5500 contain a number of fields separated by commas.  The fields in a line
5501 are:
5503 @example
5504 category     @r{The category of the item}
5505 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
5506 type         @r{The type of the agenda entry, can be}
5507                 todo               @r{selected in TODO match}
5508                 tagsmatch          @r{selected in tags match}
5509                 diary              @r{imported from diary}
5510                 deadline           @r{a deadline}
5511                 scheduled          @r{scheduled}
5512                 timestamp          @r{appointment, selected by timestamp}
5513                 closed             @r{entry was closed on date}
5514                 upcoming-deadline  @r{warning about nearing deadline}
5515                 past-scheduled     @r{forwarded scheduled item}
5516                 block              @r{entry has date block including date}
5517 todo         @r{The todo keyword, if any}
5518 tags         @r{All tags including inherited ones, separated by colons}
5519 date         @r{The relevant date, like 2007-2-14}
5520 time         @r{The time, like 15:00-16:50}
5521 extra        @r{String with extra planning info}
5522 priority-l   @r{The priority letter if any was given}
5523 priority-n   @r{The computed numerical priority}
5524 @end example
5526 @noindent
5527 Time and date will only be given if a timestamp (or deadline/scheduled)
5528 lead to the selection of the item.
5530 A CSV list like this is very easy to use in a post processing script.
5531 For example, here is a Perl program that gets the TODO list from
5532 Emacs/org-mode and prints all the items, preceded by a checkbox:
5534 @example
5535 @group
5536 #!/usr/bin/perl
5538 # define the Emacs command to run
5539 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
5541 # run it and capture the output
5542 $agenda = qx@{$cmd 2>/dev/null@};
5544 # loop over all lines
5545 foreach $line (split(/\n/,$agenda)) @{
5547   # get the individual values
5548   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
5549    $priority_l,$priority_n) = split(/,/,$line);
5551   # proccess and print
5552   print "[ ] $head\n";
5554 @end group
5555 @end example
5557 @node Embedded LaTeX, Exporting, Agenda views, Top
5558 @chapter Embedded LaTeX
5559 @cindex @TeX{} interpretation
5560 @cindex La@TeX{} interpretation
5562 Plain ASCII is normally sufficient for almost all note taking.  One
5563 exception, however, are scientific notes which need to be able to
5564 contain mathematical symbols and the occasional formula.
5565 La@TeX{}@footnote{La@TeX{} is a macro system based on Donald E. Knuth's
5566 @TeX{} system.  Many of the features described here as ``La@TeX{}'' are
5567 really from @TeX{}, but for simplicity I am blurring this distinction.}
5568 is widely used to typeset scientific documents. Org-mode supports
5569 embedding La@TeX{} code into its files, because many academics are used
5570 to read La@TeX{} source code, and because it can be readily processed
5571 into images for HTML production.
5573 It is not necessary to mark La@TeX{} macros and code in any special way.
5574 If you observe a few conventions, Org-mode knows how to find it and what
5575 to do with it.
5577 @menu
5578 * Math symbols::                TeX macros for symbols and Greek letters
5579 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
5580 * LaTeX fragments::             Complex formulas made easy
5581 * Processing LaTeX fragments::  Previewing LaTeX processing
5582 * CDLaTeX mode::                Speed up entering of formulas
5583 @end menu
5585 @node Math symbols, Subscripts and Superscripts, Embedded LaTeX, Embedded LaTeX
5586 @section Math symbols
5587 @cindex math symbols
5588 @cindex TeX macros
5590 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
5591 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
5592 Completion for these macros is available, just type @samp{\} and maybe a
5593 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
5594 Unlike La@TeX{} code, Org-mode allows these macros to be present
5595 without surrounding math delimiters, for example:
5597 @example
5598 Angles are written as Greek letters \alpha, \beta and \gamma.
5599 @end example
5601 During HTML export (@pxref{HTML export}), these symbols are translated
5602 into the proper syntax for HTML, for the above examples this is
5603 @samp{&alpha;} and @samp{&rarr;}, respectively.
5605 @node Subscripts and Superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
5606 @section Subscripts and Superscripts
5607 @cindex subscript
5608 @cindex superscript
5610 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
5611 and subscripts.  Again, these can be used without embedding them in
5612 math-mode delimiters.  To increase the readability of ASCII text, it is
5613 not necessary (but OK) to surround multi-character sub- and superscripts
5614 with curly braces.  For example
5616 @example
5617 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
5618 the sun is R_@{sun@} = 6.96 x 10^8 m.
5619 @end example
5621 To avoid interpretation as raised or lowered text, you can quote
5622 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
5624 During HTML export (@pxref{HTML export}), subscript and superscripts
5625 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
5627 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and Superscripts, Embedded LaTeX
5628 @section LaTeX fragments
5629 @cindex LaTeX fragments
5631 With symbols, sub- and superscripts, HTML is pretty much at its end when
5632 it comes to representing mathematical formulas@footnote{Yes, there is
5633 MathML, but that is not yet fully supported by many browsers, and there
5634 is no decent converter for turning La@TeX{} or ASCII representations of
5635 formulas into MathML. So for the time being, converting formulas into
5636 images seems the way to go.}. More complex expressions need a dedicated
5637 formula processor. To this end, Org-mode can contain arbitrary La@TeX{}
5638 fragments. It provides commands to preview the typeset result of these
5639 fragments, and upon export to HTML, all fragments will be converted to
5640 images and inlined into the HTML document@footnote{The La@TeX{} export
5641 will not use images for displaying La@TeX{} fragments but include these
5642 fragments directly into the La@TeX{} code.}. For this to work you
5643 need to be on a system with a working La@TeX{} installation. You also
5644 need the @file{dvipng} program, available at
5645 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
5646 will be used when processing a fragment can be configured with the
5647 variable @code{org-format-latex-header}.
5649 La@TeX{} fragments don't need any special marking at all.  The following
5650 snippets will be identified as La@TeX{} source code:
5651 @itemize @bullet
5652 @item
5653 Environments of any kind.  The only requirement is that the
5654 @code{\begin} statement appears on a new line, preceded by only
5655 whitespace.
5656 @item
5657 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
5658 currency specifications, single @samp{$} characters are only recognized
5659 as math delimiters if the enclosed text contains at most two line breaks,
5660 is directly attached to the @samp{$} characters with no whitespace in
5661 between, and if the closing @samp{$} is followed by whitespace or
5662 punctuation.  For the other delimiters, there is no such restriction, so
5663 when in doubt, use @samp{\(...\)} as inline math delimiters.
5664 @end itemize
5666 @noindent For example:
5668 @example
5669 \begin@{equation@}                          % arbitrary environments,
5670 x=\sqrt@{b@}                                % even tables, figures
5671 \end@{equation@}                            % etc
5673 If $a^2=b$ and \( b=2 \), then the solution must be
5674 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
5675 @end example
5677 @noindent
5678 If you need any of the delimiter ASCII sequences for other purposes, you
5679 can configure the option @code{org-format-latex-options} to deselect the
5680 ones you do not wish to have interpreted by the La@TeX{} converter.
5682 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
5683 @section Processing LaTeX fragments
5684 @cindex LaTeX fragments, preview
5686 La@TeX{} fragments can be processed to produce a preview images of the
5687 typeset expressions:
5689 @table @kbd
5690 @kindex C-c C-x C-l
5691 @item C-c C-x C-l
5692 Produce a preview image of the La@TeX{} fragment at point and overlay it
5693 over the source code.  If there is no fragment at point, process all
5694 fragments in the current entry (between two headlines).  When called
5695 with a prefix argument, process the entire subtree.  When called with
5696 two prefix arguments, or when the cursor is before the first headline,
5697 process the entire buffer.
5698 @kindex C-c C-c
5699 @item C-c C-c
5700 Remove the overlay preview images.
5701 @end table
5703 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
5704 converted into images and inlined into the document if the following
5705 setting is active:
5707 @lisp
5708 (setq org-export-with-LaTeX-fragments t)
5709 @end lisp
5711 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
5712 @section Using CDLaTeX to enter math
5713 @cindex CDLaTeX
5715 CDLaTeX-mode is a minor mode that is normally used in combination with a
5716 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
5717 environments and math templates.  Inside Org-mode, you can make use of
5718 some of the features of cdlatex-mode.  You need to install
5719 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
5720 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
5721 Don't turn cdlatex-mode itself under Org-mode, but use the light
5722 version @code{org-cdlatex-mode} that comes as part of Org-mode.  Turn it
5723 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
5724 Org-mode files with
5726 @lisp
5727 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
5728 @end lisp
5730 When this mode is enabled, the following features are present (for more
5731 details see the documentation of cdlatex-mode):
5732 @itemize @bullet
5733 @kindex C-c @{
5734 @item
5735 Environment templates can be inserted with @kbd{C-c @{}.
5736 @item
5737 @kindex @key{TAB}
5738 The @key{TAB} key will do template expansion if the cursor is inside a
5739 La@TeX{} fragment@footnote{Org-mode has a method to test if the cursor is
5740 inside such a fragment, see the documentation of the function
5741 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
5742 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
5743 correctly inside the first brace.  Another @key{TAB} will get you into
5744 the second brace.  Even outside fragments, @key{TAB} will expand
5745 environment abbreviations at the beginning of a line.  For example, if
5746 you write @samp{equ} at the beginning of a line and press @key{TAB},
5747 this abbreviation will be expanded to an @code{equation} environment.
5748 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
5749 @item
5750 @kindex _
5751 @kindex ^
5752 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
5753 characters together with a pair of braces.  If you use @key{TAB} to move
5754 out of the braces, and if the braces surround only a single character or
5755 macro, they are removed again (depending on the variable
5756 @code{cdlatex-simplify-sub-super-scripts}).
5757 @item
5758 @kindex `
5759 Pressing the backquote @kbd{`} followed by a character inserts math
5760 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
5761 after the backquote, a help window will pop up.
5762 @item
5763 @kindex '
5764 Pressing the normal quote @kbd{'} followed by another character modifies
5765 the symbol before point with an accent or a font.  If you wait more than
5766 1.5 seconds after the backquote, a help window will pop up.  Character
5767 modification will work only inside La@TeX{} fragments, outside the quote
5768 is normal.
5769 @end itemize
5771 @node Exporting, Publishing, Embedded LaTeX, Top
5772 @chapter Exporting
5773 @cindex exporting
5775 Org-mode documents can be exported into a variety of other formats.  For
5776 printing and sharing of notes, ASCII export produces a readable and
5777 simple version of an Org-mode file.  HTML export allows you to publish a
5778 notes file on the web, while the XOXO format provides a solid base for
5779 exchange with a broad range of other applications. La@TeX{} export lets
5780 you use Org-mode and its structured editing functions to easily create
5781 La@TeX{} files.  To incorporate entries with associated times like
5782 deadlines or appointments into a desktop calendar program like iCal,
5783 Org-mode can also produce extracts in the iCalendar format.  Currently
5784 Org-mode only supports export, not import of these different formats.
5786 When exporting, Org-mode uses special conventions to enrich the output
5787 produced.  @xref{Text interpretation}, for more details.
5789 @table @kbd
5790 @kindex C-c C-e
5791 @item C-c C-e
5792 Dispatcher for export and publishing commands.  Displays a help-window
5793 listing the additional key(s) needed to launch an export or publishing
5794 command.
5795 @end table
5797 @menu
5798 * ASCII export::                Exporting to plain ASCII
5799 * HTML export::                 Exporting to HTML
5800 * LaTeX export::                Exporting to LaTeX
5801 * XOXO export::                 Exporting to XOXO
5802 * iCalendar export::            Exporting in iCalendar format
5803 * Text interpretation::         How the exporter looks at the file
5804 @end menu
5806 @node ASCII export, HTML export, Exporting, Exporting
5807 @section ASCII export
5808 @cindex ASCII export
5810 ASCII export produces a simple and very readable version of an Org-mode
5811 file.
5813 @cindex region, active
5814 @cindex active region
5815 @cindex transient-mark-mode
5816 @table @kbd
5817 @kindex C-c C-e a
5818 @item C-c C-e a
5819 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
5820 will be @file{myfile.txt}.  The file will be overwritten without
5821 warning.  If there is an active region, only the region will be
5822 exported. If the selected region is a single tree, the tree head will
5823 become the document title.  If the tree head entry has or inherits an
5824 EXPORT_FILE_NAME property, that name will be used for the export.
5825 @kindex C-c C-e v a
5826 @item C-c C-e v a
5827 Export only the visible part of the document.
5828 @end table
5830 @cindex headline levels, for exporting
5831 In the exported version, the first 3 outline levels will become
5832 headlines, defining a general document structure.  Additional levels
5833 will be exported as itemized lists.  If you want that transition to occur
5834 at a different level, specify it with a prefix argument.  For example,
5836 @example
5837 @kbd{C-1 C-c C-e a}
5838 @end example
5840 @noindent
5841 creates only top level headlines and does the rest as items.  When
5842 headlines are converted to items, the indentation of the text following
5843 the headline is changed to fit nicely under the item.  This is done with
5844 the assumption that the first bodyline indicates the base indentation of
5845 the body text.  Any indentation larger than this is adjusted to preserve
5846 the layout relative to the first line.  Should there be lines with less
5847 indentation than the first, these are left alone.
5849 @node HTML export, LaTeX export, ASCII export, Exporting
5850 @section HTML export
5851 @cindex HTML export
5853 Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
5854 HTML formatting, in ways similar to John Grubers @emph{markdown}
5855 language, but with additional support for tables.
5857 @menu
5858 * HTML Export commands::        How to invoke LaTeX export
5859 * Quoting HTML tags::           Using direct HTML in Org-mode
5860 * Links::                       Transformation of links for HTML
5861 * Images::                      How to include images
5862 * CSS support::                 Changing the appearence of the output
5863 @end menu
5865 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
5866 @subsection HTML export commands
5868 @cindex region, active
5869 @cindex active region
5870 @cindex transient-mark-mode
5871 @table @kbd
5872 @kindex C-c C-e h
5873 @item C-c C-e h
5874 Export as HTML file @file{myfile.html}.  For an org file
5875 @file{myfile.org}, the ASCII file will be @file{myfile.html}.  The file
5876 will be overwritten without warning.  If there is an active region, only
5877 the region will be exported. If the selected region is a single tree,
5878 the tree head will become the document title.  If the tree head entry
5879 has or inherits an EXPORT_FILE_NAME property, that name will be used for
5880 the export.
5881 @kindex C-c C-e b
5882 @item C-c C-e b
5883 Export as HTML file and immediately open it with a browser.
5884 @kindex C-c C-e H
5885 @item C-c C-e H
5886 Export to a temporary buffer, do not create a file.
5887 @kindex C-c C-e R
5888 @item C-c C-e H
5889 Export the active region to a temporary buffer.  With prefix arg, do not
5890 produce file header and foot, but just the plain HTML section for the
5891 region.  This is good for cut-and-paste operations.
5892 @kindex C-c C-e v h
5893 @kindex C-c C-e v b
5894 @kindex C-c C-e v H
5895 @kindex C-c C-e v R
5896 @item C-c C-e v h
5897 @item C-c C-e v b
5898 @item C-c C-e v H
5899 @item C-c C-e v R
5900 Export only the visible part of the document.
5901 @item M-x org-export-region-as-html
5902 Convert the region to HTML under the assumption that it was org-mode
5903 syntax before.  This is a global command that can be invoked in any
5904 buffer.
5905 @item M-x org-replace-region-by-HTML
5906 Replace the active region (assumed to be in Org-mode syntax) by HTML
5907 code.
5908 @end table
5910 @cindex headline levels, for exporting
5911 In the exported version, the first 3 outline levels will become
5912 headlines, defining a general document structure.  Additional levels
5913 will be exported as itemized lists.  If you want that transition to occur
5914 at a different level, specify it with a prefix argument.  For example,
5916 @example
5917 @kbd{C-2 C-c C-e b}
5918 @end example
5920 @noindent
5921 creates two levels of headings and does the rest as items.
5923 @node Quoting HTML tags, Links, HTML Export commands, HTML export
5924 @subsection Quoting HTML tags
5926 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
5927 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
5928 which should be interpreted as such, mark them with @samp{@@} as in
5929 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
5930 simple tags.  For more extensive HTML that should be copied verbatim to
5931 the exported file use either
5933 @example
5934 #+HTML: Literal HTML code for export
5935 @end example
5937 @noindent or
5939 @example
5940 #+BEGIN_HTML
5941 All lines between these markers are exported literally
5942 #+END_HTML
5943 @end example
5946 @node Links, Images, Quoting HTML tags, HTML export
5947 @subsection Links
5949 @cindex links, in HTML export
5950 @cindex internal links, in HTML export
5951 @cindex external links, in HTML export
5952 Internal links (@pxref{Internal links}) will continue to work in HTML
5953 files only if they match a dedicated @samp{<<target>>}.  Automatic links
5954 created by radio targets (@pxref{Radio targets}) will also work in the
5955 HTML file.  Links to external files will still work if the HTML file is
5956 in the same directory as the Org-mode file.  Links to other @file{.org}
5957 files will be translated into HTML links under the assumption that an
5958 HTML version also exists of the linked file.  For information related to
5959 linking files while publishing them to a publishing directory see
5960 @ref{Publishing links}.
5962 @node Images, CSS support, Links, HTML export
5963 @subsection Images
5965 @cindex images, inline in HTML
5966 @cindex inlining images in HTML
5967 HTML export can inline images given as links in the Org-mode file, and
5968 it can make an image the clickable part of a link.  By
5969 default@footnote{but see the variable
5970 @code{org-export-html-inline-images}}, images are inlined if a link does
5971 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
5972 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
5973 @samp{the image} that points to the image.  If the description part
5974 itself is a @code{file:} link or a @code{http:} URL pointing to an
5975 image, this image will be inlined and activated so that clicking on the
5976 image will activate the link.  For example, to include a thumbnail that
5977 will link to a high resolution version of the image, you could use:
5979 @example
5980 [[file:highres.jpg][file:thumb.jpg]]
5981 @end example
5983 @noindent
5984 and you could use @code{http} addresses just as well.
5986 @node CSS support,  , Images, HTML export
5987 @subsection CSS support
5989 You can also give style information for the exported file.  The HTML
5990 exporter assigns the following CSS classes to appropriate parts of the
5991 document - your style specifications may change these:
5992 @example
5993 .todo           @r{TODO keywords}
5994 .done           @r{the DONE keyword}
5995 .timestamp      @r{time stamp}
5996 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
5997 .tag            @r{tag in a headline}
5998 .target         @r{target for links}
5999 @end example
6001 The default style specification can be configured through the option
6002 @code{org-export-html-style}.  If you want to use a file-local style,
6003 you may use file variables, best wrapped into a COMMENT section at the
6004 end of the outline tree.  For example@footnote{Under Emacs 21, the
6005 continuation lines for a variable value should have no @samp{#} at the
6006 start of the line.}:
6008 @example
6009 * COMMENT html style specifications
6011 # Local Variables:
6012 # org-export-html-style: "   <style type=\"text/css\">
6013 #       p @{font-weight: normal; color: gray; @}
6014 #       h1 @{color: black; @}
6015 #   </style>"
6016 # End:
6017 @end example
6019 Remember to execute @kbd{M-x normal-mode} after changing this to make
6020 the new style visible to Emacs.  This command restarts org-mode for the
6021 current buffer and forces Emacs to re-evaluate the local variables
6022 section in the buffer.
6024 @c FIXME: More about header and footer styles
6025 @c FIXME: Talk about links and targets.
6027 @node LaTeX export, XOXO export, HTML export, Exporting
6028 @section LaTeX export
6029 @cindex LaTeX export
6031 Org-mode contains a La@TeX{} exporter written by Bastien Guerry.
6033 @menu
6034 * LaTeX export commands::       How to invoke LaTeX export
6035 * Quoting LaTeX code::          Incorporating literal LaTeX code
6036 @end menu
6038 @node LaTeX export commands, Quoting LaTeX code, LaTeX export, LaTeX export
6039 @subsection LaTeX export commands
6041 @table @kbd
6042 @kindex C-c C-e l
6043 @item C-c C-e l
6044 Export as La@TeX{} file @file{myfile.tex}.
6045 @kindex C-c C-e L
6046 @item C-c C-e L
6047 Export to a temporary buffer, do not create a file.
6048 @kindex C-c C-e v l
6049 @kindex C-c C-e v L
6050 @item C-c C-e v l
6051 @item C-c C-e v L
6052 Export only the visible part of the document.
6053 @item M-x org-export-region-as-latex
6054 Convert the region to La@TeX{} under the assumption that it was org-mode
6055 syntax before.  This is a global command that can be invoked in any
6056 buffer.
6057 @item M-x org-replace-region-by-latex
6058 Replace the active region (assumed to be in Org-mode syntax) by La@TeX{}
6059 code.
6060 @end table
6062 @cindex headline levels, for exporting
6063 In the exported version, the first 3 outline levels will become
6064 headlines, defining a general document structure.  Additional levels
6065 will be exported as description lists.  The exporter can ignore them or
6066 convert them to a custom string depending on
6067 @code{org-latex-low-levels}.
6069 If you want that transition to occur at a different level, specify it
6070 with a prefix argument. For example,
6072 @example
6073 @kbd{C-2 C-c C-e l}
6074 @end example
6076 @noindent
6077 creates two levels of headings and does the rest as items.
6079 @node Quoting LaTeX code,  , LaTeX export commands, LaTeX export
6080 @subsection Quoting LaTeX code
6082 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
6083 inserted into the La@TeX{} file.  Forthermore, you can add special code
6084 that should only be present in La@TeX{} export with the following
6085 constructs:
6087 @example
6088 #+LaTeX: Literal LaTeX code for export
6089 @end example
6091 @noindent or
6093 @example
6094 #+BEGIN_LaTeX
6095 All lines between these markers are exported literally
6096 #+END_LaTeX
6097 @end example
6098 @node XOXO export, iCalendar export, LaTeX export, Exporting
6099 @section XOXO export
6100 @cindex XOXO export
6102 Org-mode contains an exporter that produces XOXO-style output.
6103 Currently, this exporter only handles the general outline structure and
6104 does not interpret any additional Org-mode features.
6106 @table @kbd
6107 @kindex C-c C-e x
6108 @item C-c C-e x
6109 Export as XOXO file @file{myfile.html}.
6110 @kindex C-c C-e v
6111 @item C-c C-e v x
6112 Export only the visible part of the document.
6113 @end table
6115 @node iCalendar export, Text interpretation, XOXO export, Exporting
6116 @section iCalendar export
6117 @cindex iCalendar export
6119 Some people like to use Org-mode for keeping track of projects, but
6120 still prefer a standard calendar application for anniversaries and
6121 appointments.  In this case it can be useful to have deadlines and
6122 other time-stamped items in Org-mode files show up in the calendar
6123 application.  Org-mode can export calendar information in the standard
6124 iCalendar format.  If you also want to have TODO entries included in the
6125 export, configure the variable @code{org-icalendar-include-todo}.
6127 @table @kbd
6128 @kindex C-c C-e i
6129 @item C-c C-e i
6130 Create iCalendar entries for the current file and store them in the same
6131 directory, using a file extension @file{.ics}.
6132 @kindex C-c C-e I
6133 @item C-c C-e I
6134 Like @kbd{C-c C-e i}, but do this for all files in
6135 @code{org-agenda-files}.  For each of these files, a separate iCalendar
6136 file will be written.
6137 @kindex C-c C-e c
6138 @item C-c C-e c
6139 Create a single large iCalendar file from all files in
6140 @code{org-agenda-files} and write it to the file given by
6141 @code{org-combined-agenda-icalendar-file}.
6142 @end table
6144 The export will honor SUMMARY, DESCRIPTION and LOCATION properties if
6145 the selected entries have them.  If not, the summary will be derived
6146 from the headline, and the description from the body (limited to
6147 @code{org-icalendar-include-body} characters).  
6149 How this calendar is best read and updated, depends on the application
6150 you are using.  The FAQ covers this issue.
6153 @node Text interpretation,  , iCalendar export, Exporting
6154 @section Text interpretation by the exporter
6156 The exporter backends interpret additional structure in the Org-mode file
6157 in order to produce better output.
6159 @menu
6160 * Comment lines::               Some lines will not be exported
6161 * Initial text::                Text before the first headline
6162 * Footnotes::                   Numbers like [1]
6163 * Enhancing text::              Subscripts, symbols and more
6164 * Export options::              How to influence the export settings
6165 @end menu
6167 @node Comment lines, Initial text, Text interpretation, Text interpretation
6168 @subsection Comment lines
6169 @cindex comment lines
6170 @cindex exporting, not
6172 Lines starting with @samp{#} in column zero are treated as comments
6173 and will never be exported.  Also entire subtrees starting with the
6174 word @samp{COMMENT} will never be exported.
6176 @table @kbd
6177 @kindex C-c ;
6178 @item C-c ;
6179 Toggle the COMMENT keyword at the beginning of an entry.
6180 @end table
6182 @node Initial text, Footnotes, Comment lines, Text interpretation
6183 @subsection Text before the first headline
6185 Org-mode normally ignores any text before the first headline when
6186 exporting, leaving this region for internal links to speed up navigation
6187 etc.  However, in publishing-oriented files, you might want to have some
6188 text before the first headline, like a small introduction, special HTML
6189 code with a navigation bar, etc.  You can ask to have this part of the
6190 file exported as well by setting the variable
6191 @code{org-export-skip-text-before-1st-heading} to @code{nil}.  On a
6192 per-file basis, you can get the same effect with
6194 @example
6195 #+OPTIONS: skip:nil
6196 @end example
6198 The text before the first headline will be fully processed
6199 (@pxref{Enhancing text}), and the first non-comment line becomes the
6200 title of the exported document.  If you need to include literal HTML,
6201 use the special constructs described in @ref{Quoting HTML tags}.  The
6202 table of contents is normally inserted directly before the first
6203 headline of the file.  If you would like to get it to a different
6204 location, insert the string @code{[TABLE-OF-CONTENTS]} on a line by
6205 itself at the desired location.
6207 Finally, if you want to use the space before the first headline for
6208 internal purposes, but @emph{still} want to place something before the
6209 first headline when exporting the file, you can use the @code{#+TEXT}
6210 construct:
6212 @example
6213 #+OPTIONS: skip:t
6214 #+TEXT: This text will go before the *first* headline.
6215 #+TEXT: We place the table of contents here:
6216 #+TEXT: [TABLE-OF-CONTENTS]
6217 #+TEXT: This goes between the table of contents and the first headline
6218 @end example
6220 @node Footnotes, Enhancing text, Initial text, Text interpretation
6221 @subsection Footnotes
6222 @cindex footnotes
6223 @cindex @file{footnote.el}
6225 Numbers in square brackets are treated as footnotes, so that you can use
6226 the Emacs package @file{footnote.el} to create footnotes.  For example:
6228 @example
6229 The org-mode homepage[1] clearly needs help from
6230 a good web designer.
6232 [1] The link is: http://orgmode.org
6233 @end example
6235 @noindent
6236 @kindex C-c !
6237 Note that the @file{footnote} package uses @kbd{C-c !} to invoke its
6238 commands.  This binding conflicts with the org-mode command for
6239 inserting inactive time stamps.  You could use the variable
6240 @code{footnote-prefix} to switch footnotes commands to another key.  Or,
6241 if you are too used to this binding, you could use
6242 @code{org-replace-disputed-keys} and @code{org-disputed-keys} to change
6243 the settings in Org-mode.
6245 @node Enhancing text, Export options, Footnotes, Text interpretation
6246 @subsection Enhancing text for export
6247 @cindex enhancing text
6248 @cindex richer text
6250 Some of the export backends of Org-mode allow for sophisticated text
6251 formatting, this is true in particular for the HTML and La@TeX{}
6252 backends. Org-mode has a number of typing conventions that allow to
6253 produce a richly formatted output.
6255 @itemize @bullet
6257 @cindex hand-formatted lists
6258 @cindex lists, hand-formatted
6259 @item
6260 Plain lists @samp{-}, @samp{*} or @samp{+} as bullet, or with @samp{1.}
6261 or @samp{2)} as enumerator will be recognized and transformed if the
6262 backend supports lists.  See @xref{Plain lists}.
6264 @cindex underlined text
6265 @cindex bold text
6266 @cindex italic text
6267 @item
6268 You can make words @b{*bold*}, @i{/italic/}, _underlined_,
6269 @code{=code=}, and even @samp{+strikethrough+}@footnote{but remember
6270 that strikethrough is typographically evil and should @i{never} be
6271 used.}.
6273 @cindex horizontal rules, in exported files
6274 @item
6275 A line consisting of only dashes, and at least 5 of them, will be
6276 exported as a horizontal line (@samp{<hr/>} in HTML).
6278 @cindex LaTeX fragments, export
6279 @cindex TeX macros, export
6280 @item
6281 Many @TeX{} macros and entire La@TeX{} fragments are converted into HTML
6282 entities or images (@pxref{Embedded LaTeX}).
6284 @cindex tables, export
6285 @item
6286 Tables are transformed into native tables under the exporter, if the
6287 export backend supports this. Data fields before the first horizontal
6288 separator line will be formatted as table header fields.
6290 @cindex fixed width
6291 @item
6292 If a headline starts with the word @samp{QUOTE}, the text below the
6293 headline will be typeset as fixed-width, to allow quoting of computer
6294 codes etc.  Lines starting with @samp{:} are also typeset in fixed-width
6295 font. 
6296 @table @kbd
6297 @kindex C-c :
6298 @item C-c :
6299 Toggle fixed-width for entry (QUOTE) or region, see below.
6300 @end table
6302 @cindex linebreak, forced
6303 @item 
6304 A double backslash @emph{at the end of a line} enforces a line break at
6305 this position.
6306 @end itemize
6308 If these conversions conflict with your habits of typing ASCII text,
6309 they can all be turned off with corresponding variables.  See the
6310 customization group @code{org-export-general}, and the following section
6311 which explains how to set export options with special lines in a
6312 buffer.
6315 @node Export options,  , Enhancing text, Text interpretation
6316 @subsection Export options
6317 @cindex options, for export
6319 @cindex completion, of option keywords
6320 The exporter recognizes special lines in the buffer which provide
6321 additional information.  These lines may be put anywhere in the file.
6322 The whole set of lines can be inserted into the buffer with @kbd{C-c
6323 C-e t}.  For individual lines, a good way to make sure the keyword is
6324 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
6325 (@pxref{Completion}).
6327 @table @kbd
6328 @kindex C-c C-e t
6329 @item C-c C-e t
6330 Insert template with export options, see example below.
6331 @end table
6333 @example
6334 #+TITLE:     the title to be shown (default is the buffer name)
6335 #+AUTHOR:    the author (default taken from @code{user-full-name})
6336 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
6337 #+EMAIL:     his/her email address (default from @code{user-mail-address})
6338 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
6339 #+TEXT:      Some descriptive text to be inserted at the beginning.
6340 #+TEXT:      Several lines may be given.
6341 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
6342 @end example
6344 @noindent
6345 The OPTIONS line is a compact form to specify export settings.  Here
6346 you can:
6347 @cindex headline levels
6348 @cindex section-numbers
6349 @cindex table of contents
6350 @cindex linebreak preservation
6351 @cindex quoted HTML tags
6352 @cindex fixed-width sections
6353 @cindex tables
6354 @cindex @TeX{}-like syntax for sub- and superscripts
6355 @cindex footnotes
6356 @cindex emphasized text
6357 @cindex @TeX{} macros
6358 @cindex La@TeX{} fragments
6359 @cindex author info, in export
6360 @cindex time info, in export
6361 @example
6362 H:         @r{set the number of headline levels for export}
6363 num:       @r{turn on/off section-numbers}
6364 toc:       @r{turn on/off table of contents, or set level limit (integer)}
6365 \n:        @r{turn on/off linebreak-preservation}
6366 @@:         @r{turn on/off quoted HTML tags}
6367 ::         @r{turn on/off fixed-width sections}
6368 |:         @r{turn on/off tables}
6369 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
6370            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
6371            @r{the simple @code{a_b} will be left as it is.}
6372 f:         @r{turn on/off foototes like this[1].}
6373 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
6374 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
6375 LaTeX:     @r{turn on/off La@TeX{} fragments}
6376 skip:      @r{turn on/off skipping the text before the first heading}
6377 author:    @r{turn on/off inclusion of author name/email into exported file}
6378 timestamp: @r{turn on/off inclusion creation time into exported file}
6379 @end example
6381 These options take effect in both the HTML and La@TeX{} export, except
6382 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
6383 @code{nil} for the La@TeX{} export.
6385 @node Publishing, Miscellaneous, Exporting, Top
6386 @chapter Publishing
6387 @cindex publishing
6389 Org-mode includes@footnote{@file{org-publish.el} is not distributed with
6390 Emacs 21, if you are still using Emacs 21, you need you need to download
6391 this file separately.} a publishing management system that allows you to
6392 configure automatic HTML conversion of @emph{projects} composed of
6393 interlinked org files.  This system is called @emph{org-publish}.  You can
6394 also configure org-publish to automatically upload your exported HTML
6395 pages and related attachments, such as images and source code files, to
6396 a web server. Org-publish turns org-mode into a web-site authoring tool.
6398 You can also use Org-publish to convert files into La@TeX{}, or even
6399 combine HTML and La@TeX{} conversion so that files are available in both
6400 formats on the server@footnote{Since La@TeX{} files on a server are not
6401 that helpful, you surely want to perform further conversion on them --
6402 e.g. convert them to @code{PDF} format.}.
6404 Org-publish has been contributed to Org-mode by David O'Toole.
6406 @menu
6407 * Configuration::               Defining projects
6408 * Sample configuration::        Example projects
6409 * Triggering publication::      Publication commands
6410 @end menu
6412 @node Configuration, Sample configuration, Publishing, Publishing
6413 @section Configuration
6415 Publishing needs significant configuration to specify files, destination
6416 and many other properties of a project.
6418 @menu
6419 * Project alist::               The central configuration variable
6420 * Sources and destinations::    From here to there
6421 * Selecting files::             What files are part of the project?
6422 * Publishing action::           Setting the function doing the publishing
6423 * Publishing options::          Tweaking HTML export
6424 * Publishing links::            Which links keep working after publishing?
6425 * Project page index::          Publishing a list of project files
6426 @end menu
6428 @node Project alist, Sources and destinations, Configuration, Configuration
6429 @subsection The variable @code{org-publish-project-alist}
6430 @cindex org-publish-project-alist
6431 @cindex projects, for publishing
6433 Org-publish is configured almost entirely through setting the value of
6434 one variable, called @code{org-publish-project-alist}.
6435 Each element of the list configures one project, and may be in one of
6436 the two following forms:
6438 @lisp
6439 ("project-name"  :property value :property value ...)
6441 @r{or} 
6443 ("project-name"  :components ("project-name" "project-name" ...))
6445 @end lisp
6447 In both cases, projects are configured by specifying property values.
6448 A project defines the set of files that will be published, as well as
6449 the publishing configuration to use when publishing those files.  When
6450 a project takes the second form listed above, the individual members
6451 of the ``components'' property are taken to be components of the
6452 project, which group together files requiring different publishing
6453 options. When you publish such a ``meta-project'' all the components
6454 will also publish.
6456 @node Sources and destinations, Selecting files, Project alist, Configuration
6457 @subsection Sources and destinations for files
6458 @cindex directories, for publishing
6460 Most properties are optional, but some should always be set. In
6461 particular, org-publish needs to know where to look for source files,
6462 and where to put published files.
6464 @multitable @columnfractions 0.3 0.7
6465 @item @code{:base-directory}
6466 @tab Directory containing publishing source files
6467 @item @code{:publishing-directory}
6468 @tab Directory (possibly remote) where output files will be published.
6469 @item @code{:preparation-function}
6470 @tab Function called before starting publishing process, for example to
6471 run @code{make} for updating files to be published.
6472 @end multitable
6473 @noindent
6475 @node Selecting files, Publishing action, Sources and destinations, Configuration
6476 @subsection Selecting files
6477 @cindex files, selecting for publishing
6479 By default, all files with extension @file{.org} in the base directory
6480 are considered part of the project.  This can be modified by setting the
6481 properties 
6482 @multitable @columnfractions 0.25 0.75
6483 @item @code{:base-extension}
6484 @tab Extension (without the dot!) of source files.  This actually is a
6485 regular expression.
6487 @item @code{:exclude} 
6488 @tab Regular expression to match file names that should not be
6489 published, even though they have been selected on the basis of their
6490 extension.
6492 @item @code{:include}
6493 @tab List of files to be included regardless of @code{:base-extension}
6494 and @code{:exclude}.
6495 @end multitable
6497 @node Publishing action, Publishing options, Selecting files, Configuration
6498 @subsection Publishing Action
6499 @cindex action, for publishing
6501 Publishing means that a file is copied to the destination directory and
6502 possibly transformed in the process.  The default transformation is to
6503 export Org-mode files as HTML files, and this is done by the function
6504 @code{org-publish-org-to-html} which calls the HTML exporter
6505 (@pxref{HTML export}). But you also can publish your files in La@TeX{} by
6506 using the function @code{org-publish-org-to-latex} instead. Other files
6507 like images only need to be copied to the publishing destination. For
6508 non-Org-mode files, you need to specify the publishing function.
6511 @multitable @columnfractions 0.3 0.7
6512 @item @code{:publishing-function}
6513 @tab Function executing the publication of a file.  This may also be a
6514 list of functions, which will all be called in turn.
6515 @end multitable
6517 The function must accept two arguments: a property list containing at
6518 least a @code{:publishing-directory} property, and the name of the file
6519 to be published.  It should take the specified file, make the necessary
6520 transformation (if any) and place the result into the destination folder.
6521 You can write your own publishing function, but @code{org-publish}
6522 provides one for attachments (files that only need to be copied):
6523 @code{org-publish-attachment}.
6525 @node Publishing options, Publishing links, Publishing action, Configuration
6526 @subsection Options for the HTML/LaTeX exporters
6527 @cindex options, for publishing
6529 The property list can be used to set many export options for the HTML
6530 and La@TeX{} exporters.  In most cases, these properties correspond to user
6531 variables in Org-mode.  The table below lists these properties along
6532 with the variable they belong to.  See the documentation string for the
6533 respective variable for details.
6535 @multitable @columnfractions 0.3 0.7
6536 @item @code{:language}              @tab @code{org-export-default-language}
6537 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
6538 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
6539 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
6540 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
6541 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
6542 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
6543 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
6544 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
6545 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
6546 @item @code{:timestamps}           .@tab @code{org-export-with-timestamps}
6547 @item @code{:tags}                 .@tab @code{org-export-with-tags}
6548 @item @code{:tables}                @tab @code{org-export-with-tables}
6549 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
6550 @item @code{:style}                 @tab @code{org-export-html-style}
6551 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
6552 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
6553 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
6554 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
6555 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
6556 @item @code{:preamble}              @tab @code{org-export-html-preamble}
6557 @item @code{:postamble}             @tab @code{org-export-html-postamble}
6558 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
6559 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
6560 @item @code{:author}                @tab @code{user-full-name}
6561 @item @code{:email}                 @tab @code{user-mail-address}
6562 @end multitable
6564 Most of the @code{org-export-with-*} variables have the same effect in
6565 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
6566 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
6567 La@TeX{} export.
6569 When a property is given a value in org-publish-project-alist, its
6570 setting overrides the value of the corresponding user variable (if any)
6571 during publishing.  Options set within a file (@pxref{Export
6572 options}), however, override everything.
6574 @node Publishing links, Project page index, Publishing options, Configuration
6575 @subsection Links between published files
6576 @cindex links, publishing
6578 To create a link from one Org-mode file to another, you would use
6579 something like @samp{[[file:foo.org][The foo]]} or simply
6580 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
6581 becomes a link to @file{foo.html}.  In this way, you can interlink the
6582 pages of your "org web" project and the links will work as expected when
6583 you publish them to HTML.
6585 You may also link to related files, such as images. Provided you are
6586 careful with relative pathnames, and provided you have also configured
6587 org-publish to upload the related files, these links will work
6588 too. @ref{Complex example} for an example of this usage.
6590 Sometime an Org-mode file to be published may contain links that are
6591 only valid in your production environment, but not in the publishing
6592 location.  In this case, use the property 
6594 @multitable @columnfractions 0.4 0.6
6595 @item @code{:link-validation-function}
6596 @tab Function to validate links
6597 @end multitable
6599 @noindent
6600 to define a function for checking link validity.  This function must
6601 accept two arguments, the file name and a directory relative to which
6602 the file name is interpreted in the production environment.  If this
6603 function returns @code{nil}, then the HTML generator will only insert a
6604 description into the HTML file, but no link.  One option for this
6605 function is @code{org-publish-validate-link} which checks if the given
6606 file is part of any project in @code{org-publish-project-alist}.
6608 @node Project page index,  , Publishing links, Configuration
6609 @subsection Project page index
6610 @cindex index, of published pages
6612 The following properties may be used to control publishing of an
6613 index of files or summary page for a given project.
6615 @multitable @columnfractions 0.25 0.75
6616 @item @code{:auto-index}
6617 @tab When non-nil, publish an index during org-publish-current-project or
6618 org-publish-all.
6620 @item @code{:index-filename}
6621 @tab Filename for output of index. Defaults to @file{index.org} (which
6622 becomes @file{index.html}).
6624 @item @code{:index-title}
6625 @tab Title of index page. Defaults to name of file.
6627 @item @code{:index-function}
6628 @tab Plugin function to use for generation of index.
6629 Defaults to @code{org-publish-org-index}, which generates a plain list
6630 of links to all files in the project.
6631 @end multitable
6633 @node Sample configuration, Triggering publication, Configuration, Publishing
6634 @section Sample configuration
6636 Below we provide two example configurations.  The first one is a simple
6637 project publishing only a set of Org-mode files.  The second example is
6638 more complex, with a multi-component project.
6640 @menu
6641 * Simple example::              One-component publishing
6642 * Complex example::             A multi-component publishing example
6643 @end menu
6645 @node Simple example, Complex example, Sample configuration, Sample configuration
6646 @subsection Example: simple publishing configuration
6648 This example publishes a set of Org-mode files to the @file{public_html}
6649 directory on the local machine.
6651 @lisp
6652 (setq org-publish-project-alist
6653       '(("org" 
6654          :base-directory "~/org/"
6655          :publishing-directory "~/public_html"
6656          :section-numbers nil
6657          :table-of-contents nil
6658          :style "<link rel=stylesheet 
6659                 href=\"../other/mystyle.css\"
6660                 type=\"text/css\">")))
6661 @end lisp
6663 @node Complex example,  , Simple example, Sample configuration
6664 @subsection Example: complex publishing configuration
6666 This more complicated example publishes an entire website, including
6667 org files converted to HTML, image files, emacs lisp source code, and
6668 stylesheets. The publishing-directory is remote and private files are
6669 excluded.
6671 To ensure that links are preserved, care should be taken to replicate
6672 your directory structure on the web server, and to use relative file
6673 paths. For example, if your org files are kept in @file{~/org} and your
6674 publishable images in @file{~/images}, you'd link to an image with
6676 @example
6677 file:../images/myimage.png
6678 @end example
6680 On the web server, the relative path to the image should be the
6681 same. You can accomplish this by setting up an "images" folder in the
6682 right place on the webserver, and publishing images to it.
6684 @lisp
6685 (setq org-publish-project-alist
6686       '(("orgfiles"
6687           :base-directory "~/org/"
6688           :base-extension "org"
6689           :publishing-directory "/ssh:user@@host:~/html/notebook/"
6690           :publishing-function org-publish-org-to-html
6691           :exclude "PrivatePage.org"   ;; regexp
6692           :headline-levels 3
6693           :section-numbers nil
6694           :table-of-contents nil
6695           :style "<link rel=stylesheet 
6696                   href=\"../other/mystyle.css\" type=\"text/css\">"
6697           :auto-preamble t
6698           :auto-postamble nil)
6699          
6700          ("images"
6701           :base-directory "~/images/"
6702           :base-extension "jpg\\|gif\\|png"
6703           :publishing-directory "/ssh:user@@host:~/html/images/"
6704           :publishing-function org-publish-attachment)
6706          ("other"
6707           :base-directory "~/other/"
6708           :base-extension "css\\|el"
6709           :publishing-directory "/ssh:user@@host:~/html/other/"
6710           :publishing-function org-publish-attachment)
6711          ("website" :components ("orgfiles" "images" "other"))))
6712 @end lisp
6714 @node Triggering publication,  , Sample configuration, Publishing
6715 @section Triggering publication
6717 Once org-publish is properly configured, you can publish with the
6718 following functions: 
6720 @table @kbd
6721 @item C-c C-e C
6722 Prompt for a specific project and publish all files that belong to it.
6723 @item C-c C-e P
6724 Publish the project containing the current file.
6725 @item C-c C-e F
6726 Publish only the current file.
6727 @item C-c C-e A
6728 Publish all projects.
6729 @end table
6731 Org uses timestamps to track when a file has changed. The above
6732 functions normally only publish changed files. You can override this and
6733 force publishing of all files by giving a prefix argument.
6735 @node Miscellaneous, Extensions and Hacking, Publishing, Top
6736 @chapter Miscellaneous
6738 @menu
6739 * Completion::                  M-TAB knows what you need
6740 * Customization::               Adapting Org-mode to your taste
6741 * In-buffer settings::          Overview of the #+KEYWORDS
6742 * The very busy C-c C-c key::   When in doubt, press C-c C-c
6743 * Clean view::                  Getting rid of leading stars in the outline
6744 * TTY keys::                    Using Org-mode on a tty
6745 * Interaction::                 Other Emacs packages
6746 * Bugs::                        Things which do not work perfectly
6747 @end menu
6749 @node Completion, Customization, Miscellaneous, Miscellaneous
6750 @section Completion
6751 @cindex completion, of @TeX{} symbols
6752 @cindex completion, of TODO keywords
6753 @cindex completion, of dictionary words
6754 @cindex completion, of option keywords
6755 @cindex completion, of tags
6756 @cindex completion, of property keys
6757 @cindex completion, of link abbreviations
6758 @cindex @TeX{} symbol completion
6759 @cindex TODO keywords completion
6760 @cindex dictionary word completion
6761 @cindex option keyword completion
6762 @cindex tag completion
6763 @cindex link abbreviations, completion of
6765 Org-mode supports in-buffer completion.  This type of completion does
6766 not make use of the minibuffer.  You simply type a few letters into
6767 the buffer and use the key to complete text right there.
6769 @table @kbd
6770 @kindex M-@key{TAB}
6771 @item M-@key{TAB}
6772 Complete word at point
6773 @itemize @bullet
6774 @item
6775 At the beginning of a headline, complete TODO keywords.
6776 @item
6777 After @samp{\}, complete @TeX{} symbols supported by the exporter.
6778 @item
6779 After @samp{*}, complete headlines in the current buffer so that they
6780 can be used in search links like @samp{[[*find this headline]]}.
6781 @item
6782 After @samp{:} in a headline, complete tags.  The list of tags is taken
6783 from the variable @code{org-tag-alist} (possibly set through the
6784 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
6785 dynamically from all tags used in the current buffer.
6786 @item
6787 After @samp{:} and not in a headline, complete property keys.  The list
6788 of keys is constructed dynamically from all keys used in the current
6789 buffer.
6790 @item
6791 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
6792 @item
6793 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
6794 @samp{OPTIONS} which set file-specific options for Org-mode.  When the
6795 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
6796 will insert example settings for this keyword.
6797 @item
6798 In the line after @samp{#+STARTUP: }, complete startup keywords,
6799 i.e. valid keys for this line.
6800 @item
6801 Elsewhere, complete dictionary words using ispell.
6802 @end itemize
6803 @end table
6805 @node Customization, In-buffer settings, Completion, Miscellaneous
6806 @section Customization
6807 @cindex customization
6808 @cindex options, for customization
6809 @cindex variables, for customization
6811 There are more than 180 variables that can be used to customize
6812 Org-mode.  For the sake of compactness of the manual, I am not
6813 describing the variables here.  A structured overview of customization
6814 variables is available with @kbd{M-x org-customize}.  Or select
6815 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
6816 settings can also be activated on a per-file basis, by putting special
6817 lines into the buffer (@pxref{In-buffer settings}).
6819 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
6820 @section Summary of in-buffer settings
6821 @cindex in-buffer settings
6822 @cindex special keywords
6824 Org-mode uses special lines in the buffer to define settings on a
6825 per-file basis.  These lines start with a @samp{#+} followed by a
6826 keyword, a colon, and then individual words defining a setting.  Several
6827 setting words can be in the same line, but you can also have multiple
6828 lines for the keyword.  While these settings are described throughout
6829 the manual, here is a summary.  After changing any of those lines in the
6830 buffer, press @kbd{C-c C-c} with the cursor still in the line to
6831 activate the changes immediately.  Otherwise they become effective only
6832 when the file is visited again in a new Emacs session.
6834 @table @kbd
6835 @item #+ARCHIVE: %s_done::
6836 This line sets the archive location for the agenda file.  It applies for
6837 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
6838 of the file.  The first such line also applies to any entries before it.
6839 The corresponding variable is @code{org-archive-location}.
6840 @item #+CATEGORY:
6841 This line sets the category for the agenda file.  The category applies
6842 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
6843 end of the file.  The first such line also applies to any entries before it.
6844 @item #+COLUMNS: %25ITEM .....
6845 Set the default format for columns view.  This format applies when
6846 columns view is invoked in location where no COLUMNS property applies.
6847 @item #+CONSTANTS: name1=value1 ...
6848 Set file-local values for constants to be used in table formulas.  This
6849 line set the local variable @code{org-table-formula-constants-local}.
6850 The global version of theis variable is
6851 @code{org-table-formula-constants}.
6852 corresponding 
6853 @item #+LINK:  linkword replace
6854 These lines (several are allowed) specify link abbreviations.
6855 @xref{Link abbreviations}.  The corresponding variable is
6856 @code{org-link-abbrev-alist}.
6857 @item #+PRIORITIES: highest lowest default
6858 This line sets the limits and the default for the priorities.  All three
6859 must be either letters A-Z or numbers 0-9.  The highest priority must
6860 have a lower ASCII number that the lowest priority.
6861 @item #+PROPERTY: Property_Name Value
6862 This line sets a default inheritance value for entries in the current
6863 buffer, most useful for specifying the allowed values of a property.
6864 @item #+STARTUP:
6865 This line sets options to be used at startup of Org-mode, when an
6866 Org-mode file is being visited.  The first set of options deals with the
6867 initial visibility of the outline tree.  The corresponding variable for
6868 global default settings is @code{org-startup-folded}, with a default
6869 value @code{t}, which means @code{overview}.
6870 @cindex @code{overview}, STARTUP keyword
6871 @cindex @code{content}, STARTUP keyword
6872 @cindex @code{showall}, STARTUP keyword
6873 @example
6874 overview   @r{top-level headlines only}
6875 content    @r{all headlines}
6876 showall    @r{no folding at all, show everything}
6877 @end example
6878 Then there are options for aligning tables upon visiting a file.  This
6879 is useful in files containing narrowed table columns.  The corresponding
6880 variable is @code{org-startup-align-all-tables}, with a default value
6881 @code{nil}. 
6882 @cindex @code{align}, STARTUP keyword
6883 @cindex @code{noalign}, STARTUP keyword
6884 @example
6885 align      @r{align all tables}
6886 noalign    @r{don't align tables on startup}
6887 @end example
6888 Logging TODO state changes and clock intervals (variables
6889 @code{org-log-done} and @code{org-log-repeat}) can be configured using
6890 these options.
6891 @cindex @code{logdone}, STARTUP keyword
6892 @cindex @code{nologging}, STARTUP keyword
6893 @cindex @code{lognotedone}, STARTUP keyword
6894 @cindex @code{lognoteclock-out}, STARTUP keyword
6895 @cindex @code{lognotestate}, STARTUP keyword
6896 @cindex @code{logrepeat}, STARTUP keyword
6897 @cindex @code{nologrepeat}, STARTUP keyword
6898 @example
6899 logging          @r{record a timestamp when an item is marked DONE}
6900 nologging        @r{don't record when items are marked DONE}
6901 lognotedone      @r{record timestamp and a note when DONE}
6902 lognotestate     @r{record timestamp and a note when TODO state changes}
6903 logrepeat        @r{record a note when re-instating a repeating item}
6904 nologrepeat      @r{do not record when re-instating repeating item}
6905 lognoteclock-out @r{record timestamp and a note when clocking out}
6906 @end example
6907 Here are the options for hiding leading stars in outline headings.  The
6908 corresponding variables are @code{org-hide-leading-stars} and
6909 @code{org-odd-levels-only}, both with a default setting @code{nil}
6910 (meaning @code{showstars} and @code{oddeven}).
6911 @cindex @code{hidestars}, STARTUP keyword
6912 @cindex @code{showstars}, STARTUP keyword
6913 @cindex @code{odd}, STARTUP keyword
6914 @cindex @code{even}, STARTUP keyword
6915 @example
6916 hidestars  @r{make all but one of the stars starting a headline invisible.}
6917 showstars  @r{show all stars starting a headline}
6918 odd        @r{allow only odd outline levels (1,3,...)}
6919 oddeven    @r{allow all outline levels}
6920 @end example
6921 To turn on custom format overlays over time stamps (variables
6922 @code{org-put-time-stamp-overlays} and
6923 @code{org-time-stamp-overlay-formats}), use
6924 @cindex @code{customtime}, STARTUP keyword
6925 @example
6926 customtime @r{overlay custom time format}
6927 @end example
6928 The following options influence the table spreadsheet (variable
6929 @code{constants-unit-system}).
6930 @cindex @code{constcgs}, STARTUP keyword
6931 @cindex @code{constSI}, STARTUP keyword
6932 @example
6933 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
6934 constSI    @r{@file{constants.el} should use the SI unit system}
6935 @end example
6936 @item #+TAGS:  TAG1(c1) TAG2(c2)
6937 These lines (several such lines are allowed) specify the legal tags in
6938 this file, and (potentially) the corresponding @emph{fast tag selection}
6939 keys.  The corresponding variable is @code{org-tag-alist}.
6940 @item #+TBLFM:
6941 This line contains the formulas for the table directly above the line.
6942 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
6943 These lines provide settings for exporting files.  For more details see
6944 @ref{Export options}.
6945 @item #+SEQ_TODO:   #+TYP_TODO:
6946 These lines set the TODO keywords and their interpretation in the
6947 current file.  The corresponding variables are @code{org-todo-keywords}
6948 and @code{org-todo-interpretation}.
6949 @end table
6951 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
6952 @section The very busy C-c C-c key
6953 @kindex C-c C-c
6954 @cindex C-c C-c, overview
6956 The key @kbd{C-c C-c} has many purposes in org-mode, which are all
6957 mentioned scattered throughout this manual.  One specific function of
6958 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
6959 other circumstances it means something like @emph{Hey Org-mode, look
6960 here and update according to what you see here}.  Here is a summary of
6961 what this means in different contexts.
6963 @itemize @minus
6964 @item
6965 If there are highlights in the buffer from the creation of a sparse
6966 tree, or from clock display, remove these highlights.
6967 @item
6968 If the cursor is in one of the special @code{#+KEYWORD} lines, this
6969 triggers scanning the buffer for these lines and updating the
6970 information. 
6971 @item
6972 If the cursor is inside a table, realign the table.  This command
6973 works even if the automatic table editor has been turned off.
6974 @item
6975 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
6976 the entire table.
6977 @item
6978 If the cursor is inside a table created by the @file{table.el} package,
6979 activate that table.
6980 @item
6981 If the current buffer is a remember buffer, close the note and file it.
6982 With a prefix argument, file it, without further interaction, to the
6983 default location.
6984 @item
6985 If the cursor is on a @code{<<<target>>>}, update radio targets and
6986 corresponding links in this buffer.
6987 @item
6988 If the cursor is in a property line or at the start or end of a property
6989 drawer, offer property commands.
6990 @item
6991 If the cursor is in a plain list item with a checkbox, toggle the status
6992 of the checkbox.
6993 @item
6994 If the cursor is on a numbered item in a plain list, renumber the
6995 ordered list.
6996 @item
6997 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
6998 block is updated.
6999 @end itemize
7001 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
7002 @section A cleaner outline view
7003 @cindex hiding leading stars
7004 @cindex clean outline view
7006 Some people find it noisy and distracting that the Org-mode headlines
7007 are starting with a potentially large number of stars.  For example
7008 the tree from @ref{Headlines}:
7010 @example
7011 * Top level headline
7012 ** Second level
7013 *** 3rd level
7014     some text
7015 *** 3rd level
7016     more text
7017 * Another top level headline
7018 @end example
7020 @noindent
7021 Unfortunately this is deeply ingrained into the code of Org-mode and
7022 cannot be easily changed.  You can, however, modify the display in such
7023 a way that all leading stars become invisible and the outline more easy
7024 to read.  To do this, customize the variable
7025 @code{org-hide-leading-stars} like this:
7027 @lisp
7028 (setq org-hide-leading-stars t)
7029 @end lisp
7031 @noindent
7032 or change this on a per-file basis with one of the lines (anywhere in
7033 the buffer)
7035 @example
7036 #+STARTUP: showstars
7037 #+STARTUP: hidestars
7038 @end example
7040 @noindent
7041 Press @kbd{C-c C-c} with the cursor in a @samp{STARTUP} line to activate
7042 the modifications.
7044 With stars hidden, the tree becomes:
7046 @example
7047 * Top level headline
7048  * Second level
7049   * 3rd level
7050     some text
7051   * 3rd level
7052     more text
7053 * Another top level headline
7054 @end example
7056 @noindent
7057 Note that the leading stars are not truly replaced by whitespace, they
7058 are only fontified with the face @code{org-hide} that uses the
7059 background color as font color.  If you are not using either white or
7060 black background, you may have to customize this face to get the wanted
7061 effect.  Another possibility is to set this font such that the extra
7062 stars are @i{almost} invisible, for example using the color
7063 @code{grey90} on a white background.
7065 Things become cleaner still if you skip all the even levels and use only
7066 odd levels 1, 3, 5..., effectively adding two stars to go from one
7067 outline level to the next:
7069 @example
7070 * Top level headline
7071   * Second level
7072     * 3rd level
7073       some text
7074     * 3rd level
7075       more text
7076 * Another top level headline
7077 @end example
7079 @noindent
7080 In order to make the structure editing and export commands handle this
7081 convention correctly, use
7083 @lisp
7084 (setq org-odd-levels-only t)
7085 @end lisp
7087 @noindent
7088 or set this on a per-file basis with one of the following lines (don't
7089 forget to press @kbd{C-c C-c} with the cursor in the startup line to
7090 activate changes immediately).
7092 @example
7093 #+STARTUP: odd
7094 #+STARTUP: oddeven
7095 @end example
7097 You can convert an Org-mode file from single-star-per-level to the
7098 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
7099 RET} in that file.  The reverse operation is @kbd{M-x
7100 org-convert-to-oddeven-levels}.
7102 @node TTY keys, Interaction, Clean view, Miscellaneous
7103 @section Using org-mode on a tty
7104 @cindex tty keybindings
7106 Org-mode uses a number of keys that are not accessible on a tty.  This
7107 applies to most special keys like cursor keys, @key{TAB} and
7108 @key{RET}, when these are combined with modifier keys like @key{Meta}
7109 and/or @key{Shift}.  Org-mode uses these bindings because it needs to
7110 provide keys for a large number of commands, and because these keys
7111 appeared particularly easy to remember.  In order to still be able to
7112 access the core functionality of Org-mode on a tty, alternative
7113 bindings are provided.  Here is a complete list of these bindings,
7114 which are obviously more cumbersome to use.  Note that sometimes a
7115 work-around can be better.  For example changing a time stamp is
7116 really only fun with @kbd{S-@key{cursor}} keys.  On a tty you would
7117 rather use @kbd{C-c .}  to re-insert the timestamp.
7119 @multitable @columnfractions 0.15 0.2 0.2
7120 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
7121 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
7122 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
7123 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
7124 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
7125 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
7126 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
7127 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
7128 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
7129 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
7130 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
7131 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
7132 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
7133 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
7134 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
7135 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
7136 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
7137 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
7138 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
7139 @end multitable
7141 @node Interaction, Bugs, TTY keys, Miscellaneous
7142 @section Interaction with other packages
7143 @cindex packages, interaction with other
7144 Org-mode lives in the world of GNU Emacs and interacts in various ways
7145 with other code out there.
7147 @menu
7148 * Cooperation::                 Packages Org-mode cooperates with
7149 * Conflicts::                   Packages that lead to conflicts
7150 @end menu
7152 @node Cooperation, Conflicts, Interaction, Interaction
7153 @subsection Packages that Org-mode cooperates with
7155 @table @asis
7156 @cindex @file{calc.el}
7157 @item @file{calc.el} by Dave Gillespie
7158 Org-mode uses the calc package for implementing spreadsheet
7159 functionality in its tables (@pxref{The spreadsheet}).  Org-mode
7160 checks for the availability of calc by looking for the function
7161 @code{calc-eval} which should be autoloaded in your setup if calc has
7162 been installed properly.  As of Emacs 22, calc is part of the Emacs
7163 distribution.  Another possibility for interaction between the two
7164 packages is using calc for embedded calculations. @xref{Embedded Mode,
7165 , Embedded Mode, calc, GNU Emacs Calc Manual}.
7166 @cindex @file{constants.el}
7167 @item @file{constants.el} by Carsten Dominik
7168 In a table formula (@pxref{The spreadsheet}), it is possible to use
7169 names for natural constants or units.  Instead of defining your own
7170 constants in the variable @code{org-table-formula-constants}, install
7171 the @file{constants} package which defines a large number of constants
7172 and units, and lets you use unit prefixes like @samp{M} for
7173 @samp{Mega} etc.  You will need version 2.0 of this package, available
7174 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org-mode checks for
7175 the function @code{constants-get}, which has to be autoloaded in your
7176 setup.  See the installation instructions in the file
7177 @file{constants.el}.
7178 @item @file{cdlatex.el} by Carsten Dominik
7179 @cindex @file{cdlatex.el}
7180 Org-mode can make use of the cdlatex package to efficiently enter
7181 La@TeX{} fragments into Org-mode files. See @ref{CDLaTeX mode}.
7182 @item @file{remember.el} by John Wiegley
7183 @cindex @file{remember.el}
7184 Org mode cooperates with remember, see @ref{Remember}.
7185 @file{Remember.el} is not part of Emacs, find it on the web.
7186 @cindex @file{table.el}
7187 @item @file{table.el} by Takaaki Ota
7188 @kindex C-c C-c
7189 @cindex table editor, @file{table.el}
7190 @cindex @file{table.el}
7192 Complex ASCII tables with automatic line wrapping, column- and
7193 row-spanning, and alignment can be created using the Emacs table
7194 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
7195 and also part of Emacs 22).
7196 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org-mode
7197 will call @command{table-recognize-table} and move the cursor into the
7198 table.  Inside a table, the keymap of Org-mode is inactive.  In order
7199 to execute Org-mode-related commands, leave the table.
7201 @table @kbd
7202 @kindex C-c C-c
7203 @item C-c C-c
7204 Recognize @file{table.el} table.  Works when the cursor is in a
7205 table.el table.
7207 @kindex C-c ~
7208 @item C-c ~
7209 Insert a table.el table.  If there is already a table at point, this
7210 command converts it between the table.el format and the Org-mode
7211 format.  See the documentation string of the command
7212 @code{org-convert-table} for the restrictions under which this is
7213 possible.
7214 @end table
7215 @file{table.el} is part of Emacs 22.
7216 @cindex @file{footnote.el}
7217 @item @file{footnote.el} by Steven L. Baur
7218 Org-mode recognizes numerical footnotes as provided by this package
7219 (@pxref{Footnotes}).
7220 @end table
7222 @node Conflicts,  , Cooperation, Interaction
7223 @subsection Packages that lead to conflicts with Org-mode
7225 @table @asis
7227 @cindex @file{allout.el}
7228 @item @file{allout.el} by Ken Manheimer
7229 Startup of Org-mode may fail with the error message
7230 @code{(wrong-type-argument keymapp nil)} when there is an outdated
7231 version @file{allout.el} on the load path, for example the version
7232 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
7233 disappear.  If for some reason you cannot do this, make sure that org.el
7234 is loaded @emph{before} @file{allout.el}, for example by putting
7235 @code{(require 'org)} early enough into your @file{.emacs} file.
7237 @cindex @file{CUA.el}
7238 @item @file{CUA.el} by Kim. F. Storm
7239 Keybindings in Org-mode conflict with the @kbd{S-<cursor>} keys
7240 used by CUA-mode (as well as pc-select-mode and s-region-mode) to
7241 select and extend the region.  If you want to use one of these
7242 packages along with Org-mode, configure the variable
7243 @code{org-CUA-compatible}.  When set, Org-mode will move the following
7244 keybindings in Org-mode files, and in the agenda buffer (but not
7245 during date selection).
7247 @example
7248 S-UP    -> M-p             S-DOWN  -> M-n
7249 S-LEFT  -> M--             S-RIGHT -> M-+
7250 @end example
7252 Yes, these are unfortunately more difficult to remember.  If you want
7253 to have other replacement keys, look at the variable
7254 @code{org-disputed-keys}.
7255 @item @file{windmove.el} by Hovav Shacham
7256 @cindex @file{windmove.el}
7257 Also this package uses the @kbd{S-<cursor>} keys, so everything written
7258 in the paragraph above about CUA mode also applies here.
7260 @cindex @file{footnote.el}
7261 @item @file{footnote.el} by Steven L. Baur
7262 Org-mode supports the syntax of the footnote package, but only the
7263 numerical footnote markers.  Also, the default key for footnote
7264 commands, @kbd{C-c !} is already used by Org-mode.  You could use the
7265 variable @code{footnote-prefix} to switch footnotes commands to another
7266 key.  Or, you could use @code{org-replace-disputed-keys} and
7267 @code{org-disputed-keys} to change the settings in Org-mode.
7269 @end table
7272 @node Bugs,  , Interaction, Miscellaneous
7273 @section Bugs
7274 @cindex bugs
7276 Here is a list of things that should work differently, but which I
7277 have found too hard to fix.
7279 @itemize @bullet
7280 @item
7281 If a table field starts with a link, and if the corresponding table
7282 column is narrowed (@pxref{Narrow columns}) to a width too small to
7283 display the link, the field would look entirely empty even though it is
7284 not.  To prevent this, Org-mode throws an error.  The work-around is to
7285 make the column wide enough to fit the link, or to add some text (at
7286 least 2 characters) before the link in the same field.
7287 @item
7288 Narrowing table columns does not work on XEmacs, because the
7289 @code{format} function does not transport text properties.
7290 @item
7291 Text in an entry protected with the @samp{QUOTE} keyword should not
7292 autowrap.
7293 @item
7294 When the application called by @kbd{C-c C-o} to open a file link fails
7295 (for example because the application does not exist or refuses to open
7296 the file), it does so silently.  No error message is displayed.
7297 @item
7298 Recalculating a table line applies the formulas from left to right.
7299 If a formula uses @emph{calculated} fields further down the row,
7300 multiple recalculation may be needed to get all fields consistent.  You
7301 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
7302 recalculate until convergence.
7303 @item
7304 A single letter cannot be made bold, for example @samp{*a*}.
7305 @item
7306 The exporters work well, but could be made more efficient.
7307 @end itemize
7310 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
7311 @appendix Extensions, Hooks and Hacking
7313 This appendix lists extensions for Org-mode written by other authors.
7314 It also covers some aspects where users can extend the functionality of
7315 Org-mode.
7317 @menu
7318 * Extensions::                  Existing 3rd-part extensions
7319 * Adding hyperlink types::      New custom link types
7320 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
7321 * Dynamic blocks::              Automatically filled blocks
7322 * Special agenda views::        Customized views
7323 * Using the property API::      Writing programs that use entry properties
7324 @end menu
7326 @node Extensions, Adding hyperlink types, Extensions and Hacking, Extensions and Hacking
7327 @section Third-party extensions for Org-mode
7328 @cindex extension, third-party
7330 The following extensions for Org-mode have been written by other people:
7332 @table @asis
7333 @cindex @file{org-publish.el}
7334 @item @file{org-publish.el} by David O'Toole
7335 This package provides facilities for publishing related sets of Org-mode
7336 files together with linked files like images as webpages.  It is
7337 highly configurable and can be used for other publishing purposes as
7338 well.  As of Org-mode version 4.30, @file{org-publish.el} is part of the
7339 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7340 caused by the preparations for the 22.1 release.  In the mean time,
7341 @file{org-publish.el} can be downloaded from David's site:
7342 @url{http://dto.freeshell.org/e/org-publish.el}.
7343 @cindex @file{org-mouse.el}
7344 @item @file{org-mouse.el} by Piotr Zielinski
7345 This package implements extended mouse functionality for Org-mode.  It
7346 allows you to cycle visibility and to edit the document structure with
7347 the mouse.  Best of all, it provides a context-sensitive menu on
7348 @key{mouse-3} that changes depending on the context of a mouse-click.
7349 As of Org-mode version 4.53, @file{org-mouse.el} is part of the
7350 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7351 caused by the preparations for the 22.1 release.  In the mean time,
7352 @file{org-mouse.el} can be downloaded from Piotr's site:
7353 @url{http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el}.
7354 @cindex @file{org-blog.el}
7355 @item @file{org-blog.el} by David O'Toole
7356 A blogging plug-in for @file{org-publish.el}.@*
7357 @url{http://dto.freeshell.org/notebook/OrgMode.html}.
7358 @cindex @file{blorg.el}
7359 @item @file{blorg.el} by Bastien Guerry
7360 Publish Org-mode files as
7361 blogs. @url{http://www.cognition.ens.fr/~guerry/blorg.html}.
7362 @cindex @file{org2rem.el}
7363 @item @file{org2rem.el} by Bastien Guerry
7364 Translates Org-mode files into something readable by
7365 Remind. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7366 @item @file{org-toc.el} by Bastien Guerry
7367 Produces a simple table of contents of an Org-mode file, for easy
7368 navigation. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7369 @item @file{org-registry.el} by Bastien Guerry
7370 Find which Org-file link to a certain document.
7371 @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7372 @end table
7374 @page
7376 @node Adding hyperlink types, Tables in arbitrary syntax, Extensions, Extensions and Hacking
7377 @section Adding hyperlink types
7378 @cindex hyperlinks, adding new types
7380 Org-mode has a large number of hyperlink types built-in
7381 (@pxref{Hyperlinks}).  If you would like to add new link types, it
7382 provides an interface for doing so.  Lets look at an example file
7383 @file{org-man.el} that will add support for creating links like
7384 @samp{[[man:printf][The printf manpage]]} to show unix manual pages inside
7385 emacs:
7387 @lisp
7388 ;;; org-man.el - Support for links to manpages in Org-mode
7390 (require 'org)
7392 (org-add-link-type "man" 'org-man-open)
7393 (add-hook 'org-store-link-functions 'org-man-store-link)
7395 (defcustom org-man-command 'man
7396   "The Emacs command to be used to display a man page."
7397   :group 'org-link
7398   :type '(choice (const man) (const woman)))
7400 (defun org-man-open (path)
7401   "Visit the manpage on PATH.
7402 PATH should be a topic that can be thrown at the man command."
7403   (funcall org-man-command path))
7405 (defun org-man-store-link ()
7406   "Store a link to a manpage."
7407   (when (memq major-mode '(Man-mode woman-mode))
7408     ;; This is a man page, we do make this link
7409     (let* ((page (org-man-get-page-name))
7410            (link (concat "man:" page))
7411            (description (format "Manpage for %s" page)))
7412       (org-store-link-props
7413        :type "man"
7414        :link link
7415        :description description))))
7417 (defun org-man-get-page-name ()
7418   "Extract the page name from the buffer name."
7419   ;; This works for both `Man-mode' and `woman-mode'.
7420   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
7421       (match-string 1 (buffer-name))
7422     (error "Cannot create link to this man page")))
7424 (provide 'org-man)
7426 ;;; org-man.el ends here
7427 @end lisp
7429 @noindent
7430 You would activate this new link type in @file{.emacs} with
7432 @lisp
7433 (require 'org-man)
7434 @end lisp
7436 @noindent
7437 Lets go through the file and see what it does.
7438 @enumerate
7439 @item 
7440 It does @code{(require 'org)} to make sure that @file{org.el} has been
7441 loaded.
7442 @item
7443 The next line calls @code{org-add-link-type} to define a new link type
7444 with prefix @samp{man}.  The call also contains the name of a function
7445 that will be called to follow such a link.
7446 @item
7447 The next line adds a function to @code{org-store-link-functions}, in
7448 order to allow the command @kbd{C-c l} to record a useful link in a
7449 buffer displaying a man page.
7450 @end enumerate
7452 The rest of the file defines the necessary variables and functions.
7453 First there is a customization variable that determines which emacs
7454 command should be used to display manpages.  There are two options,
7455 @code{man} and @code{woman}.  Then the function to follow a link is
7456 defined.  It gets the link path as an argument - in this case the link
7457 path is just a topic for the manual command.  The function calls the
7458 value of @code{org-man-command} to display the man page.
7460 Finally the function @code{org-man-store-link} is defined.  When you try
7461 to store a link with @kbd{C-c l}, also this function will be called to
7462 try to make a link.  The function must first decide if it is supposed to
7463 create the link for this buffer type, we do this by checking the value
7464 of the variable @code{major-mode}.  If not, the function must exit and
7465 retunr the value @code{nil}.  If yes, the link is created by getting the
7466 manual tpoic from the buffer name and prefixing it with the string
7467 @samp{man:}.  Then it must call the command @code{org-store-link-props}
7468 and set the @code{:type} and @code{:link} properties.  Optionally you
7469 can also set the @code{:description} property to provide a default for
7470 the link description when the link is later inserted into tan Org-mode
7471 buffer with @kbd{C-c C-l}.
7473 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Extensions and Hacking
7474 @section Tables in arbitrary syntax
7475 @cindex tables, in other modes
7476 @cindex orgtbl-mode
7478 Since Orgtbl-mode can be used as a minor mode in arbitrary buffers, a
7479 frequent feature request has been to make it work with native tables in
7480 specific languages, for example La@TeX{}.  However, this is extremely hard
7481 to do in a general way, would lead to a customization nightmare, and
7482 would take away much of the simplicity of the Orgtbl-mode table editor.
7484 This appendix describes a different approach.  We keep the Orgtbl-mode
7485 table in its native format (the @i{source table}), and use a custom
7486 function to @i{translate} the table to the correct syntax, and to
7487 @i{install} it in the right location (the @i{target table}).  This puts
7488 the burden of writing conversion functions on the user, but it allows
7489 for a very flexible system.
7491 @menu
7492 * Radio tables::                Sending and receiving
7493 * A LaTeX example::             Step by step, almost a tutorial
7494 * Translator functions::        Copy and modify
7495 @end menu
7497 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
7498 @subsection Radio tables
7499 @cindex radio tables
7501 To define the location of the target table, you first need to create two
7502 lines that are comments in the current mode, but contain magic words for
7503 Orgtbl-mode to find.  Orgtbl-mode will insert the translated table
7504 between these lines, replacing whatever was there before.  For example:
7506 @example
7507 /* BEGIN RECEIVE ORGTBL table_name */
7508 /* END RECEIVE ORGTBL table_name */
7509 @end example
7511 @noindent
7512 Just above the source table, we put a special line that tells
7513 Orgtbl-mode how to translate this table and where to install it.  For
7514 example:
7515 @example
7516 #+ORGTBL: SEND table_name translation_function arguments....
7517 @end example
7519 @noindent
7520 @code{table_name} is the reference name for the table that is also used
7521 in the receiver lines. @code{translation_function} is the Lisp function
7522 that does the translation.  Furthermore, the line can contain a list of
7523 arguments (alternating key and value) at the end.  The arguments will be
7524 passed as a property list to the translation function for
7525 interpretation.  A few standard parameters are already recognized and
7526 acted upon before the translation function is called:
7528 @table @code
7529 @item :skip N
7530 Skip the first N lines of the table. Hlines do count!
7531 @item :skipcols (n1 n2 ...)
7532 List of columns that should be skipped.  If the table has a column with
7533 calculation marks, that column is automatically discarded as well.
7534 Please note that the translator function sees the table @emph{after} the
7535 removal of these columns, the function never knows that there have been
7536 additional columns.
7537 @end table
7539 @noindent
7540 The one problem remaining is how to keep the source table in the buffer
7541 without disturbing the normal workings of the file, for example during
7542 compilation of a C file or processing of a La@TeX{} file.  There are a
7543 number of different solutions:
7545 @itemize @bullet
7546 @item
7547 The table could be placed in a block comment if that is supported by the
7548 language.  For example, in C-mode you could wrap the table between
7549 @samp{/*} and @samp{*/} lines.
7550 @item 
7551 Sometimes it is possible to put the table after some kind of @i{END}
7552 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
7553 in La@TeX{}.
7554 @item
7555 You can just comment the table line by line whenever you want to process
7556 the file, and uncomment it whenever you need to edit the table.  This
7557 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
7558 make this comment-toggling very easy, in particular if you bind it to a
7559 key.
7560 @end itemize
7562 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
7563 @subsection A LaTeX example
7564 @cindex LaTeX, and orgtbl-mode
7566 The best way to wrap the source table in La@TeX{} is to use the
7567 @code{comment} environment provided by @file{comment.sty}.  It has to be
7568 activated by placing @code{\usepackage@{comment@}} into the document
7569 header.  Orgtbl-mode can insert a radio table skeleton@footnote{By
7570 default this works only for La@TeX{}, HTML, and TeXInfo.  Configure the
7571 variable @code{orgtbl-radio-tables} to install templates for other
7572 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
7573 be prompted for a table name, lets say we use @samp{salesfigures}.  You
7574 will then get the following template:
7576 @example
7577 % BEGIN RECEIVE ORGTBL salesfigures
7578 % END RECEIVE ORGTBL salesfigures
7579 \begin@{comment@}
7580 #+ORGTBL: SEND salesfigures orgtbl-to-latex
7581 | | |
7582 \end@{comment@}
7583 @end example
7585 @noindent
7586 The @code{#+ORGTBL: SEND} line tells orgtbl-mode to use the function
7587 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
7588 into the receiver location with name @code{salesfigures}.  You may now
7589 fill in the table, feel free to use the spreadsheet features@footnote{If
7590 the @samp{#+TBLFM} line contains an odd number of dollar characters,
7591 this may cause problems with font-lock in latex-mode.  As shown in the
7592 example you can fix this by adding an extra line inside the
7593 @code{comment} environment that is used to balance the dollar
7594 expressions.  If you are using AUCTeX with the font-latex library, a
7595 much better solution is to add the @code{comment} environment to the
7596 variable @code{LaTeX-verbatim-environments}.}:
7598 @example
7599 % BEGIN RECEIVE ORGTBL salesfigures
7600 % END RECEIVE ORGTBL salesfigures
7601 \begin@{comment@}
7602 #+ORGTBL: SEND salesfigures orgtbl-to-latex
7603 | Month | Days | Nr sold | per day |
7604 |-------+------+---------+---------|
7605 | Jan   |   23 |      55 |     2.4 |
7606 | Feb   |   21 |      16 |     0.8 |
7607 | March |   22 |     278 |    12.6 |
7608 #+TBLFM: $4=$3/$2;%.1f
7609 % $ (optional extra dollar to keep font-lock happy, see footnote)
7610 \end@{comment@}
7611 @end example
7613 @noindent
7614 When you are done, press @kbd{C-c C-c} in the table to get the converted
7615 table inserted between the two marker lines.
7617 Now lets assume you want to make the table header by hand, because you
7618 want to control how columns are aligned etc.  In this case we make sure
7619 that the table translator does skip the first 2 lines of the source
7620 table, and tell the command to work as a @i{splice}, i.e. to not produce
7621 header and footer commands of the target table:
7623 @example
7624 \begin@{tabular@}@{lrrr@}
7625 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
7626 % BEGIN RECEIVE ORGTBL salesfigures
7627 % END RECEIVE ORGTBL salesfigures
7628 \end@{tabular@}
7630 \begin@{comment@}
7631 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
7632 | Month | Days | Nr sold | per day |
7633 |-------+------+---------+---------|
7634 | Jan   |   23 |      55 |     2.4 |
7635 | Feb   |   21 |      16 |     0.8 |
7636 | March |   22 |     278 |    12.6 |
7637 #+TBLFM: $4=$3/$2;%.1f
7638 \end@{comment@}
7639 @end example
7641 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
7642 Orgtbl-mode.  It uses a @code{tabular} environment to typeset the table
7643 and marks horizontal lines with @code{\hline}.  Furthermore, it
7644 interprets the following parameters:
7646 @table @code
7647 @item :splice nil/t
7648 When set to t, return only table body lines, don't wrap them into a
7649 tabular environment.  Default is nil.
7651 @item :fmt fmt
7652 A format to be used to wrap each field, should contain @code{%s} for the
7653 original field value.  For example, to wrap each field value in dollars,
7654 you could use @code{:fmt "$%s$"}.  This may also be a property list with
7655 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
7657 @item :efmt efmt
7658 Use this format to print numbers with exponentials.  The format should
7659 have @code{%s} twice for inserting mantissa and exponent, for example
7660 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
7661 may also be a property list with column numbers and formats, for example
7662 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
7663 @code{efmt} has been applied to a value, @code{fmt} will also be
7664 applied.
7665 @end table
7667 @node Translator functions,  , A LaTeX example, Tables in arbitrary syntax
7668 @subsection Translator functions
7669 @cindex HTML, and orgtbl-mode
7670 @cindex translator function
7672 Orgtbl-mode has several translator functions built-in:
7673 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and
7674 @code{orgtbl-to-texinfo}.  Except for @code{orgtbl-to-html}@footnote{The
7675 HTML translator uses the same code that produces tables during HTML
7676 export.}, these all use a generic translator, @code{orgtbl-to-generic}.
7677 For example, @code{orgtbl-to-latex} itself is a very short function that
7678 computes the column definitions for the @code{tabular} environment,
7679 defines a few field and line separators and then hands over to the
7680 generic translator.  Here is the entire code:
7682 @lisp
7683 @group
7684 (defun orgtbl-to-latex (table params)
7685   "Convert the orgtbl-mode TABLE to LaTeX."
7686   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
7687                                org-table-last-alignment ""))
7688          (params2
7689           (list
7690            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
7691            :tend "\\end@{tabular@}"
7692            :lstart "" :lend " \\\\" :sep " & "
7693            :efmt "%s\\,(%s)" :hline "\\hline")))
7694     (orgtbl-to-generic table (org-combine-plists params2 params))))
7695 @end group
7696 @end lisp
7698 As you can see, the properties passed into the function (variable
7699 @var{PARAMS}) are combined with the ones newly defined in the function
7700 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
7701 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
7702 would like to use the La@TeX{} translator, but wanted the line endings to
7703 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
7704 overrule the default with
7706 @example
7707 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
7708 @end example
7710 For a new language, you can either write your own converter function in
7711 analogy with the La@TeX{} translator, or you can use the generic function
7712 directly.  For example, if you have a language where a table is started
7713 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
7714 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
7715 separator is a TAB, you could call the generic translator like this (on
7716 a single line!):
7718 @example
7719 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
7720                               :lstart "!BL! " :lend " !EL!" :sep "\t"
7721 @end example
7723 @noindent
7724 Please check the documentation string of the function
7725 @code{orgtbl-to-generic} for a full list of parameters understood by
7726 that function and remember that you can pass each of them into
7727 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
7728 using the generic function.
7730 Of course you can also write a completely new function doing complicated
7731 things the generic translator cannot do.  A translator function takes
7732 two arguments.  The first argument is the table, a list of lines, each
7733 line either the symbol @code{hline} or a list of fields.  The second
7734 argument is the property list containing all parameters specified in the
7735 @samp{#+ORGTBL: SEND} line.  The function must return a single string
7736 containing the formatted table.  If you write a generally useful
7737 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
7738 others can benefit from your work.
7740 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Extensions and Hacking
7741 @section Dynamic blocks
7742 @cindex dynamic blocks
7744 Org-mode documents can contain @emph{dynamic blocks}.  These are
7745 specially marked regions that are updated by some user-written function.
7746 A good example for such a block is the clock table inserted by the
7747 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
7749 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
7750 to the block and can also specify parameters for the function producing
7751 the content of the block.
7753 @example
7754 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
7756 #+END:
7757 @end example
7759 Dynamic blocks are updated with the following commands
7761 @table @kbd
7762 @kindex C-c C-x C-u
7763 @item C-c C-x C-u
7764 Update dynamic block at point.
7765 @kindex C-u C-c C-x C-u
7766 @item C-u C-c C-x C-u
7767 Update all dynamic blocks in the current file.
7768 @end table
7770 Updating a dynamic block means to remove all the text between BEGIN and
7771 END, parse the BEGIN line for parameters and then call the specific
7772 writer function for this block to insert the new content.  For a block
7773 with name @code{myblock}, the writer function is
7774 @code{org-dblock-write:myblock} with as only parameter a property list
7775 with the parameters given in the begin line.  Here is a trivial example
7776 of a block that keeps track of when the block update function was last
7777 run:
7779 @example
7780 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
7782 #+END:
7783 @end example
7785 @noindent
7786 The corresponding block writer function could look like this:
7788 @lisp
7789 (defun org-dblock-write:block-update-time (params)
7790    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
7791      (insert "Last block update at: "
7792              (format-time-string fmt (current-time)))))
7793 @end lisp
7795 If you want to make sure that all dynamic blocks are always up-to-date,
7796 you could add the function @code{org-update-all-dblocks} to a hook, for
7797 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
7798 written in a way that is does nothing in buffers that are not in Org-mode.
7800 @node Special agenda views, Using the property API, Dynamic blocks, Extensions and Hacking
7801 @section Special Agenda Views
7802 @cindex agenda views, user-defined
7804 Org-mode provides a special hook that can be used to narrow down the
7805 selection made by any of the agenda views.  You may specify a function
7806 that is used at each match to verify if the match should indeed be part
7807 of the agenda view, and if not, how much should be skipped.
7809 Let's say you want to produce a list of projects that contain a WAITING
7810 tag anywhere in the project tree.  Let's further assume that you have
7811 marked all tree headings that define a project with the todo keyword
7812 PROJECT.  In this case you would run a todo search for the keyword
7813 PROJECT, but skip the match unless there is a WAITING tag anywhere in
7814 the subtree belonging to the project line.
7816 To achieve this, you must write a function that searches the subtree for
7817 the tag.  If the tag is found, the function must return @code{nil} to
7818 indicate that this match should not be skipped.  If there is no such
7819 tag, return the location of the end of the subtree, to indicate that
7820 search should continue from there.
7822 @lisp
7823 (defun my-skip-unless-waiting ()
7824   "Skip trees that are not waiting"
7825   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
7826     (if (re-search-forward ":WAITING:" subtree-end t)
7827         nil          ; tag found, do not skip
7828       subtree-end))) ; tag not found, continue after end of subtree
7829 @end lisp
7831 Now you may use this function in an agenda custom command, for example
7832 like this:
7834 @lisp
7835 (org-add-agenda-custom-command
7836  '("b" todo "PROJECT"
7837    ((org-agenda-skip-function 'my-org-waiting-projects)
7838     (org-agenda-overriding-header "Projects waiting for something: "))))
7839 @end lisp
7841 Note that this also binds @code{org-agenda-overriding-header} to get a
7842 meaningful header in the agenda view.
7844 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
7845 particular, you may use the functions @code{org-agenda-skip-entry-if}
7846 and @code{org-agenda-skip-subtree-if} in this form, for example:
7848 @table @code
7849 @item '(org-agenda-skip-entry-if 'scheduled)
7850 Skip current entry if it has been scheduled.
7851 @item '(org-agenda-skip-entry-if 'notscheduled)
7852 Skip current entry if it has not been scheduled.
7853 @item '(org-agenda-skip-entry-if 'deadline)
7854 Skip current entry if it has a deadline.
7855 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
7856 Skip current entry if it has a deadline, or if it is scheduled.
7857 @item '(org-agenda-skip-entry 'regexp "regular expression")
7858 Skip current entry if the regular expression matches in the entry.
7859 @item '(org-agenda-skip-entry 'notregexp "regular expression")
7860 Skip current entry unless the regular expression matches.
7861 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
7862 Same as above, but check and skip the entire subtree.
7863 @end table
7865 Therefore we could also have written the search for WAITING projects
7866 like this, even without defining a special function:
7868 @lisp
7869 (org-add-agenda-custom-command
7870  '("b" todo "PROJECT"
7871    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
7872                                 'regexp ":WAITING:"))
7873     (org-agenda-overriding-header "Projects waiting for something: "))))
7874 @end lisp
7877 @node Using the property API,  , Special agenda views, Extensions and Hacking
7878 @section Using the property API
7879 @cindex API, for properties
7880 @cindex properties, API
7882 Here is a description of the functions that can be used to work with
7883 properties.
7885 @defun org-entry-properties &optional pom which
7886 Get all properties of the entry at point-or-marker POM.
7887 This includes the TODO keyword, the tags, time strings for deadline,
7888 scheduled, and clocking, and any additional properties defined in the
7889 entry.  The return value is an alist, keys may occur multiple times
7890 if the property key was used several times.
7891 POM may also be nil, in which case the current entry is used.
7892 If WHICH is nil or `all', get all properties.  If WHICH is
7893 `special' or `standard', only get that subclass.
7894 @end defun
7895 @defun org-entry-get pom property &optional inherit
7896 Get value of PROPERTY for entry at point-or-marker POM.
7897 If INHERIT is non-nil and the entry does not have the property,
7898 then also check higher levels of the hierarchy.
7899 @end defun
7901 @defun org-entry-delete pom property
7902 Delete the property PROPERTY from entry at point-or-marker POM.
7903 @end defun
7905 @defun org-entry-put pom property value
7906 Set PROPERTY to VALUE for entry at point-or-marker POM.
7907 @end defun
7909 @defun org-buffer-property-keys &optional include-specials
7910 Get all property keys in the current buffer.
7911 @end defun
7913 @defun org-insert-property-drawer
7914 Insert a property drawer at point.
7915 @end defun
7917 @node History and Acknowledgments, Index, Extensions and Hacking, Top
7918 @appendix History and Acknowledgments
7919 @cindex acknowledgments
7920 @cindex history
7921 @cindex thanks
7923 Org-mode was borne in 2003, out of frustration over the user interface
7924 of the Emacs outline-mode.  I was trying to organize my notes and
7925 projects, and using Emacs seemed to be the natural way to go.  However,
7926 having to remember eleven different commands with two or three keys per
7927 command, only to hide and unhide parts of the outline tree, that seemed
7928 entirely unacceptable to me.  Also, when using outlines to take notes, I
7929 constantly want to restructure the tree, organizing it parallel to my
7930 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
7931 editing} were originally implemented in the package
7932 @file{outline-magic.el}, but quickly moved to the more general
7933 @file{org.el}.  As this environment became comfortable for project
7934 planning, the next step was adding @emph{TODO entries}, basic @emph{time
7935 stamps}, and @emph{table support}.  These areas highlight the two main
7936 goals that Org-mode still has today: To create a new, outline-based,
7937 plain text mode with innovative and intuitive editing features, and to
7938 incorporate project planning functionality directly into a notes file.
7940 Since the first release, literally thousands of emails to me or on
7941 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
7942 reports, feedback, new ideas, and sometimes patches and add-on code.
7943 Many thanks to everyone who has helped to improve this package.  I am
7944 trying to keep here a list of the people who had significant influence
7945 in shaping one or more aspects of Org-mode.  The list may not be
7946 complete, if I have forgotten someone, please accept my apologies and
7947 let me know.
7949 @itemize @bullet
7951 @item
7952 @i{Russel Adams} came up with the idea for drawers.
7953 @item
7954 @i{Thomas Baumann} contributed the code for links to the MH-E email
7955 system.
7956 @item
7957 @i{Alex Bochannek} provided a patch for rounding time stamps.
7958 @item
7959 @i{Charles Cave}'s suggestion sparked the implementation of templates
7960 for Remember.
7961 @item
7962 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
7963 specified time.
7964 @item
7965 @i{Gregory Chernov} patched support for lisp forms into table
7966 calculations and improved XEmacs compatibility, in particular by porting
7967 @file{nouline.el} to XEmacs.
7968 @item
7969 @i{Sacha Chua} suggested to copy some linking code from Planner.
7970 @item
7971 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
7972 came up with the idea of properties, and that there should be an API for
7973 them.
7974 @item
7975 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
7976 inspired some of the early development, including HTML export.  He also
7977 asked for a way to narrow wide table columns.
7978 @item
7979 @i{Christian Egli} converted the documentation into TeXInfo format,
7980 patched CSS formatting into the HTML exporter, and inspired the agenda.
7981 @item
7982 @i{David Emery} provided a patch for custom CSS support in exported
7983 HTML agendas.
7984 @item
7985 @i{Nic Ferrier} contributed mailcap and XOXO support.
7986 @item
7987 @i{John Foerch} figured out how to make incremental search show context
7988 around a match in a hidden outline tree.
7989 @item
7990 @i{Niels Giessen} had the idea to automatically archive DONE trees.
7991 @item
7992 @i{Bastien Guerry} wrote the La@TeX{} exporter and has been prolific
7993 with patches, ideas, and bug reports.
7994 @item
7995 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
7996 @item
7997 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
7998 folded entries, and column view for properties.
7999 @item
8000 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
8001 provided frequent feedback and some patches.
8002 @item
8003 @i{Jason F. McBrayer} suggested agenda export to CSV format.
8004 @item
8005 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
8006 basis.
8007 @item
8008 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
8009 happy.
8010 @item
8011 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file.
8012 @item
8013 @i{Todd Neal} provided patches for links to Info files and elisp forms.
8014 @item
8015 @i{Tim O'Callaghan} suggested in-file links, search options for general
8016 file links, and TAGS.
8017 @item
8018 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
8019 into Japanese.
8020 @item
8021 @i{Oliver Oppitz} suggested multi-state TODO items.
8022 @item
8023 @i{Scott Otterson} sparked the introduction of descriptive text for
8024 links, among other things.
8025 @item
8026 @i{Pete Phillips} helped during the development of the TAGS feature, and
8027 provided frequent feedback.
8028 @item
8029 @i{T.V. Raman} reported bugs and suggested improvements.
8030 @item
8031 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
8032 control.
8033 @item
8034 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
8035 @item
8036 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
8037 conflict with @file{allout.el}.
8038 @item
8039 @i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
8040 @item
8041 @i{Philip Rooke} created the Org-mode reference card and provided lots
8042 of feedback.
8043 @item
8044 @i{Christian Schlauer} proposed angular brackets around links, among
8045 other things.
8046 @item
8047 Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
8048 @file{organizer-mode.el}.
8049 @item
8050 @i{Daniel Sinder} came up with the idea of internal archiving by locking
8051 subtrees.
8052 @item
8053 @i{Dale Smith} proposed link abbreviations.
8054 @item
8055 @i{Adam Spiers} asked for global linking commands and inspired the link
8056 extension system.  support mairix.
8057 @item
8058 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
8059 chapter about publishing.
8060 @item
8061 @i{J@"urgen Vollmer} contributed code generating the table of contents
8062 in HTML output.
8063 @item
8064 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
8065 keyword.
8066 @item
8067 @i{David Wainberg} suggested archiving, and improvements to the linking
8068 system.
8069 @item
8070 @i{John Wiegley} wrote @file{emacs-wiki.el} and @file{planner.el}.  The
8071 development of Org-mode was fully independent, and both systems are
8072 really different beasts in their basic ideas and implementation details.
8073 I later looked at John's code, however, and learned from his
8074 implementation of (i) links where the link itself is hidden and only a
8075 description is shown, and (ii) popping up a calendar to select a date.
8076 John has also contributed a number of great ideas directly to Org-mode.
8077 @item
8078 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
8079 linking to GNUS.
8080 @item
8081 @i{Roland Winkler} requested additional keybindings to make Org-mode
8082 work on a tty.
8083 @item
8084 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
8085 and contributed various ideas and code snippets.
8086 @end itemize
8089 @node Index, Key Index, History and Acknowledgments, Top
8090 @unnumbered Index
8092 @printindex cp
8094 @node Key Index,  , Index, Top
8095 @unnumbered Key Index
8097 @printindex ky
8099 @bye
8101 @ignore
8102    arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
8103 @end ignore