Release 5.11b
[org-mode/org-mode-NeilSmithlineMods.git] / org.texi
blob7b9f987f8b034dcdc0d48cbf5a082ef35b449e7d
1 \input texinfo
2 @c %**start of header
3 @setfilename ../info/org
4 @settitle Org Mode Manual
6 @set VERSION 5.11b
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.  When the cursor is
4115 at an existing clock table, just update it.  When called with a prefix
4116 argument, jump to the first clock report in the current document and
4117 update it.
4118 @example
4119 #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4121 #+END: clocktable
4122 @end example
4123 @noindent
4124 If such a block already exists at point, its content is replaced by the
4125 new table.  The @samp{BEGIN} line can specify options:
4126 @example
4127 :maxlevel    @r{Maximum level depth to which times are listed in the table.}
4128 :emphasize   @r{When @code{t}, emphasize level one and level two items}
4129 :scope       @r{The scope to consider.  This can be any of the following:}
4130              nil        @r{the current buffer or narrowed region}
4131              file       @r{the full current buffer}
4132              subtree    @r{the subtree where the clocktable is located}
4133              treeN      @r{the surrounding level N tree, for example @code{tree3}}
4134              tree       @r{the surrounding level 1 tree}
4135              agenda     @r{all agenda files}
4136              ("file"..) @r{scan these files}
4137 :block       @r{The time block to consider.  This block is specified relative}
4138              @r{to the current time and may be any of these keywords:}
4139              @r{@code{today}, @code{yesterday}, @code{thisweek}, @code{lastweek},}
4140              @r{@code{thismonth}, @code{lastmonth}, @code{thisyear}, or @code{lastyear}}.
4141 :tstart      @r{A time string specifying when to start considering times}
4142 :tend        @r{A time string specifying when to stop considering times}
4143 @end example
4144 So to get a clock summary of the current level 1 tree, for the current
4145 day, you could write
4146 @example
4147 #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1
4149 #+END: clocktable
4150 @end example
4151 and to use a specific time range you could write@footnote{Note that all
4152 parameters must be specified in a single line - the line is broken here
4153 only to fit it onto the manual.}
4154 @example
4155 #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" 
4156                     :tend "<2006-08-10 Thu 12:00>"
4158 #+END: clocktable
4159 @end example
4160 @kindex C-c C-c
4161 @item C-c C-c
4162 @kindex C-c C-x C-u
4163 @itemx C-c C-x C-u
4164 Update dynamical block at point.  The cursor needs to be in the
4165 @code{#+BEGIN} line of the dynamic block.
4166 @kindex C-u C-c C-x C-u
4167 @item C-u C-c C-x C-u
4168 Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
4169 you have several clocktable blocks in a buffer.
4170 @end table
4172 The @kbd{l} key may be used in the timeline (@pxref{Timeline}) and in
4173 the agenda (@pxref{Weekly/Daily agenda}) to show which tasks have been
4174 worked on or closed during a day.
4176 @node Remember, Agenda views, Timestamps, Top
4177 @chapter Remember
4178 @cindex @file{remember.el}
4180 The @i{Remember} package by John Wiegley lets you store quick notes with
4181 little interruption of your work flow.  See
4182 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
4183 information.  It is an excellent way to add new notes and TODO items to
4184 Org-mode files.  Org-mode significantly expands the possibilities of
4185 @i{remember}: You may define templates for different note types, and to
4186 associate target files and headlines with specific templates.  It also
4187 allows you to select the location where a note should be stored
4188 interactively, on the fly.
4190 @menu
4191 * Setting up remember::         Some code for .emacs to get things going
4192 * Remember templates::          Define the outline of different note types
4193 * Storing notes::               Directly get the note to where it belongs
4194 @end menu
4196 @node Setting up remember, Remember templates, Remember, Remember
4197 @section Setting up remember
4199 The following customization will tell @i{remember} to use org files as
4200 target, and to create annotations compatible with Org-mode links.
4202 @example
4203 (setq org-directory "~/path/to/my/orgfiles/")
4204 (setq org-default-notes-file (concat org-directory "/notes.org"))
4205 (setq remember-annotation-functions '(org-remember-annotation))
4206 (setq remember-handler-functions '(org-remember-handler))
4207 (add-hook 'remember-mode-hook 'org-remember-apply-template)
4208 @end example
4211 @node Remember templates, Storing notes, Setting up remember, Remember
4212 @section Remember templates
4213 @cindex templates, for remember
4215 In combination with Org-mode, you can use templates to generate
4216 different types of @i{remember} notes.  For example, if you would like
4217 to use one template to create general TODO entries, another one for
4218 journal entries, and a third one for collecting random ideas, you could
4219 use:
4221 @example
4222 (setq org-remember-templates
4223  '((?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4224    (?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4225    (?i "* %^@{Title@}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4226 @end example
4228 @noindent In these entries, the character specifies how to select the
4229 template.  The first string specifies the template.  Two more (optional)
4230 strings give the file in which, and the headline under which the new
4231 note should be stored.  The file defaults (if not present or @code{nil})
4232 to @code{org-default-notes-file}, the heading to
4233 @code{org-remember-default-headline}.  Both defaults help to get to the
4234 storing location quickly, but you can change the location interactively
4235 while storing the note.
4237 When you call @kbd{M-x remember} (or @kbd{M-x org-remember}) to remember
4238 something, org will prompt for a key to select the template (if you have
4239 more than one template) and then prepare the buffer like
4240 @example
4241 * TODO
4242   [[file:link to where you called remember]]
4243 @end example
4245 @noindent or
4247 @example
4248 * [2006-03-21 Tue 15:37]
4250   [[file:link to where you called remember]]
4251 @end example
4253 @noindent
4254 During expansion of the template, special @kbd{%}-escapes allow dynamic
4255 insertion of content:
4256 @example
4257 %^@{prompt@}  @r{prompt the user for a string and replace this sequence with it.}
4258 %t          @r{time stamp, date only}
4259 %T          @r{time stamp with date and time}
4260 %u, %U      @r{like the above, but inactive time stamps}
4261 %^t         @r{like @code{%t}, but prompt for date.  Similarly @code{%^T}, @code{%^u}, @code{%^U}}
4262             @r{You may define a prompt like @code{%^@{Birthday@}t}}
4263 %n          @r{user name (taken from @code{user-full-name})}
4264 %a          @r{annotation, normally the link created with @code{org-store-link}}
4265 %A          @r{like @code{%a}, but prompt for the description part}
4266 %i          @r{initial content, the region when remember is called with C-u.}
4267             @r{The entire text will be indented like @code{%i} itself.}
4268 %^g         @r{prompt for tags, with completion on tags in target file.}
4269 %^G         @r{prompt for tags, with completion all tags in all agenda files.}
4270 %:keyword   @r{specific information for certain link types, see below}
4271 @end example
4273 @noindent
4274 For specific link types, the following keywords will be
4275 defined@footnote{If you define your own link types (@pxref{Adding
4276 hyperlink types}), any property you store with
4277 @code{org-store-link-props} can be accessed in remember templates in a
4278 similar way.}:
4280 @example
4281 Link type          |  Available keywords
4282 -------------------+----------------------------------------------
4283 bbdb               |  %:name %:company
4284 vm, wl, mh, rmail  |  %:type %:subject %:message-id
4285                    |  %:from %:fromname %:fromaddress
4286                    |  %:to   %:toname   %:toaddress
4287                    |  %: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}.}}       
4288 gnus               |  %:group, @r{for messages also all email fields}
4289 w3, w3m            |  %:url
4290 info               |  %:file %:node
4291 calendar           |  %:date"
4292 @end example
4294 @noindent
4295 To place the cursor after template expansion use:
4297 @example
4298 %?          @r{After completing the template, position cursor here.}
4299 @end example
4301 @noindent
4302 If you change you mind about which template to use, call
4303 @code{org-remember} in the remember buffer.  You may then select a new
4304 template that will be filled with the previous context information.
4306 @node Storing notes,  , Remember templates, Remember
4307 @section Storing notes
4309 When you are finished preparing a note with @i{remember}, you have to press
4310 @kbd{C-c C-c} to file the note away.  The handler will store the note in
4311 the file and under the headline specified in the template, or it will
4312 use the default file and headlines.  The window configuration will be
4313 restored, and you are back in the working context before the call to
4314 @code{remember}.  To re-use the location found during the last call to
4315 @code{remember}, exit the remember buffer with @kbd{C-u C-u C-c C-c},
4316 i.e. specify a double prefix argument to @kbd{C-c C-c}.
4318 If you want to store the note to a different place, use @kbd{C-u C-c
4319 C-c} instead to exit remember@footnote{Configure the variable
4320 @code{org-remember-store-without-prompt} to make this behavior the
4321 default.}.  The handler will then first prompt for a target file - if you
4322 press @key{RET}, the value specified for the template is used.  Then the
4323 command offers the headings tree of the selected file, with the cursor
4324 position at the default headline (if you had specified one in the
4325 template).  You can either immediately press @key{RET} to get the note
4326 placed there.  Or you can use the following keys to find a different
4327 location:
4328 @example
4329 @key{TAB}         @r{Cycle visibility.}
4330 @key{down} / @key{up}   @r{Next/previous visible headline.}
4331 n / p        @r{Next/previous visible headline.}
4332 f / b        @r{Next/previous headline same level.}
4333 u            @r{One level up.}
4334 @c 0-9          @r{Digit argument.}
4335 @end example
4336 @noindent
4337 Pressing @key{RET} or @key{left} or @key{right}
4338 then leads to the following result.
4340 @multitable @columnfractions 0.2 0.15 0.65
4341 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
4342 @item on headline     @tab @key{RET}              @tab as sublevel of the heading at cursor, first or last
4343 @item                 @tab                        @tab depending on @code{org-reverse-note-order}.
4344 @item                 @tab @key{left}/@key{right} @tab as same level, before/after current heading
4345 @item buffer-start    @tab @key{RET} @tab as level 2 heading at end of file or level 1 at beginning
4346 @item                 @tab @tab depending on @code{org-reverse-note-order}.
4347 @item not on headline @tab @key{RET}
4348       @tab at cursor position, level taken from context.
4349 @end multitable
4351 Before inserting the text into a tree, the function ensures that the
4352 text has a headline, i.e. a first line that starts with a @samp{*}.  If
4353 not, a headline is constructed from the current date and some additional
4354 data.  If you have indented the text of the note below the headline, the
4355 indentation will be adapted if inserting the note into the tree requires
4356 demotion from level 1.
4358 @node Agenda views, Embedded LaTeX, Remember, Top
4359 @chapter Agenda Views
4360 @cindex agenda views
4362 Due to the way Org-mode works, TODO items, time-stamped items, and
4363 tagged headlines can be scattered throughout a file or even a number of
4364 files.  To get an overview over open action items, or over events that
4365 are important for a particular date, this information must be collected,
4366 sorted and displayed in an organized way.
4368 Org-mode can select items based on various criteria, and display them
4369 in a separate buffer.  Six different view types are provided:
4371 @itemize @bullet
4372 @item
4373 an @emph{agenda} that is like a calendar and shows information
4374 for specific dates,
4375 @item
4376 a @emph{TODO list} that covers all unfinished
4377 action items,
4378 @item
4379 a @emph{tags view}, showings headlines based on
4380 the tags associated with them,
4381 @item
4382 a @emph{timeline view} that shows all events in a single Org-mode file,
4383 in time-sorted view,
4384 @item
4385 a @emph{stuck projects view} showing projects that currently don't move
4386 along, and
4387 @item
4388 @emph{custom views} that are special tag/keyword searches and
4389 combinations of different views.
4390 @end itemize
4392 @noindent
4393 The extracted information is displayed in a special @emph{agenda
4394 buffer}.  This buffer is read-only, but provides commands to visit the
4395 corresponding locations in the original Org-mode files, and even to
4396 edit these files remotely.  
4398 Two variables control how the agenda buffer is displayed and whether the
4399 window configuration is restored when the agenda exits:
4400 @code{org-agenda-window-setup} and
4401 @code{org-agenda-restore-windows-after-quit}.
4403 @menu
4404 * Agenda files::                Files being searched for agenda information
4405 * Agenda dispatcher::           Keyboard access to agenda views
4406 * Built-in agenda views::       What is available out of the box?
4407 * Presentation and sorting::    How agenda items are prepared for display
4408 * Agenda commands::             Remote editing of org trees
4409 * Custom agenda views::         Defining special searches and views
4410 @end menu
4412 @node Agenda files, Agenda dispatcher, Agenda views, Agenda views
4413 @section Agenda files
4414 @cindex agenda files
4415 @cindex files for agenda
4417 The information to be shown is collected from all @emph{agenda files},
4418 the files listed in the variable @code{org-agenda-files}@footnote{If the
4419 value of that variable is not a list, but a single file name, then the
4420 list of agenda files will be maintained in that external file.}.  Thus even
4421 if you only work with a single Org-mode file, this file should be put
4422 into that list@footnote{When using the dispatcher, pressing @kbd{1}
4423 before selecting a command will actually limit the command to the
4424 current file, and ignore @code{org-agenda-files} until the next
4425 dispatcher command.}.  You can customize @code{org-agenda-files}, but
4426 the easiest way to maintain it is through the following commands
4428 @cindex files, adding to agenda list
4429 @table @kbd
4430 @kindex C-c [
4431 @item C-c [
4432 Add current file to the list of agenda files.  The file is added to
4433 the front of the list.  If it was already in the list, it is moved to
4434 the front.  With prefix arg, file is added/moved to the end.
4435 @kindex C-c ]
4436 @item C-c ]
4437 Remove current file from the list of agenda files.
4438 @kindex C-,
4439 @kindex C-'
4440 @item C-,
4441 @itemx C-'
4442 Cycle through agenda file list, visiting one file after the other.
4443 @kindex C-c C-x /
4444 @item C-c C-x /
4445 Search for a regular rexpression in all agenda files and display the
4446 results in an @code{occur} buffer.
4447 @end table
4449 @noindent
4450 The Org menu contains the current list of files and can be used
4451 to visit any of them.
4453 @node Agenda dispatcher, Built-in agenda views, Agenda files, Agenda views
4454 @section The agenda dispatcher
4455 @cindex agenda dispatcher
4456 @cindex dispatching agenda commands
4457 The views are created through a dispatcher that should be bound to a
4458 global key, for example @kbd{C-c a} (@pxref{Installation}).  In the
4459 following we will assume that @kbd{C-c a} is indeed how the dispatcher
4460 is accessed and list keyboard access to commands accordingly.  After
4461 pressing @kbd{C-c a}, an additional letter is required to execute a
4462 command.  The dispatcher offers the following default commands:
4463 @table @kbd
4464 @item a
4465 Create the calendar-like agenda (@pxref{Weekly/Daily agenda}).
4466 @item t @r{/} T
4467 Create a list of all TODO items (@pxref{Global TODO list}).
4468 @item m @r{/} M
4469 Create a list of headlines matching a TAGS expression (@pxref{Matching
4470 tags and properties}).
4471 @item L
4472 Create the timeline view for the current buffer (@pxref{Timeline}).
4473 @item # @r{/} !
4474 Create a list of stuck projects (@pxref{Stuck projects}).
4475 @item 1
4476 Restrict an agenda command to the current buffer.  After pressing
4477 @kbd{1}, you still need to press the character selecting the command.
4478 @item 0
4479 If there is an active region, restrict the following agenda command to
4480 the region.  Otherwise, restrict it to the current subtree.  After
4481 pressing @kbd{0}, you still need to press the character selecting the
4482 command.
4483 @end table
4485 You can also define custom commands that will be accessible through the
4486 dispatcher, just like the default commands.  This includes the
4487 possibility to create extended agenda buffers that contain several
4488 blocks together, for example the weekly agenda, the global TODO list and
4489 a number of special tags matches.  @xref{Custom agenda views}.
4491 @node Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda views
4492 @section The built-in agenda views
4494 In this section we describe the built-in views.
4496 @menu
4497 * Weekly/Daily agenda::         The calendar page with current tasks
4498 * Global TODO list::            All unfinished action items
4499 * Matching tags and properties::  Structured information with fine-tuned search
4500 * Timeline::                    Time-sorted view for single file
4501 * Stuck projects::              Find projects you need to review
4502 @end menu
4504 @node Weekly/Daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views
4505 @subsection The weekly/daily agenda
4506 @cindex agenda
4507 @cindex weekly agenda
4508 @cindex daily agenda
4510 The purpose of the weekly/daily @emph{agenda} is to act like a page of a
4511 paper agenda, showing all the tasks for the current week or day.
4513 @table @kbd
4514 @cindex org-agenda, command
4515 @kindex C-c a a
4516 @item C-c a a
4517 Compile an agenda for the current week from a list of org files.  The
4518 agenda shows the entries for each day.  With a @kbd{C-u} prefix (or
4519 when the variable @code{org-agenda-include-all-todo} is @code{t}), all
4520 unfinished TODO items (including those without a date) are also listed at
4521 the beginning of the buffer, before the first date.@*
4522 @end table
4524 Remote editing from the agenda buffer means, for example, that you can
4525 change the dates of deadlines and appointments from the agenda buffer.
4526 The commands available in the Agenda buffer are listed in @ref{Agenda
4527 commands}.
4529 @subsubheading Calendar/Diary integration
4530 @cindex calendar integration
4531 @cindex diary integration
4533 Emacs contains the calendar and diary by Edward M. Reingold.  The
4534 calendar displays a three-month calendar with holidays from different
4535 countries and cultures.  The diary allows you to keep track of
4536 anniversaries, lunar phases, sunrise/set, recurrent appointments
4537 (weekly, monthly) and more.  In this way, it is quite complementary to
4538 Org-mode.  It can be very useful to combine output from Org-mode with
4539 the diary.
4541 In order to include entries from the Emacs diary into Org-mode's
4542 agenda, you only need to customize the variable
4544 @lisp
4545 (setq org-agenda-include-diary t)
4546 @end lisp
4548 @noindent After that, everything will happen automatically.  All diary
4549 entries including holidays, anniversaries etc will be included in the
4550 agenda buffer created by Org-mode.  @key{SPC}, @key{TAB}, and
4551 @key{RET} can be used from the agenda buffer to jump to the diary
4552 file in order to edit existing diary entries.  The @kbd{i} command to
4553 insert new entries for the current date works in the agenda buffer, as
4554 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
4555 Sunrise/Sunset times, show lunar phases and to convert to other
4556 calendars, respectively.  @kbd{c} can be used to switch back and forth
4557 between calendar and agenda.
4559 If you are using the diary only for sexp entries and holidays, it is
4560 faster to not use the above setting, but instead to copy or even move
4561 the entries into an Org-mode file. Org-mode evaluates diary-style sexp
4562 entries, and does it faster because there is no overhead for first
4563 creating the diary display.  Note that the sexp entries must start at
4564 the left margin, no white space is allowed before them.  For example,
4565 the following segment of an Org-mode file will be processed and entries
4566 will be made in the agenda:
4568 @example
4569 * Birthdays and similar stuff
4570 #+CATEGORY: Holiday
4571 %%(org-calendar-holiday)   ; special function for holiday names
4572 #+CATEGORY: Ann
4573 %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
4574 %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
4575 @end example
4577 @subsubheading Appointment reminders
4578 @cindex @file{appt.el}
4579 @cindex appointment reminders
4581 Org can interact with Emacs appointments notification facility.
4583 To add all the appointments of your agenda files, use the command
4584 @code{org-agenda-to-appt}.  This commands also lets you filter through
4585 the list of your appointments and add only those belonging to a specific
4586 category or matching a regular expression. See the docstring for
4587 details.
4589 @node Global TODO list, Matching tags and properties, Weekly/Daily agenda, Built-in agenda views
4590 @subsection The global TODO list
4591 @cindex global TODO list
4592 @cindex TODO list, global
4594 The global TODO list contains all unfinished TODO items, formatted and
4595 collected into a single place.
4597 @table @kbd
4598 @kindex C-c a t
4599 @item C-c a t
4600 Show the global TODO list.  This collects the TODO items from all
4601 agenda files (@pxref{Agenda views}) into a single buffer.  The buffer is in
4602 @code{agenda-mode}, so there are commands to examine and manipulate
4603 the TODO entries directly from that buffer (@pxref{Agenda commands}).
4604 @kindex C-c a T
4605 @item C-c a T
4606 @cindex TODO keyword matching
4607 Like the above, but allows selection of a specific TODO keyword.  You
4608 can also do this by specifying a prefix argument to @kbd{C-c a t}.  With
4609 a @kbd{C-u} prefix you are prompted for a keyword, and you may also
4610 specify several keywords by separating them with @samp{|} as boolean OR
4611 operator.  With a numeric prefix, the Nth keyword in
4612 @code{org-todo-keywords} is selected.
4613 @kindex r
4614 The @kbd{r} key in the agenda buffer regenerates it, and you can give
4615 a prefix argument to this command to change the selected TODO keyword,
4616 for example @kbd{3 r}.  If you often need a search for a specific
4617 keyword, define a custom command for it (@pxref{Agenda dispatcher}).@*
4618 Matching specific TODO keywords can also be done as part of a tags
4619 search (@pxref{Tag searches}).
4620 @end table
4622 Remote editing of TODO items means that you can change the state of a
4623 TODO entry with a single key press.  The commands available in the
4624 TODO list are described in @ref{Agenda commands}.
4626 @cindex sublevels, inclusion into todo list
4627 Normally the global todo list simply shows all headlines with TODO
4628 keywords.  This list can become very long.  There are two ways to keep
4629 it more compact:
4630 @itemize @minus
4631 @item
4632 Some people view a TODO item that has been @emph{scheduled} for
4633 execution (@pxref{Time stamps}) as no longer @emph{open}.  Configure the
4634 variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
4635 items from the global TODO list.
4636 @item
4637 TODO items may have sublevels to break up the task into subtasks.  In
4638 such cases it may be enough to list only the highest level TODO headline
4639 and omit the sublevels from the global list.  Configure the variable
4640 @code{org-agenda-todo-list-sublevels} to get this behavior.
4641 @end itemize
4643 @node Matching tags and properties, Timeline, Global TODO list, Built-in agenda views
4644 @subsection Matching Tags and Properties
4645 @cindex matching, of tags
4646 @cindex matching, of properties
4647 @cindex tags view
4649 If headlines in the agenda files are marked with @emph{tags}
4650 (@pxref{Tags}), you can select headlines based on the tags that apply
4651 to them and collect them into an agenda buffer.
4653 @table @kbd
4654 @kindex C-c a m
4655 @item C-c a m
4656 Produce a list of all headlines that match a given set of tags.  The
4657 command prompts for a selection criterion, which is a boolean logic
4658 expression with tags, like @samp{+WORK+URGENT-WITHBOSS} or
4659 @samp{WORK|HOME} (@pxref{Tags}).  If you often need a specific search,
4660 define a custom command for it (@pxref{Agenda dispatcher}).
4661 @kindex C-c a M
4662 @item C-c a M
4663 Like @kbd{C-c a m}, but only select headlines that are also TODO items
4664 and force checking subitems (see variable
4665 @code{org-tags-match-list-sublevels}).  Matching specific todo keywords
4666 together with a tags match is also possible, see @ref{Tag searches}.
4667 @end table
4669 The commands available in the tags list are described in @ref{Agenda
4670 commands}.
4672 @node Timeline, Stuck projects, Matching tags and properties, Built-in agenda views
4673 @subsection Timeline for a single file
4674 @cindex timeline, single file
4675 @cindex time-sorted view
4677 The timeline summarizes all time-stamped items from a single Org-mode
4678 file in a @emph{time-sorted view}.  The main purpose of this command is
4679 to give an overview over events in a project.
4681 @table @kbd
4682 @kindex C-c a L
4683 @item C-c a L
4684 Show a time-sorted view of the org file, with all time-stamped items.
4685 When called with a @kbd{C-u} prefix, all unfinished TODO entries
4686 (scheduled or not) are also listed under the current date.
4687 @end table
4689 @noindent
4690 The commands available in the timeline buffer are listed in
4691 @ref{Agenda commands}.
4694 @node Stuck projects,  , Timeline, Built-in agenda views
4695 @subsection Stuck projects
4697 If you are following a system like David Allen's GTD to organize your
4698 work, one of the ``duties'' you have is a regular review to make sure
4699 that all projects move along.  A @emph{stuck} project is a project that
4700 has no defined next actions, so it will never show up in the TODO lists
4701 Org-mode produces.  During the review, you need to identify such
4702 projects and define next actions for them.
4704 @table @kbd
4705 @kindex C-c a #
4706 @item C-c a #
4707 List projects that are stuck.
4708 @kindex C-c a !
4709 @item C-c a !
4710 Customize the variable @code{org-stuck-projects} to define what a stuck
4711 project is and how to find it.
4712 @end table
4714 You almost certainly will have to configure this view before it will
4715 work for you.  The built-in default assumes that all your projects are
4716 level-2 headlines, and that a project is not stuck if it has at least
4717 one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
4719 Lets assume that you, in your own way of using Org-mode, identify
4720 projects with a tag PROJECT, and that you use a todo keyword MAYBE to
4721 indicate a project that should not be considered yet.  Lets further
4722 assume that the todo keyword DONE marks finished projects, and that NEXT
4723 and TODO indicate next actions.  The tag @@SHOP indicates shopping and
4724 is a next action even without the NEXT tag.  Finally, if the project
4725 contains the special word IGNORE anywhere, it should not be listed
4726 either.  In this case you would start by identifying eligible projects
4727 with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
4728 TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
4729 are not stuck.  The correct customization for this is
4731 @lisp
4732 (setq org-stuck-projects
4733       '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
4734                                "\\<IGNORE\\>"))
4735 @end lisp
4738 @node Presentation and sorting, Agenda commands, Built-in agenda views, Agenda views
4739 @section Presentation and sorting
4740 @cindex presentation, of agenda items
4742 Before displaying items in an agenda view, Org-mode visually prepares
4743 the items and sorts them.  Each item occupies a single line.  The line
4744 starts with a @emph{prefix} that contains the @emph{category}
4745 (@pxref{Categories}) of the item and other important information.  You can
4746 customize the prefix using the option @code{org-agenda-prefix-format}.
4747 The prefix is followed by a cleaned-up version of the outline headline
4748 associated with the item.
4750 @menu
4751 * Categories::                  Not all tasks are equal
4752 * Time-of-day specifications::  How the agenda knows the time
4753 * Sorting of agenda items::     The order of things
4754 @end menu
4756 @node Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting
4757 @subsection Categories
4759 @cindex category
4760 The category is a broad label assigned to each agenda item.  By default,
4761 the category is simply derived from the file name, but you can also
4762 specify it with a special line in the buffer, like this@footnote{If
4763 there are several such lines in a file, each specifies the category for
4764 the text below it.  The first category also applies to any text before
4765 the first CATEGORY line.  This method is only kept for backward
4766 compatibility.  The preferred method for setting multiple categories in
4767 a buffer is using a property.}:
4769 @example
4770 #+CATEGORY: Thesis
4771 @end example
4773 @noindent
4774 If you would like to have a special CATEGORY for a single entry or a
4775 (sub)tree, give the entry a @code{:CATEGORY:} property with the location
4776 as the value (@pxref{Properties and columns}).
4778 @noindent
4779 The display in the agenda buffer looks best if the category is not
4780 longer than 10 characters.
4782 @node Time-of-day specifications, Sorting of agenda items, Categories, Presentation and sorting
4783 @subsection Time-of-Day Specifications
4784 @cindex time-of-day specification
4786 Org-mode checks each agenda item for a time-of-day specification.  The
4787 time can be part of the time stamp that triggered inclusion into the
4788 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}.  Time
4789 ranges can be specified with two time stamps, like
4791 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
4793 In the headline of the entry itself, a time(range) may also appear as
4794 plain text (like @samp{12:45} or a @samp{8:30-1pm}.  If the agenda
4795 integrates the Emacs diary (@pxref{Weekly/Daily agenda}), time
4796 specifications in diary entries are recognized as well.
4798 For agenda display, Org-mode extracts the time and displays it in a
4799 standard 24 hour format as part of the prefix.  The example times in
4800 the previous paragraphs would end up in the agenda like this:
4802 @example
4803     8:30-13:00 Arthur Dent lies in front of the bulldozer
4804    12:45...... Ford Prefect arrives and takes Arthur to the pub
4805    19:00...... The Vogon reads his poem
4806    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4807 @end example
4809 @cindex time grid
4810 If the agenda is in single-day mode, or for the display of today, the
4811 timed entries are embedded in a time grid, like
4813 @example
4814     8:00...... ------------------
4815     8:30-13:00 Arthur Dent lies in front of the bulldozer
4816    10:00...... ------------------
4817    12:00...... ------------------
4818    12:45...... Ford Prefect arrives and takes Arthur to the pub
4819    14:00...... ------------------
4820    16:00...... ------------------
4821    18:00...... ------------------
4822    19:00...... The Vogon reads his poem
4823    20:00...... ------------------
4824    20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4825 @end example
4827 The time grid can be turned on and off with the variable
4828 @code{org-agenda-use-time-grid}, and can be configured with
4829 @code{org-agenda-time-grid}.
4831 @node Sorting of agenda items,  , Time-of-day specifications, Presentation and sorting
4832 @subsection Sorting of agenda items
4833 @cindex sorting, of agenda items
4834 @cindex priorities, of agenda items
4835 Before being inserted into a view, the items are sorted.  How this is
4836 done depends on the type of view.
4837 @itemize @bullet
4838 @item
4839 For the daily/weekly agenda, the items for each day are sorted.  The
4840 default order is to first collect all items containing an explicit
4841 time-of-day specification.  These entries will be shown at the beginning
4842 of the list, as a @emph{schedule} for the day.  After that, items remain
4843 grouped in categories, in the sequence given by @code{org-agenda-files}.
4844 Within each category, items are sorted by priority (@pxref{Priorities}),
4845 which is composed of the base priority (2000 for priority @samp{A}, 1000
4846 for @samp{B}, and 0 for @samp{C}), plus additional increments for
4847 overdue scheduled or deadline items.
4848 @item 
4849 For the TODO list, items remain in the order of categories, but within
4850 each category, sorting takes place according to priority
4851 (@pxref{Priorities}).
4852 @item
4853 For tags matches, items are not sorted at all, but just appear in the
4854 sequence in which they are found in the agenda files.
4855 @end itemize
4857 Sorting can be customized using the variable
4858 @code{org-agenda-sorting-strategy}.
4861 @node Agenda commands, Custom agenda views, Presentation and sorting, Agenda views
4862 @section Commands in the agenda buffer
4863 @cindex commands, in agenda buffer
4865 Entries in the agenda buffer are linked back to the org file or diary
4866 file where they originate.  You are not allowed to edit the agenda
4867 buffer itself, but commands are provided to show and jump to the
4868 original entry location, and to edit the org-files ``remotely'' from
4869 the agenda buffer.  In this way, all information is stored only once,
4870 removing the risk that your agenda and note files may diverge.
4872 Some commands can be executed with mouse clicks on agenda lines.  For
4873 the other commands, the cursor needs to be in the desired line.
4875 @table @kbd
4876 @tsubheading{Motion}
4877 @cindex motion commands in agenda
4878 @kindex n
4879 @item n
4880 Next line (same as @key{up} and @kbd{C-p}).
4881 @kindex p
4882 @item p
4883 Previous line (same as @key{down} and @kbd{C-n}).
4884 @tsubheading{View/GoTo org file}
4885 @kindex mouse-3
4886 @kindex @key{SPC}
4887 @item mouse-3
4888 @itemx @key{SPC}
4889 Display the original location of the item in another window.
4891 @kindex L
4892 @item L
4893 Display original location and recenter that window.
4895 @kindex mouse-2
4896 @kindex mouse-1
4897 @kindex @key{TAB}
4898 @item mouse-2
4899 @itemx mouse-1
4900 @itemx @key{TAB}
4901 Go to the original location of the item in another window.  Under Emacs
4902 22, @kbd{mouse-1} will also works for this.
4904 @kindex @key{RET}
4905 @itemx @key{RET}
4906 Go to the original location of the item and delete other windows.
4908 @kindex f
4909 @item f
4910 Toggle Follow mode.  In Follow mode, as you move the cursor through
4911 the agenda buffer, the other window always shows the corresponding
4912 location in the org file.  The initial setting for this mode in new
4913 agenda buffers can be set with the variable
4914 @code{org-agenda-start-with-follow-mode}.
4916 @kindex b
4917 @item b
4918 Display the entire subtree of the current item in an indirect buffer.
4919 With numerical prefix ARG, go up to this level and then take that tree.
4920 If ARG is negative, go up that many levels.  With @kbd{C-u} prefix, do
4921 not remove the previously used indirect buffer.
4923 @kindex l
4924 @item l
4925 Toggle Logbook mode.  In Logbook mode, entries that where marked DONE while
4926 logging was on (variable @code{org-log-done}) are shown in the agenda,
4927 as are entries that have been clocked on that day.
4929 @tsubheading{Change display}
4930 @cindex display changing, in agenda
4931 @kindex o
4932 @item o
4933 Delete other windows.
4935 @kindex d
4936 @kindex w
4937 @kindex m
4938 @kindex y
4939 @item d w m y
4940 Switch to day/week/month/year view.  When switching to day or week view,
4941 this setting becomes the default for subseqent agenda commands.  Since
4942 month and year views are slow to create, the do not become the default.
4944 @kindex D
4945 @item D
4946 Toggle the inclusion of diary entries.  See @ref{Weekly/Daily agenda}.
4948 @kindex g
4949 @item g
4950 Toggle the time grid on and off.  See also the variables
4951 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
4953 @kindex r
4954 @item r
4955 Recreate the agenda buffer, for example to reflect the changes
4956 after modification of the time stamps of items with S-@key{left} and
4957 S-@key{right}.  When the buffer is the global todo list, a prefix
4958 argument is interpreted to create a selective list for a specific TODO
4959 keyword.
4961 @kindex s
4962 @kindex C-x C-s
4963 @item s
4964 @itemx C-x C-s
4965 Save all Org-mode buffers in the current Emacs session.
4967 @kindex @key{right}
4968 @item @key{right}
4969 Display the following @code{org-agenda-ndays} days.  For example, if
4970 the display covers a week, switch to the following week.  With prefix
4971 arg, go forward that many times @code{org-agenda-ndays} days.
4973 @kindex @key{left}
4974 @item @key{left}
4975 Display the previous dates.
4977 @kindex .
4978 @item .
4979 Goto today.
4981 @tsubheading{Remote editing}
4982 @cindex remote editing, from agenda
4984 @item 0-9
4985 Digit argument.
4987 @cindex undoing remote-editing events
4988 @cindex remote editing, undo
4989 @kindex C-_
4990 @item C-_
4991 Undo a change due to a remote editing command.  The change is undone
4992 both in the agenda buffer and in the remote buffer.
4994 @kindex t
4995 @item t
4996 Change the TODO state of the item, both in the agenda and in the
4997 original org file.
4999 @kindex C-k
5000 @item C-k
5001 Delete the current agenda item along with the entire subtree belonging
5002 to it in the original Org-mode file.  If the text to be deleted remotely
5003 is longer than one line, the kill needs to be confirmed by the user.  See
5004 variable @code{org-agenda-confirm-kill}.
5006 @kindex $
5007 @item $
5008 Archive the subtree corresponding to the current headline.
5010 @kindex T
5011 @item T
5012 Show all tags associated with the current item.  Because of
5013 inheritance, this may be more than the tags listed in the line itself.
5015 @kindex :
5016 @item :
5017 Set tags for the current headline.  If there is an active region in the
5018 agenda, change a tag for all headings in the region.
5020 @kindex a
5021 @item a
5022 Toggle the ARCHIVE tag for the current headline.
5024 @kindex ,
5025 @item ,
5026 Set the priority for the current item.  Org-mode prompts for the
5027 priority character. If you reply with @key{SPC}, the priority cookie
5028 is removed from the entry.
5030 @kindex P
5031 @item P
5032 Display weighted priority of current item.
5034 @kindex +
5035 @kindex S-@key{up}
5036 @item +
5037 @itemx S-@key{up}
5038 Increase the priority of the current item.  The priority is changed in
5039 the original buffer, but the agenda is not resorted.  Use the @kbd{r}
5040 key for this.
5042 @kindex -
5043 @kindex S-@key{down}
5044 @item -
5045 @itemx S-@key{down}
5046 Decrease the priority of the current item.
5048 @kindex C-c C-s
5049 @item C-c C-s
5050 Schedule this item
5052 @kindex C-c C-d
5053 @item C-c C-d
5054 Set a deadline for this item.
5056 @kindex S-@key{right}
5057 @item S-@key{right}
5058 Change the time stamp associated with the current line by one day into
5059 the future.  With prefix argument, change it by that many days.  For
5060 example, @kbd{3 6 5 S-@key{right}} will change it by a year.  The
5061 stamp is changed in the original org file, but the change is not
5062 directly reflected in the agenda buffer.  Use the
5063 @kbd{r} key to update the buffer.
5065 @kindex S-@key{left}
5066 @item S-@key{left}
5067 Change the time stamp associated with the current line by one day
5068 into the past.
5070 @kindex >
5071 @item >
5072 Change the time stamp associated with the current line to today.
5073 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
5074 on my keyboard.
5076 @kindex I
5077 @item I
5078 Start the clock on the current item.  If a clock is running already, it
5079 is stopped first.
5081 @kindex O
5082 @item O
5083 Stop the previously started clock.
5085 @kindex X
5086 @item X
5087 Cancel the currently running clock.
5089 @kindex J
5090 @item J
5091 Jump to the running clock in another window.
5093 @tsubheading{Calendar commands}
5094 @cindex calendar commands, from agenda
5095 @kindex c
5096 @item c
5097 Open the Emacs calendar and move to the date at the agenda cursor.
5099 @item c
5100 When in the calendar, compute and show the Org-mode agenda for the
5101 date at the cursor.
5103 @cindex diary entries, creating from agenda
5104 @kindex i
5105 @item i
5106 Insert a new entry into the diary.  Prompts for the type of entry
5107 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
5108 entry in the diary, just as @kbd{i d} etc. would do in the calendar.
5109 The date is taken from the cursor position.
5111 @kindex M
5112 @item M
5113 Show the phases of the moon for the three months around current date.
5115 @kindex S
5116 @item S
5117 Show sunrise and sunset times.  The geographical location must be set
5118 with calendar variables, see documentation of the Emacs calendar.
5120 @kindex C
5121 @item C
5122 Convert the date at cursor into many other cultural and historic
5123 calendars.
5125 @kindex H
5126 @item H
5127 Show holidays for three month around the cursor date.
5129 @c FIXME:  This should be a different key.
5130 @kindex C-c C-x C-c
5131 @item C-c C-x C-c
5132 Export a single iCalendar file containing entries from all agenda files.
5134 @tsubheading{Exporting to a file}
5135 @kindex C-x C-w
5136 @item C-x C-w
5137 @cindex exporting agenda views
5138 @cindex agenda views, exporting
5139 Write the agenda view to a file.  Depending on the extension of the
5140 selected file name, the view will be exported as HTML (extension
5141 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5142 plain text (any other extension).  Use the variable
5143 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5144 and for @file{htmlize} to be used during export.
5146 @tsubheading{Quit and Exit}
5147 @kindex q
5148 @item q
5149 Quit agenda, remove the agenda buffer.
5151 @kindex x
5152 @cindex agenda files, removing buffers
5153 @item x
5154 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
5155 for the compilation of the agenda.  Buffers created by the user to
5156 visit org files will not be removed.
5157 @end table
5160 @node Custom agenda views,  , Agenda commands, Agenda views
5161 @section Custom agenda views
5162 @cindex custom agenda views
5163 @cindex agenda views, custom
5165 Custom agenda commands serve two purposes: to store and quickly access
5166 frequently used TODO and tags searches, and to create special composite
5167 agenda buffers.  Custom agenda commands will be accessible through the
5168 dispatcher (@pxref{Agenda dispatcher}), just like the default commands.
5170 @menu
5171 * Storing searches::            Type once, use often
5172 * Block agenda::                All the stuff you need in a single buffer
5173 * Setting Options::             Changing the rules
5174 * Exporting Agenda Views::      Writing agendas to files.
5175 * Extracting Agenda Information for other programs::  
5176 @end menu
5178 @node Storing searches, Block agenda, Custom agenda views, Custom agenda views
5179 @subsection Storing searches
5181 The first application of custom searches is the definition of keyboard
5182 shortcuts for frequently used searches, either creating an agenda
5183 buffer, or a sparse tree (the latter covering of course only the current
5184 buffer).
5185 @kindex C-c a C
5186 Custom commands are configured in the variable
5187 @code{org-agenda-custom-commands}.  You can customize this variable, for
5188 example by pressing @kbd{C-c a C}.  You can also directly set it with
5189 Emacs Lisp in @file{.emacs}.  The following example contains all valid
5190 search types:
5192 @lisp
5193 @group
5194 (setq org-agenda-custom-commands
5195       '(("w" todo "WAITING")
5196         ("W" todo-tree "WAITING")
5197         ("u" tags "+BOSS-URGENT")
5198         ("v" tags-todo "+BOSS-URGENT")
5199         ("U" tags-tree "+BOSS-URGENT")
5200         ("f" occur-tree "\\<FIXME\\>")))
5201 @end group
5202 @end lisp
5204 @noindent
5205 The initial single-character string in each entry defines the character
5206 you have to press after the dispatcher command @kbd{C-c a} in order to
5207 access the command.   The second parameter is the search type, followed
5208 by the string or regular expression to be used for the matching.  The
5209 example above will therefore define:
5211 @table @kbd
5212 @item C-c a w
5213 as a global search for TODO entries with @samp{WAITING} as the TODO
5214 keyword
5215 @item C-c a W
5216 as the same search, but only in the current buffer and displaying the
5217 results as a sparse tree
5218 @item C-c a u
5219 as a global tags search for headlines marked @samp{:BOSS:} but not
5220 @samp{:URGENT:}
5221 @item C-c a v
5222 as the same search as @kbd{C-c a u}, but limiting the search to
5223 headlines that are also TODO items
5224 @item C-c a U
5225 as the same search as @kbd{C-c a u}, but only in the current buffer and
5226 displaying the result as a sparse tree
5227 @item C-c a f
5228 to create a sparse tree (again: current buffer only) with all entries
5229 containing the word @samp{FIXME}.
5230 @end table
5232 @node Block agenda, Setting Options, Storing searches, Custom agenda views
5233 @subsection Block agenda
5234 @cindex block agenda
5235 @cindex agenda, with block views
5237 Another possibility is the construction of agenda views that comprise
5238 the results of @emph{several} commands, each of which creates a block in
5239 the agenda buffer.  The available commands include @code{agenda} for the
5240 daily or weekly agenda (as created with @kbd{C-c a a}), @code{alltodo}
5241 for the global todo list (as constructed with @kbd{C-c a t}), and the
5242 matching commands discussed above: @code{todo}, @code{tags}, and
5243 @code{tags-todo}.  Here are two examples:
5245 @lisp
5246 @group
5247 (setq org-agenda-custom-commands
5248       '(("h" "Agenda and Home-related tasks"
5249          ((agenda)
5250           (tags-todo "HOME")
5251           (tags "GARDEN")))
5252         ("o" "Agenda and Office-related tasks"
5253          ((agenda)
5254           (tags-todo "WORK")
5255           (tags "OFFICE")))))
5256 @end group
5257 @end lisp
5259 @noindent
5260 This will define @kbd{C-c a h} to create a multi-block view for stuff
5261 you need to attend to at home.  The resulting agenda buffer will contain
5262 your agenda for the current week, all TODO items that carry the tag
5263 @samp{HOME}, and also all lines tagged with @samp{GARDEN}.  Finally the
5264 command @kbd{C-c a o} provides a similar view for office tasks.
5267 @node Setting Options, Exporting Agenda Views, Block agenda, Custom agenda views
5268 @subsection Setting Options for custom commands
5269 @cindex options, for custom agenda views
5271 Org-mode contains a number of variables regulating agenda construction
5272 and display.  The global variables define the behavior for all agenda
5273 commands, including the custom commands.  However, if you want to change
5274 some settings just for a single custom view, you can do so.  Setting
5275 options requires inserting a list of variable names and values at the
5276 right spot in @code{org-agenda-custom-commands}.  For example:
5278 @lisp
5279 @group
5280 (setq org-agenda-custom-commands
5281       '(("w" todo "WAITING"
5282          ((org-agenda-sorting-strategy '(priority-down))
5283           (org-agenda-prefix-format "  Mixed: ")))
5284         ("U" tags-tree "+BOSS-URGENT"
5285          ((org-show-following-heading nil)
5286           (org-show-hierarchy-above nil)))))
5287 @end group
5288 @end lisp
5290 @noindent
5291 Now the @kbd{C-c a w} command will sort the collected entries only by
5292 priority, and the prefix format is modified to just say @samp{  Mixed:}
5293 instead of giving the category of the entry.  The sparse tags tree of
5294 @kbd{C-c a U} will now turn out ultra-compact, because neither the
5295 headline hierarchy above the match, nor the headline following the match
5296 will be shown.
5298 For command sets creating a block agenda,
5299 @code{org-agenda-custom-commands} has two separate spots for setting
5300 options.  You can add options that should be valid for just a single
5301 command in the set, and options that should be valid for all commands in
5302 the set.  The former are just added to the command entry, the latter
5303 must come after the list of command entries.  Going back to the block
5304 agenda example (@pxref{Block agenda}), let's change the sorting strategy
5305 for the @kbd{C-c a h} commands to @code{priority-down}, but let's sort
5306 the results for GARDEN tags query in the opposite order,
5307 @code{priority-up}.  This would look like this:
5309 @lisp
5310 @group
5311 (setq org-agenda-custom-commands
5312       '(("h" "Agenda and Home-related tasks"
5313          ((agenda)
5314           (tags-todo "HOME")
5315           (tags "GARDEN"
5316                 ((org-agenda-sorting-strategy '(priority-up)))))
5317          ((org-agenda-sorting-strategy '(priority-down))))
5318         ("o" "Agenda and Office-related tasks"
5319          ((agenda)
5320           (tags-todo "WORK")
5321           (tags "OFFICE")))))
5322 @end group
5323 @end lisp
5325 As you see, the values and parenthesis setting is a little complex.
5326 When in doubt, use the customize interface to set this variable - it
5327 fully supports its structure.  Just one caveat: When setting options in
5328 this interface, the @emph{values} are just lisp expressions.  So if the
5329 value is a string, you need to add the double quotes around the value
5330 yourself.
5333 @node Exporting Agenda Views, Extracting Agenda Information for other programs, Setting Options, Custom agenda views
5334 @subsection Exporting Agenda Views
5335 @cindex agenda views, exporting
5337 If you are away from your computer, it can be very useful to have a
5338 printed version of some agenda views to carry around.  Org-mode can
5339 export custom agenda views as plain text, HTML@footnote{You need to
5340 install Hrvoje Niksic' @file{htmlize.el}.} and postscript.  If you want
5341 to do this only occasionally, use the command
5343 @table @kbd
5344 @kindex C-x C-w
5345 @item C-x C-w
5346 @cindex exporting agenda views
5347 @cindex agenda views, exporting
5348 Write the agenda view to a file.  Depending on the extension of the
5349 selected file name, the view will be exported as HTML (extension
5350 @file{.html} or @file{.htm}), Postscript (extension @file{.ps}), or
5351 plain text (any other extension).  Use the variable
5352 @code{org-agenda-exporter-settings} to set options for @file{ps-print}
5353 and for @file{htmlize} to be used during export, for example
5354 @lisp
5355 (setq org-agenda-exporter-settings
5356       '((ps-number-of-columns 2)
5357         (ps-landscape-mode t)
5358         (htmlize-output-type 'css)))
5359 @end lisp
5360 @end table
5362 If you need to export certain agenda views frequently, you can associate
5363 any custom agenda command with a list of output file names
5364 @footnote{If you want to store standard views like the weekly agenda
5365 or the global TODO list as well, you need to define custom commands for
5366 them in order to be able to specify filenames.}.  Here is an example
5367 that first does define custom commands for the agenda and the global
5368 todo list, together with a number of files to which to export them.
5369 Then we define two block agenda commands and specify filenames for them
5370 as well.  File names can be relative to the current working directory,
5371 or absolute.
5373 @lisp
5374 @group
5375 (setq org-agenda-custom-commands
5376       '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
5377         ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
5378         ("h" "Agenda and Home-related tasks"
5379          ((agenda)
5380           (tags-todo "HOME")
5381           (tags "GARDEN"))
5382          nil
5383          ("~/views/home.html"))
5384         ("o" "Agenda and Office-related tasks"
5385          ((agenda)
5386           (tags-todo "WORK")
5387           (tags "OFFICE"))
5388          nil
5389          ("~/views/office.ps"))))
5390 @end group
5391 @end lisp
5393 The extension of the file name determines the type of export.  If it is
5394 @file{.html}, Org-mode will use the @file{htmlize.el} package to convert
5395 the buffer to HTML and save it to this file name.  If the extension is
5396 @file{.ps}, @code{ps-print-buffer-with-faces} is used to produce
5397 postscript output.  Any other extension produces a plain ASCII file.
5399 The export files are @emph{not} created when you use one of those
5400 commands interactively.  Instead, there is a special command to produce
5401 @emph{all} specified files in one step:
5403 @table @kbd
5404 @kindex C-c a e
5405 @item C-c a e
5406 Export all agenda views that have export filenames associated with
5407 them.
5408 @end table
5410 You can use the options section of the custom agenda commands to also
5411 set options for the export commands.  For example:
5413 @lisp
5414 (setq org-agenda-custom-commands
5415       '(("X" agenda ""
5416          ((ps-number-of-columns 2)
5417           (ps-landscape-mode t)
5418           (org-agenda-prefix-format " [ ] ")
5419           (org-agenda-with-colors nil)
5420           (org-agenda-remove-tags t))
5421          ("theagenda.ps"))))
5422 @end lisp
5424 @noindent
5425 This command sets two options for the postscript exporter, to make it
5426 print in two columns in landscape format - the resulting page can be cut
5427 in two and then used in a paper agenda.  The remaining settings modify
5428 the agenda prefix to omit category and scheduling information, and
5429 instead include a checkbox to check off items.  We also remove the tags
5430 to make the lines compact, and we don't want to use colors for the
5431 black-and-white printer.  Settings specified in
5432 @code{org-agenda-exporter-settings} will also apply, but the settings
5433 in @code{org-agenda-custom-commands} take precedence.
5435 @noindent
5436 From the command line you may also use
5437 @example
5438 emacs -f org-batch-store-agenda-views -kill
5439 @end example
5440 @noindent
5441 or, if you need to modify some parameters
5442 @example
5443 emacs -eval '(org-batch-store-agenda-views                      \
5444               org-agenda-ndays 30                               \
5445               org-agenda-include-diary nil                      \
5446               org-agenda-files (quote ("~/org/project.org")))'  \
5447       -kill
5448 @end example
5449 @noindent
5450 which will create the agenda views restricted to the file
5451 @file{~/org/project.org}, without diary entries and with 30 days
5452 extent. 
5454 @node Extracting Agenda Information for other programs,  , Exporting Agenda Views, Custom agenda views
5455 @subsection Extracting Agenda Information for other programs
5456 @cindex agenda, pipe
5457 @cindex Scripts, for agenda processing
5459 Org-mode provides commands to access agenda information for the command
5460 line in emacs batch mode.  This extracted information can be sent
5461 directly to a printer, or it can be read by a program that does further
5462 processing of the data.  The first of these commands is the function
5463 @code{org-batch-agenda}, that produces an agenda view and sends it as
5464 ASCII text to STDOUT.  The command takes a single string as parameter.
5465 If the string has length 1, it is used as a key to one of the commands
5466 you have configured in @code{org-agenda-custom-commands}, basically any
5467 key you can use after @kbd{C-c a}.  For example, to directly print the
5468 current TODO list, you could use
5470 @example
5471 emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
5472 @end example
5474 If the parameter is a string with 2 or more characters, it is used as a
5475 tags/todo match string.  For example, to print your local shopping list
5476 (all items with the tag @samp{shop}, but excluding the tag
5477 @samp{NewYork}), you could use
5479 @example
5480 emacs -batch -l ~/.emacs                                      \       
5481       -eval '(org-batch-agenda "+shop-NewYork")' | lpr
5482 @end example
5484 @noindent
5485 You may also modify parameters on the fly like this:
5487 @example
5488 emacs -batch -l ~/.emacs                                      \
5489    -eval '(org-batch-agenda "a"                               \
5490             org-agenda-ndays 30                               \
5491             org-agenda-include-diary nil                      \
5492             org-agenda-files (quote ("~/org/project.org")))'  \
5493    | lpr
5494 @end example
5496 @noindent
5497 which will produce a 30 day agenda, fully restricted to the Org file
5498 @file{~/org/projects.org}, not even including the diary.
5500 If you want to process the agenda data in more sophisticated ways, you
5501 can use the command @code{org-batch-agenda-csv} to get a comma-separated
5502 list of values for each agenda item.  Each line in the output will
5503 contain a number of fields separated by commas.  The fields in a line
5504 are:
5506 @example
5507 category     @r{The category of the item}
5508 head         @r{The headline, without TODO kwd, TAGS and PRIORITY}
5509 type         @r{The type of the agenda entry, can be}
5510                 todo               @r{selected in TODO match}
5511                 tagsmatch          @r{selected in tags match}
5512                 diary              @r{imported from diary}
5513                 deadline           @r{a deadline}
5514                 scheduled          @r{scheduled}
5515                 timestamp          @r{appointment, selected by timestamp}
5516                 closed             @r{entry was closed on date}
5517                 upcoming-deadline  @r{warning about nearing deadline}
5518                 past-scheduled     @r{forwarded scheduled item}
5519                 block              @r{entry has date block including date}
5520 todo         @r{The todo keyword, if any}
5521 tags         @r{All tags including inherited ones, separated by colons}
5522 date         @r{The relevant date, like 2007-2-14}
5523 time         @r{The time, like 15:00-16:50}
5524 extra        @r{String with extra planning info}
5525 priority-l   @r{The priority letter if any was given}
5526 priority-n   @r{The computed numerical priority}
5527 @end example
5529 @noindent
5530 Time and date will only be given if a timestamp (or deadline/scheduled)
5531 lead to the selection of the item.
5533 A CSV list like this is very easy to use in a post processing script.
5534 For example, here is a Perl program that gets the TODO list from
5535 Emacs/org-mode and prints all the items, preceded by a checkbox:
5537 @example
5538 @group
5539 #!/usr/bin/perl
5541 # define the Emacs command to run
5542 $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
5544 # run it and capture the output
5545 $agenda = qx@{$cmd 2>/dev/null@};
5547 # loop over all lines
5548 foreach $line (split(/\n/,$agenda)) @{
5550   # get the individual values
5551   ($category,$head,$type,$todo,$tags,$date,$time,$extra,
5552    $priority_l,$priority_n) = split(/,/,$line);
5554   # proccess and print
5555   print "[ ] $head\n";
5557 @end group
5558 @end example
5560 @node Embedded LaTeX, Exporting, Agenda views, Top
5561 @chapter Embedded LaTeX
5562 @cindex @TeX{} interpretation
5563 @cindex La@TeX{} interpretation
5565 Plain ASCII is normally sufficient for almost all note taking.  One
5566 exception, however, are scientific notes which need to be able to
5567 contain mathematical symbols and the occasional formula.
5568 La@TeX{}@footnote{La@TeX{} is a macro system based on Donald E. Knuth's
5569 @TeX{} system.  Many of the features described here as ``La@TeX{}'' are
5570 really from @TeX{}, but for simplicity I am blurring this distinction.}
5571 is widely used to typeset scientific documents. Org-mode supports
5572 embedding La@TeX{} code into its files, because many academics are used
5573 to read La@TeX{} source code, and because it can be readily processed
5574 into images for HTML production.
5576 It is not necessary to mark La@TeX{} macros and code in any special way.
5577 If you observe a few conventions, Org-mode knows how to find it and what
5578 to do with it.
5580 @menu
5581 * Math symbols::                TeX macros for symbols and Greek letters
5582 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
5583 * LaTeX fragments::             Complex formulas made easy
5584 * Processing LaTeX fragments::  Previewing LaTeX processing
5585 * CDLaTeX mode::                Speed up entering of formulas
5586 @end menu
5588 @node Math symbols, Subscripts and Superscripts, Embedded LaTeX, Embedded LaTeX
5589 @section Math symbols
5590 @cindex math symbols
5591 @cindex TeX macros
5593 You can use La@TeX{} macros to insert special symbols like @samp{\alpha}
5594 to indicate the Greek letter, or @samp{\to} to indicate an arrow.
5595 Completion for these macros is available, just type @samp{\} and maybe a
5596 few letters, and press @kbd{M-@key{TAB}} to see possible completions.
5597 Unlike La@TeX{} code, Org-mode allows these macros to be present
5598 without surrounding math delimiters, for example:
5600 @example
5601 Angles are written as Greek letters \alpha, \beta and \gamma.
5602 @end example
5604 During HTML export (@pxref{HTML export}), these symbols are translated
5605 into the proper syntax for HTML, for the above examples this is
5606 @samp{&alpha;} and @samp{&rarr;}, respectively.
5608 @node Subscripts and Superscripts, LaTeX fragments, Math symbols, Embedded LaTeX
5609 @section Subscripts and Superscripts
5610 @cindex subscript
5611 @cindex superscript
5613 Just like in La@TeX{}, @samp{^} and @samp{_} are used to indicate super-
5614 and subscripts.  Again, these can be used without embedding them in
5615 math-mode delimiters.  To increase the readability of ASCII text, it is
5616 not necessary (but OK) to surround multi-character sub- and superscripts
5617 with curly braces.  For example
5619 @example
5620 The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
5621 the sun is R_@{sun@} = 6.96 x 10^8 m.
5622 @end example
5624 To avoid interpretation as raised or lowered text, you can quote
5625 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}.
5627 During HTML export (@pxref{HTML export}), subscript and superscripts
5628 are surrounded with @code{<sub>} and @code{<sup>} tags, respectively.
5630 @node LaTeX fragments, Processing LaTeX fragments, Subscripts and Superscripts, Embedded LaTeX
5631 @section LaTeX fragments
5632 @cindex LaTeX fragments
5634 With symbols, sub- and superscripts, HTML is pretty much at its end when
5635 it comes to representing mathematical formulas@footnote{Yes, there is
5636 MathML, but that is not yet fully supported by many browsers, and there
5637 is no decent converter for turning La@TeX{} or ASCII representations of
5638 formulas into MathML. So for the time being, converting formulas into
5639 images seems the way to go.}. More complex expressions need a dedicated
5640 formula processor. To this end, Org-mode can contain arbitrary La@TeX{}
5641 fragments. It provides commands to preview the typeset result of these
5642 fragments, and upon export to HTML, all fragments will be converted to
5643 images and inlined into the HTML document@footnote{The La@TeX{} export
5644 will not use images for displaying La@TeX{} fragments but include these
5645 fragments directly into the La@TeX{} code.}. For this to work you
5646 need to be on a system with a working La@TeX{} installation. You also
5647 need the @file{dvipng} program, available at
5648 @url{http://sourceforge.net/projects/dvipng/}. The La@TeX{} header that
5649 will be used when processing a fragment can be configured with the
5650 variable @code{org-format-latex-header}.
5652 La@TeX{} fragments don't need any special marking at all.  The following
5653 snippets will be identified as La@TeX{} source code:
5654 @itemize @bullet
5655 @item
5656 Environments of any kind.  The only requirement is that the
5657 @code{\begin} statement appears on a new line, preceded by only
5658 whitespace.
5659 @item
5660 Text within the usual La@TeX{} math delimiters.  To avoid conflicts with
5661 currency specifications, single @samp{$} characters are only recognized
5662 as math delimiters if the enclosed text contains at most two line breaks,
5663 is directly attached to the @samp{$} characters with no whitespace in
5664 between, and if the closing @samp{$} is followed by whitespace or
5665 punctuation.  For the other delimiters, there is no such restriction, so
5666 when in doubt, use @samp{\(...\)} as inline math delimiters.
5667 @end itemize
5669 @noindent For example:
5671 @example
5672 \begin@{equation@}                          % arbitrary environments,
5673 x=\sqrt@{b@}                                % even tables, figures
5674 \end@{equation@}                            % etc
5676 If $a^2=b$ and \( b=2 \), then the solution must be
5677 either $$ a=+\sqrt@{2@} $$ or \[ a=-\sqrt@{2@} \].
5678 @end example
5680 @noindent
5681 If you need any of the delimiter ASCII sequences for other purposes, you
5682 can configure the option @code{org-format-latex-options} to deselect the
5683 ones you do not wish to have interpreted by the La@TeX{} converter.
5685 @node Processing LaTeX fragments, CDLaTeX mode, LaTeX fragments, Embedded LaTeX
5686 @section Processing LaTeX fragments
5687 @cindex LaTeX fragments, preview
5689 La@TeX{} fragments can be processed to produce a preview images of the
5690 typeset expressions:
5692 @table @kbd
5693 @kindex C-c C-x C-l
5694 @item C-c C-x C-l
5695 Produce a preview image of the La@TeX{} fragment at point and overlay it
5696 over the source code.  If there is no fragment at point, process all
5697 fragments in the current entry (between two headlines).  When called
5698 with a prefix argument, process the entire subtree.  When called with
5699 two prefix arguments, or when the cursor is before the first headline,
5700 process the entire buffer.
5701 @kindex C-c C-c
5702 @item C-c C-c
5703 Remove the overlay preview images.
5704 @end table
5706 During HTML export (@pxref{HTML export}), all La@TeX{} fragments are
5707 converted into images and inlined into the document if the following
5708 setting is active:
5710 @lisp
5711 (setq org-export-with-LaTeX-fragments t)
5712 @end lisp
5714 @node CDLaTeX mode,  , Processing LaTeX fragments, Embedded LaTeX
5715 @section Using CDLaTeX to enter math
5716 @cindex CDLaTeX
5718 CDLaTeX-mode is a minor mode that is normally used in combination with a
5719 major La@TeX{} mode like AUCTeX in order to speed-up insertion of
5720 environments and math templates.  Inside Org-mode, you can make use of
5721 some of the features of cdlatex-mode.  You need to install
5722 @file{cdlatex.el} and @file{texmathp.el} (the latter comes also with
5723 AUCTeX) from @url{http://www.astro.uva.nl/~dominik/Tools/cdlatex}.
5724 Don't turn cdlatex-mode itself under Org-mode, but use the light
5725 version @code{org-cdlatex-mode} that comes as part of Org-mode.  Turn it
5726 on for the current buffer with @code{M-x org-cdlatex-mode}, or for all
5727 Org-mode files with
5729 @lisp
5730 (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
5731 @end lisp
5733 When this mode is enabled, the following features are present (for more
5734 details see the documentation of cdlatex-mode):
5735 @itemize @bullet
5736 @kindex C-c @{
5737 @item
5738 Environment templates can be inserted with @kbd{C-c @{}.
5739 @item
5740 @kindex @key{TAB}
5741 The @key{TAB} key will do template expansion if the cursor is inside a
5742 La@TeX{} fragment@footnote{Org-mode has a method to test if the cursor is
5743 inside such a fragment, see the documentation of the function
5744 @code{org-inside-LaTeX-fragment-p}.}.  For example, @key{TAB} will
5745 expand @code{fr} to @code{\frac@{@}@{@}} and position the cursor
5746 correctly inside the first brace.  Another @key{TAB} will get you into
5747 the second brace.  Even outside fragments, @key{TAB} will expand
5748 environment abbreviations at the beginning of a line.  For example, if
5749 you write @samp{equ} at the beginning of a line and press @key{TAB},
5750 this abbreviation will be expanded to an @code{equation} environment.
5751 To get a list of all abbreviations, type @kbd{M-x cdlatex-command-help}.
5752 @item
5753 @kindex _
5754 @kindex ^
5755 Pressing @kbd{_} and @kbd{^} inside a La@TeX{} fragment will insert these
5756 characters together with a pair of braces.  If you use @key{TAB} to move
5757 out of the braces, and if the braces surround only a single character or
5758 macro, they are removed again (depending on the variable
5759 @code{cdlatex-simplify-sub-super-scripts}).
5760 @item
5761 @kindex `
5762 Pressing the backquote @kbd{`} followed by a character inserts math
5763 macros, also outside La@TeX{} fragments.  If you wait more than 1.5 seconds
5764 after the backquote, a help window will pop up.
5765 @item
5766 @kindex '
5767 Pressing the normal quote @kbd{'} followed by another character modifies
5768 the symbol before point with an accent or a font.  If you wait more than
5769 1.5 seconds after the backquote, a help window will pop up.  Character
5770 modification will work only inside La@TeX{} fragments, outside the quote
5771 is normal.
5772 @end itemize
5774 @node Exporting, Publishing, Embedded LaTeX, Top
5775 @chapter Exporting
5776 @cindex exporting
5778 Org-mode documents can be exported into a variety of other formats.  For
5779 printing and sharing of notes, ASCII export produces a readable and
5780 simple version of an Org-mode file.  HTML export allows you to publish a
5781 notes file on the web, while the XOXO format provides a solid base for
5782 exchange with a broad range of other applications. La@TeX{} export lets
5783 you use Org-mode and its structured editing functions to easily create
5784 La@TeX{} files.  To incorporate entries with associated times like
5785 deadlines or appointments into a desktop calendar program like iCal,
5786 Org-mode can also produce extracts in the iCalendar format.  Currently
5787 Org-mode only supports export, not import of these different formats.
5789 When exporting, Org-mode uses special conventions to enrich the output
5790 produced.  @xref{Text interpretation}, for more details.
5792 @table @kbd
5793 @kindex C-c C-e
5794 @item C-c C-e
5795 Dispatcher for export and publishing commands.  Displays a help-window
5796 listing the additional key(s) needed to launch an export or publishing
5797 command.
5798 @end table
5800 @menu
5801 * ASCII export::                Exporting to plain ASCII
5802 * HTML export::                 Exporting to HTML
5803 * LaTeX export::                Exporting to LaTeX
5804 * XOXO export::                 Exporting to XOXO
5805 * iCalendar export::            Exporting in iCalendar format
5806 * Text interpretation::         How the exporter looks at the file
5807 @end menu
5809 @node ASCII export, HTML export, Exporting, Exporting
5810 @section ASCII export
5811 @cindex ASCII export
5813 ASCII export produces a simple and very readable version of an Org-mode
5814 file.
5816 @cindex region, active
5817 @cindex active region
5818 @cindex transient-mark-mode
5819 @table @kbd
5820 @kindex C-c C-e a
5821 @item C-c C-e a
5822 Export as ASCII file.  For an org file @file{myfile.org}, the ASCII file
5823 will be @file{myfile.txt}.  The file will be overwritten without
5824 warning.  If there is an active region, only the region will be
5825 exported. If the selected region is a single tree, the tree head will
5826 become the document title.  If the tree head entry has or inherits an
5827 EXPORT_FILE_NAME property, that name will be used for the export.
5828 @kindex C-c C-e v a
5829 @item C-c C-e v a
5830 Export only the visible part of the document.
5831 @end table
5833 @cindex headline levels, for exporting
5834 In the exported version, the first 3 outline levels will become
5835 headlines, defining a general document structure.  Additional levels
5836 will be exported as itemized lists.  If you want that transition to occur
5837 at a different level, specify it with a prefix argument.  For example,
5839 @example
5840 @kbd{C-1 C-c C-e a}
5841 @end example
5843 @noindent
5844 creates only top level headlines and does the rest as items.  When
5845 headlines are converted to items, the indentation of the text following
5846 the headline is changed to fit nicely under the item.  This is done with
5847 the assumption that the first bodyline indicates the base indentation of
5848 the body text.  Any indentation larger than this is adjusted to preserve
5849 the layout relative to the first line.  Should there be lines with less
5850 indentation than the first, these are left alone.
5852 @node HTML export, LaTeX export, ASCII export, Exporting
5853 @section HTML export
5854 @cindex HTML export
5856 Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
5857 HTML formatting, in ways similar to John Grubers @emph{markdown}
5858 language, but with additional support for tables.
5860 @menu
5861 * HTML Export commands::        How to invoke LaTeX export
5862 * Quoting HTML tags::           Using direct HTML in Org-mode
5863 * Links::                       Transformation of links for HTML
5864 * Images::                      How to include images
5865 * CSS support::                 Changing the appearence of the output
5866 @end menu
5868 @node HTML Export commands, Quoting HTML tags, HTML export, HTML export
5869 @subsection HTML export commands
5871 @cindex region, active
5872 @cindex active region
5873 @cindex transient-mark-mode
5874 @table @kbd
5875 @kindex C-c C-e h
5876 @item C-c C-e h
5877 Export as HTML file @file{myfile.html}.  For an org file
5878 @file{myfile.org}, the ASCII file will be @file{myfile.html}.  The file
5879 will be overwritten without warning.  If there is an active region, only
5880 the region will be exported. If the selected region is a single tree,
5881 the tree head will become the document title.  If the tree head entry
5882 has or inherits an EXPORT_FILE_NAME property, that name will be used for
5883 the export.
5884 @kindex C-c C-e b
5885 @item C-c C-e b
5886 Export as HTML file and immediately open it with a browser.
5887 @kindex C-c C-e H
5888 @item C-c C-e H
5889 Export to a temporary buffer, do not create a file.
5890 @kindex C-c C-e R
5891 @item C-c C-e H
5892 Export the active region to a temporary buffer.  With prefix arg, do not
5893 produce file header and foot, but just the plain HTML section for the
5894 region.  This is good for cut-and-paste operations.
5895 @kindex C-c C-e v h
5896 @kindex C-c C-e v b
5897 @kindex C-c C-e v H
5898 @kindex C-c C-e v R
5899 @item C-c C-e v h
5900 @item C-c C-e v b
5901 @item C-c C-e v H
5902 @item C-c C-e v R
5903 Export only the visible part of the document.
5904 @item M-x org-export-region-as-html
5905 Convert the region to HTML under the assumption that it was org-mode
5906 syntax before.  This is a global command that can be invoked in any
5907 buffer.
5908 @item M-x org-replace-region-by-HTML
5909 Replace the active region (assumed to be in Org-mode syntax) by HTML
5910 code.
5911 @end table
5913 @cindex headline levels, for exporting
5914 In the exported version, the first 3 outline levels will become
5915 headlines, defining a general document structure.  Additional levels
5916 will be exported as itemized lists.  If you want that transition to occur
5917 at a different level, specify it with a prefix argument.  For example,
5919 @example
5920 @kbd{C-2 C-c C-e b}
5921 @end example
5923 @noindent
5924 creates two levels of headings and does the rest as items.
5926 @node Quoting HTML tags, Links, HTML Export commands, HTML export
5927 @subsection Quoting HTML tags
5929 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
5930 @samp{&gt;} in HTML export.  If you want to include simple HTML tags
5931 which should be interpreted as such, mark them with @samp{@@} as in
5932 @samp{@@<b>bold text@@</b>}.  Note that this really works only for
5933 simple tags.  For more extensive HTML that should be copied verbatim to
5934 the exported file use either
5936 @example
5937 #+HTML: Literal HTML code for export
5938 @end example
5940 @noindent or
5942 @example
5943 #+BEGIN_HTML
5944 All lines between these markers are exported literally
5945 #+END_HTML
5946 @end example
5949 @node Links, Images, Quoting HTML tags, HTML export
5950 @subsection Links
5952 @cindex links, in HTML export
5953 @cindex internal links, in HTML export
5954 @cindex external links, in HTML export
5955 Internal links (@pxref{Internal links}) will continue to work in HTML
5956 files only if they match a dedicated @samp{<<target>>}.  Automatic links
5957 created by radio targets (@pxref{Radio targets}) will also work in the
5958 HTML file.  Links to external files will still work if the HTML file is
5959 in the same directory as the Org-mode file.  Links to other @file{.org}
5960 files will be translated into HTML links under the assumption that an
5961 HTML version also exists of the linked file.  For information related to
5962 linking files while publishing them to a publishing directory see
5963 @ref{Publishing links}.
5965 @node Images, CSS support, Links, HTML export
5966 @subsection Images
5968 @cindex images, inline in HTML
5969 @cindex inlining images in HTML
5970 HTML export can inline images given as links in the Org-mode file, and
5971 it can make an image the clickable part of a link.  By
5972 default@footnote{but see the variable
5973 @code{org-export-html-inline-images}}, images are inlined if a link does
5974 not have a description.  So @samp{[[file:myimg.jpg]]} will be inlined,
5975 while @samp{[[file:myimg.jpg][the image]]} will just produce a link
5976 @samp{the image} that points to the image.  If the description part
5977 itself is a @code{file:} link or a @code{http:} URL pointing to an
5978 image, this image will be inlined and activated so that clicking on the
5979 image will activate the link.  For example, to include a thumbnail that
5980 will link to a high resolution version of the image, you could use:
5982 @example
5983 [[file:highres.jpg][file:thumb.jpg]]
5984 @end example
5986 @noindent
5987 and you could use @code{http} addresses just as well.
5989 @node CSS support,  , Images, HTML export
5990 @subsection CSS support
5992 You can also give style information for the exported file.  The HTML
5993 exporter assigns the following CSS classes to appropriate parts of the
5994 document - your style specifications may change these:
5995 @example
5996 .todo           @r{TODO keywords}
5997 .done           @r{the DONE keyword}
5998 .timestamp      @r{time stamp}
5999 .timestamp-kwd  @r{keyword associated with a time stamp, like SCHEDULED}
6000 .tag            @r{tag in a headline}
6001 .target         @r{target for links}
6002 @end example
6004 The default style specification can be configured through the option
6005 @code{org-export-html-style}.  If you want to use a file-local style,
6006 you may use file variables, best wrapped into a COMMENT section at the
6007 end of the outline tree.  For example@footnote{Under Emacs 21, the
6008 continuation lines for a variable value should have no @samp{#} at the
6009 start of the line.}:
6011 @example
6012 * COMMENT html style specifications
6014 # Local Variables:
6015 # org-export-html-style: "   <style type=\"text/css\">
6016 #       p @{font-weight: normal; color: gray; @}
6017 #       h1 @{color: black; @}
6018 #   </style>"
6019 # End:
6020 @end example
6022 Remember to execute @kbd{M-x normal-mode} after changing this to make
6023 the new style visible to Emacs.  This command restarts org-mode for the
6024 current buffer and forces Emacs to re-evaluate the local variables
6025 section in the buffer.
6027 @c FIXME: More about header and footer styles
6028 @c FIXME: Talk about links and targets.
6030 @node LaTeX export, XOXO export, HTML export, Exporting
6031 @section LaTeX export
6032 @cindex LaTeX export
6034 Org-mode contains a La@TeX{} exporter written by Bastien Guerry.
6036 @menu
6037 * LaTeX export commands::       How to invoke LaTeX export
6038 * Quoting LaTeX code::          Incorporating literal LaTeX code
6039 @end menu
6041 @node LaTeX export commands, Quoting LaTeX code, LaTeX export, LaTeX export
6042 @subsection LaTeX export commands
6044 @table @kbd
6045 @kindex C-c C-e l
6046 @item C-c C-e l
6047 Export as La@TeX{} file @file{myfile.tex}.
6048 @kindex C-c C-e L
6049 @item C-c C-e L
6050 Export to a temporary buffer, do not create a file.
6051 @kindex C-c C-e v l
6052 @kindex C-c C-e v L
6053 @item C-c C-e v l
6054 @item C-c C-e v L
6055 Export only the visible part of the document.
6056 @item M-x org-export-region-as-latex
6057 Convert the region to La@TeX{} under the assumption that it was org-mode
6058 syntax before.  This is a global command that can be invoked in any
6059 buffer.
6060 @item M-x org-replace-region-by-latex
6061 Replace the active region (assumed to be in Org-mode syntax) by La@TeX{}
6062 code.
6063 @end table
6065 @cindex headline levels, for exporting
6066 In the exported version, the first 3 outline levels will become
6067 headlines, defining a general document structure.  Additional levels
6068 will be exported as description lists.  The exporter can ignore them or
6069 convert them to a custom string depending on
6070 @code{org-latex-low-levels}.
6072 If you want that transition to occur at a different level, specify it
6073 with a prefix argument. For example,
6075 @example
6076 @kbd{C-2 C-c C-e l}
6077 @end example
6079 @noindent
6080 creates two levels of headings and does the rest as items.
6082 @node Quoting LaTeX code,  , LaTeX export commands, LaTeX export
6083 @subsection Quoting LaTeX code
6085 Embedded La@TeX{} as described in @ref{Embedded LaTeX} will be correctly
6086 inserted into the La@TeX{} file.  Forthermore, you can add special code
6087 that should only be present in La@TeX{} export with the following
6088 constructs:
6090 @example
6091 #+LaTeX: Literal LaTeX code for export
6092 @end example
6094 @noindent or
6096 @example
6097 #+BEGIN_LaTeX
6098 All lines between these markers are exported literally
6099 #+END_LaTeX
6100 @end example
6101 @node XOXO export, iCalendar export, LaTeX export, Exporting
6102 @section XOXO export
6103 @cindex XOXO export
6105 Org-mode contains an exporter that produces XOXO-style output.
6106 Currently, this exporter only handles the general outline structure and
6107 does not interpret any additional Org-mode features.
6109 @table @kbd
6110 @kindex C-c C-e x
6111 @item C-c C-e x
6112 Export as XOXO file @file{myfile.html}.
6113 @kindex C-c C-e v
6114 @item C-c C-e v x
6115 Export only the visible part of the document.
6116 @end table
6118 @node iCalendar export, Text interpretation, XOXO export, Exporting
6119 @section iCalendar export
6120 @cindex iCalendar export
6122 Some people like to use Org-mode for keeping track of projects, but
6123 still prefer a standard calendar application for anniversaries and
6124 appointments.  In this case it can be useful to have deadlines and
6125 other time-stamped items in Org-mode files show up in the calendar
6126 application.  Org-mode can export calendar information in the standard
6127 iCalendar format.  If you also want to have TODO entries included in the
6128 export, configure the variable @code{org-icalendar-include-todo}.
6130 @table @kbd
6131 @kindex C-c C-e i
6132 @item C-c C-e i
6133 Create iCalendar entries for the current file and store them in the same
6134 directory, using a file extension @file{.ics}.
6135 @kindex C-c C-e I
6136 @item C-c C-e I
6137 Like @kbd{C-c C-e i}, but do this for all files in
6138 @code{org-agenda-files}.  For each of these files, a separate iCalendar
6139 file will be written.
6140 @kindex C-c C-e c
6141 @item C-c C-e c
6142 Create a single large iCalendar file from all files in
6143 @code{org-agenda-files} and write it to the file given by
6144 @code{org-combined-agenda-icalendar-file}.
6145 @end table
6147 The export will honor SUMMARY, DESCRIPTION and LOCATION properties if
6148 the selected entries have them.  If not, the summary will be derived
6149 from the headline, and the description from the body (limited to
6150 @code{org-icalendar-include-body} characters).  
6152 How this calendar is best read and updated, depends on the application
6153 you are using.  The FAQ covers this issue.
6156 @node Text interpretation,  , iCalendar export, Exporting
6157 @section Text interpretation by the exporter
6159 The exporter backends interpret additional structure in the Org-mode file
6160 in order to produce better output.
6162 @menu
6163 * Comment lines::               Some lines will not be exported
6164 * Initial text::                Text before the first headline
6165 * Footnotes::                   Numbers like [1]
6166 * Enhancing text::              Subscripts, symbols and more
6167 * Export options::              How to influence the export settings
6168 @end menu
6170 @node Comment lines, Initial text, Text interpretation, Text interpretation
6171 @subsection Comment lines
6172 @cindex comment lines
6173 @cindex exporting, not
6175 Lines starting with @samp{#} in column zero are treated as comments
6176 and will never be exported.  Also entire subtrees starting with the
6177 word @samp{COMMENT} will never be exported.
6179 @table @kbd
6180 @kindex C-c ;
6181 @item C-c ;
6182 Toggle the COMMENT keyword at the beginning of an entry.
6183 @end table
6185 @node Initial text, Footnotes, Comment lines, Text interpretation
6186 @subsection Text before the first headline
6188 Org-mode normally ignores any text before the first headline when
6189 exporting, leaving this region for internal links to speed up navigation
6190 etc.  However, in publishing-oriented files, you might want to have some
6191 text before the first headline, like a small introduction, special HTML
6192 code with a navigation bar, etc.  You can ask to have this part of the
6193 file exported as well by setting the variable
6194 @code{org-export-skip-text-before-1st-heading} to @code{nil}.  On a
6195 per-file basis, you can get the same effect with
6197 @example
6198 #+OPTIONS: skip:nil
6199 @end example
6201 The text before the first headline will be fully processed
6202 (@pxref{Enhancing text}), and the first non-comment line becomes the
6203 title of the exported document.  If you need to include literal HTML,
6204 use the special constructs described in @ref{Quoting HTML tags}.  The
6205 table of contents is normally inserted directly before the first
6206 headline of the file.  If you would like to get it to a different
6207 location, insert the string @code{[TABLE-OF-CONTENTS]} on a line by
6208 itself at the desired location.
6210 Finally, if you want to use the space before the first headline for
6211 internal purposes, but @emph{still} want to place something before the
6212 first headline when exporting the file, you can use the @code{#+TEXT}
6213 construct:
6215 @example
6216 #+OPTIONS: skip:t
6217 #+TEXT: This text will go before the *first* headline.
6218 #+TEXT: We place the table of contents here:
6219 #+TEXT: [TABLE-OF-CONTENTS]
6220 #+TEXT: This goes between the table of contents and the first headline
6221 @end example
6223 @node Footnotes, Enhancing text, Initial text, Text interpretation
6224 @subsection Footnotes
6225 @cindex footnotes
6226 @cindex @file{footnote.el}
6228 Numbers in square brackets are treated as footnotes, so that you can use
6229 the Emacs package @file{footnote.el} to create footnotes.  For example:
6231 @example
6232 The org-mode homepage[1] clearly needs help from
6233 a good web designer.
6235 [1] The link is: http://orgmode.org
6236 @end example
6238 @noindent
6239 @kindex C-c !
6240 Note that the @file{footnote} package uses @kbd{C-c !} to invoke its
6241 commands.  This binding conflicts with the org-mode command for
6242 inserting inactive time stamps.  You could use the variable
6243 @code{footnote-prefix} to switch footnotes commands to another key.  Or,
6244 if you are too used to this binding, you could use
6245 @code{org-replace-disputed-keys} and @code{org-disputed-keys} to change
6246 the settings in Org-mode.
6248 @node Enhancing text, Export options, Footnotes, Text interpretation
6249 @subsection Enhancing text for export
6250 @cindex enhancing text
6251 @cindex richer text
6253 Some of the export backends of Org-mode allow for sophisticated text
6254 formatting, this is true in particular for the HTML and La@TeX{}
6255 backends. Org-mode has a number of typing conventions that allow to
6256 produce a richly formatted output.
6258 @itemize @bullet
6260 @cindex hand-formatted lists
6261 @cindex lists, hand-formatted
6262 @item
6263 Plain lists @samp{-}, @samp{*} or @samp{+} as bullet, or with @samp{1.}
6264 or @samp{2)} as enumerator will be recognized and transformed if the
6265 backend supports lists.  See @xref{Plain lists}.
6267 @cindex underlined text
6268 @cindex bold text
6269 @cindex italic text
6270 @item
6271 You can make words @b{*bold*}, @i{/italic/}, _underlined_,
6272 @code{=code=}, and even @samp{+strikethrough+}@footnote{but remember
6273 that strikethrough is typographically evil and should @i{never} be
6274 used.}.
6276 @cindex horizontal rules, in exported files
6277 @item
6278 A line consisting of only dashes, and at least 5 of them, will be
6279 exported as a horizontal line (@samp{<hr/>} in HTML).
6281 @cindex LaTeX fragments, export
6282 @cindex TeX macros, export
6283 @item
6284 Many @TeX{} macros and entire La@TeX{} fragments are converted into HTML
6285 entities or images (@pxref{Embedded LaTeX}).
6287 @cindex tables, export
6288 @item
6289 Tables are transformed into native tables under the exporter, if the
6290 export backend supports this. Data fields before the first horizontal
6291 separator line will be formatted as table header fields.
6293 @cindex fixed width
6294 @item
6295 If a headline starts with the word @samp{QUOTE}, the text below the
6296 headline will be typeset as fixed-width, to allow quoting of computer
6297 codes etc.  Lines starting with @samp{:} are also typeset in fixed-width
6298 font. 
6299 @table @kbd
6300 @kindex C-c :
6301 @item C-c :
6302 Toggle fixed-width for entry (QUOTE) or region, see below.
6303 @end table
6305 @cindex linebreak, forced
6306 @item 
6307 A double backslash @emph{at the end of a line} enforces a line break at
6308 this position.
6309 @end itemize
6311 If these conversions conflict with your habits of typing ASCII text,
6312 they can all be turned off with corresponding variables.  See the
6313 customization group @code{org-export-general}, and the following section
6314 which explains how to set export options with special lines in a
6315 buffer.
6318 @node Export options,  , Enhancing text, Text interpretation
6319 @subsection Export options
6320 @cindex options, for export
6322 @cindex completion, of option keywords
6323 The exporter recognizes special lines in the buffer which provide
6324 additional information.  These lines may be put anywhere in the file.
6325 The whole set of lines can be inserted into the buffer with @kbd{C-c
6326 C-e t}.  For individual lines, a good way to make sure the keyword is
6327 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
6328 (@pxref{Completion}).
6330 @table @kbd
6331 @kindex C-c C-e t
6332 @item C-c C-e t
6333 Insert template with export options, see example below.
6334 @end table
6336 @example
6337 #+TITLE:     the title to be shown (default is the buffer name)
6338 #+AUTHOR:    the author (default taken from @code{user-full-name})
6339 #+DATE:      A date, fixed, of a format string for @code{format-time-string}
6340 #+EMAIL:     his/her email address (default from @code{user-mail-address})
6341 #+LANGUAGE:  language for HTML, e.g. @samp{en} (@code{org-export-default-language})
6342 #+TEXT:      Some descriptive text to be inserted at the beginning.
6343 #+TEXT:      Several lines may be given.
6344 #+OPTIONS:   H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ...
6345 @end example
6347 @noindent
6348 The OPTIONS line is a compact form to specify export settings.  Here
6349 you can:
6350 @cindex headline levels
6351 @cindex section-numbers
6352 @cindex table of contents
6353 @cindex linebreak preservation
6354 @cindex quoted HTML tags
6355 @cindex fixed-width sections
6356 @cindex tables
6357 @cindex @TeX{}-like syntax for sub- and superscripts
6358 @cindex footnotes
6359 @cindex emphasized text
6360 @cindex @TeX{} macros
6361 @cindex La@TeX{} fragments
6362 @cindex author info, in export
6363 @cindex time info, in export
6364 @example
6365 H:         @r{set the number of headline levels for export}
6366 num:       @r{turn on/off section-numbers}
6367 toc:       @r{turn on/off table of contents, or set level limit (integer)}
6368 \n:        @r{turn on/off linebreak-preservation}
6369 @@:         @r{turn on/off quoted HTML tags}
6370 ::         @r{turn on/off fixed-width sections}
6371 |:         @r{turn on/off tables}
6372 ^:         @r{turn on/off @TeX{}-like syntax for sub- and superscripts.  If}
6373            @r{you write "^:@{@}", @code{a_@{b@}} will be interpreted, but}
6374            @r{the simple @code{a_b} will be left as it is.}
6375 f:         @r{turn on/off foototes like this[1].}
6376 *:         @r{turn on/off emphasized text (bold, italic, underlined)}
6377 TeX:       @r{turn on/off simple @TeX{} macros in plain text}
6378 LaTeX:     @r{turn on/off La@TeX{} fragments}
6379 skip:      @r{turn on/off skipping the text before the first heading}
6380 author:    @r{turn on/off inclusion of author name/email into exported file}
6381 timestamp: @r{turn on/off inclusion creation time into exported file}
6382 @end example
6384 These options take effect in both the HTML and La@TeX{} export, except
6385 for @code{TeX} and @code{LaTeX}, which are respectively @code{t} and
6386 @code{nil} for the La@TeX{} export.
6388 @node Publishing, Miscellaneous, Exporting, Top
6389 @chapter Publishing
6390 @cindex publishing
6392 Org-mode includes@footnote{@file{org-publish.el} is not distributed with
6393 Emacs 21, if you are still using Emacs 21, you need you need to download
6394 this file separately.} a publishing management system that allows you to
6395 configure automatic HTML conversion of @emph{projects} composed of
6396 interlinked org files.  This system is called @emph{org-publish}.  You can
6397 also configure org-publish to automatically upload your exported HTML
6398 pages and related attachments, such as images and source code files, to
6399 a web server. Org-publish turns org-mode into a web-site authoring tool.
6401 You can also use Org-publish to convert files into La@TeX{}, or even
6402 combine HTML and La@TeX{} conversion so that files are available in both
6403 formats on the server@footnote{Since La@TeX{} files on a server are not
6404 that helpful, you surely want to perform further conversion on them --
6405 e.g. convert them to @code{PDF} format.}.
6407 Org-publish has been contributed to Org-mode by David O'Toole.
6409 @menu
6410 * Configuration::               Defining projects
6411 * Sample configuration::        Example projects
6412 * Triggering publication::      Publication commands
6413 @end menu
6415 @node Configuration, Sample configuration, Publishing, Publishing
6416 @section Configuration
6418 Publishing needs significant configuration to specify files, destination
6419 and many other properties of a project.
6421 @menu
6422 * Project alist::               The central configuration variable
6423 * Sources and destinations::    From here to there
6424 * Selecting files::             What files are part of the project?
6425 * Publishing action::           Setting the function doing the publishing
6426 * Publishing options::          Tweaking HTML export
6427 * Publishing links::            Which links keep working after publishing?
6428 * Project page index::          Publishing a list of project files
6429 @end menu
6431 @node Project alist, Sources and destinations, Configuration, Configuration
6432 @subsection The variable @code{org-publish-project-alist}
6433 @cindex org-publish-project-alist
6434 @cindex projects, for publishing
6436 Org-publish is configured almost entirely through setting the value of
6437 one variable, called @code{org-publish-project-alist}.
6438 Each element of the list configures one project, and may be in one of
6439 the two following forms:
6441 @lisp
6442 ("project-name"  :property value :property value ...)
6444 @r{or} 
6446 ("project-name"  :components ("project-name" "project-name" ...))
6448 @end lisp
6450 In both cases, projects are configured by specifying property values.
6451 A project defines the set of files that will be published, as well as
6452 the publishing configuration to use when publishing those files.  When
6453 a project takes the second form listed above, the individual members
6454 of the ``components'' property are taken to be components of the
6455 project, which group together files requiring different publishing
6456 options. When you publish such a ``meta-project'' all the components
6457 will also publish.
6459 @node Sources and destinations, Selecting files, Project alist, Configuration
6460 @subsection Sources and destinations for files
6461 @cindex directories, for publishing
6463 Most properties are optional, but some should always be set. In
6464 particular, org-publish needs to know where to look for source files,
6465 and where to put published files.
6467 @multitable @columnfractions 0.3 0.7
6468 @item @code{:base-directory}
6469 @tab Directory containing publishing source files
6470 @item @code{:publishing-directory}
6471 @tab Directory (possibly remote) where output files will be published.
6472 @item @code{:preparation-function}
6473 @tab Function called before starting publishing process, for example to
6474 run @code{make} for updating files to be published.
6475 @end multitable
6476 @noindent
6478 @node Selecting files, Publishing action, Sources and destinations, Configuration
6479 @subsection Selecting files
6480 @cindex files, selecting for publishing
6482 By default, all files with extension @file{.org} in the base directory
6483 are considered part of the project.  This can be modified by setting the
6484 properties 
6485 @multitable @columnfractions 0.25 0.75
6486 @item @code{:base-extension}
6487 @tab Extension (without the dot!) of source files.  This actually is a
6488 regular expression.
6490 @item @code{:exclude} 
6491 @tab Regular expression to match file names that should not be
6492 published, even though they have been selected on the basis of their
6493 extension.
6495 @item @code{:include}
6496 @tab List of files to be included regardless of @code{:base-extension}
6497 and @code{:exclude}.
6498 @end multitable
6500 @node Publishing action, Publishing options, Selecting files, Configuration
6501 @subsection Publishing Action
6502 @cindex action, for publishing
6504 Publishing means that a file is copied to the destination directory and
6505 possibly transformed in the process.  The default transformation is to
6506 export Org-mode files as HTML files, and this is done by the function
6507 @code{org-publish-org-to-html} which calls the HTML exporter
6508 (@pxref{HTML export}). But you also can publish your files in La@TeX{} by
6509 using the function @code{org-publish-org-to-latex} instead. Other files
6510 like images only need to be copied to the publishing destination. For
6511 non-Org-mode files, you need to specify the publishing function.
6514 @multitable @columnfractions 0.3 0.7
6515 @item @code{:publishing-function}
6516 @tab Function executing the publication of a file.  This may also be a
6517 list of functions, which will all be called in turn.
6518 @end multitable
6520 The function must accept two arguments: a property list containing at
6521 least a @code{:publishing-directory} property, and the name of the file
6522 to be published.  It should take the specified file, make the necessary
6523 transformation (if any) and place the result into the destination folder.
6524 You can write your own publishing function, but @code{org-publish}
6525 provides one for attachments (files that only need to be copied):
6526 @code{org-publish-attachment}.
6528 @node Publishing options, Publishing links, Publishing action, Configuration
6529 @subsection Options for the HTML/LaTeX exporters
6530 @cindex options, for publishing
6532 The property list can be used to set many export options for the HTML
6533 and La@TeX{} exporters.  In most cases, these properties correspond to user
6534 variables in Org-mode.  The table below lists these properties along
6535 with the variable they belong to.  See the documentation string for the
6536 respective variable for details.
6538 @multitable @columnfractions 0.3 0.7
6539 @item @code{:language}              @tab @code{org-export-default-language}
6540 @item @code{:headline-levels}       @tab @code{org-export-headline-levels}
6541 @item @code{:section-numbers}       @tab @code{org-export-with-section-numbers}
6542 @item @code{:table-of-contents}     @tab @code{org-export-with-toc}
6543 @item @code{:archived-trees}        @tab @code{org-export-with-archived-trees}
6544 @item @code{:emphasize}             @tab @code{org-export-with-emphasize}
6545 @item @code{:sub-superscript}       @tab @code{org-export-with-sub-superscripts}
6546 @item @code{:TeX-macros}            @tab @code{org-export-with-TeX-macros}
6547 @item @code{:LaTeX-fragments}       @tab @code{org-export-with-LaTeX-fragments}
6548 @item @code{:fixed-width}           @tab @code{org-export-with-fixed-width}
6549 @item @code{:timestamps}           .@tab @code{org-export-with-timestamps}
6550 @item @code{:tags}                 .@tab @code{org-export-with-tags}
6551 @item @code{:tables}                @tab @code{org-export-with-tables}
6552 @item @code{:table-auto-headline}   @tab @code{org-export-highlight-first-table-line}
6553 @item @code{:style}                 @tab @code{org-export-html-style}
6554 @item @code{:convert-org-links}     @tab @code{org-export-html-link-org-files-as-html}
6555 @item @code{:inline-images}         @tab @code{org-export-html-inline-images}
6556 @item @code{:expand-quoted-html}    @tab @code{org-export-html-expand}
6557 @item @code{:timestamp}             @tab @code{org-export-html-with-timestamp}
6558 @item @code{:publishing-directory}  @tab @code{org-export-publishing-directory}
6559 @item @code{:preamble}              @tab @code{org-export-html-preamble}
6560 @item @code{:postamble}             @tab @code{org-export-html-postamble}
6561 @item @code{:auto-preamble}         @tab @code{org-export-html-auto-preamble}
6562 @item @code{:auto-postamble}        @tab @code{org-export-html-auto-postamble}
6563 @item @code{:author}                @tab @code{user-full-name}
6564 @item @code{:email}                 @tab @code{user-mail-address}
6565 @end multitable
6567 Most of the @code{org-export-with-*} variables have the same effect in
6568 both HTML and La@TeX{} exporters, except for @code{:TeX-macros} and
6569 @code{:LaTeX-fragments}, respectively @code{nil} and @code{t} in the
6570 La@TeX{} export.
6572 When a property is given a value in org-publish-project-alist, its
6573 setting overrides the value of the corresponding user variable (if any)
6574 during publishing.  Options set within a file (@pxref{Export
6575 options}), however, override everything.
6577 @node Publishing links, Project page index, Publishing options, Configuration
6578 @subsection Links between published files
6579 @cindex links, publishing
6581 To create a link from one Org-mode file to another, you would use
6582 something like @samp{[[file:foo.org][The foo]]} or simply
6583 @samp{file:foo.org.} (@pxref{Hyperlinks}).  Upon publishing this link
6584 becomes a link to @file{foo.html}.  In this way, you can interlink the
6585 pages of your "org web" project and the links will work as expected when
6586 you publish them to HTML.
6588 You may also link to related files, such as images. Provided you are
6589 careful with relative pathnames, and provided you have also configured
6590 org-publish to upload the related files, these links will work
6591 too. @ref{Complex example} for an example of this usage.
6593 Sometime an Org-mode file to be published may contain links that are
6594 only valid in your production environment, but not in the publishing
6595 location.  In this case, use the property 
6597 @multitable @columnfractions 0.4 0.6
6598 @item @code{:link-validation-function}
6599 @tab Function to validate links
6600 @end multitable
6602 @noindent
6603 to define a function for checking link validity.  This function must
6604 accept two arguments, the file name and a directory relative to which
6605 the file name is interpreted in the production environment.  If this
6606 function returns @code{nil}, then the HTML generator will only insert a
6607 description into the HTML file, but no link.  One option for this
6608 function is @code{org-publish-validate-link} which checks if the given
6609 file is part of any project in @code{org-publish-project-alist}.
6611 @node Project page index,  , Publishing links, Configuration
6612 @subsection Project page index
6613 @cindex index, of published pages
6615 The following properties may be used to control publishing of an
6616 index of files or summary page for a given project.
6618 @multitable @columnfractions 0.25 0.75
6619 @item @code{:auto-index}
6620 @tab When non-nil, publish an index during org-publish-current-project or
6621 org-publish-all.
6623 @item @code{:index-filename}
6624 @tab Filename for output of index. Defaults to @file{index.org} (which
6625 becomes @file{index.html}).
6627 @item @code{:index-title}
6628 @tab Title of index page. Defaults to name of file.
6630 @item @code{:index-function}
6631 @tab Plugin function to use for generation of index.
6632 Defaults to @code{org-publish-org-index}, which generates a plain list
6633 of links to all files in the project.
6634 @end multitable
6636 @node Sample configuration, Triggering publication, Configuration, Publishing
6637 @section Sample configuration
6639 Below we provide two example configurations.  The first one is a simple
6640 project publishing only a set of Org-mode files.  The second example is
6641 more complex, with a multi-component project.
6643 @menu
6644 * Simple example::              One-component publishing
6645 * Complex example::             A multi-component publishing example
6646 @end menu
6648 @node Simple example, Complex example, Sample configuration, Sample configuration
6649 @subsection Example: simple publishing configuration
6651 This example publishes a set of Org-mode files to the @file{public_html}
6652 directory on the local machine.
6654 @lisp
6655 (setq org-publish-project-alist
6656       '(("org" 
6657          :base-directory "~/org/"
6658          :publishing-directory "~/public_html"
6659          :section-numbers nil
6660          :table-of-contents nil
6661          :style "<link rel=stylesheet 
6662                 href=\"../other/mystyle.css\"
6663                 type=\"text/css\">")))
6664 @end lisp
6666 @node Complex example,  , Simple example, Sample configuration
6667 @subsection Example: complex publishing configuration
6669 This more complicated example publishes an entire website, including
6670 org files converted to HTML, image files, emacs lisp source code, and
6671 stylesheets. The publishing-directory is remote and private files are
6672 excluded.
6674 To ensure that links are preserved, care should be taken to replicate
6675 your directory structure on the web server, and to use relative file
6676 paths. For example, if your org files are kept in @file{~/org} and your
6677 publishable images in @file{~/images}, you'd link to an image with
6679 @example
6680 file:../images/myimage.png
6681 @end example
6683 On the web server, the relative path to the image should be the
6684 same. You can accomplish this by setting up an "images" folder in the
6685 right place on the webserver, and publishing images to it.
6687 @lisp
6688 (setq org-publish-project-alist
6689       '(("orgfiles"
6690           :base-directory "~/org/"
6691           :base-extension "org"
6692           :publishing-directory "/ssh:user@@host:~/html/notebook/"
6693           :publishing-function org-publish-org-to-html
6694           :exclude "PrivatePage.org"   ;; regexp
6695           :headline-levels 3
6696           :section-numbers nil
6697           :table-of-contents nil
6698           :style "<link rel=stylesheet 
6699                   href=\"../other/mystyle.css\" type=\"text/css\">"
6700           :auto-preamble t
6701           :auto-postamble nil)
6702          
6703          ("images"
6704           :base-directory "~/images/"
6705           :base-extension "jpg\\|gif\\|png"
6706           :publishing-directory "/ssh:user@@host:~/html/images/"
6707           :publishing-function org-publish-attachment)
6709          ("other"
6710           :base-directory "~/other/"
6711           :base-extension "css\\|el"
6712           :publishing-directory "/ssh:user@@host:~/html/other/"
6713           :publishing-function org-publish-attachment)
6714          ("website" :components ("orgfiles" "images" "other"))))
6715 @end lisp
6717 @node Triggering publication,  , Sample configuration, Publishing
6718 @section Triggering publication
6720 Once org-publish is properly configured, you can publish with the
6721 following functions: 
6723 @table @kbd
6724 @item C-c C-e C
6725 Prompt for a specific project and publish all files that belong to it.
6726 @item C-c C-e P
6727 Publish the project containing the current file.
6728 @item C-c C-e F
6729 Publish only the current file.
6730 @item C-c C-e A
6731 Publish all projects.
6732 @end table
6734 Org uses timestamps to track when a file has changed. The above
6735 functions normally only publish changed files. You can override this and
6736 force publishing of all files by giving a prefix argument.
6738 @node Miscellaneous, Extensions and Hacking, Publishing, Top
6739 @chapter Miscellaneous
6741 @menu
6742 * Completion::                  M-TAB knows what you need
6743 * Customization::               Adapting Org-mode to your taste
6744 * In-buffer settings::          Overview of the #+KEYWORDS
6745 * The very busy C-c C-c key::   When in doubt, press C-c C-c
6746 * Clean view::                  Getting rid of leading stars in the outline
6747 * TTY keys::                    Using Org-mode on a tty
6748 * Interaction::                 Other Emacs packages
6749 * Bugs::                        Things which do not work perfectly
6750 @end menu
6752 @node Completion, Customization, Miscellaneous, Miscellaneous
6753 @section Completion
6754 @cindex completion, of @TeX{} symbols
6755 @cindex completion, of TODO keywords
6756 @cindex completion, of dictionary words
6757 @cindex completion, of option keywords
6758 @cindex completion, of tags
6759 @cindex completion, of property keys
6760 @cindex completion, of link abbreviations
6761 @cindex @TeX{} symbol completion
6762 @cindex TODO keywords completion
6763 @cindex dictionary word completion
6764 @cindex option keyword completion
6765 @cindex tag completion
6766 @cindex link abbreviations, completion of
6768 Org-mode supports in-buffer completion.  This type of completion does
6769 not make use of the minibuffer.  You simply type a few letters into
6770 the buffer and use the key to complete text right there.
6772 @table @kbd
6773 @kindex M-@key{TAB}
6774 @item M-@key{TAB}
6775 Complete word at point
6776 @itemize @bullet
6777 @item
6778 At the beginning of a headline, complete TODO keywords.
6779 @item
6780 After @samp{\}, complete @TeX{} symbols supported by the exporter.
6781 @item
6782 After @samp{*}, complete headlines in the current buffer so that they
6783 can be used in search links like @samp{[[*find this headline]]}.
6784 @item
6785 After @samp{:} in a headline, complete tags.  The list of tags is taken
6786 from the variable @code{org-tag-alist} (possibly set through the
6787 @samp{#+TAGS} in-buffer option, @pxref{Setting tags}), or it is created
6788 dynamically from all tags used in the current buffer.
6789 @item
6790 After @samp{:} and not in a headline, complete property keys.  The list
6791 of keys is constructed dynamically from all keys used in the current
6792 buffer.
6793 @item
6794 After @samp{[}, complete link abbreviations (@pxref{Link abbreviations}).
6795 @item
6796 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
6797 @samp{OPTIONS} which set file-specific options for Org-mode.  When the
6798 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
6799 will insert example settings for this keyword.
6800 @item
6801 In the line after @samp{#+STARTUP: }, complete startup keywords,
6802 i.e. valid keys for this line.
6803 @item
6804 Elsewhere, complete dictionary words using ispell.
6805 @end itemize
6806 @end table
6808 @node Customization, In-buffer settings, Completion, Miscellaneous
6809 @section Customization
6810 @cindex customization
6811 @cindex options, for customization
6812 @cindex variables, for customization
6814 There are more than 180 variables that can be used to customize
6815 Org-mode.  For the sake of compactness of the manual, I am not
6816 describing the variables here.  A structured overview of customization
6817 variables is available with @kbd{M-x org-customize}.  Or select
6818 @code{Browse Org Group} from the @code{Org->Customization} menu.  Many
6819 settings can also be activated on a per-file basis, by putting special
6820 lines into the buffer (@pxref{In-buffer settings}).
6822 @node In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
6823 @section Summary of in-buffer settings
6824 @cindex in-buffer settings
6825 @cindex special keywords
6827 Org-mode uses special lines in the buffer to define settings on a
6828 per-file basis.  These lines start with a @samp{#+} followed by a
6829 keyword, a colon, and then individual words defining a setting.  Several
6830 setting words can be in the same line, but you can also have multiple
6831 lines for the keyword.  While these settings are described throughout
6832 the manual, here is a summary.  After changing any of those lines in the
6833 buffer, press @kbd{C-c C-c} with the cursor still in the line to
6834 activate the changes immediately.  Otherwise they become effective only
6835 when the file is visited again in a new Emacs session.
6837 @table @kbd
6838 @item #+ARCHIVE: %s_done::
6839 This line sets the archive location for the agenda file.  It applies for
6840 all subsequent lines until the next @samp{#+ARCHIVE} line, or the end
6841 of the file.  The first such line also applies to any entries before it.
6842 The corresponding variable is @code{org-archive-location}.
6843 @item #+CATEGORY:
6844 This line sets the category for the agenda file.  The category applies
6845 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
6846 end of the file.  The first such line also applies to any entries before it.
6847 @item #+COLUMNS: %25ITEM .....
6848 Set the default format for columns view.  This format applies when
6849 columns view is invoked in location where no COLUMNS property applies.
6850 @item #+CONSTANTS: name1=value1 ...
6851 Set file-local values for constants to be used in table formulas.  This
6852 line set the local variable @code{org-table-formula-constants-local}.
6853 The global version of theis variable is
6854 @code{org-table-formula-constants}.
6855 corresponding 
6856 @item #+LINK:  linkword replace
6857 These lines (several are allowed) specify link abbreviations.
6858 @xref{Link abbreviations}.  The corresponding variable is
6859 @code{org-link-abbrev-alist}.
6860 @item #+PRIORITIES: highest lowest default
6861 This line sets the limits and the default for the priorities.  All three
6862 must be either letters A-Z or numbers 0-9.  The highest priority must
6863 have a lower ASCII number that the lowest priority.
6864 @item #+PROPERTY: Property_Name Value
6865 This line sets a default inheritance value for entries in the current
6866 buffer, most useful for specifying the allowed values of a property.
6867 @item #+STARTUP:
6868 This line sets options to be used at startup of Org-mode, when an
6869 Org-mode file is being visited.  The first set of options deals with the
6870 initial visibility of the outline tree.  The corresponding variable for
6871 global default settings is @code{org-startup-folded}, with a default
6872 value @code{t}, which means @code{overview}.
6873 @cindex @code{overview}, STARTUP keyword
6874 @cindex @code{content}, STARTUP keyword
6875 @cindex @code{showall}, STARTUP keyword
6876 @example
6877 overview   @r{top-level headlines only}
6878 content    @r{all headlines}
6879 showall    @r{no folding at all, show everything}
6880 @end example
6881 Then there are options for aligning tables upon visiting a file.  This
6882 is useful in files containing narrowed table columns.  The corresponding
6883 variable is @code{org-startup-align-all-tables}, with a default value
6884 @code{nil}. 
6885 @cindex @code{align}, STARTUP keyword
6886 @cindex @code{noalign}, STARTUP keyword
6887 @example
6888 align      @r{align all tables}
6889 noalign    @r{don't align tables on startup}
6890 @end example
6891 Logging TODO state changes and clock intervals (variables
6892 @code{org-log-done} and @code{org-log-repeat}) can be configured using
6893 these options.
6894 @cindex @code{logdone}, STARTUP keyword
6895 @cindex @code{nologging}, STARTUP keyword
6896 @cindex @code{lognotedone}, STARTUP keyword
6897 @cindex @code{lognoteclock-out}, STARTUP keyword
6898 @cindex @code{lognotestate}, STARTUP keyword
6899 @cindex @code{logrepeat}, STARTUP keyword
6900 @cindex @code{nologrepeat}, STARTUP keyword
6901 @example
6902 logging          @r{record a timestamp when an item is marked DONE}
6903 nologging        @r{don't record when items are marked DONE}
6904 lognotedone      @r{record timestamp and a note when DONE}
6905 lognotestate     @r{record timestamp and a note when TODO state changes}
6906 logrepeat        @r{record a note when re-instating a repeating item}
6907 nologrepeat      @r{do not record when re-instating repeating item}
6908 lognoteclock-out @r{record timestamp and a note when clocking out}
6909 @end example
6910 Here are the options for hiding leading stars in outline headings.  The
6911 corresponding variables are @code{org-hide-leading-stars} and
6912 @code{org-odd-levels-only}, both with a default setting @code{nil}
6913 (meaning @code{showstars} and @code{oddeven}).
6914 @cindex @code{hidestars}, STARTUP keyword
6915 @cindex @code{showstars}, STARTUP keyword
6916 @cindex @code{odd}, STARTUP keyword
6917 @cindex @code{even}, STARTUP keyword
6918 @example
6919 hidestars  @r{make all but one of the stars starting a headline invisible.}
6920 showstars  @r{show all stars starting a headline}
6921 odd        @r{allow only odd outline levels (1,3,...)}
6922 oddeven    @r{allow all outline levels}
6923 @end example
6924 To turn on custom format overlays over time stamps (variables
6925 @code{org-put-time-stamp-overlays} and
6926 @code{org-time-stamp-overlay-formats}), use
6927 @cindex @code{customtime}, STARTUP keyword
6928 @example
6929 customtime @r{overlay custom time format}
6930 @end example
6931 The following options influence the table spreadsheet (variable
6932 @code{constants-unit-system}).
6933 @cindex @code{constcgs}, STARTUP keyword
6934 @cindex @code{constSI}, STARTUP keyword
6935 @example
6936 constcgs   @r{@file{constants.el} should use the c-g-s unit system}
6937 constSI    @r{@file{constants.el} should use the SI unit system}
6938 @end example
6939 @item #+TAGS:  TAG1(c1) TAG2(c2)
6940 These lines (several such lines are allowed) specify the legal tags in
6941 this file, and (potentially) the corresponding @emph{fast tag selection}
6942 keys.  The corresponding variable is @code{org-tag-alist}.
6943 @item #+TBLFM:
6944 This line contains the formulas for the table directly above the line.
6945 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:
6946 These lines provide settings for exporting files.  For more details see
6947 @ref{Export options}.
6948 @item #+SEQ_TODO:   #+TYP_TODO:
6949 These lines set the TODO keywords and their interpretation in the
6950 current file.  The corresponding variables are @code{org-todo-keywords}
6951 and @code{org-todo-interpretation}.
6952 @end table
6954 @node The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous
6955 @section The very busy C-c C-c key
6956 @kindex C-c C-c
6957 @cindex C-c C-c, overview
6959 The key @kbd{C-c C-c} has many purposes in org-mode, which are all
6960 mentioned scattered throughout this manual.  One specific function of
6961 this key is to add @emph{tags} to a headline (@pxref{Tags}).  In many
6962 other circumstances it means something like @emph{Hey Org-mode, look
6963 here and update according to what you see here}.  Here is a summary of
6964 what this means in different contexts.
6966 @itemize @minus
6967 @item
6968 If there are highlights in the buffer from the creation of a sparse
6969 tree, or from clock display, remove these highlights.
6970 @item
6971 If the cursor is in one of the special @code{#+KEYWORD} lines, this
6972 triggers scanning the buffer for these lines and updating the
6973 information. 
6974 @item
6975 If the cursor is inside a table, realign the table.  This command
6976 works even if the automatic table editor has been turned off.
6977 @item
6978 If the cursor is on a @code{#+TBLFM} line, re-apply the formulas to
6979 the entire table.
6980 @item
6981 If the cursor is inside a table created by the @file{table.el} package,
6982 activate that table.
6983 @item
6984 If the current buffer is a remember buffer, close the note and file it.
6985 With a prefix argument, file it, without further interaction, to the
6986 default location.
6987 @item
6988 If the cursor is on a @code{<<<target>>>}, update radio targets and
6989 corresponding links in this buffer.
6990 @item
6991 If the cursor is in a property line or at the start or end of a property
6992 drawer, offer property commands.
6993 @item
6994 If the cursor is in a plain list item with a checkbox, toggle the status
6995 of the checkbox.
6996 @item
6997 If the cursor is on a numbered item in a plain list, renumber the
6998 ordered list.
6999 @item
7000 If the cursor is on the @code{#+BEGIN} line of a dynamical block, the
7001 block is updated.
7002 @end itemize
7004 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
7005 @section A cleaner outline view
7006 @cindex hiding leading stars
7007 @cindex clean outline view
7009 Some people find it noisy and distracting that the Org-mode headlines
7010 are starting with a potentially large number of stars.  For example
7011 the tree from @ref{Headlines}:
7013 @example
7014 * Top level headline
7015 ** Second level
7016 *** 3rd level
7017     some text
7018 *** 3rd level
7019     more text
7020 * Another top level headline
7021 @end example
7023 @noindent
7024 Unfortunately this is deeply ingrained into the code of Org-mode and
7025 cannot be easily changed.  You can, however, modify the display in such
7026 a way that all leading stars become invisible and the outline more easy
7027 to read.  To do this, customize the variable
7028 @code{org-hide-leading-stars} like this:
7030 @lisp
7031 (setq org-hide-leading-stars t)
7032 @end lisp
7034 @noindent
7035 or change this on a per-file basis with one of the lines (anywhere in
7036 the buffer)
7038 @example
7039 #+STARTUP: showstars
7040 #+STARTUP: hidestars
7041 @end example
7043 @noindent
7044 Press @kbd{C-c C-c} with the cursor in a @samp{STARTUP} line to activate
7045 the modifications.
7047 With stars hidden, the tree becomes:
7049 @example
7050 * Top level headline
7051  * Second level
7052   * 3rd level
7053     some text
7054   * 3rd level
7055     more text
7056 * Another top level headline
7057 @end example
7059 @noindent
7060 Note that the leading stars are not truly replaced by whitespace, they
7061 are only fontified with the face @code{org-hide} that uses the
7062 background color as font color.  If you are not using either white or
7063 black background, you may have to customize this face to get the wanted
7064 effect.  Another possibility is to set this font such that the extra
7065 stars are @i{almost} invisible, for example using the color
7066 @code{grey90} on a white background.
7068 Things become cleaner still if you skip all the even levels and use only
7069 odd levels 1, 3, 5..., effectively adding two stars to go from one
7070 outline level to the next:
7072 @example
7073 * Top level headline
7074   * Second level
7075     * 3rd level
7076       some text
7077     * 3rd level
7078       more text
7079 * Another top level headline
7080 @end example
7082 @noindent
7083 In order to make the structure editing and export commands handle this
7084 convention correctly, use
7086 @lisp
7087 (setq org-odd-levels-only t)
7088 @end lisp
7090 @noindent
7091 or set this on a per-file basis with one of the following lines (don't
7092 forget to press @kbd{C-c C-c} with the cursor in the startup line to
7093 activate changes immediately).
7095 @example
7096 #+STARTUP: odd
7097 #+STARTUP: oddeven
7098 @end example
7100 You can convert an Org-mode file from single-star-per-level to the
7101 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
7102 RET} in that file.  The reverse operation is @kbd{M-x
7103 org-convert-to-oddeven-levels}.
7105 @node TTY keys, Interaction, Clean view, Miscellaneous
7106 @section Using org-mode on a tty
7107 @cindex tty keybindings
7109 Org-mode uses a number of keys that are not accessible on a tty.  This
7110 applies to most special keys like cursor keys, @key{TAB} and
7111 @key{RET}, when these are combined with modifier keys like @key{Meta}
7112 and/or @key{Shift}.  Org-mode uses these bindings because it needs to
7113 provide keys for a large number of commands, and because these keys
7114 appeared particularly easy to remember.  In order to still be able to
7115 access the core functionality of Org-mode on a tty, alternative
7116 bindings are provided.  Here is a complete list of these bindings,
7117 which are obviously more cumbersome to use.  Note that sometimes a
7118 work-around can be better.  For example changing a time stamp is
7119 really only fun with @kbd{S-@key{cursor}} keys.  On a tty you would
7120 rather use @kbd{C-c .}  to re-insert the timestamp.
7122 @multitable @columnfractions 0.15 0.2 0.2
7123 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
7124 @item @kbd{S-@key{TAB}}     @tab @kbd{C-u @key{TAB}}       @tab
7125 @item @kbd{M-@key{left}}    @tab @kbd{C-c C-x l}           @tab @kbd{@key{Esc} @key{left}}
7126 @item @kbd{M-S-@key{left}}  @tab @kbd{C-c C-x L}           @tab
7127 @item @kbd{M-@key{right}}   @tab @kbd{C-c C-x r}           @tab @kbd{@key{Esc} @key{right}}
7128 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R}           @tab
7129 @item @kbd{M-@key{up}}      @tab @kbd{C-c C-x u}           @tab @kbd{@key{Esc} @key{up}}
7130 @item @kbd{M-S-@key{up}}    @tab @kbd{C-c C-x U}           @tab
7131 @item @kbd{M-@key{down}}    @tab @kbd{C-c C-x d}           @tab @kbd{@key{Esc} @key{down}}
7132 @item @kbd{M-S-@key{down}}  @tab @kbd{C-c C-x D}           @tab
7133 @item @kbd{S-@key{RET}}     @tab @kbd{C-c C-x c}           @tab
7134 @item @kbd{M-@key{RET}}     @tab @kbd{C-c C-x m}           @tab @kbd{@key{Esc} @key{RET}}
7135 @item @kbd{M-S-@key{RET}}   @tab @kbd{C-c C-x M}           @tab
7136 @item @kbd{S-@key{left}}    @tab @kbd{C-c @key{left}}      @tab
7137 @item @kbd{S-@key{right}}   @tab @kbd{C-c @key{right}}     @tab
7138 @item @kbd{S-@key{up}}      @tab @kbd{C-c @key{up}}        @tab
7139 @item @kbd{S-@key{down}}    @tab @kbd{C-c @key{down}}      @tab
7140 @item @kbd{C-S-@key{left}}  @tab @kbd{C-c C-x @key{left}}  @tab
7141 @item @kbd{C-S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
7142 @end multitable
7144 @node Interaction, Bugs, TTY keys, Miscellaneous
7145 @section Interaction with other packages
7146 @cindex packages, interaction with other
7147 Org-mode lives in the world of GNU Emacs and interacts in various ways
7148 with other code out there.
7150 @menu
7151 * Cooperation::                 Packages Org-mode cooperates with
7152 * Conflicts::                   Packages that lead to conflicts
7153 @end menu
7155 @node Cooperation, Conflicts, Interaction, Interaction
7156 @subsection Packages that Org-mode cooperates with
7158 @table @asis
7159 @cindex @file{calc.el}
7160 @item @file{calc.el} by Dave Gillespie
7161 Org-mode uses the calc package for implementing spreadsheet
7162 functionality in its tables (@pxref{The spreadsheet}).  Org-mode
7163 checks for the availability of calc by looking for the function
7164 @code{calc-eval} which should be autoloaded in your setup if calc has
7165 been installed properly.  As of Emacs 22, calc is part of the Emacs
7166 distribution.  Another possibility for interaction between the two
7167 packages is using calc for embedded calculations. @xref{Embedded Mode,
7168 , Embedded Mode, calc, GNU Emacs Calc Manual}.
7169 @cindex @file{constants.el}
7170 @item @file{constants.el} by Carsten Dominik
7171 In a table formula (@pxref{The spreadsheet}), it is possible to use
7172 names for natural constants or units.  Instead of defining your own
7173 constants in the variable @code{org-table-formula-constants}, install
7174 the @file{constants} package which defines a large number of constants
7175 and units, and lets you use unit prefixes like @samp{M} for
7176 @samp{Mega} etc.  You will need version 2.0 of this package, available
7177 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org-mode checks for
7178 the function @code{constants-get}, which has to be autoloaded in your
7179 setup.  See the installation instructions in the file
7180 @file{constants.el}.
7181 @item @file{cdlatex.el} by Carsten Dominik
7182 @cindex @file{cdlatex.el}
7183 Org-mode can make use of the cdlatex package to efficiently enter
7184 La@TeX{} fragments into Org-mode files. See @ref{CDLaTeX mode}.
7185 @item @file{remember.el} by John Wiegley
7186 @cindex @file{remember.el}
7187 Org mode cooperates with remember, see @ref{Remember}.
7188 @file{Remember.el} is not part of Emacs, find it on the web.
7189 @cindex @file{table.el}
7190 @item @file{table.el} by Takaaki Ota
7191 @kindex C-c C-c
7192 @cindex table editor, @file{table.el}
7193 @cindex @file{table.el}
7195 Complex ASCII tables with automatic line wrapping, column- and
7196 row-spanning, and alignment can be created using the Emacs table
7197 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
7198 and also part of Emacs 22).
7199 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org-mode
7200 will call @command{table-recognize-table} and move the cursor into the
7201 table.  Inside a table, the keymap of Org-mode is inactive.  In order
7202 to execute Org-mode-related commands, leave the table.
7204 @table @kbd
7205 @kindex C-c C-c
7206 @item C-c C-c
7207 Recognize @file{table.el} table.  Works when the cursor is in a
7208 table.el table.
7210 @kindex C-c ~
7211 @item C-c ~
7212 Insert a table.el table.  If there is already a table at point, this
7213 command converts it between the table.el format and the Org-mode
7214 format.  See the documentation string of the command
7215 @code{org-convert-table} for the restrictions under which this is
7216 possible.
7217 @end table
7218 @file{table.el} is part of Emacs 22.
7219 @cindex @file{footnote.el}
7220 @item @file{footnote.el} by Steven L. Baur
7221 Org-mode recognizes numerical footnotes as provided by this package
7222 (@pxref{Footnotes}).
7223 @end table
7225 @node Conflicts,  , Cooperation, Interaction
7226 @subsection Packages that lead to conflicts with Org-mode
7228 @table @asis
7230 @cindex @file{allout.el}
7231 @item @file{allout.el} by Ken Manheimer
7232 Startup of Org-mode may fail with the error message
7233 @code{(wrong-type-argument keymapp nil)} when there is an outdated
7234 version @file{allout.el} on the load path, for example the version
7235 distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem will
7236 disappear.  If for some reason you cannot do this, make sure that org.el
7237 is loaded @emph{before} @file{allout.el}, for example by putting
7238 @code{(require 'org)} early enough into your @file{.emacs} file.
7240 @cindex @file{CUA.el}
7241 @item @file{CUA.el} by Kim. F. Storm
7242 Keybindings in Org-mode conflict with the @kbd{S-<cursor>} keys
7243 used by CUA-mode (as well as pc-select-mode and s-region-mode) to
7244 select and extend the region.  If you want to use one of these
7245 packages along with Org-mode, configure the variable
7246 @code{org-CUA-compatible}.  When set, Org-mode will move the following
7247 keybindings in Org-mode files, and in the agenda buffer (but not
7248 during date selection).
7250 @example
7251 S-UP    -> M-p             S-DOWN  -> M-n
7252 S-LEFT  -> M--             S-RIGHT -> M-+
7253 @end example
7255 Yes, these are unfortunately more difficult to remember.  If you want
7256 to have other replacement keys, look at the variable
7257 @code{org-disputed-keys}.
7258 @item @file{windmove.el} by Hovav Shacham
7259 @cindex @file{windmove.el}
7260 Also this package uses the @kbd{S-<cursor>} keys, so everything written
7261 in the paragraph above about CUA mode also applies here.
7263 @cindex @file{footnote.el}
7264 @item @file{footnote.el} by Steven L. Baur
7265 Org-mode supports the syntax of the footnote package, but only the
7266 numerical footnote markers.  Also, the default key for footnote
7267 commands, @kbd{C-c !} is already used by Org-mode.  You could use the
7268 variable @code{footnote-prefix} to switch footnotes commands to another
7269 key.  Or, you could use @code{org-replace-disputed-keys} and
7270 @code{org-disputed-keys} to change the settings in Org-mode.
7272 @end table
7275 @node Bugs,  , Interaction, Miscellaneous
7276 @section Bugs
7277 @cindex bugs
7279 Here is a list of things that should work differently, but which I
7280 have found too hard to fix.
7282 @itemize @bullet
7283 @item
7284 If a table field starts with a link, and if the corresponding table
7285 column is narrowed (@pxref{Narrow columns}) to a width too small to
7286 display the link, the field would look entirely empty even though it is
7287 not.  To prevent this, Org-mode throws an error.  The work-around is to
7288 make the column wide enough to fit the link, or to add some text (at
7289 least 2 characters) before the link in the same field.
7290 @item
7291 Narrowing table columns does not work on XEmacs, because the
7292 @code{format} function does not transport text properties.
7293 @item
7294 Text in an entry protected with the @samp{QUOTE} keyword should not
7295 autowrap.
7296 @item
7297 When the application called by @kbd{C-c C-o} to open a file link fails
7298 (for example because the application does not exist or refuses to open
7299 the file), it does so silently.  No error message is displayed.
7300 @item
7301 Recalculating a table line applies the formulas from left to right.
7302 If a formula uses @emph{calculated} fields further down the row,
7303 multiple recalculation may be needed to get all fields consistent.  You
7304 may use the command @code{org-table-iterate} (@kbd{C-u C-c *}) to
7305 recalculate until convergence.
7306 @item
7307 A single letter cannot be made bold, for example @samp{*a*}.
7308 @item
7309 The exporters work well, but could be made more efficient.
7310 @end itemize
7313 @node Extensions and Hacking, History and Acknowledgments, Miscellaneous, Top
7314 @appendix Extensions, Hooks and Hacking
7316 This appendix lists extensions for Org-mode written by other authors.
7317 It also covers some aspects where users can extend the functionality of
7318 Org-mode.
7320 @menu
7321 * Extensions::                  Existing 3rd-part extensions
7322 * Adding hyperlink types::      New custom link types
7323 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
7324 * Dynamic blocks::              Automatically filled blocks
7325 * Special agenda views::        Customized views
7326 * Using the property API::      Writing programs that use entry properties
7327 @end menu
7329 @node Extensions, Adding hyperlink types, Extensions and Hacking, Extensions and Hacking
7330 @section Third-party extensions for Org-mode
7331 @cindex extension, third-party
7333 The following extensions for Org-mode have been written by other people:
7335 @table @asis
7336 @cindex @file{org-publish.el}
7337 @item @file{org-publish.el} by David O'Toole
7338 This package provides facilities for publishing related sets of Org-mode
7339 files together with linked files like images as webpages.  It is
7340 highly configurable and can be used for other publishing purposes as
7341 well.  As of Org-mode version 4.30, @file{org-publish.el} is part of the
7342 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7343 caused by the preparations for the 22.1 release.  In the mean time,
7344 @file{org-publish.el} can be downloaded from David's site:
7345 @url{http://dto.freeshell.org/e/org-publish.el}.
7346 @cindex @file{org-mouse.el}
7347 @item @file{org-mouse.el} by Piotr Zielinski
7348 This package implements extended mouse functionality for Org-mode.  It
7349 allows you to cycle visibility and to edit the document structure with
7350 the mouse.  Best of all, it provides a context-sensitive menu on
7351 @key{mouse-3} that changes depending on the context of a mouse-click.
7352 As of Org-mode version 4.53, @file{org-mouse.el} is part of the
7353 Org-mode distribution.  It is not yet part of Emacs, however, a delay
7354 caused by the preparations for the 22.1 release.  In the mean time,
7355 @file{org-mouse.el} can be downloaded from Piotr's site:
7356 @url{http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el}.
7357 @cindex @file{org-blog.el}
7358 @item @file{org-blog.el} by David O'Toole
7359 A blogging plug-in for @file{org-publish.el}.@*
7360 @url{http://dto.freeshell.org/notebook/OrgMode.html}.
7361 @cindex @file{blorg.el}
7362 @item @file{blorg.el} by Bastien Guerry
7363 Publish Org-mode files as
7364 blogs. @url{http://www.cognition.ens.fr/~guerry/blorg.html}.
7365 @cindex @file{org2rem.el}
7366 @item @file{org2rem.el} by Bastien Guerry
7367 Translates Org-mode files into something readable by
7368 Remind. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7369 @item @file{org-toc.el} by Bastien Guerry
7370 Produces a simple table of contents of an Org-mode file, for easy
7371 navigation. @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7372 @item @file{org-registry.el} by Bastien Guerry
7373 Find which Org-file link to a certain document.
7374 @url{http://www.cognition.ens.fr/~guerry/u/org2rem.el}.
7375 @end table
7377 @page
7379 @node Adding hyperlink types, Tables in arbitrary syntax, Extensions, Extensions and Hacking
7380 @section Adding hyperlink types
7381 @cindex hyperlinks, adding new types
7383 Org-mode has a large number of hyperlink types built-in
7384 (@pxref{Hyperlinks}).  If you would like to add new link types, it
7385 provides an interface for doing so.  Lets look at an example file
7386 @file{org-man.el} that will add support for creating links like
7387 @samp{[[man:printf][The printf manpage]]} to show unix manual pages inside
7388 emacs:
7390 @lisp
7391 ;;; org-man.el - Support for links to manpages in Org-mode
7393 (require 'org)
7395 (org-add-link-type "man" 'org-man-open)
7396 (add-hook 'org-store-link-functions 'org-man-store-link)
7398 (defcustom org-man-command 'man
7399   "The Emacs command to be used to display a man page."
7400   :group 'org-link
7401   :type '(choice (const man) (const woman)))
7403 (defun org-man-open (path)
7404   "Visit the manpage on PATH.
7405 PATH should be a topic that can be thrown at the man command."
7406   (funcall org-man-command path))
7408 (defun org-man-store-link ()
7409   "Store a link to a manpage."
7410   (when (memq major-mode '(Man-mode woman-mode))
7411     ;; This is a man page, we do make this link
7412     (let* ((page (org-man-get-page-name))
7413            (link (concat "man:" page))
7414            (description (format "Manpage for %s" page)))
7415       (org-store-link-props
7416        :type "man"
7417        :link link
7418        :description description))))
7420 (defun org-man-get-page-name ()
7421   "Extract the page name from the buffer name."
7422   ;; This works for both `Man-mode' and `woman-mode'.
7423   (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
7424       (match-string 1 (buffer-name))
7425     (error "Cannot create link to this man page")))
7427 (provide 'org-man)
7429 ;;; org-man.el ends here
7430 @end lisp
7432 @noindent
7433 You would activate this new link type in @file{.emacs} with
7435 @lisp
7436 (require 'org-man)
7437 @end lisp
7439 @noindent
7440 Lets go through the file and see what it does.
7441 @enumerate
7442 @item 
7443 It does @code{(require 'org)} to make sure that @file{org.el} has been
7444 loaded.
7445 @item
7446 The next line calls @code{org-add-link-type} to define a new link type
7447 with prefix @samp{man}.  The call also contains the name of a function
7448 that will be called to follow such a link.
7449 @item
7450 The next line adds a function to @code{org-store-link-functions}, in
7451 order to allow the command @kbd{C-c l} to record a useful link in a
7452 buffer displaying a man page.
7453 @end enumerate
7455 The rest of the file defines the necessary variables and functions.
7456 First there is a customization variable that determines which emacs
7457 command should be used to display manpages.  There are two options,
7458 @code{man} and @code{woman}.  Then the function to follow a link is
7459 defined.  It gets the link path as an argument - in this case the link
7460 path is just a topic for the manual command.  The function calls the
7461 value of @code{org-man-command} to display the man page.
7463 Finally the function @code{org-man-store-link} is defined.  When you try
7464 to store a link with @kbd{C-c l}, also this function will be called to
7465 try to make a link.  The function must first decide if it is supposed to
7466 create the link for this buffer type, we do this by checking the value
7467 of the variable @code{major-mode}.  If not, the function must exit and
7468 retunr the value @code{nil}.  If yes, the link is created by getting the
7469 manual tpoic from the buffer name and prefixing it with the string
7470 @samp{man:}.  Then it must call the command @code{org-store-link-props}
7471 and set the @code{:type} and @code{:link} properties.  Optionally you
7472 can also set the @code{:description} property to provide a default for
7473 the link description when the link is later inserted into tan Org-mode
7474 buffer with @kbd{C-c C-l}.
7476 @node Tables in arbitrary syntax, Dynamic blocks, Adding hyperlink types, Extensions and Hacking
7477 @section Tables in arbitrary syntax
7478 @cindex tables, in other modes
7479 @cindex orgtbl-mode
7481 Since Orgtbl-mode can be used as a minor mode in arbitrary buffers, a
7482 frequent feature request has been to make it work with native tables in
7483 specific languages, for example La@TeX{}.  However, this is extremely hard
7484 to do in a general way, would lead to a customization nightmare, and
7485 would take away much of the simplicity of the Orgtbl-mode table editor.
7487 This appendix describes a different approach.  We keep the Orgtbl-mode
7488 table in its native format (the @i{source table}), and use a custom
7489 function to @i{translate} the table to the correct syntax, and to
7490 @i{install} it in the right location (the @i{target table}).  This puts
7491 the burden of writing conversion functions on the user, but it allows
7492 for a very flexible system.
7494 @menu
7495 * Radio tables::                Sending and receiving
7496 * A LaTeX example::             Step by step, almost a tutorial
7497 * Translator functions::        Copy and modify
7498 @end menu
7500 @node Radio tables, A LaTeX example, Tables in arbitrary syntax, Tables in arbitrary syntax
7501 @subsection Radio tables
7502 @cindex radio tables
7504 To define the location of the target table, you first need to create two
7505 lines that are comments in the current mode, but contain magic words for
7506 Orgtbl-mode to find.  Orgtbl-mode will insert the translated table
7507 between these lines, replacing whatever was there before.  For example:
7509 @example
7510 /* BEGIN RECEIVE ORGTBL table_name */
7511 /* END RECEIVE ORGTBL table_name */
7512 @end example
7514 @noindent
7515 Just above the source table, we put a special line that tells
7516 Orgtbl-mode how to translate this table and where to install it.  For
7517 example:
7518 @example
7519 #+ORGTBL: SEND table_name translation_function arguments....
7520 @end example
7522 @noindent
7523 @code{table_name} is the reference name for the table that is also used
7524 in the receiver lines. @code{translation_function} is the Lisp function
7525 that does the translation.  Furthermore, the line can contain a list of
7526 arguments (alternating key and value) at the end.  The arguments will be
7527 passed as a property list to the translation function for
7528 interpretation.  A few standard parameters are already recognized and
7529 acted upon before the translation function is called:
7531 @table @code
7532 @item :skip N
7533 Skip the first N lines of the table. Hlines do count!
7534 @item :skipcols (n1 n2 ...)
7535 List of columns that should be skipped.  If the table has a column with
7536 calculation marks, that column is automatically discarded as well.
7537 Please note that the translator function sees the table @emph{after} the
7538 removal of these columns, the function never knows that there have been
7539 additional columns.
7540 @end table
7542 @noindent
7543 The one problem remaining is how to keep the source table in the buffer
7544 without disturbing the normal workings of the file, for example during
7545 compilation of a C file or processing of a La@TeX{} file.  There are a
7546 number of different solutions:
7548 @itemize @bullet
7549 @item
7550 The table could be placed in a block comment if that is supported by the
7551 language.  For example, in C-mode you could wrap the table between
7552 @samp{/*} and @samp{*/} lines.
7553 @item 
7554 Sometimes it is possible to put the table after some kind of @i{END}
7555 statement, for example @samp{\bye} in TeX and @samp{\end@{document@}}
7556 in La@TeX{}.
7557 @item
7558 You can just comment the table line by line whenever you want to process
7559 the file, and uncomment it whenever you need to edit the table.  This
7560 only sounds tedious - the command @kbd{M-x orgtbl-toggle-comment} does
7561 make this comment-toggling very easy, in particular if you bind it to a
7562 key.
7563 @end itemize
7565 @node A LaTeX example, Translator functions, Radio tables, Tables in arbitrary syntax
7566 @subsection A LaTeX example
7567 @cindex LaTeX, and orgtbl-mode
7569 The best way to wrap the source table in La@TeX{} is to use the
7570 @code{comment} environment provided by @file{comment.sty}.  It has to be
7571 activated by placing @code{\usepackage@{comment@}} into the document
7572 header.  Orgtbl-mode can insert a radio table skeleton@footnote{By
7573 default this works only for La@TeX{}, HTML, and TeXInfo.  Configure the
7574 variable @code{orgtbl-radio-tables} to install templates for other
7575 modes.}  with the command @kbd{M-x orgtbl-insert-radio-table}.  You will
7576 be prompted for a table name, lets say we use @samp{salesfigures}.  You
7577 will then get the following template:
7579 @example
7580 % BEGIN RECEIVE ORGTBL salesfigures
7581 % END RECEIVE ORGTBL salesfigures
7582 \begin@{comment@}
7583 #+ORGTBL: SEND salesfigures orgtbl-to-latex
7584 | | |
7585 \end@{comment@}
7586 @end example
7588 @noindent
7589 The @code{#+ORGTBL: SEND} line tells orgtbl-mode to use the function
7590 @code{orgtbl-to-latex} to convert the table into La@TeX{} and to put it
7591 into the receiver location with name @code{salesfigures}.  You may now
7592 fill in the table, feel free to use the spreadsheet features@footnote{If
7593 the @samp{#+TBLFM} line contains an odd number of dollar characters,
7594 this may cause problems with font-lock in latex-mode.  As shown in the
7595 example you can fix this by adding an extra line inside the
7596 @code{comment} environment that is used to balance the dollar
7597 expressions.  If you are using AUCTeX with the font-latex library, a
7598 much better solution is to add the @code{comment} environment to the
7599 variable @code{LaTeX-verbatim-environments}.}:
7601 @example
7602 % BEGIN RECEIVE ORGTBL salesfigures
7603 % END RECEIVE ORGTBL salesfigures
7604 \begin@{comment@}
7605 #+ORGTBL: SEND salesfigures orgtbl-to-latex
7606 | Month | Days | Nr sold | per day |
7607 |-------+------+---------+---------|
7608 | Jan   |   23 |      55 |     2.4 |
7609 | Feb   |   21 |      16 |     0.8 |
7610 | March |   22 |     278 |    12.6 |
7611 #+TBLFM: $4=$3/$2;%.1f
7612 % $ (optional extra dollar to keep font-lock happy, see footnote)
7613 \end@{comment@}
7614 @end example
7616 @noindent
7617 When you are done, press @kbd{C-c C-c} in the table to get the converted
7618 table inserted between the two marker lines.
7620 Now lets assume you want to make the table header by hand, because you
7621 want to control how columns are aligned etc.  In this case we make sure
7622 that the table translator does skip the first 2 lines of the source
7623 table, and tell the command to work as a @i{splice}, i.e. to not produce
7624 header and footer commands of the target table:
7626 @example
7627 \begin@{tabular@}@{lrrr@}
7628 Month & \multicolumn@{1@}@{c@}@{Days@} & Nr.\ sold & per day\\
7629 % BEGIN RECEIVE ORGTBL salesfigures
7630 % END RECEIVE ORGTBL salesfigures
7631 \end@{tabular@}
7633 \begin@{comment@}
7634 #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
7635 | Month | Days | Nr sold | per day |
7636 |-------+------+---------+---------|
7637 | Jan   |   23 |      55 |     2.4 |
7638 | Feb   |   21 |      16 |     0.8 |
7639 | March |   22 |     278 |    12.6 |
7640 #+TBLFM: $4=$3/$2;%.1f
7641 \end@{comment@}
7642 @end example
7644 The La@TeX{} translator function @code{orgtbl-to-latex} is already part of
7645 Orgtbl-mode.  It uses a @code{tabular} environment to typeset the table
7646 and marks horizontal lines with @code{\hline}.  Furthermore, it
7647 interprets the following parameters:
7649 @table @code
7650 @item :splice nil/t
7651 When set to t, return only table body lines, don't wrap them into a
7652 tabular environment.  Default is nil.
7654 @item :fmt fmt
7655 A format to be used to wrap each field, should contain @code{%s} for the
7656 original field value.  For example, to wrap each field value in dollars,
7657 you could use @code{:fmt "$%s$"}.  This may also be a property list with
7658 column numbers and formats. for example @code{:fmt (2 "$%s$" 4 "%s\\%%")}.
7660 @item :efmt efmt
7661 Use this format to print numbers with exponentials.  The format should
7662 have @code{%s} twice for inserting mantissa and exponent, for example
7663 @code{"%s\\times10^@{%s@}"}.  The default is @code{"%s\\,(%s)"}.  This
7664 may also be a property list with column numbers and formats, for example
7665 @code{:efmt (2 "$%s\\times10^@{%s@}$" 4 "$%s\\cdot10^@{%s@}$")}.  After
7666 @code{efmt} has been applied to a value, @code{fmt} will also be
7667 applied.
7668 @end table
7670 @node Translator functions,  , A LaTeX example, Tables in arbitrary syntax
7671 @subsection Translator functions
7672 @cindex HTML, and orgtbl-mode
7673 @cindex translator function
7675 Orgtbl-mode has several translator functions built-in:
7676 @code{orgtbl-to-latex}, @code{orgtbl-to-html}, and
7677 @code{orgtbl-to-texinfo}.  Except for @code{orgtbl-to-html}@footnote{The
7678 HTML translator uses the same code that produces tables during HTML
7679 export.}, these all use a generic translator, @code{orgtbl-to-generic}.
7680 For example, @code{orgtbl-to-latex} itself is a very short function that
7681 computes the column definitions for the @code{tabular} environment,
7682 defines a few field and line separators and then hands over to the
7683 generic translator.  Here is the entire code:
7685 @lisp
7686 @group
7687 (defun orgtbl-to-latex (table params)
7688   "Convert the orgtbl-mode TABLE to LaTeX."
7689   (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
7690                                org-table-last-alignment ""))
7691          (params2
7692           (list
7693            :tstart (concat "\\begin@{tabular@}@{" alignment "@}")
7694            :tend "\\end@{tabular@}"
7695            :lstart "" :lend " \\\\" :sep " & "
7696            :efmt "%s\\,(%s)" :hline "\\hline")))
7697     (orgtbl-to-generic table (org-combine-plists params2 params))))
7698 @end group
7699 @end lisp
7701 As you can see, the properties passed into the function (variable
7702 @var{PARAMS}) are combined with the ones newly defined in the function
7703 (variable @var{PARAMS2}).  The ones passed into the function (i.e. the
7704 ones set by the @samp{ORGTBL SEND} line) take precedence.  So if you
7705 would like to use the La@TeX{} translator, but wanted the line endings to
7706 be @samp{\\[2mm]} instead of the default @samp{\\}, you could just
7707 overrule the default with
7709 @example
7710 #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
7711 @end example
7713 For a new language, you can either write your own converter function in
7714 analogy with the La@TeX{} translator, or you can use the generic function
7715 directly.  For example, if you have a language where a table is started
7716 with @samp{!BTBL!}, ended with @samp{!ETBL!}, and where table lines are
7717 started with @samp{!BL!}, ended with @samp{!EL!} and where the field
7718 separator is a TAB, you could call the generic translator like this (on
7719 a single line!):
7721 @example
7722 #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
7723                               :lstart "!BL! " :lend " !EL!" :sep "\t"
7724 @end example
7726 @noindent
7727 Please check the documentation string of the function
7728 @code{orgtbl-to-generic} for a full list of parameters understood by
7729 that function and remember that you can pass each of them into
7730 @code{orgtbl-to-latex}, @code{orgtbl-to-texinfo}, and any other function
7731 using the generic function.
7733 Of course you can also write a completely new function doing complicated
7734 things the generic translator cannot do.  A translator function takes
7735 two arguments.  The first argument is the table, a list of lines, each
7736 line either the symbol @code{hline} or a list of fields.  The second
7737 argument is the property list containing all parameters specified in the
7738 @samp{#+ORGTBL: SEND} line.  The function must return a single string
7739 containing the formatted table.  If you write a generally useful
7740 translator, please post it on @code{emacs-orgmode@@gnu.org} so that
7741 others can benefit from your work.
7743 @node Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Extensions and Hacking
7744 @section Dynamic blocks
7745 @cindex dynamic blocks
7747 Org-mode documents can contain @emph{dynamic blocks}.  These are
7748 specially marked regions that are updated by some user-written function.
7749 A good example for such a block is the clock table inserted by the
7750 command @kbd{C-c C-x C-r} (@pxref{Clocking work time}).
7752 Dynamic block are enclosed by a BEGIN-END structure that assigns a name
7753 to the block and can also specify parameters for the function producing
7754 the content of the block.
7756 @example
7757 #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
7759 #+END:
7760 @end example
7762 Dynamic blocks are updated with the following commands
7764 @table @kbd
7765 @kindex C-c C-x C-u
7766 @item C-c C-x C-u
7767 Update dynamic block at point.
7768 @kindex C-u C-c C-x C-u
7769 @item C-u C-c C-x C-u
7770 Update all dynamic blocks in the current file.
7771 @end table
7773 Updating a dynamic block means to remove all the text between BEGIN and
7774 END, parse the BEGIN line for parameters and then call the specific
7775 writer function for this block to insert the new content.  For a block
7776 with name @code{myblock}, the writer function is
7777 @code{org-dblock-write:myblock} with as only parameter a property list
7778 with the parameters given in the begin line.  Here is a trivial example
7779 of a block that keeps track of when the block update function was last
7780 run:
7782 @example
7783 #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
7785 #+END:
7786 @end example
7788 @noindent
7789 The corresponding block writer function could look like this:
7791 @lisp
7792 (defun org-dblock-write:block-update-time (params)
7793    (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
7794      (insert "Last block update at: "
7795              (format-time-string fmt (current-time)))))
7796 @end lisp
7798 If you want to make sure that all dynamic blocks are always up-to-date,
7799 you could add the function @code{org-update-all-dblocks} to a hook, for
7800 example @code{before-save-hook}.  @code{org-update-all-dblocks} is
7801 written in a way that is does nothing in buffers that are not in Org-mode.
7803 @node Special agenda views, Using the property API, Dynamic blocks, Extensions and Hacking
7804 @section Special Agenda Views
7805 @cindex agenda views, user-defined
7807 Org-mode provides a special hook that can be used to narrow down the
7808 selection made by any of the agenda views.  You may specify a function
7809 that is used at each match to verify if the match should indeed be part
7810 of the agenda view, and if not, how much should be skipped.
7812 Let's say you want to produce a list of projects that contain a WAITING
7813 tag anywhere in the project tree.  Let's further assume that you have
7814 marked all tree headings that define a project with the todo keyword
7815 PROJECT.  In this case you would run a todo search for the keyword
7816 PROJECT, but skip the match unless there is a WAITING tag anywhere in
7817 the subtree belonging to the project line.
7819 To achieve this, you must write a function that searches the subtree for
7820 the tag.  If the tag is found, the function must return @code{nil} to
7821 indicate that this match should not be skipped.  If there is no such
7822 tag, return the location of the end of the subtree, to indicate that
7823 search should continue from there.
7825 @lisp
7826 (defun my-skip-unless-waiting ()
7827   "Skip trees that are not waiting"
7828   (let ((subtree-end (save-excursion (org-end-of-subtree t))))
7829     (if (re-search-forward ":WAITING:" subtree-end t)
7830         nil          ; tag found, do not skip
7831       subtree-end))) ; tag not found, continue after end of subtree
7832 @end lisp
7834 Now you may use this function in an agenda custom command, for example
7835 like this:
7837 @lisp
7838 (org-add-agenda-custom-command
7839  '("b" todo "PROJECT"
7840    ((org-agenda-skip-function 'my-org-waiting-projects)
7841     (org-agenda-overriding-header "Projects waiting for something: "))))
7842 @end lisp
7844 Note that this also binds @code{org-agenda-overriding-header} to get a
7845 meaningful header in the agenda view.
7847 You may also put a Lisp form into @code{org-agenda-skip-function}.  In
7848 particular, you may use the functions @code{org-agenda-skip-entry-if}
7849 and @code{org-agenda-skip-subtree-if} in this form, for example:
7851 @table @code
7852 @item '(org-agenda-skip-entry-if 'scheduled)
7853 Skip current entry if it has been scheduled.
7854 @item '(org-agenda-skip-entry-if 'notscheduled)
7855 Skip current entry if it has not been scheduled.
7856 @item '(org-agenda-skip-entry-if 'deadline)
7857 Skip current entry if it has a deadline.
7858 @item '(org-agenda-skip-entry-if 'scheduled 'deadline)
7859 Skip current entry if it has a deadline, or if it is scheduled.
7860 @item '(org-agenda-skip-entry 'regexp "regular expression")
7861 Skip current entry if the regular expression matches in the entry.
7862 @item '(org-agenda-skip-entry 'notregexp "regular expression")
7863 Skip current entry unless the regular expression matches.
7864 @item '(org-agenda-skip-subtree-if 'regexp "regular expression")
7865 Same as above, but check and skip the entire subtree.
7866 @end table
7868 Therefore we could also have written the search for WAITING projects
7869 like this, even without defining a special function:
7871 @lisp
7872 (org-add-agenda-custom-command
7873  '("b" todo "PROJECT"
7874    ((org-agenda-skip-function '(org-agenda-skip-subtree-if
7875                                 'regexp ":WAITING:"))
7876     (org-agenda-overriding-header "Projects waiting for something: "))))
7877 @end lisp
7880 @node Using the property API,  , Special agenda views, Extensions and Hacking
7881 @section Using the property API
7882 @cindex API, for properties
7883 @cindex properties, API
7885 Here is a description of the functions that can be used to work with
7886 properties.
7888 @defun org-entry-properties &optional pom which
7889 Get all properties of the entry at point-or-marker POM.
7890 This includes the TODO keyword, the tags, time strings for deadline,
7891 scheduled, and clocking, and any additional properties defined in the
7892 entry.  The return value is an alist, keys may occur multiple times
7893 if the property key was used several times.
7894 POM may also be nil, in which case the current entry is used.
7895 If WHICH is nil or `all', get all properties.  If WHICH is
7896 `special' or `standard', only get that subclass.
7897 @end defun
7898 @defun org-entry-get pom property &optional inherit
7899 Get value of PROPERTY for entry at point-or-marker POM.
7900 If INHERIT is non-nil and the entry does not have the property,
7901 then also check higher levels of the hierarchy.
7902 @end defun
7904 @defun org-entry-delete pom property
7905 Delete the property PROPERTY from entry at point-or-marker POM.
7906 @end defun
7908 @defun org-entry-put pom property value
7909 Set PROPERTY to VALUE for entry at point-or-marker POM.
7910 @end defun
7912 @defun org-buffer-property-keys &optional include-specials
7913 Get all property keys in the current buffer.
7914 @end defun
7916 @defun org-insert-property-drawer
7917 Insert a property drawer at point.
7918 @end defun
7920 @node History and Acknowledgments, Index, Extensions and Hacking, Top
7921 @appendix History and Acknowledgments
7922 @cindex acknowledgments
7923 @cindex history
7924 @cindex thanks
7926 Org-mode was borne in 2003, out of frustration over the user interface
7927 of the Emacs outline-mode.  I was trying to organize my notes and
7928 projects, and using Emacs seemed to be the natural way to go.  However,
7929 having to remember eleven different commands with two or three keys per
7930 command, only to hide and unhide parts of the outline tree, that seemed
7931 entirely unacceptable to me.  Also, when using outlines to take notes, I
7932 constantly want to restructure the tree, organizing it parallel to my
7933 thoughts and plans.  @emph{Visibility cycling} and @emph{structure
7934 editing} were originally implemented in the package
7935 @file{outline-magic.el}, but quickly moved to the more general
7936 @file{org.el}.  As this environment became comfortable for project
7937 planning, the next step was adding @emph{TODO entries}, basic @emph{time
7938 stamps}, and @emph{table support}.  These areas highlight the two main
7939 goals that Org-mode still has today: To create a new, outline-based,
7940 plain text mode with innovative and intuitive editing features, and to
7941 incorporate project planning functionality directly into a notes file.
7943 Since the first release, literally thousands of emails to me or on
7944 @code{emacs-orgmode@@gnu.org} have provided a constant stream of bug
7945 reports, feedback, new ideas, and sometimes patches and add-on code.
7946 Many thanks to everyone who has helped to improve this package.  I am
7947 trying to keep here a list of the people who had significant influence
7948 in shaping one or more aspects of Org-mode.  The list may not be
7949 complete, if I have forgotten someone, please accept my apologies and
7950 let me know.
7952 @itemize @bullet
7954 @item
7955 @i{Russel Adams} came up with the idea for drawers.
7956 @item
7957 @i{Thomas Baumann} contributed the code for links to the MH-E email
7958 system.
7959 @item
7960 @i{Alex Bochannek} provided a patch for rounding time stamps.
7961 @item
7962 @i{Charles Cave}'s suggestion sparked the implementation of templates
7963 for Remember.
7964 @item
7965 @i{Pavel Chalmoviansky} influenced the agenda treatment of items with
7966 specified time.
7967 @item
7968 @i{Gregory Chernov} patched support for lisp forms into table
7969 calculations and improved XEmacs compatibility, in particular by porting
7970 @file{nouline.el} to XEmacs.
7971 @item
7972 @i{Sacha Chua} suggested to copy some linking code from Planner.
7973 @item
7974 @i{Eddward DeVilla} proposed and tested checkbox statistics.  He also
7975 came up with the idea of properties, and that there should be an API for
7976 them.
7977 @item
7978 @i{Kees Dullemond} used to edit projects lists directly in HTML and so
7979 inspired some of the early development, including HTML export.  He also
7980 asked for a way to narrow wide table columns.
7981 @item
7982 @i{Christian Egli} converted the documentation into TeXInfo format,
7983 patched CSS formatting into the HTML exporter, and inspired the agenda.
7984 @item
7985 @i{David Emery} provided a patch for custom CSS support in exported
7986 HTML agendas.
7987 @item
7988 @i{Nic Ferrier} contributed mailcap and XOXO support.
7989 @item
7990 @i{John Foerch} figured out how to make incremental search show context
7991 around a match in a hidden outline tree.
7992 @item
7993 @i{Niels Giessen} had the idea to automatically archive DONE trees.
7994 @item
7995 @i{Bastien Guerry} wrote the La@TeX{} exporter and has been prolific
7996 with patches, ideas, and bug reports.
7997 @item
7998 @i{Kai Grossjohann} pointed out key-binding conflicts with other packages.
7999 @item
8000 @i{Scott Jaderholm} proposed footnotes, control over whitespace between
8001 folded entries, and column view for properties.
8002 @item
8003 @i{Shidai Liu} ("Leo") asked for embedded La@TeX{} and tested it.  He also
8004 provided frequent feedback and some patches.
8005 @item
8006 @i{Jason F. McBrayer} suggested agenda export to CSV format.
8007 @item
8008 @i{Dmitri Minaev} sent a patch to set priority limits on a per-file
8009 basis.
8010 @item
8011 @i{Stefan Monnier} provided a patch to keep the Emacs-Lisp compiler
8012 happy.
8013 @item
8014 @i{Rick Moynihan} proposed to allow multiple TODO sequences in a file.
8015 @item
8016 @i{Todd Neal} provided patches for links to Info files and elisp forms.
8017 @item
8018 @i{Tim O'Callaghan} suggested in-file links, search options for general
8019 file links, and TAGS.
8020 @item
8021 @i{Takeshi Okano} translated the manual and David O'Toole's tutorial
8022 into Japanese.
8023 @item
8024 @i{Oliver Oppitz} suggested multi-state TODO items.
8025 @item
8026 @i{Scott Otterson} sparked the introduction of descriptive text for
8027 links, among other things.
8028 @item
8029 @i{Pete Phillips} helped during the development of the TAGS feature, and
8030 provided frequent feedback.
8031 @item
8032 @i{T.V. Raman} reported bugs and suggested improvements.
8033 @item
8034 @i{Matthias Rempe} (Oelde) provided ideas, Windows support, and quality
8035 control.
8036 @item
8037 @i{Kevin Rogers} contributed code to access VM files on remote hosts.
8038 @item
8039 @i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
8040 conflict with @file{allout.el}.
8041 @item
8042 @i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
8043 @item
8044 @i{Philip Rooke} created the Org-mode reference card and provided lots
8045 of feedback.
8046 @item
8047 @i{Christian Schlauer} proposed angular brackets around links, among
8048 other things.
8049 @item
8050 Linking to VM/BBDB/GNUS was inspired by @i{Tom Shannon}'s
8051 @file{organizer-mode.el}.
8052 @item
8053 @i{Daniel Sinder} came up with the idea of internal archiving by locking
8054 subtrees.
8055 @item
8056 @i{Dale Smith} proposed link abbreviations.
8057 @item
8058 @i{Adam Spiers} asked for global linking commands and inspired the link
8059 extension system.  support mairix.
8060 @item
8061 @i{David O'Toole} wrote @file{org-publish.el} and drafted the manual
8062 chapter about publishing.
8063 @item
8064 @i{J@"urgen Vollmer} contributed code generating the table of contents
8065 in HTML output.
8066 @item
8067 @i{Chris Wallace} provided a patch implementing the @samp{QUOTE}
8068 keyword.
8069 @item
8070 @i{David Wainberg} suggested archiving, and improvements to the linking
8071 system.
8072 @item
8073 @i{John Wiegley} wrote @file{emacs-wiki.el} and @file{planner.el}.  The
8074 development of Org-mode was fully independent, and both systems are
8075 really different beasts in their basic ideas and implementation details.
8076 I later looked at John's code, however, and learned from his
8077 implementation of (i) links where the link itself is hidden and only a
8078 description is shown, and (ii) popping up a calendar to select a date.
8079 John has also contributed a number of great ideas directly to Org-mode.
8080 @item
8081 @i{Carsten Wimmer} suggested some changes and helped fix a bug in
8082 linking to GNUS.
8083 @item
8084 @i{Roland Winkler} requested additional keybindings to make Org-mode
8085 work on a tty.
8086 @item
8087 @i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
8088 and contributed various ideas and code snippets.
8089 @end itemize
8092 @node Index, Key Index, History and Acknowledgments, Top
8093 @unnumbered Index
8095 @printindex cp
8097 @node Key Index,  , Index, Top
8098 @unnumbered Key Index
8100 @printindex ky
8102 @bye
8104 @ignore
8105    arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
8106 @end ignore