Release 5.18a
[org-mode/org-mode-NeilSmithlineMods.git] / org
blob0a4b5dc19efadb249297f880190888127da6a6f6
1 This is org, produced by makeinfo version 4.8 from org.texi.
3 INFO-DIR-SECTION Emacs
4 START-INFO-DIR-ENTRY
5 * Org Mode: (org).      Outline-based notes management and organizer
6 END-INFO-DIR-ENTRY
8    This manual is for Org-mode (version 5.18).
10    Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation
12      Permission is granted to copy, distribute and/or modify this
13      document under the terms of the GNU Free Documentation License,
14      Version 1.1 or any later version published by the Free Software
15      Foundation; with no Invariant Sections, with the Front-Cover texts
16      being "A GNU Manual," and with the Back-Cover Texts as in (a)
17      below.  A copy of the license is included in the section entitled
18      "GNU Free Documentation License."
20      (a) The FSF's Back-Cover Text is: "You have freedom to copy and
21      modify this GNU Manual, like GNU software.  Copies published by
22      the Free Software Foundation raise funds for GNU development."
24 \x1f
25 File: org,  Node: Top,  Next: Introduction,  Prev: (dir),  Up: (dir)
27 Org Mode Manual
28 ***************
30 This manual is for Org-mode (version 5.18).
32    Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation
34      Permission is granted to copy, distribute and/or modify this
35      document under the terms of the GNU Free Documentation License,
36      Version 1.1 or any later version published by the Free Software
37      Foundation; with no Invariant Sections, with the Front-Cover texts
38      being "A GNU Manual," and with the Back-Cover Texts as in (a)
39      below.  A copy of the license is included in the section entitled
40      "GNU Free Documentation License."
42      (a) The FSF's Back-Cover Text is: "You have freedom to copy and
43      modify this GNU Manual, like GNU software.  Copies published by
44      the Free Software Foundation raise funds for GNU development."
46 * Menu:
48 * Introduction::                Getting started
49 * Document structure::          A tree works like your brain
50 * Tables::                      Pure magic for quick formatting
51 * Hyperlinks::                  Notes in context
52 * TODO items::                  Every tree branch can be a TODO item
53 * Tags::                        Tagging headlines and matching sets of tags
54 * Properties and columns::      Storing information about an entry
55 * Dates and times::             Making items useful for planning
56 * Remember::                    Quickly adding nodes to the outline tree
57 * Agenda views::                Collecting information into views
58 * Embedded LaTeX::              LaTeX fragments and formulas
59 * Exporting::                   Sharing and publishing of notes
60 * Publishing::                  Create a web site of linked Org-mode files
61 * Miscellaneous::               All the rest which did not fit elsewhere
62 * Extensions and Hacking::      It is possible to write add-on code
63 * History and Acknowledgments::  How Org-mode came into being
64 * Main Index::
65 * Key Index::                   Key bindings and where they are described
67  --- The Detailed Node Listing ---
69 Introduction
71 * Summary::                     Brief summary of what Org-mode does
72 * Installation::                How to install a downloaded version of Org-mode
73 * Activation::                  How to activate Org-mode for certain buffers.
74 * Feedback::                    Bug reports, ideas, patches etc.
75 * Conventions::                 Type-setting conventions in the manual
77 Document Structure
79 * Outlines::                    Org-mode is based on outline-mode
80 * Headlines::                   How to typeset org-tree headlines
81 * Visibility cycling::          Show and hide, much simplified
82 * Motion::                      Jumping to other headlines
83 * Structure editing::           Changing sequence and level of headlines
84 * Archiving::                   Move done task trees to a different place
85 * Sparse trees::                Matches embedded in context
86 * Plain lists::                 Additional structure within an entry
87 * Drawers::                     Tucking stuff away
88 * orgstruct-mode::              Structure editing outside Org-mode
90 Archiving
92 * ARCHIVE tag::                 Marking a tree as inactive
93 * Moving subtrees::             Moving a tree to an archive file
95 Tables
97 * Built-in table editor::       Simple tables
98 * Narrow columns::              Stop wasting space in tables
99 * Column groups::               Grouping to trigger vertical lines
100 * orgtbl-mode::                 The table editor as minor mode
101 * The spreadsheet::             The table editor has spreadsheet capabilities.
103 The spreadsheet
105 * References::                  How to refer to another field or range
106 * Formula syntax for Calc::     Using Calc to compute stuff
107 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
108 * Field formulas::              Formulas valid for a single field
109 * Column formulas::             Formulas valid for an entire column
110 * Editing and debugging formulas::  Fixing formulas
111 * Updating the table::          Recomputing all dependent fields
112 * Advanced features::           Field names, parameters and automatic recalc
114 Hyperlinks
116 * Link format::                 How links in Org-mode are formatted
117 * Internal links::              Links to other places in the current file
118 * External links::              URL-like links to the world
119 * Handling links::              Creating, inserting and following
120 * Using links outside Org-mode::  Linking from my C source code?
121 * Link abbreviations::          Shortcuts for writing complex links
122 * Search options::              Linking to a specific location
123 * Custom searches::             When the default search is not enough
125 Internal links
127 * Radio targets::               Make targets trigger links in plain text.
129 TODO items
131 * TODO basics::                 Marking and displaying TODO entries
132 * TODO extensions::             Workflow and assignments
133 * Progress logging::            Dates and notes for progress
134 * Priorities::                  Some things are more important than others
135 * Breaking down tasks::         Splitting a task into manageable pieces
136 * Checkboxes::                  Tick-off lists
138 Extended use of TODO keywords
140 * Workflow states::             From TODO to DONE in steps
141 * TODO types::                  I do this, Fred does the rest
142 * Multiple sets in one file::   Mixing it all, and still finding your way
143 * Fast access to TODO states::  Single letter selection of a state
144 * Per-file keywords::           Different files, different requirements
145 * Faces for TODO keywords::     Highlighting states
147 Progress Logging
149 * Closing items::               When was this entry marked DONE?
150 * Tracking TODO state changes::  When did the status change?
152 Tags
154 * Tag inheritance::             Tags use the tree structure of the outline
155 * Setting tags::                How to assign tags to a headline
156 * Tag searches::                Searching for combinations of tags
158 Properties and Columns
160 * Property syntax::             How properties are spelled out
161 * Special properties::          Access to other Org-mode features
162 * Property searches::           Matching property values
163 * Property inheritance::        Passing values down the tree
164 * Column view::                 Tabular viewing and editing
165 * Property API::                Properties for Lisp programmers
167 Column View
169 * Defining columns::            The COLUMNS format property
170 * Using column view::           How to create and use column view
171 * Capturing Column View::       A dynamic block for column view
173 Defining Columns
175 * Scope of column definitions::  Where defined, where valid?
176 * Column attributes::           Appearance and content of a column
178 Dates and Times
180 * Time stamps::                 Assigning a time to a tree entry
181 * Creating timestamps::         Commands which insert timestamps
182 * Deadlines and scheduling::    Planning your work
183 * Clocking work time::
185 Creating timestamps
187 * The date/time prompt::        How org-mode helps you entering date and time
188 * Custom time format::          Making dates look differently
190 Deadlines and Scheduling
192 * Inserting deadline/schedule::  Planning items
193 * Repeated tasks::              Items that show up again and again
195 Remember
197 * Setting up remember::         Some code for .emacs to get things going
198 * Remember templates::          Define the outline of different note types
199 * Storing notes::               Directly get the note to where it belongs
200 * Refiling notes::              Moving a note or task to a project
202 Agenda Views
204 * Agenda files::                Files being searched for agenda information
205 * Agenda dispatcher::           Keyboard access to agenda views
206 * Built-in agenda views::       What is available out of the box?
207 * Presentation and sorting::    How agenda items are prepared for display
208 * Agenda commands::             Remote editing of org trees
209 * Custom agenda views::         Defining special searches and views
211 The built-in agenda views
213 * Weekly/Daily agenda::         The calendar page with current tasks
214 * Global TODO list::            All unfinished action items
215 * Matching tags and properties::  Structured information with fine-tuned search
216 * Timeline::                    Time-sorted view for single file
217 * Stuck projects::              Find projects you need to review
219 Presentation and sorting
221 * Categories::                  Not all tasks are equal
222 * Time-of-day specifications::  How the agenda knows the time
223 * Sorting of agenda items::     The order of things
225 Custom agenda views
227 * Storing searches::            Type once, use often
228 * Block agenda::                All the stuff you need in a single buffer
229 * Setting Options::             Changing the rules
230 * Exporting Agenda Views::      Writing agendas to files.
231 * Extracting Agenda Information for other programs::
233 Embedded LaTeX
235 * Math symbols::                TeX macros for symbols and Greek letters
236 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
237 * LaTeX fragments::             Complex formulas made easy
238 * Processing LaTeX fragments::  Previewing LaTeX processing
239 * CDLaTeX mode::                Speed up entering of formulas
241 Exporting
243 * ASCII export::                Exporting to plain ASCII
244 * HTML export::                 Exporting to HTML
245 * LaTeX export::                Exporting to LaTeX
246 * XOXO export::                 Exporting to XOXO
247 * iCalendar export::            Exporting in iCalendar format
248 * Text interpretation::         How the exporter looks at the file
250 HTML export
252 * HTML Export commands::        How to invoke LaTeX export
253 * Quoting HTML tags::           Using direct HTML in Org-mode
254 * Links::                       Transformation of links for HTML
255 * Images::                      How to include images
256 * CSS support::                 Changing the appearence of the output
258 LaTeX export
260 * LaTeX export commands::       How to invoke LaTeX export
261 * Quoting LaTeX code::          Incorporating literal LaTeX code
262 * Sectioning structure::
264 Text interpretation by the exporter
266 * Comment lines::               Some lines will not be exported
267 * Initial text::                Text before the first headline
268 * Footnotes::                   Numbers like [1]
269 * Quoted examples::             Inserting quoted chnuks of text
270 * Enhancing text::              Subscripts, symbols and more
271 * Export options::              How to influence the export settings
273 Publishing
275 * Configuration::               Defining projects
276 * Sample configuration::        Example projects
277 * Triggering publication::      Publication commands
279 Configuration
281 * Project alist::               The central configuration variable
282 * Sources and destinations::    From here to there
283 * Selecting files::             What files are part of the project?
284 * Publishing action::           Setting the function doing the publishing
285 * Publishing options::          Tweaking HTML export
286 * Publishing links::            Which links keep working after publishing?
287 * Project page index::          Publishing a list of project files
289 Sample configuration
291 * Simple example::              One-component publishing
292 * Complex example::             A multi-component publishing example
294 Miscellaneous
296 * Completion::                  M-TAB knows what you need
297 * Customization::               Adapting Org-mode to your taste
298 * In-buffer settings::          Overview of the #+KEYWORDS
299 * The very busy C-c C-c key::   When in doubt, press C-c C-c
300 * Clean view::                  Getting rid of leading stars in the outline
301 * TTY keys::                    Using Org-mode on a tty
302 * Interaction::                 Other Emacs packages
303 * Bugs::                        Things which do not work perfectly
305 Interaction with other packages
307 * Cooperation::                 Packages Org-mode cooperates with
308 * Conflicts::                   Packages that lead to conflicts
310 Extensions, Hooks and Hacking
312 * Extensions::                  Existing 3rd-part extensions
313 * Adding hyperlink types::      New custom link types
314 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
315 * Dynamic blocks::              Automatically filled blocks
316 * Special agenda views::        Customized views
317 * Using the property API::      Writing programs that use entry properties
319 Tables and Lists in arbitrary syntax
321 * Radio tables::                Sending and receiving
322 * A LaTeX example::             Step by step, almost a tutorial
323 * Translator functions::        Copy and modify
324 * Radio lists::                 Doing the same for lists.
326 \x1f
327 File: org,  Node: Introduction,  Next: Document structure,  Prev: Top,  Up: Top
329 1 Introduction
330 **************
332 * Menu:
334 * Summary::                     Brief summary of what Org-mode does
335 * Installation::                How to install a downloaded version of Org-mode
336 * Activation::                  How to activate Org-mode for certain buffers.
337 * Feedback::                    Bug reports, ideas, patches etc.
338 * Conventions::                 Type-setting conventions in the manual
340 \x1f
341 File: org,  Node: Summary,  Next: Installation,  Prev: Introduction,  Up: Introduction
343 1.1 Summary
344 ===========
346 Org-mode is a mode for keeping notes, maintaining TODO lists, and doing
347 project planning with a fast and effective plain-text system.
349    Org-mode develops organizational tasks around NOTES files that
350 contain lists or information about projects as plain text.  Org-mode is
351 implemented on top of outline-mode, which makes it possible to keep the
352 content of large files well structured.  Visibility cycling and
353 structure editing help to work with the tree.  Tables are easily created
354 with a built-in table editor.  Org-mode supports TODO items, deadlines,
355 time stamps, and scheduling.  It dynamically compiles entries into an
356 agenda that utilizes and smoothly integrates much of the Emacs calendar
357 and diary.  Plain text URL-like links connect to websites, emails,
358 Usenet messages, BBDB entries, and any files related to the projects.
359 For printing and sharing of notes, an Org-mode file can be exported as a
360 structured ASCII file, as HTML, or (TODO and agenda items only) as an
361 iCalendar file.  It can also serve as a publishing tool for a set of
362 linked webpages.
364    An important design aspect that distinguishes Org-mode from for
365 example Planner/Muse is that it encourages to store every piece of
366 information only once.  In Planner, you have project pages, day pages
367 and possibly other files, duplicating some information such as tasks.
368 In Org-mode, you only have notes files.  In your notes you mark entries
369 as tasks, label them with tags and timestamps.  All necessary lists
370 like a schedule for the day, the agenda for a meeting, tasks lists
371 selected by tags etc are created dynamically when you need them.
373    Org-mode keeps simple things simple.  When first fired up, it should
374 feel like a straightforward, easy to use outliner.  Complexity is not
375 imposed, but a large amount of functionality is available when you need
376 it.  Org-mode is a toolbox and can be used in different ways, for
377 example as:
379      * outline extension with visibility cycling and structure editing
380      * ASCII system and table editor for taking structured notes
381      * ASCII table editor with spreadsheet-like capabilities
382      * TODO list editor
383      * full agenda and planner with deadlines and work scheduling
384      * environment to implement David Allen's GTD system
385      * a basic database application
386      * simple hypertext system, with HTML and LaTeX export
387      * publishing tool to create a set of interlinked webpages
389    Org-mode's automatic, context sensitive table editor with spreadsheet
390 capabilities can be integrated into any major mode by activating the
391 minor Orgtbl-mode.  Using a translation step, it can be used to maintain
392 tables in arbitrary file types, for example in LaTeX.  The structure
393 editing and list creation capabilities can be used outside Org-mode with
394 the minor Orgstruct-mode.
396    There is a website for Org-mode which provides links to the newest
397 version of Org-mode, as well as additional information, frequently asked
398 questions (FAQ), links to tutorials etc.  This page is located at
399 `http://orgmode.org'.
401 \x1f
402 File: org,  Node: Installation,  Next: Activation,  Prev: Summary,  Up: Introduction
404 1.2 Installation
405 ================
407 Important: If Org-mode is part of the Emacs distribution or an XEmacs
408 package, please skip this section and go directly to *Note Activation::.
410    If you have downloaded Org-mode from the Web, you must take the
411 following steps to install it: Go into the Org-mode distribution
412 directory and edit the top section of the file `Makefile'.  You must
413 set the name of the Emacs binary (likely either `emacs' or `xemacs'),
414 and the paths to the directories where local Lisp and Info files are
415 kept.  If you don't have access to the system-wide directories, create
416 your own two directories for these files, enter them into the Makefile,
417 and make sure Emacs finds the Lisp files by adding the following line
418 to `.emacs':
420      (setq load-path (cons "~/path/to/lispdir" load-path))
422    XEmacs users now need to install the file `noutline.el' from the
423 `xemacs' subdirectory of the Org-mode distribution.  Use the command:
425      make install-noutline
427 Now byte-compile and install the Lisp files with the shell commands:
429      make
430      make install
432 If you want to install the info documentation, use this command:
434      make install-info
436 Then add to `.emacs':
438      ;; This line only if org-mode is not part of the X/Emacs distribution.
439      (require 'org-install)
441 \x1f
442 File: org,  Node: Activation,  Next: Feedback,  Prev: Installation,  Up: Introduction
444 1.3 Activation
445 ==============
447 Add the following lines to your `.emacs' file.  The last two lines
448 define _global_ keys for the commands `org-store-link' and `org-agenda'
449 - please choose suitable keys yourself.
451      ;; The following lines are always needed.  Choose your own keys.
452      (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
453      (global-set-key "\C-cl" 'org-store-link)
454      (global-set-key "\C-ca" 'org-agenda)
456    Furthermore, you must activate `font-lock-mode' in org-mode buffers,
457 because significant functionality depends on font-locking being active.
458 You can do this with either one of the following two lines (XEmacs
459 user must use the second option):
460      (global-font-lock-mode 1)                     ; for all buffers
461      (add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
463    With this setup, all files with extension `.org' will be put into
464 Org-mode.  As an alternative, make the first line of a file look like
465 this:
467      MY PROJECTS    -*- mode: org; -*-
469 which will select Org-mode for this buffer no matter what the file's
470 name is.  See also the variable `org-insert-mode-line-in-empty-file'.
472 \x1f
473 File: org,  Node: Feedback,  Next: Conventions,  Prev: Activation,  Up: Introduction
475 1.4 Feedback
476 ============
478 If you find problems with Org-mode, or if you have questions, remarks,
479 or ideas about it, please contact the maintainer Carsten Dominik at
480 <carsten at orgmode dot org>.
482    For bug reports, please provide as much information as possible,
483 including the version information of Emacs (`C-h v emacs-version
484 <RET>') and Org-mode (`C-h v org-version <RET>'), as well as the
485 Org-mode related setup in `.emacs'.  If an error occurs, a backtrace
486 can be very useful (see below on how to create one).  Often a small
487 example file helps, along with clear information about:
489   1. What exactly did you do?
491   2. What did you expect to happen?
493   3. What happened instead?
494         Thank you for helping to improve this mode.
496 How to create a useful backtrace
497 ................................
499 If working with Org-mode produces an error with a message you don't
500 understand, you may have hit a bug.  The best way to report this is by
501 providing, in addition to what was mentioned above, a _Backtrace_.
502 This is information from the built-in debugger about where and how the
503 error occurred.  Here is how to produce a useful backtrace:
505   1. Start a fresh Emacs or XEmacs, and make sure that it will load the
506      original Lisp code in `org.el' instead of the compiled version in
507      `org.elc'.  The backtrace contains much more information if it is
508      produced with uncompiled code.  To do this, either rename `org.elc'
509      to something else before starting Emacs, or ask Emacs explicitly
510      to load `org.el' by using the command line
511           emacs -l /path/to/org.el
513   2. Go to the `Options' menu and select `Enter Debugger on Error'
514      (XEmacs has this option in the `Troubleshooting' sub-menu).
516   3. Do whatever you have to do to hit the error.  Don't forget to
517      document the steps you take.
519   4. When you hit the error, a `*Backtrace*' buffer will appear on the
520      screen.  Save this buffer to a file (for example using `C-x C-w')
521      and attach it to your bug report.
523 \x1f
524 File: org,  Node: Conventions,  Prev: Feedback,  Up: Introduction
526 1.5 Typesetting conventions used in this manual
527 ===============================================
529 Org-mode uses three types of keywords: TODO keywords, tags, and property
530 names.  In this manual we use the following conventions:
532 `TODO'
533 `WAITING'
534      TODO keywords are written with all capitals, even if they are
535      user-defined.
537 `boss'
538 `ARCHIVE'
539      User-defined tags are written in lowercase; built-in tags with
540      special meaning are written with all capitals.
542 `Release'
543 `PRIORITY'
544      User-defined properties are capitalized; built-in properties with
545      special meaning are written with all capitals.
547 \x1f
548 File: org,  Node: Document structure,  Next: Tables,  Prev: Introduction,  Up: Top
550 2 Document Structure
551 ********************
553 Org-mode is based on outline mode and provides flexible commands to
554 edit the structure of the document.
556 * Menu:
558 * Outlines::                    Org-mode is based on outline-mode
559 * Headlines::                   How to typeset org-tree headlines
560 * Visibility cycling::          Show and hide, much simplified
561 * Motion::                      Jumping to other headlines
562 * Structure editing::           Changing sequence and level of headlines
563 * Archiving::                   Move done task trees to a different place
564 * Sparse trees::                Matches embedded in context
565 * Plain lists::                 Additional structure within an entry
566 * Drawers::                     Tucking stuff away
567 * orgstruct-mode::              Structure editing outside Org-mode
569 \x1f
570 File: org,  Node: Outlines,  Next: Headlines,  Prev: Document structure,  Up: Document structure
572 2.1 Outlines
573 ============
575 Org-mode is implemented on top of outline-mode.  Outlines allow a
576 document to be organized in a hierarchical structure, which (at least
577 for me) is the best representation of notes and thoughts.  An overview
578 of this structure is achieved by folding (hiding) large parts of the
579 document to show only the general document structure and the parts
580 currently being worked on.  Org-mode greatly simplifies the use of
581 outlines by compressing the entire show/hide functionality into a single
582 command `org-cycle', which is bound to the <TAB> key.
584 \x1f
585 File: org,  Node: Headlines,  Next: Visibility cycling,  Prev: Outlines,  Up: Document structure
587 2.2 Headlines
588 =============
590 Headlines define the structure of an outline tree.  The headlines in
591 Org-mode start with one or more stars, on the left margin(1).  For
592 example:
594      * Top level headline
595      ** Second level
596      *** 3rd level
597          some text
598      *** 3rd level
599          more text
601      * Another top level headline
603 Some people find the many stars too noisy and would prefer an outline
604 that has whitespace followed by a single star as headline starters.
605 *Note Clean view:: describes a setup to realize this.
607    An empty line after the end of a subtree is considered part of it and
608 will be hidden when the subtree is folded.  However, if you leave at
609 least two empty lines, one empty line will remain visible after folding
610 the subtree, in order to structure the collapsed view.  See the
611 variable `org-cycle-separator-lines' to modify this behavior.
613    ---------- Footnotes ----------
615    (1) See the variable `org-special-ctrl-a/e' to configure special
616 behavior of `C-a' and `C-e' in headlines.
618 \x1f
619 File: org,  Node: Visibility cycling,  Next: Motion,  Prev: Headlines,  Up: Document structure
621 2.3 Visibility cycling
622 ======================
624 Outlines make it possible to hide parts of the text in the buffer.
625 Org-mode uses just two commands, bound to <TAB> and `S-<TAB>' to change
626 the visibility in the buffer.
628 `<TAB>'
629      _Subtree cycling_: Rotate current subtree among the states
631           ,-> FOLDED -> CHILDREN -> SUBTREE --.
632           '-----------------------------------'
634      The cursor must be on a headline for this to work(1).  When the
635      cursor is at the beginning of the buffer and the first line is not
636      a headline, then <TAB> actually runs global cycling (see
637      below)(2).  Also when called with a prefix argument (`C-u <TAB>'),
638      global cycling is invoked.
640 `S-<TAB>'
641 `C-u <TAB>'
642      _Global cycling_: Rotate the entire buffer among the states
644           ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
645           '--------------------------------------'
647      When `S-<TAB>' is called with a numerical prefix N, the CONTENTS
648      view up to headlines of level N will be shown.  Note that inside
649      tables, `S-<TAB>' jumps to the previous field.
651 `C-c C-a'
652      Show all.  
654 `C-c C-r'
655      Reveal context around point, showing the current entry, the
656      following heading and the hierarchy above.  Useful for working
657      near a location that has been exposed by a sparse tree command
658      (*note Sparse trees::) or an agenda command (*note Agenda
659      commands::).  With prefix arg show, on each
661      level, all sibling headings.  
663 `C-c C-x b'
664      Show the current subtree in an indirect buffer(3).  With numerical
665      prefix ARG, go up to this level and then take that tree.  If ARG is
666      negative, go up that many levels.  With `C-u' prefix, do not remove
667      the previously used indirect buffer.
669    When Emacs first visits an Org-mode file, the global state is set to
670 OVERVIEW, i.e. only the top level headlines are visible.  This can be
671 configured through the variable `org-startup-folded', or on a per-file
672 basis by adding one of the following lines anywhere in the buffer:
674      #+STARTUP: overview
675      #+STARTUP: content
676      #+STARTUP: showall
678    ---------- Footnotes ----------
680    (1) see, however, the option `org-cycle-emulate-tab'.
682    (2) see the option `org-cycle-global-at-bob'.
684    (3) The indirect buffer (*note Indirect Buffers: (emacs)Indirect
685 Buffers.)  will contain the entire buffer, but will be narrowed to the
686 current tree.  Editing the indirect buffer will also change the
687 original buffer, but without affecting visibility in that buffer.
689 \x1f
690 File: org,  Node: Motion,  Next: Structure editing,  Prev: Visibility cycling,  Up: Document structure
692 2.4 Motion
693 ==========
695 The following commands jump to other headlines in the buffer.
697 `C-c C-n'
698      Next heading.  
700 `C-c C-p'
701      Previous heading.  
703 `C-c C-f'
704      Next heading same level.  
706 `C-c C-b'
707      Previous heading same level.  
709 `C-c C-u'
710      Backward to higher level heading.  
712 `C-c C-j'
713      Jump to a different place without changing the current outline
714      visibility.  Shows the document structure in a temporary buffer,
715      where you can use the following keys to find your destination:
716           <TAB>         Cycle visibility.
717           <down> / <up>   Next/previous visible headline.
718           n / p        Next/previous visible headline.
719           f / b        Next/previous headline same level.
720           u            One level up.
721           0-9          Digit argument.
722           <RET>         Select this location.
724 \x1f
725 File: org,  Node: Structure editing,  Next: Archiving,  Prev: Motion,  Up: Document structure
727 2.5 Structure editing
728 =====================
730 `M-<RET>'
731      Insert new heading with same level as current.  If the cursor is
732      in a plain list item, a new item is created (*note Plain lists::).
733      To force creation of a new headline, use a prefix arg, or first
734      press <RET> to get to the beginning of the next line.  When this
735      command is used in the middle of a line, the line is split and the
736      rest of the line becomes the new headline.  If the command is used
737      at the beginning of a headline, the new headline is created before
738      the current line.  If at the beginning of any other line, the
739      content of that line is made the new heading.  If the command is
740      used at the end of a folded subtree (i.e. behind the ellipses at
741      the end of a headline), then a headline like the current one will
742      be inserted after the end of the subtree.  
744 `C-<RET>'
745      Insert a new heading after the current subtree, same level as the
746      current headline.  This command works from anywhere in the entry.  
748 `M-S-<RET>'
749      Insert new TODO entry with same level as current heading.  
751 `M-<left>'
752      Promote current heading by one level.  
754 `M-<right>'
755      Demote current heading by one level.  
757 `M-S-<left>'
758      Promote the current subtree by one level.  
760 `M-S-<right>'
761      Demote the current subtree by one level.  
763 `M-S-<up>'
764      Move subtree up (swap with previous subtree of same level).  
766 `M-S-<down>'
767      Move subtree down (swap with next subtree of same level).  
769 `C-c C-x C-w'
770 `C-c C-x C-k'
771      Kill subtree, i.e. remove it from buffer but save in kill ring.
772      With prefix arg, kill N sequential subtrees.  
774 `C-c C-x M-w'
775      Copy subtree to kill ring.  With prefix arg, copy N sequential
776      subtrees.  
778 `C-c C-x C-y'
779      Yank subtree from kill ring.  This does modify the level of the
780      subtree to make sure the tree fits in nicely at the yank position.
781      The yank level can also be specified with a prefix arg, or by
782      yanking after a headline marker like `****'.  
784 `C-c C-w'
785      Refile entry to a different location.  *Note Refiling notes::.  
787 `C-c ^'
788      Sort same-level entries.  When there is an active region, all
789      entries in the region will be sorted.  Otherwise the children of
790      the current headline are sorted.  The command prompts for the
791      sorting method, which can be alphabetically, numerically, by time
792      (using the first time stamp in each entry), by priority, and each
793      of these in reverse order.  You can also supply your own function
794      to extract the sorting key.  With a `C-u' prefix, sorting will be
795      case-sensitive.  With two `C-u C-u' prefixes, duplicate entries
796      will also be removed.
798    When there is an active region (transient-mark-mode), promotion and
799 demotion work on all headlines in the region.  To select a region of
800 headlines, it is best to place both point and mark at the beginning of a
801 line, mark at the beginning of the first headline, and point at the line
802 just after the last headline to change.  Note that when the cursor is
803 inside a table (*note Tables::), the Meta-Cursor keys have different
804 functionality.
806 \x1f
807 File: org,  Node: Archiving,  Next: Sparse trees,  Prev: Structure editing,  Up: Document structure
809 2.6 Archiving
810 =============
812 When a project represented by a (sub)tree is finished, you may want to
813 move the tree out of the way and to stop it from contributing to the
814 agenda.  Org-mode knows two ways of archiving.  You can mark a tree with
815 the ARCHIVE tag, or you can move an entire (sub)tree to a different
816 location.
818 * Menu:
820 * ARCHIVE tag::                 Marking a tree as inactive
821 * Moving subtrees::             Moving a tree to an archive file
823 \x1f
824 File: org,  Node: ARCHIVE tag,  Next: Moving subtrees,  Prev: Archiving,  Up: Archiving
826 2.6.1 The ARCHIVE tag
827 ---------------------
829 A headline that is marked with the ARCHIVE tag (*note Tags::) stays at
830 its location in the outline tree, but behaves in the following way:
831    - It does not open when you attempt to do so with a visibility
832      cycling command (*note Visibility cycling::).  You can force
833      cycling archived subtrees with `C-<TAB>', or by setting the option
834      `org-cycle-open-archived-trees'.  Also normal outline commands like
835      `show-all' will open archived subtrees.
837    - During sparse tree construction (*note Sparse trees::), matches in
838      archived subtrees are not exposed, unless you configure the option
839      `org-sparse-tree-open-archived-trees'.
841    - During agenda view construction (*note Agenda views::), the
842      content of archived trees is ignored unless you configure the
843      option `org-agenda-skip-archived-trees'.
845    - Archived trees are not exported (*note Exporting::), only the
846      headline is.  Configure the details using the variable
847      `org-export-with-archived-trees'.
849    The following commands help managing the ARCHIVE tag:
851 `C-c C-x C-a'
852      Toggle the ARCHIVE tag for the current headline.  When the tag is
853      set, the headline changes to a shadowish face, and the subtree
854      below it is hidden.  
856 `C-u C-c C-x C-a'
857      Check if any direct children of the current headline should be
858      archived.  To do this, each subtree is checked for open TODO
859      entries.  If none are found, the command offers to set the ARCHIVE
860      tag for the child.  If the cursor is _not_ on a headline when this
861      command is invoked, the level 1 trees will be checked.  
863 `C-TAB'
864      Cycle a tree even if it is tagged with ARCHIVE.
866 \x1f
867 File: org,  Node: Moving subtrees,  Prev: ARCHIVE tag,  Up: Archiving
869 2.6.2 Moving subtrees
870 ---------------------
872 Once an entire project is finished, you may want to move it to a
873 different location, either in the current file, or even in a different
874 file, the archive file.
876 `C-c C-x C-s'
877      Archive the subtree starting at the cursor position to the location
878      given by `org-archive-location'.  Context information that could be
879      lost like the file name, the category, inherited tags, and the todo
880      state will be store as properties in the entry.  
882 `C-u C-c C-x C-s'
883      Check if any direct children of the current headline could be
884      moved to the archive.  To do this, each subtree is checked for
885      open TODO entries.  If none are found, the command offers to move
886      it to the archive location.  If the cursor is _not_ on a headline
887      when this command is invoked, the level 1 trees will be checked.
889    The default archive location is a file in the same directory as the
890 current file, with the name derived by appending `_archive' to the
891 current file name.  For information and examples on how to change this,
892 see the documentation string of the variable `org-archive-location'.
893 There is also an in-buffer option for setting this variable, for
894 example(1):
896      #+ARCHIVE: %s_done::
898 If you would like to have a special ARCHIVE location for a single entry
899 or a (sub)tree, give the entry an `:ARCHIVE:' property with the
900 location as the value (*note Properties and columns::).
902    ---------- Footnotes ----------
904    (1) For backward compatibility, the following also works: If there
905 are several such lines in a file, each specifies the archive location
906 for the text below it.  The first such line also applies to any text
907 before its definition.  However, using this method is _strongly_
908 deprecated as it is incompatible with the outline structure of the
909 document.  The correct method for setting multiple archive locations in
910 a buffer is using a property.
912 \x1f
913 File: org,  Node: Sparse trees,  Next: Plain lists,  Prev: Archiving,  Up: Document structure
915 2.7 Sparse trees
916 ================
918 An important feature of Org-mode is the ability to construct _sparse
919 trees_ for selected information in an outline tree, so that the entire
920 document is folded as much as possible, but the selected information is
921 made visible along with the headline structure above it(1).  Just try
922 it out and you will see immediately how it works.
924    Org-mode contains several commands creating such trees, all these
925 commands can be accessed through a dispatcher:
927 `C-c /'
928      This prompts for an extra key to select a sparse-tree creating
929      command.  
931 `C-c / r'
932      Occur.  Prompts for a regexp and shows a sparse tree with all
933      matches.  If the match is in a headline, the headline is made
934      visible.  If the match is in the body of an entry, headline and
935      body are made visible.  In order to provide minimal context, also
936      the full hierarchy of headlines above the match is shown, as well
937      as the headline following the match.  Each match is also
938      highlighted; the highlights disappear when the buffer is changed
939      by an editing command, or by pressing `C-c C-c'.  When called with
940      a `C-u' prefix argument, previous highlights are kept, so several
941      calls to this command can be stacked.
943 For frequently used sparse trees of specific search strings, you can
944 use the variable `org-agenda-custom-commands' to define fast keyboard
945 access to specific sparse trees.  These commands will then be
946 accessible through the agenda dispatcher (*note Agenda dispatcher::).
947 For example:
949      (setq org-agenda-custom-commands
950            '(("f" occur-tree "FIXME")))
952 will define the key `C-c a f' as a shortcut for creating a sparse tree
953 matching the string `FIXME'.
955    The other sparse tree commands select headings based on TODO
956 keywords, tags, or properties and will be discussed later in this
957 manual.
959    To print a sparse tree, you can use the Emacs command
960 `ps-print-buffer-with-faces' which does not print invisible parts of
961 the document (2).  Or you can use the command `C-c C-e v' to export
962 only the visible part of the document and print the resulting file.
964    ---------- Footnotes ----------
966    (1) See also the variables `org-show-hierarchy-above',
967 `org-show-following-heading', and `org-show-siblings' for detailed
968 control on how much context is shown around each match.
970    (2) This does not work under XEmacs, because XEmacs uses selective
971 display for outlining, not text properties.
973 \x1f
974 File: org,  Node: Plain lists,  Next: Drawers,  Prev: Sparse trees,  Up: Document structure
976 2.8 Plain lists
977 ===============
979 Within an entry of the outline tree, hand-formatted lists can provide
980 additional structure.  They also provide a way to create lists of
981 checkboxes (*note Checkboxes::).  Org-mode supports editing such lists,
982 and the HTML exporter (*note Exporting::) parses and formats them.
984    Org-mode knows ordered and unordered lists.  Unordered list items
985 start with `-', `+', or `*'(1) as bullets.  Ordered list items start
986 with a numeral followed by either a period or a right parenthesis, such
987 as `1.' or `1)'.  Items belonging to the same list must have the same
988 indentation on the first line.  In particular, if an ordered list
989 reaches number `10.', then the 2-digit numbers must be written
990 left-aligned with the other numbers in the list.  Indentation also
991 determines the end of a list item.  It ends before the next line that
992 is indented like the bullet/number, or less.  Empty lines are part of
993 the previous item, so you can have several paragraphs in one item.  If
994 you would like an empty line to terminate all currently open plain
995 lists, configure the variable `org-empty-line-terminates-plain-lists'.
996 Here is an example:
998      ** Lord of the Rings
999         My favorite scenes are (in this order)
1000         1. The attack of the Rohirrim
1001         2. Eowyns fight with the witch king
1002            + this was already my favorite scene in the book
1003            + I really like Miranda Otto.
1004         3. Peter Jackson being shot by Legolas
1005             - on DVD only
1006            He makes a really funny face when it happens.
1007         But in the end, not individual scenes matter but the film as a whole.
1009    Org-mode supports these lists by tuning filling and wrapping
1010 commands to deal with them correctly(2).
1012    The following commands act on items when the cursor is in the first
1013 line of an item (the line with the bullet or number).
1015 `<TAB>'
1016      Items can be folded just like headline levels if you set the
1017      variable `org-cycle-include-plain-lists'.  The level of an item is
1018      then given by the indentation of the bullet/number.  Items are
1019      always subordinate to real headlines, however; the hierarchies
1020      remain completely separated.
1022      If `org-cycle-include-plain-lists' has not been set, <TAB> fixes
1023      the indentation of the curent line in a heuristic way.  
1025 `M-<RET>'
1026      Insert new item at current level.  With prefix arg, force a new
1027      heading (*note Structure editing::).  If this command is used in
1028      the middle of a line, the line is _split_ and the rest of the line
1029      becomes the new item.  If this command is executed in the
1030      _whitespace before a bullet or number_, the new item is created
1031      _before_ the current item.  If the command is executed in the
1032      white space before the text that is part of an item but does not
1033      contain the bullet, a bullet is added to the current line.  
1035 `M-S-<RET>'
1036      Insert a new item with a checkbox (*note Checkboxes::).  
1038 `S-<up>'
1039 `S-<down>'
1040      Jump to the previous/next item in the current list.  
1042 `M-S-<up>'
1043 `M-S-<down>'
1044      Move the item including subitems up/down (swap with previous/next
1045      item of same indentation).  If the list is ordered, renumbering is
1046      automatic.  
1048 `M-S-<left>'
1049 `M-S-<right>'
1050      Decrease/increase the indentation of the item, including subitems.
1051      Initially, the item tree is selected based on current indentation.
1052      When these commands are executed several times in direct
1053      succession, the initially selected region is used, even if the new
1054      indentation would imply a different hierarchy.  To use the new
1055      hierarchy, break the command chain with a cursor motion or so.  
1057 `C-c C-c'
1058      If there is a checkbox (*note Checkboxes::) in the item line,
1059      toggle the state of the checkbox.  If not, this command makes sure
1060      that all the items on this list level use the same bullet.
1061      Furthermore, if this is an ordered list, make sure the numbering
1062      is ok.  
1064 `C-c -'
1065      Cycle the entire list level through the different itemize/enumerate
1066      bullets (`-', `+', `*', `1.', `1)').  With prefix arg, select the
1067      nth bullet from this list.
1069    ---------- Footnotes ----------
1071    (1) When using `*' as a bullet, lines must be indented or they will
1072 be seen as top-level headlines.  Also, when you are hiding leading
1073 stars to get a clean outline view, plain list items starting with a
1074 star are visually indistinguishable from true headlines.  In short:
1075 even though `*' is supported, it may be better to not use it for plain
1076 list items.
1078    (2) Org-mode only changes the filling settings for Emacs.  For
1079 XEmacs, you should use Kyle E. Jones' `filladapt.el'.  To turn this on,
1080 put into `.emacs': `(require 'filladapt)'
1082 \x1f
1083 File: org,  Node: Drawers,  Next: orgstruct-mode,  Prev: Plain lists,  Up: Document structure
1085 2.9 Drawers
1086 ===========
1088 Sometimes you want to keep information associated with an entry, but you
1089 normally don't want to see it.  For this, Org-mode has _drawers_.
1090 Drawers need to be configured with the variable `org-drawers'(1).
1091 Drawers look like this:
1093      ** This is a headline
1094         Still outside the drawer
1095         :DRAWERNAME:
1096            This is inside the drawer.
1097         :END:
1098         After the drawer.
1100    Visibility cycling (*note Visibility cycling::) on the headline will
1101 hide and show the entry, but keep the drawer collapsed to a single line.
1102 In order to look inside the drawer, you need to move the cursor to the
1103 drawer line and press <TAB> there.  Org-mode uses a drawer for storing
1104 properties (*note Properties and columns::).
1106    ---------- Footnotes ----------
1108    (1) You can define drawers on a per-file basis with a line like
1109 `#+DRAWERS: HIDDEN PROPERTIES STATE'
1111 \x1f
1112 File: org,  Node: orgstruct-mode,  Prev: Drawers,  Up: Document structure
1114 2.10 The Orgstruct minor mode
1115 =============================
1117 If you like the intuitive way the Org-mode structure editing and list
1118 formatting works, you might want to use these commands in other modes
1119 like text-mode or mail-mode as well.  The minor mode Orgstruct-mode
1120 makes this possible.  You can always toggle the mode with `M-x
1121 orgstruct-mode'.  To turn it on by default, for example in mail mode,
1124      (add-hook 'mail-mode-hook 'turn-on-orgstruct)
1126    When this mode is active and the cursor is on a line that looks to
1127 Org-mode like a headline of the first line of a list item, most
1128 structure editing commands will work, even if the same keys normally
1129 have different functionality in the major mode you are using.  If the
1130 cursor is not in one of those special lines, Orgstruct-mode lurks
1131 silently in the shadow.
1133 \x1f
1134 File: org,  Node: Tables,  Next: Hyperlinks,  Prev: Document structure,  Up: Top
1136 3 Tables
1137 ********
1139 Org-mode comes with a fast and intuitive table editor.  Spreadsheet-like
1140 calculations are supported in connection with the Emacs `calc' package
1141 (*note Calc: (calc)Calc.).
1143 * Menu:
1145 * Built-in table editor::       Simple tables
1146 * Narrow columns::              Stop wasting space in tables
1147 * Column groups::               Grouping to trigger vertical lines
1148 * orgtbl-mode::                 The table editor as minor mode
1149 * The spreadsheet::             The table editor has spreadsheet capabilities.
1151 \x1f
1152 File: org,  Node: Built-in table editor,  Next: Narrow columns,  Prev: Tables,  Up: Tables
1154 3.1 The built-in table editor
1155 =============================
1157 Org-mode makes it easy to format tables in plain ASCII.  Any line with
1158 `|' as the first non-whitespace character is considered part of a
1159 table.  `|' is also the column separator.  A table might look like this:
1161      | Name  | Phone | Age |
1162      |-------+-------+-----|
1163      | Peter |  1234 |  17 |
1164      | Anna  |  4321 |  25 |
1166    A table is re-aligned automatically each time you press <TAB> or
1167 <RET> or `C-c C-c' inside the table.  <TAB> also moves to the next
1168 field (<RET> to the next row) and creates new table rows at the end of
1169 the table or before horizontal lines.  The indentation of the table is
1170 set by the first line.  Any line starting with `|-' is considered as a
1171 horizontal separator line and will be expanded on the next re-align to
1172 span the whole table width.  So, to create the above table, you would
1173 only type
1175      |Name|Phone|Age|
1176      |-
1178 and then press <TAB> to align the table and start filling in fields.
1180    When typing text into a field, Org-mode treats <DEL>, <Backspace>,
1181 and all character keys in a special way, so that inserting and deleting
1182 avoids shifting other fields.  Also, when typing _immediately after the
1183 cursor was moved into a new field with `<TAB>', `S-<TAB>' or `<RET>'_,
1184 the field is automatically made blank.  If this behavior is too
1185 unpredictable for you, configure the variables
1186 `org-enable-table-editor' and `org-table-auto-blank-field'.
1188 Creation and conversion
1189 .......................
1191 `C-c |'
1192      Convert the active region to table. If every line contains at
1193      least one TAB character, the function assumes that the material is
1194      tab separated.  If every line contains a comma, comma-separated
1195      values (CSV) are assumed.  If not, lines are split at whitespace
1196      into fields.  You can use a prefix argument to force a specific
1197      separator: `C-u' forces CSV, `C-u C-u' forces TAB, and a numeric
1198      argument N indicates that at least N consequtive spaces, or
1199      alternatively a TAB will be the separator.
1200      If there is no active region, this command creates an empty
1201      Org-mode table.  But it's easier just to start typing, like
1202      `|Name|Phone|Age <RET> |- <TAB>'.
1204 Re-aligning and field motion
1205 ............................
1207 `C-c C-c'
1208      Re-align the table without moving the cursor.  
1210 `<TAB>'
1211      Re-align the table, move to the next field.  Creates a new row if
1212      necessary.  
1214 `S-<TAB>'
1215      Re-align, move to previous field.  
1217 `<RET>'
1218      Re-align the table and move down to next row.  Creates a new row if
1219      necessary.  At the beginning or end of a line, <RET> still does
1220      NEWLINE, so it can be used to split a table.
1222 Column and row editing
1223 ......................
1225 `M-<left>'
1226 `M-<right>'
1227      Move the current column left/right.  
1229 `M-S-<left>'
1230      Kill the current column.  
1232 `M-S-<right>'
1233      Insert a new column to the left of the cursor position.  
1235 `M-<up>'
1236 `M-<down>'
1237      Move the current row up/down.  
1239 `M-S-<up>'
1240      Kill the current row or horizontal line.  
1242 `M-S-<down>'
1243      Insert a new row above (with arg: below) the current row.  
1245 `C-c -'
1246      Insert a horizontal line below current row. With prefix arg, the
1247      line is created above the current line.  
1249 `C-c ^'
1250      Sort the table lines in the region.  The position of point
1251      indicates the column to be used for sorting, and the range of
1252      lines is the range between the nearest horizontal separator lines,
1253      or the entire table.  If point is before the first column, you
1254      will be prompted for the sorting column.  If there is an active
1255      region, the mark specifies the first line and the sorting column,
1256      while point should be in the last line to be included into the
1257      sorting.  The command prompts for the sorting type
1258      (alphabetically, numerically, or by time).  When called with a
1259      prefix argument, alphabetic sorting will be case-sensitive.
1261 Regions
1262 .......
1264 `C-c C-x M-w'
1265      Copy a rectangular region from a table to a special clipboard.
1266      Point and mark determine edge fields of the rectangle.  The
1267      process ignores horizontal separator lines.  
1269 `C-c C-x C-w'
1270      Copy a rectangular region from a table to a special clipboard, and
1271      blank all fields in the rectangle.  So this is the "cut" operation.  
1273 `C-c C-x C-y'
1274      Paste a rectangular region into a table.  The upper right corner
1275      ends up in the current field.  All involved fields will be
1276      overwritten.  If the rectangle does not fit into the present table,
1277      the table is enlarged as needed.  The process ignores horizontal
1278      separator lines.  
1280 `C-c C-q'
1281      Wrap several fields in a column like a paragraph.  If there is an
1282      active region, and both point and mark are in the same column, the
1283      text in the column is wrapped to minimum width for the given
1284      number of lines.  A prefix ARG may be used to change the number of
1285      desired lines.  If there is no region, the current field is split
1286      at the cursor position and the text fragment to the right of the
1287      cursor is prepended to the field one line down. If there is no
1288      region, but you specify a prefix ARG, the current field is made
1289      blank, and the content is appended to the field above.
1291 Calculations
1292 ............
1294 `C-c +'
1295      Sum the numbers in the current column, or in the rectangle defined
1296      by the active region.  The result is shown in the echo area and can
1297      be inserted with `C-y'.  
1299 `S-<RET>'
1300      When current field is empty, copy from first non-empty field above.
1301      When not empty, copy current field down to next row and move cursor
1302      along with it.  Depending on the variable
1303      `org-table-copy-increment', integer field values will be
1304      incremented during copy.  This key is also used by CUA-mode (*note
1305      Cooperation::).
1307 Miscellaneous
1308 .............
1310 `C-c `'
1311      Edit the current field in a separate window.  This is useful for
1312      fields that are not fully visible (*note Narrow columns::).  When
1313      called with a `C-u' prefix, just make the full field visible, so
1314      that it can be edited in place.
1316 `M-x org-table-import'
1317      Import a file as a table.  The table should be TAB- or whitespace
1318      separated.  Useful, for example, to import a spreadsheet table or
1319      data from a database, because these programs generally can write
1320      TAB-separated text files.  This command works by inserting the
1321      file into the buffer and then converting the region to a table.
1322      Any prefix argument is passed on to the converter, which uses it
1323      to determine the separator.
1325 `C-c |'
1326      Tables can also be imported by pasting tabular text into the
1327      org-mode buffer, selecting the pasted text with `C-x C-x' and then
1328      using the `C-c |' command (see above under Creation and conversion.
1330 `M-x org-table-export'
1331      Export the table as a TAB-separated file.  Useful for data
1332      exchange with, for example, spreadsheet or database programs.
1334    If you don't like the automatic table editor because it gets in your
1335 way on lines which you would like to start with `|', you can turn it
1336 off with
1338      (setq org-enable-table-editor nil)
1340 Then the only table command that still works is `C-c C-c' to do a
1341 manual re-align.
1343 \x1f
1344 File: org,  Node: Narrow columns,  Next: Column groups,  Prev: Built-in table editor,  Up: Tables
1346 3.2 Narrow columns
1347 ==================
1349 The width of columns is automatically determined by the table editor.
1350 Sometimes a single field or a few fields need to carry more text,
1351 leading to inconveniently wide columns.  To limit(1) the width of a
1352 column, one field anywhere in the column may contain just the string
1353 `<N>' where `N' is an integer specifying the width of the column in
1354 characters.  The next re-align will then set the width of this column
1355 to no more than this value.
1357      |---+------------------------------|               |---+--------|
1358      |   |                              |               |   | <6>    |
1359      | 1 | one                          |               | 1 | one    |
1360      | 2 | two                          |     ----\     | 2 | two    |
1361      | 3 | This is a long chunk of text |     ----/     | 3 | This=> |
1362      | 4 | four                         |               | 4 | four   |
1363      |---+------------------------------|               |---+--------|
1365 Fields that are wider become clipped and end in the string `=>'.  Note
1366 that the full text is still in the buffer, it is only invisible.  To
1367 see the full text, hold the mouse over the field - a tool-tip window
1368 will show the full content.  To edit such a field, use the command `C-c
1369 `' (that is `C-c' followed by the backquote).  This will open a new
1370 window with the full field.  Edit it and finish with `C-c C-c'.
1372    When visiting a file containing a table with narrowed columns, the
1373 necessary character hiding has not yet happened, and the table needs to
1374 be aligned before it looks nice.  Setting the option
1375 `org-startup-align-all-tables' will realign all tables in a file upon
1376 visiting, but also slow down startup.  You can also set this option on
1377 a per-file basis with:
1379      #+STARTUP: align
1380      #+STARTUP: noalign
1382    ---------- Footnotes ----------
1384    (1) This feature does not work on XEmacs.
1386 \x1f
1387 File: org,  Node: Column groups,  Next: orgtbl-mode,  Prev: Narrow columns,  Up: Tables
1389 3.3 Column groups
1390 =================
1392 When Org-mode exports tables, it does so by default without vertical
1393 lines because that is visually more satisfying in general.  Occasionally
1394 however, vertical lines can be useful to structure a table into groups
1395 of columns, much like horizontal lines can do for groups of rows.  In
1396 order to specify column groups, you can use a special row where the
1397 first field contains only `/'.  The further fields can either contain
1398 `<' to indicate that this column should start a group, `>' to indicate
1399 the end of a column, or `<>' to make a column a group of its own.
1400 Boundaries between colum groups will upon export be marked with
1401 vertical lines.  Here is an example:
1403      |   |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1404      |---+----+-----+-----+-----+---------+------------|
1405      | / | <> |   < |     |   > |       < |          > |
1406      | # |  1 |   1 |   1 |   1 |       1 |          1 |
1407      | # |  2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
1408      | # |  3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
1409      |---+----+-----+-----+-----+---------+------------|
1410      #+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
1412    It is also sufficient to just insert the colum group starters after
1413 every vertical line you'd like to have:
1415      |  N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
1416      |----+-----+-----+-----+---------+------------|
1417      | /  | <   |     |     | <       |            |
1419 \x1f
1420 File: org,  Node: orgtbl-mode,  Next: The spreadsheet,  Prev: Column groups,  Up: Tables
1422 3.4 The Orgtbl minor mode
1423 =========================
1425 If you like the intuitive way the Org-mode table editor works, you
1426 might also want to use it in other modes like text-mode or mail-mode.
1427 The minor mode Orgtbl-mode makes this possible.  You can always toggle
1428 the mode with `M-x orgtbl-mode'.  To turn it on by default, for example
1429 in mail mode, use
1431      (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1433    Furthermore, with some special setup, it is possible to maintain
1434 tables in arbitrary syntax with Orgtbl-mode.  For example, it is
1435 possible to construct LaTeX tables with the underlying ease and power of
1436 Orgtbl-mode, including spreadsheet capabilities.  For details, see
1437 *Note Tables in arbitrary syntax::.
1439 \x1f
1440 File: org,  Node: The spreadsheet,  Prev: orgtbl-mode,  Up: Tables
1442 3.5 The spreadsheet
1443 ===================
1445 The table editor makes use of the Emacs `calc' package to implement
1446 spreadsheet-like capabilities.  It can also evaluate Emacs Lisp forms to
1447 derive fields from other fields.  While fully featured, Org-mode's
1448 implementation is not identical to other spreadsheets.  For example,
1449 Org-mode knows the concept of a _column formula_ that will be applied
1450 to all non-header fields in a column without having to copy the formula
1451 to each relevant field.
1453 * Menu:
1455 * References::                  How to refer to another field or range
1456 * Formula syntax for Calc::     Using Calc to compute stuff
1457 * Formula syntax for Lisp::     Writing formulas in Emacs Lisp
1458 * Field formulas::              Formulas valid for a single field
1459 * Column formulas::             Formulas valid for an entire column
1460 * Editing and debugging formulas::  Fixing formulas
1461 * Updating the table::          Recomputing all dependent fields
1462 * Advanced features::           Field names, parameters and automatic recalc
1464 \x1f
1465 File: org,  Node: References,  Next: Formula syntax for Calc,  Prev: The spreadsheet,  Up: The spreadsheet
1467 3.5.1 References
1468 ----------------
1470 To compute fields in the table from other fields, formulas must
1471 reference other fields or ranges.  In Org-mode, fields can be referenced
1472 by name, by absolute coordinates, and by relative coordinates.  To find
1473 out what the coordinates of a field are, press `C-c ?' in that field,
1474 or press `C-c }' to toggle the display of a grid.
1476 Field references
1477 ................
1479 Formulas can reference the value of another field in two ways.  Like in
1480 any other spreadsheet, you may reference fields with a letter/number
1481 combination like `B3', meaning the 2nd field in the 3rd row.
1483 Org-mode also uses another, more general operator that looks like this:
1484      @row$column
1486 Column references can be absolute like `1', `2',...`N', or relative to
1487 the current column like `+1' or `-2'.
1489    The row specification only counts data lines and ignores horizontal
1490 separator lines (hlines).  You can use absolute row numbers `1'...`N',
1491 and row numbers relative to the current row like `+3' or `-1'.  Or
1492 specify the row relative to one of the hlines: `I' refers to the first
1493 hline(1), `II' to the second etc.  `-I' refers to the first such line
1494 above the current line, `+I' to the first such line below the current
1495 line.  You can also write `III+2' which is the second data line after
1496 the third hline in the table.  Relative row numbers like `-3' will not
1497 cross hlines if the current line is too close to the hline.  Instead,
1498 the value directly at the hline is used.
1500    `0' refers to the current row and column.  Also, if you omit either
1501 the column or the row part of the reference, the current row/column is
1502 implied.
1504    Org-mode's references with _unsigned_ numbers are fixed references
1505 in the sense that if you use the same reference in the formula for two
1506 different fields, the same field will be referenced each time.
1507 Org-mode's references with _signed_ numbers are floating references
1508 because the same reference operator can reference different fields
1509 depending on the field being calculated by the formula.
1511    Here are a few examples:
1513      @2$3      2nd row, 3rd column
1514      C2        same as previous
1515      $5        column 5 in the current row
1516      E&        same as previous
1517      @2        current column, row 2
1518      @-1$-3    the field one row up, three columns to the left
1519      @-I$2     field just under hline above current row, column 2
1521 Range references
1522 ................
1524 You may reference a rectangular range of fields by specifying two field
1525 references connected by two dots `..'.  If both fields are in the
1526 current row, you may simply use `$2..$7', but if at least one field is
1527 in a different row, you need to use the general `@row$column' format at
1528 least for the first field (i.e the reference must start with `@' in
1529 order to be interpreted correctly).  Examples:
1531      $1..$3        First three fields in the current row.
1532      $P..$Q        Range, using column names (see under Advanced)
1533      @2$1..@4$3    6 fields between these two fields.
1534      A2..C4        Same as above.
1535      @-1$-2..@-1   3 numbers from the column to the left, 2 up to current row
1537 Range references return a vector of values that can be fed into Calc
1538 vector functions.  Empty fields in ranges are normally suppressed, so
1539 that the vector contains only the non-empty fields (but see the `E'
1540 mode switch below).  If there are no non-empty fields, `[0]' is
1541 returned to avoid syntax errors in formulas.
1543 Named references
1544 ................
1546 `$name' is interpreted as the name of a column, parameter or constant.
1547 Constants are defined globally through the variable
1548 `org-table-formula-constants', and locally (for the file) through a
1549 line like
1551      #+CONSTANTS: c=299792458. pi=3.14 eps=2.4e-6
1553 Also properties (*note Properties and columns::) can be used as
1554 constants in table formulas: For a property `:Xyz:' use the name
1555 `$PROP_Xyz', and the property will be searched in the current outline
1556 entry and in the hierarchy above it.  If you have the `constants.el'
1557 package, it will also be used to resolve constants, including natural
1558 constants like `$h' for Planck's constant, and units like `$km' for
1559 kilometers(2).  Column names and parameters can be specified in special
1560 table lines.  These are described below, see *Note Advanced features::.
1561 All names must start with a letter, and further consist of letters and
1562 numbers.
1564    ---------- Footnotes ----------
1566    (1) Note that only hlines are counted that _separate_ table lines.
1567 If the table starts with a hline above the header, it does not count.
1569    (2) `Constant.el' can supply the values of constants in two
1570 different unit systems, `SI' and `cgs'.  Which one is used depends on
1571 the value of the variable `constants-unit-system'.  You can use the
1572 `#+STARTUP' options `constSI' and `constcgs' to set this value for the
1573 current buffer.
1575 \x1f
1576 File: org,  Node: Formula syntax for Calc,  Next: Formula syntax for Lisp,  Prev: References,  Up: The spreadsheet
1578 3.5.2 Formula syntax for Calc
1579 -----------------------------
1581 A formula can be any algebraic expression understood by the Emacs
1582 `Calc' package.  Note that `calc' has the non-standard convention that
1583 `/' has lower precedence than `*', so that `a/b*c' is interpreted as
1584 `a/(b*c)'.  Before evaluation by `calc-eval' (*note calc-eval:
1585 (calc)Calling Calc from Your Programs.), variable substitution takes
1586 place according to the rules described above.  The range vectors can be
1587 directly fed into the calc vector functions like `vmean' and `vsum'.
1589    A formula can contain an optional mode string after a semicolon.
1590 This string consists of flags to influence Calc and other modes during
1591 execution.  By default, Org-mode uses the standard calc modes (precision
1592 12, angular units degrees, fraction and symbolic modes off.  The display
1593 format, however, has been changed to `(float 5)' to keep tables
1594 compact.  The default settings can be configured using the variable
1595 `org-calc-default-modes'.
1597      p20           switch the internal precision to 20 digits
1598      n3 s3 e2 f4   normal, scientific, engineering, or fixed display format
1599      D R           angle modes: degrees, radians
1600      F S           fraction and symbolic modes
1601      N             interpret all fields as numbers, use 0 for non-numbers
1602      T             force text interpretation
1603      E             keep empty fields in ranges
1605 In addition, you may provide a `printf' format specifier to reformat
1606 the final result.  A few examples:
1608      $1+$2                Sum of first and second field
1609      $1+$2;%.2f           Same, format result to two decimals
1610      exp($2)+exp($1)      Math functions can be used
1611      $0;%.1f              Reformat current cell to 1 decimal
1612      ($3-32)*5/9          Degrees F -> C conversion
1613      $c/$1/$cm            Hz -> cm conversion, using `constants.el'
1614      tan($1);Dp3s1        Compute in degrees, precision 3, display SCI 1
1615      sin($1);Dp3%.1e      Same, but use printf specifier for display
1616      vmean($2..$7)        Compute column range mean, using vector function
1617      vmean($2..$7);EN     Same, but treat empty fields as 0
1618      taylor($3,x=7,2)     taylor series of $3, at x=7, second degree
1620    Calc also contains a complete set of logical operations.  For example
1622      if($1<20,teen,string(""))  "teen" if age $1 less than 20, else empty
1624 \x1f
1625 File: org,  Node: Formula syntax for Lisp,  Next: Field formulas,  Prev: Formula syntax for Calc,  Up: The spreadsheet
1627 3.5.3 Emacs Lisp forms as formulas
1628 ----------------------------------
1630 It is also possible to write a formula in Emacs Lisp; this can be useful
1631 for string manipulation and control structures, if the Calc's
1632 functionality is not enough.  If a formula starts with a single quote
1633 followed by an opening parenthesis, then it is evaluated as a lisp form.
1634 The evaluation should return either a string or a number.  Just as with
1635 `calc' formulas, you can specify modes and a printf format after a
1636 semicolon.  With Emacs Lisp forms, you need to be concious about the way
1637 field references are interpolated into the form.  By default, a
1638 reference will be interpolated as a Lisp string (in double quotes)
1639 containing the field.  If you provide the `N' mode switch, all
1640 referenced elements will be numbers (non-number fields will be zero) and
1641 interpolated as Lisp numbers, without quotes.  If you provide the `L'
1642 flag, all fields will be interpolated literally, without quotes.  I.e.,
1643 if you want a reference to be interpreted as a string by the Lisp form,
1644 enclode the reference operator itself in double quotes, like `"$3"'.
1645 Ranges are inserted as space-separated fields, so you can embed them in
1646 list or vector syntax.  A few examples, note how the `N' mode is used
1647 when we do computations in lisp.
1649      Swap the first two characters of the content of column 1
1650        '(concat (substring $1 1 2) (substring $1 0 1) (substring $1 2))
1651      Add columns 1 and 2, equivalent to the Calc's `$1+$2'
1652        '(+ $1 $2);N
1653      Compute the sum of columns 1-4, like Calc's `vsum($1..$4)'
1654        '(apply '+ '($1..$4));N
1656 \x1f
1657 File: org,  Node: Field formulas,  Next: Column formulas,  Prev: Formula syntax for Lisp,  Up: The spreadsheet
1659 3.5.4 Field formulas
1660 --------------------
1662 To assign a formula to a particular field, type it directly into the
1663 field, preceded by `:=', for example `:=$1+$2'.  When you press <TAB>
1664 or <RET> or `C-c C-c' with the cursor still in the field, the formula
1665 will be stored as the formula for this field, evaluated, and the
1666 current field replaced with the result.
1668    Formulas are stored in a special line starting with `#+TBLFM:'
1669 directly below the table.  If you typed the equation in the 4th field of
1670 the 3rd data line in the table, the formula will look like
1671 `@3$4=$1+$2'.  When inserting/deleting/swapping column and rows with
1672 the appropriate commands, absolute references (but not relative ones)
1673 in stored formulas are modified in order to still reference the same
1674 field.  Of cause this is not true if you edit the table structure with
1675 normal editing commands - then you must fix the equations yourself.
1677    Instead of typing an equation into the field, you may also use the
1678 following command
1680 `C-u C-c ='
1681      Install a new formula for the current field.  The command prompts
1682      for a formula, with default taken from the `#+TBLFM:' line, applies
1683      it to the current field and stores it.
1685 \x1f
1686 File: org,  Node: Column formulas,  Next: Editing and debugging formulas,  Prev: Field formulas,  Up: The spreadsheet
1688 3.5.5 Column formulas
1689 ---------------------
1691 Often in a table, the same formula should be used for all fields in a
1692 particular column.  Instead of having to copy the formula to all fields
1693 in that column, org-mode allows to assign a single formula to an entire
1694 column.  If the table contains horizontal separator hlines, everything
1695 before the first such line is considered part of the table _header_ and
1696 will not be modified by column formulas.
1698    To assign a formula to a column, type it directly into any field in
1699 the column, preceded by an equal sign, like `=$1+$2'.  When you press
1700 <TAB> or <RET> or `C-c C-c' with the cursor still in the field, the
1701 formula will be stored as the formula for the current column, evaluated
1702 and the current field replaced with the result.  If the field contains
1703 only `=', the previously stored formula for this column is used.  For
1704 each column, Org-mode will only remember the most recently used
1705 formula.  In the `TBLFM:' line, column formulas will look like
1706 `$4=$1+$2'.
1708    Instead of typing an equation into the field, you may also use the
1709 following command:
1711 `C-c ='
1712      Install a new formula for the current column and replace current
1713      field with the result of the formula.  The command prompts for a
1714      formula, with default taken from the `#+TBLFM' line, applies it to
1715      the current field and stores it.  With a numerical prefix (e.g.
1716      `C-5 C-c =') will apply it to that many consecutive fields in the
1717      current column.
1719 \x1f
1720 File: org,  Node: Editing and debugging formulas,  Next: Updating the table,  Prev: Column formulas,  Up: The spreadsheet
1722 3.5.6 Editing and Debugging formulas
1723 ------------------------------------
1725 You can edit individual formulas in the minibuffer or directly in the
1726 field.  Org-mode can also prepare a special buffer with all active
1727 formulas of a table.  When offering a formula for editing, Org-mode
1728 converts references to the standard format (like `B3' or `D&') if
1729 possible.  If you prefer to only work with the internal format (like
1730 `@3$2' or `$4'), configure the variable
1731 `org-table-use-standard-references'.
1733 `C-c ='
1734 `C-u C-c ='
1735      Edit the formula associated with the current column/field in the
1736      minibuffer.  See *Note Column formulas:: and *Note Field
1737      formulas::.  
1739 `C-u C-u C-c ='
1740      Re-insert the active formula (either a field formula, or a column
1741      formula) into the current field, so that you can edit it directly
1742      in the field.  The advantage over editing in the minibuffer is
1743      that you can use the command `C-c ?'.  
1745 `C-c ?'
1746      While editing a formula in a table field, highlight the field(s)
1747      referenced by the reference at the cursor position in the formula.  
1749 `C-c }'
1750      Toggle the display of row and column numbers for a table, using
1751      overlays.  These are updated each time the table is aligned, you
1752      can force it with `C-c C-c'.  
1754 `C-c {'
1755      Toggle the formula debugger on and off.  See below.  
1757 `C-c ''
1758      Edit all formulas for the current table in a special buffer, where
1759      the formulas will be displayed one per line.  If the current field
1760      has an active formula, the cursor in the formula editor will mark
1761      it.  While inside the special buffer, Org-mode will automatically
1762      highlight any field or range reference at the cursor position.
1763      You may edit, remove and add formulas, and use the following
1764      commands:
1765     `C-c C-c'
1766     `C-x C-s'
1767           Exit the formula editor and store the modified formulas.
1768           With `C-u' prefix, also apply the new formulas to the entire
1769           table.  
1771     `C-c C-q'
1772           Exit the formula editor without installing changes.  
1774     `C-c C-r'
1775           Toggle all references in the formula editor between standard
1776           (like `B3') and internal (like `@3$2').  
1778     `<TAB>'
1779           Pretty-print or indent lisp formula at point.  When in a line
1780           containing a lisp formula, format the formula according to
1781           Emacs Lisp rules.  Another <TAB> collapses the formula back
1782           again.  In the open formula, <TAB> re-indents just like in
1783           Emacs-lisp-mode.  
1785     `M-<TAB>'
1786           Complete Lisp symbols, just like in Emacs-lisp-mode.  
1788     `S-<up>/<down>/<left>/<right>'
1789           Shift the reference at point.  For example, if the reference
1790           is `B3' and you press `S-<right>', it will become `C3'.  This
1791           also works for relative references, and for hline references.  
1793     `M-S-<up>/<down>'
1794           Move the test line for column formulas in the Org-mode buffer
1795           up and down.  
1797     `M-<up>/<down>'
1798           Scroll the window displaying the table.  
1800     `C-c }'
1801           Turn the coordinate grid in the table on and off.
1803    Making a table field blank does not remove the formula associated
1804 with the field, because that is stored in a different line (the `TBLFM'
1805 line) - during the next recalculation the field will be filled again.
1806 To remove a formula from a field, you have to give an empty reply when
1807 prompted for the formula, or to edit the `#+TBLFM' line.
1809    You may edit the `#+TBLFM' directly and re-apply the changed
1810 equations with `C-c C-c' in that line, or with the normal recalculation
1811 commands in the table.
1813 Debugging formulas
1814 ..................
1816 When the evaluation of a formula leads to an error, the field content
1817 becomes the string `#ERROR'.  If you would like see what is going on
1818 during variable substitution and calculation in order to find a bug,
1819 turn on formula debugging in the `Tbl' menu and repeat the calculation,
1820 for example by pressing `C-u C-u C-c = <RET>' in a field.  Detailed
1821 information will be displayed.
1823 \x1f
1824 File: org,  Node: Updating the table,  Next: Advanced features,  Prev: Editing and debugging formulas,  Up: The spreadsheet
1826 3.5.7 Updating the Table
1827 ------------------------
1829 Recalculation of a table is normally not automatic, but needs to be
1830 triggered by a command.  See *Note Advanced features:: for a way to make
1831 recalculation at least semi-automatically.
1833    In order to recalculate a line of a table or the entire table, use
1834 the following commands:
1836 `C-c *'
1837      Recalculate the current row by first applying the stored column
1838      formulas from left to right, and all field formulas in the current
1839      row.  
1841 `C-u C-c *'
1842 `C-u C-c C-c'
1843      Recompute the entire table, line by line.  Any lines before the
1844      first hline are left alone, assuming that these are part of the
1845      table header.  
1847 `C-u C-u C-c *'
1848 `C-u C-u C-c C-c'
1849      Iterate the table by recomputing it until no further changes occur.
1850      This may be necessary if some computed fields use the value of
1851      other fields that are computed later in the calculation sequence.
1853 \x1f
1854 File: org,  Node: Advanced features,  Prev: Updating the table,  Up: The spreadsheet
1856 3.5.8 Advanced features
1857 -----------------------
1859 If you want the recalculation of fields to happen automatically, or if
1860 you want to be able to assign names to fields and columns, you need to
1861 reserve the first column of the table for special marking characters.
1862 `C-#'
1863      Rotate the calculation mark in first column through the states `',
1864      `#', `*', `!', `$'.  The meaning of these characters is discussed
1865      below.  When there is an active region, change all marks in the
1866      region.
1868    Here is an example of a table that collects exam results of students
1869 and makes use of these features:
1871      |---+---------+--------+--------+--------+-------+------|
1872      |   | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
1873      |---+---------+--------+--------+--------+-------+------|
1874      | ! |         |     P1 |     P2 |     P3 |   Tot |      |
1875      | # | Maximum |     10 |     15 |     25 |    50 | 10.0 |
1876      | ^ |         |     m1 |     m2 |     m3 |    mt |      |
1877      |---+---------+--------+--------+--------+-------+------|
1878      | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
1879      | # | Sara    |      6 |     14 |     19 |    39 |  7.8 |
1880      | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
1881      |---+---------+--------+--------+--------+-------+------|
1882      |   | Average |        |        |        |  29.7 |      |
1883      | ^ |         |        |        |        |    at |      |
1884      | $ | max=50  |        |        |        |       |      |
1885      |---+---------+--------+--------+--------+-------+------|
1886      #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(@-II..@-I);%.1f
1888 Important: Please note that for these special tables, recalculating the
1889 table with `C-u C-c *' will only affect rows that are marked `#' or
1890 `*', and fields that have a formula assigned to the field itself.  The
1891 column formulas are not applied in rows with empty first field.
1893    The marking characters have the following meaning:
1895      The fields in this line define names for the columns, so that you
1896      may refer to a column as `$Tot' instead of `$6'.
1899      This row defines names for the fields _above_ the row.  With such
1900      a definition, any formula in the table may use `$m1' to refer to
1901      the value `10'.  Also, if you assign a formula to a names field, it
1902      will be stored as `$name=...'.
1905      Similar to `^', but defines names for the fields in the row
1906      _below_.
1909      Fields in this row can define _parameters_ for formulas.  For
1910      example, if a field in a `$' row contains `max=50', then formulas
1911      in this table can refer to the value 50 using `$max'.  Parameters
1912      work exactly like constants, only that they can be defined on a
1913      per-table basis.
1916      Fields in this row are automatically recalculated when pressing
1917      <TAB> or <RET> or `S-<TAB>' in this row.  Also, this row is
1918      selected for a global recalculation with `C-u C-c *'.  Unmarked
1919      lines will be left alone by this command.
1922      Selects this line for global recalculation with `C-u C-c *', but
1923      not for automatic recalculation.  Use this when automatic
1924      recalculation slows down editing too much.
1927      Unmarked lines are exempt from recalculation with `C-u C-c *'.
1928      All lines that should be recalculated should be marked with `#' or
1929      `*'.
1932      Do not export this line.  Useful for lines that contain the
1933      narrowing `<N>' markers.
1935    Finally, just to whet your appetite on what can be done with the
1936 fantastic `calc' package, here is a table that computes the Taylor
1937 series of degree `n' at location `x' for a couple of functions
1938 (homework: try that with Excel :-)
1940      |---+-------------+---+-----+--------------------------------------|
1941      |   | Func        | n | x   | Result                               |
1942      |---+-------------+---+-----+--------------------------------------|
1943      | # | exp(x)      | 1 | x   | 1 + x                                |
1944      | # | exp(x)      | 2 | x   | 1 + x + x^2 / 2                      |
1945      | # | exp(x)      | 3 | x   | 1 + x + x^2 / 2 + x^3 / 6            |
1946      | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
1947      | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2    |
1948      | * | tan(x)      | 3 | x   | 0.0175 x + 1.77e-6 x^3               |
1949      |---+-------------+---+-----+--------------------------------------|
1950      #+TBLFM: $5=taylor($2,$4,$3);n3
1952 \x1f
1953 File: org,  Node: Hyperlinks,  Next: TODO items,  Prev: Tables,  Up: Top
1955 4 Hyperlinks
1956 ************
1958 Like HTML, Org-mode provides links inside a file, external links to
1959 other files, Usenet articles, emails, and much more.
1961 * Menu:
1963 * Link format::                 How links in Org-mode are formatted
1964 * Internal links::              Links to other places in the current file
1965 * External links::              URL-like links to the world
1966 * Handling links::              Creating, inserting and following
1967 * Using links outside Org-mode::  Linking from my C source code?
1968 * Link abbreviations::          Shortcuts for writing complex links
1969 * Search options::              Linking to a specific location
1970 * Custom searches::             When the default search is not enough
1972 \x1f
1973 File: org,  Node: Link format,  Next: Internal links,  Prev: Hyperlinks,  Up: Hyperlinks
1975 4.1 Link format
1976 ===============
1978 Org-mode will recognize plain URL-like links and activate them as
1979 clickable links.  The general link format, however, looks like this:
1981      [[link][description]]       or alternatively           [[link]]
1983    Once a link in the buffer is complete (all brackets present),
1984 Org-mode will change the display so that `description' is displayed
1985 instead of `[[link][description]]' and `link' is displayed instead of
1986 `[[link]]'.  Links will be highlighted in the face `org-link', which by
1987 default is an underlined face.  You can directly edit the visible part
1988 of a link.  Note that this can be either the `link' part (if there is
1989 no description) or the `description' part.  To edit also the invisible
1990 `link' part, use `C-c C-l' with the cursor on the link.
1992    If you place the cursor at the beginning or just behind the end of
1993 the displayed text and press <BACKSPACE>, you will remove the
1994 (invisible) bracket at that location.  This makes the link incomplete
1995 and the internals are again displayed as plain text.  Inserting the
1996 missing bracket hides the link internals again.  To show the internal
1997 structure of all links, use the menu entry `Org->Hyperlinks->Literal
1998 links'.
2000 \x1f
2001 File: org,  Node: Internal links,  Next: External links,  Prev: Link format,  Up: Hyperlinks
2003 4.2 Internal links
2004 ==================
2006 If the link does not look like a URL, it is considered to be internal in
2007 the current file.  Links such as `[[My Target]]' or `[[My Target][Find
2008 my target]]' lead to a text search in the current file.  The link can
2009 be followed with `C-c C-o' when the cursor is on the link, or with a
2010 mouse click (*note Handling links::).  The preferred match for such a
2011 link is a dedicated target: the same string in double angular brackets.
2012 Targets may be located anywhere; sometimes it is convenient to put
2013 them into a comment line. For example
2015      # <<My Target>>
2017 In HTML export (*note HTML export::), such targets will become named
2018 anchors for direct access through `http' links(1).
2020    If no dedicated target exists, Org-mode will search for the words in
2021 the link.  In the above example the search would be for `my target'.
2022 Links starting with a star like `*My Target' restrict the search to
2023 headlines.  When searching, Org-mode will first try an exact match, but
2024 then move on to more and more lenient searches.  For example, the link
2025 `[[*My Targets]]' will find any of the following:
2027      ** My targets
2028      ** TODO my targets are bright
2029      ** my 20 targets are
2031    To insert a link targeting a headline, in-buffer completion can be
2032 used.  Just type a star followed by a few optional letters into the
2033 buffer and press `M-<TAB>'.  All headlines in the current buffer will be
2034 offered as completions.  *Note Handling links::, for more commands
2035 creating links.
2037    Following a link pushes a mark onto Org-mode's own mark ring.  You
2038 can return to the previous position with `C-c &'.  Using this command
2039 several times in direct succession goes back to positions recorded
2040 earlier.
2042 * Menu:
2044 * Radio targets::               Make targets trigger links in plain text.
2046    ---------- Footnotes ----------
2048    (1) Note that text before the first headline is usually not
2049 exported, so the first such target should be after the first headline.
2051 \x1f
2052 File: org,  Node: Radio targets,  Prev: Internal links,  Up: Internal links
2054 4.2.1 Radio targets
2055 -------------------
2057 Org-mode can automatically turn any occurrences of certain target names
2058 in normal text into a link.  So without explicitly creating a link, the
2059 text connects to the target radioing its position.  Radio targets are
2060 enclosed by triple angular brackets.  For example, a target `<<<My
2061 Target>>>' causes each occurrence of `my target' in normal text to
2062 become activated as a link.  The Org-mode file is scanned automatically
2063 for radio targets only when the file is first loaded into Emacs.  To
2064 update the target list during editing, press `C-c C-c' with the cursor
2065 on or at a target.
2067 \x1f
2068 File: org,  Node: External links,  Next: Handling links,  Prev: Internal links,  Up: Hyperlinks
2070 4.3 External links
2071 ==================
2073 Org-mode supports links to files, websites, Usenet and email messages,
2074 and BBDB database entries.  External links are URL-like locators.  They
2075 start with a short identifying string followed by a colon.  There can be
2076 no space after the colon.  The following list shows examples for each
2077 link type.
2079      http://www.astro.uva.nl/~dominik          on the web
2080      file:/home/dominik/images/jupiter.jpg     file, absolute path
2081      file:papers/last.pdf                      file, relative path
2082      news:comp.emacs                           Usenet link
2083      mailto:adent@galaxy.net                   Mail link
2084      vm:folder                                 VM folder link
2085      vm:folder#id                              VM message link
2086      vm://myself@some.where.org/folder#id      VM on remote machine
2087      wl:folder                                 WANDERLUST folder link
2088      wl:folder#id                              WANDERLUST message link
2089      mhe:folder                                MH-E folder link
2090      mhe:folder#id                             MH-E message link
2091      rmail:folder                              RMAIL folder link
2092      rmail:folder#id                           RMAIL message link
2093      gnus:group                                GNUS group link
2094      gnus:group#id                             GNUS article link
2095      bbdb:Richard Stallman                     BBDB link
2096      shell:ls *.org                            A shell command
2097      elisp:(find-file-other-frame "Elisp.org") An elisp form to evaluate
2099    A link should be enclosed in double brackets and may contain a
2100 descriptive text to be displayed instead of the url (*note Link
2101 format::), for example:
2103      [[http://www.gnu.org/software/emacs/][GNU Emacs]]
2105 If the description is a file name or URL that points to an image, HTML
2106 export (*note HTML export::) will inline the image as a clickable
2107 button.  If there is no description at all and the link points to an
2108 image, that image will be inlined into the exported HTML file.
2110    Org-mode also finds external links in the normal text and activates
2111 them as links.  If spaces must be part of the link (for example in
2112 `bbdb:Richard Stallman'), or if you need to remove ambiguities about
2113 the end of the link, enclose them in angular brackets.
2115 \x1f
2116 File: org,  Node: Handling links,  Next: Using links outside Org-mode,  Prev: External links,  Up: Hyperlinks
2118 4.4 Handling links
2119 ==================
2121 Org-mode provides methods to create a link in the correct syntax, to
2122 insert it into an org-mode file, and to follow the link.
2124 `C-c l'
2125      Store a link to the current location.  This is a _global_ command
2126      which can be used in any buffer to create a link.  The link will be
2127      stored for later insertion into an Org-mode buffer (see below).
2128      For Org-mode files, if there is a `<<target>>' at the cursor, the
2129      link points to the target.  Otherwise it points to the current
2130      headline.  For VM, RMAIL, WANDERLUST, MH-E, GNUS and BBDB buffers,
2131      the link will indicate the current article/entry.  For W3 and W3M
2132      buffers, the link goes to the current URL.  For any other files,
2133      the link will point to the file, with a search string (*note
2134      Search options::) pointing to the contents of the current line.
2135      If there is an active region, the selected words will form the
2136      basis of the search string.  If the automatically created link is
2137      not working correctly or accurately enough, you can write custom
2138      functions to select the search string and to do the search for
2139      particular file types - see *Note Custom searches::.  The key
2140      binding `C-c l' is only a suggestion - see *Note Installation::.  
2142 `C-c C-l'
2143      Insert a link.  This prompts for a link to be inserted into the
2144      buffer.  You can just type a link, using text for an internal
2145      link, or one of the link type prefixes mentioned in the examples
2146      above.  All links stored during the current session are part of
2147      the history for this prompt, so you can access them with <up> and
2148      <down> (or `M-p/n').  Completion, on the other hand, will help you
2149      to insert valid link prefixes like `http:' or `ftp:', including
2150      the prefixes defined through link abbreviations (*note Link
2151      abbreviations::).  The link will be inserted into the buffer(1),
2152      along with a descriptive text.  If some text was selected when
2153      this command is called, the selected text becomes the default
2154      description.
2155      Note that you don't have to use this command to insert a link.
2156      Links in Org-mode are plain text, and you can type or paste them
2157      straight into the buffer.  By using this command, the links are
2158      automatically enclosed in double brackets, and you will be asked
2159      for the optional descriptive text.  
2161 `C-u C-c C-l'
2162      When `C-c C-l' is called with a `C-u' prefix argument, a link to a
2163      file will be inserted and you may use file name completion to
2164      select the name of the file.  The path to the file is inserted
2165      relative to the directory of the current org file, if the linked
2166      file is in the current directory or in a subdirectory of it, or if
2167      the path is written relative to the current directory using `../'.
2168      Otherwise an absolute path is used, if possible with `~/' for
2169      your home directory.  You can force an absolute path with two
2170      `C-u' prefixes.
2172 `C-c C-l (with cursor on existing link)'
2173      When the cursor is on an existing link, `C-c C-l' allows you to
2174      edit the link and description parts of the link.  
2176 `C-c C-o'
2177      Open link at point.  This will launch a web browser for URLs (using
2178      `browse-url-at-point'), run vm/mh-e/wanderlust/rmail/gnus/bbdb for
2179      the corresponding links, and execute the command in a shell link.
2180      When the cursor is on an internal link, this commands runs the
2181      corresponding search.  When the cursor is on a TAG list in a
2182      headline, it creates the corresponding TAGS view.  If the cursor
2183      is on a time stamp, it compiles the agenda for that date.
2184      Furthermore, it will visit text and remote files in `file:' links
2185      with Emacs and select a suitable application for local non-text
2186      files.  Classification of files is based on file extension only.
2187      See option `org-file-apps'.  If you want to override the default
2188      application and visit the file with Emacs, use a `C-u' prefix.  
2190 `mouse-2'
2191 `mouse-1'
2192      On links, `mouse-2' will open the link just as `C-c C-o' would.
2193      Under Emacs 22, also `mouse-1' will follow a link.  
2195 `mouse-3'
2196      Like `mouse-2', but force file links to be opened with Emacs, and
2197      internal links to be displayed in another window(2).  
2199 `C-c %'
2200      Push the current position onto the mark ring, to be able to return
2201      easily. Commands following an internal link do this automatically.  
2203 `C-c &'
2204      Jump back to a recorded position.  A position is recorded by the
2205      commands following internal links, and by `C-c %'.  Using this
2206      command several times in direct succession moves through a ring of
2207      previously recorded positions.  
2209 `C-c C-x C-n'
2210 `C-c C-x C-p'
2211      Move forward/backward to the next link in the buffer.  At the
2212      limit of the buffer, the search fails once, and then wraps around.
2213      The key bindings for this are really too long, you might want to
2214      bind this also to `C-n' and `C-p'
2215           (add-hook 'org-load-hook
2216             (lambda ()
2217               (define-key 'org-mode-map "\C-n" 'org-next-link)
2218               (define-key 'org-mode-map "\C-p" 'org-previous-link)))
2220    ---------- Footnotes ----------
2222    (1) After insertion of a stored link, the link will be removed from
2223 the list of stored links.  To keep it in the list later use, use a
2224 triple `C-u' prefix to `C-c C-l', or configure the option
2225 `org-keep-stored-link-after-insertion'.
2227    (2) See the variable `org-display-internal-link-with-indirect-buffer'
2229 \x1f
2230 File: org,  Node: Using links outside Org-mode,  Next: Link abbreviations,  Prev: Handling links,  Up: Hyperlinks
2232 4.5 Using links outside Org-mode
2233 ================================
2235 You can insert and follow links that have Org-mode syntax not only in
2236 Org-mode, but in any Emacs buffer.  For this, you should create two
2237 global commands, like this (please select suitable global keys
2238 yourself):
2240      (global-set-key "\C-c L" 'org-insert-link-global)
2241      (global-set-key "\C-c o" 'org-open-at-point-global)
2243 \x1f
2244 File: org,  Node: Link abbreviations,  Next: Search options,  Prev: Using links outside Org-mode,  Up: Hyperlinks
2246 4.6 Link abbreviations
2247 ======================
2249 Long URLs can be cumbersome to type, and often many similar links are
2250 needed in a document.  For this you can use link abbreviations.  An
2251 abbreviated link looks like this
2253      [[linkword:tag][description]]
2255 where the tag is optional.  Such abbreviations are resolved according to
2256 the information in the variable `org-link-abbrev-alist' that relates
2257 the linkwords to replacement text.  Here is an example:
2259      (setq org-link-abbrev-alist
2260        '(("bugzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=")
2261          ("google"   . "http://www.google.com/search?q=")
2262          ("ads"      . "http://adsabs.harvard.edu/cgi-bin/
2263                         nph-abs_connect?author=%s&db_key=AST")))
2265    If the replacement text contains the string `%s', it will be
2266 replaced with the tag.  Otherwise the tag will be appended to the string
2267 in order to create the link.  You may also specify a function that will
2268 be called with the tag as the only argument to create the link.
2270    With the above setting, you could link to a specific bug with
2271 `[[bugzilla:129]]', search the web for `OrgMode' with
2272 `[[google:OrgMode]]' and find out what the Org-mode author is doing
2273 besides Emacs hacking with `[[ads:Dominik,C]]'.
2275    If you need special abbreviations just for a single Org-mode buffer,
2276 you can define them in the file with
2278      #+LINK: bugzilla  http://10.1.2.9/bugzilla/show_bug.cgi?id=
2279      #+LINK: google    http://www.google.com/search?q=%s
2281 In-buffer completion *note Completion:: can be used after `[' to
2282 complete link abbreviations.
2284 \x1f
2285 File: org,  Node: Search options,  Next: Custom searches,  Prev: Link abbreviations,  Up: Hyperlinks
2287 4.7 Search options in file links
2288 ================================
2290 File links can contain additional information to make Emacs jump to a
2291 particular location in the file when following a link.  This can be a
2292 line number or a search option after a double(1) colon. For example,
2293 when the command `C-c l' creates a link (*note Handling links::) to a
2294 file, it encodes the words in the current line as a search string that
2295 can be used to find this line back later when following the link with
2296 `C-c C-o'.
2298    Here is the syntax of the different ways to attach a search to a file
2299 link, together with an explanation:
2301      [[file:~/code/main.c::255]]
2302      [[file:~/xx.org::My Target]]
2303      [[file:~/xx.org::*My Target]]
2304      [[file:~/xx.org::/regexp/]]
2306 `255'
2307      Jump to line 255.
2309 `My Target'
2310      Search for a link target `<<My Target>>', or do a text search for
2311      `my target', similar to the search in internal links, see *Note
2312      Internal links::.  In HTML export (*note HTML export::), such a
2313      file link will become an HTML reference to the corresponding named
2314      anchor in the linked file.
2316 `*My Target'
2317      In an Org-mode file, restrict search to headlines.
2319 `/regexp/'
2320      Do a regular expression search for `regexp'.  This uses the Emacs
2321      command `occur' to list all matches in a separate window.  If the
2322      target file is in Org-mode, `org-occur' is used to create a sparse
2323      tree with the matches.
2325    As a degenerate case, a file link with an empty file name can be used
2326 to search the current file.  For example, `[[file:::find me]]' does a
2327 search for `find me' in the current file, just as `[[find me]]' would.
2329    ---------- Footnotes ----------
2331    (1) For backward compatibility, line numbers can also follow a
2332 single colon.
2334 \x1f
2335 File: org,  Node: Custom searches,  Prev: Search options,  Up: Hyperlinks
2337 4.8 Custom Searches
2338 ===================
2340 The default mechanism for creating search strings and for doing the
2341 actual search related to a file link may not work correctly in all
2342 cases.  For example, BibTeX database files have many entries like
2343 `year="1993"' which would not result in good search strings, because
2344 the only unique identification for a BibTeX entry is the citation key.
2346    If you come across such a problem, you can write custom functions to
2347 set the right search string for a particular file type, and to do the
2348 search for the string in the file.  Using `add-hook', these functions
2349 need to be added to the hook variables
2350 `org-create-file-search-functions' and
2351 `org-execute-file-search-functions'.  See the docstring for these
2352 variables for more information.  Org-mode actually uses this mechanism
2353 for BibTeX database files, and you can use the corresponding code as an
2354 implementation example.  Search for `BibTeX links' in the source file.
2356 \x1f
2357 File: org,  Node: TODO items,  Next: Tags,  Prev: Hyperlinks,  Up: Top
2359 5 TODO items
2360 ************
2362 Org-mode does not maintain TODO lists as separate documents.  Instead,
2363 TODO items are an integral part of the notes file, because TODO items
2364 usually come up while taking notes!  With Org-mode, simply mark any
2365 entry in a tree as being a TODO item.  In this way, information is not
2366 duplicated, and the entire context from which the TODO item emerged is
2367 always present.
2369    Of course, this technique for managing TODO items scatters them
2370 throughout your notes file.  Org-mode compensates for this by providing
2371 methods to give you an overview of all the things that you have to do.
2373 * Menu:
2375 * TODO basics::                 Marking and displaying TODO entries
2376 * TODO extensions::             Workflow and assignments
2377 * Progress logging::            Dates and notes for progress
2378 * Priorities::                  Some things are more important than others
2379 * Breaking down tasks::         Splitting a task into manageable pieces
2380 * Checkboxes::                  Tick-off lists
2382 \x1f
2383 File: org,  Node: TODO basics,  Next: TODO extensions,  Prev: TODO items,  Up: TODO items
2385 5.1 Basic TODO functionality
2386 ============================
2388 Any headline becomes a TODO item when it starts with the word `TODO',
2389 for example:
2391      *** TODO Write letter to Sam Fortune
2393 The most important commands to work with TODO entries are:
2395 `C-c C-t'
2396      Rotate the TODO state of the current item among
2398           ,-> (unmarked) -> TODO -> DONE --.
2399           '--------------------------------'
2401      The same rotation can also be done "remotely" from the timeline and
2402      agenda buffers with the `t' command key (*note Agenda commands::).
2404 `C-u C-c C-t'
2405      Select a specific keyword using completion or (if it has been set
2406      up) the fast selection interface.
2408 `S-<right>'
2409 `S-<left>'
2410      Select the following/preceding TODO state, similar to cycling.
2411      Useful mostly if more than two TODO states are possible (*note
2412      TODO extensions::).  
2414 `C-c C-c'
2415      Use the fast tag interface to directly select a specific TODO
2416      state.  For this you need to assign keys to TODO states, like this:
2417           #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d)
2418      See *Note Per-file keywords:: and *Note Setting tags:: for more
2419      information.  
2421 `C-c C-v'
2422 `C-c / t'
2423      View TODO items in a _sparse tree_ (*note Sparse trees::).  Folds
2424      the entire buffer, but shows all TODO items and the headings
2425      hierarchy above them.  With prefix arg, search for a specific
2426      TODO.  You will be prompted for the keyword, and you can also give
2427      a list of keywords like `KWD1|KWD2|...'.  With numerical prefix N,
2428      show the tree for the Nth keyword in the variable
2429      `org-todo-keywords'.  With two prefix args, find all TODO and DONE
2430      entries.  
2432 `C-c a t'
2433      Show the global TODO list.  Collects the TODO items from all agenda
2434      files (*note Agenda views::) into a single buffer.  The new buffer
2435      will be in `agenda-mode', which provides commands to examine and
2436      manipulate the TODO entries from the new buffer (*note Agenda
2437      commands::).  *Note Global TODO list::, for more information.  
2439 `S-M-<RET>'
2440      Insert a new TODO entry below the current one.
2442 \x1f
2443 File: org,  Node: TODO extensions,  Next: Progress logging,  Prev: TODO basics,  Up: TODO items
2445 5.2 Extended use of TODO keywords
2446 =================================
2448 By default, marked TODO entries have one of only two states: TODO and
2449 DONE.  Org-mode allows you to classify TODO items in more complex ways
2450 with _TODO keywords_ (stored in `org-todo-keywords').  With special
2451 setup, the TODO keyword system can work differently in different files.
2453    Note that tags are another way to classify headlines in general and
2454 TODO items in particular (*note Tags::).
2456 * Menu:
2458 * Workflow states::             From TODO to DONE in steps
2459 * TODO types::                  I do this, Fred does the rest
2460 * Multiple sets in one file::   Mixing it all, and still finding your way
2461 * Fast access to TODO states::  Single letter selection of a state
2462 * Per-file keywords::           Different files, different requirements
2463 * Faces for TODO keywords::     Highlighting states
2465 \x1f
2466 File: org,  Node: Workflow states,  Next: TODO types,  Prev: TODO extensions,  Up: TODO extensions
2468 5.2.1 TODO keywords as workflow states
2469 --------------------------------------
2471 You can use TODO keywords to indicate different _sequential_ states in
2472 the process of working on an item, for example(1):
2474      (setq org-todo-keywords
2475        '((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))
2477    The vertical bar separates the TODO keywords (states that _need
2478 action_) from the DONE states (which need _no further action_.  If you
2479 don't provide the separator bar, the last state is used as the DONE
2480 state.  With this setup, the command `C-c C-t' will cycle an entry from
2481 TODO to FEEDBACK, then to VERIFY, and finally to DONE and DELEGATED.
2482 You may also use a prefix argument to quickly select a specific state.
2483 For example `C-3 C-c C-t' will change the state immediately to VERIFY.
2484 If you define many keywords, you can use in-buffer completion (see
2485 *Note Completion::) to insert these words into the buffer.  Changing a
2486 todo state can be logged with a timestamp, see *Note Tracking TODO
2487 state changes:: for more information.
2489    ---------- Footnotes ----------
2491    (1) Changing this variable only becomes effective after restarting
2492 Org-mode in a buffer.
2494 \x1f
2495 File: org,  Node: TODO types,  Next: Multiple sets in one file,  Prev: Workflow states,  Up: TODO extensions
2497 5.2.2 TODO keywords as types
2498 ----------------------------
2500 The second possibility is to use TODO keywords to indicate different
2501 _types_ of action items.  For example, you might want to indicate that
2502 items are for "work" or "home".  Or, when you work with several people
2503 on a single project, you might want to assign action items directly to
2504 persons, by using their names as TODO keywords.  This would be set up
2505 like this:
2507      (setq org-todo-keywords '((type "Fred" "Sara" "Lucy" "|" "DONE")))
2509    In this case, different keywords do not indicate a sequence, but
2510 rather different types.  So the normal work flow would be to assign a
2511 task to a person, and later to mark it DONE.  Org-mode supports this
2512 style by adapting the workings of the command `C-c C-t'(1).  When used
2513 several times in succession, it will still cycle through all names, in
2514 order to first select the right type for a task.  But when you return
2515 to the item after some time and execute `C-c C-t' again, it will switch
2516 from any name directly to DONE.  Use prefix arguments or completion to
2517 quickly select a specific name.  You can also review the items of a
2518 specific TODO type in a sparse tree by using a numeric prefix to `C-c
2519 C-v'.  For example, to see all things Lucy has to do, you would use
2520 `C-3 C-c C-v'.  To collect Lucy's items from all agenda files into a
2521 single buffer, you would use the prefix arg as well when creating the
2522 global todo list: `C-3 C-c t'.
2524    ---------- Footnotes ----------
2526    (1) This is also true for the `t' command in the timeline and agenda
2527 buffers.
2529 \x1f
2530 File: org,  Node: Multiple sets in one file,  Next: Fast access to TODO states,  Prev: TODO types,  Up: TODO extensions
2532 5.2.3 Multiple keyword sets in one file
2533 ---------------------------------------
2535 Sometimes you may want to use different sets of TODO keywords in
2536 parallel.  For example, you may want to have the basic `TODO'/`DONE',
2537 but also a workflow for bug fixing, and a separate state indicating
2538 that an item has been canceled (so it is not DONE, but also does not
2539 require action).  Your setup would then look like this:
2541      (setq org-todo-keywords
2542            '((sequence "TODO" "|" "DONE")
2543              (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
2544              (sequence "|" "CANCELED")))
2546    The keywords should all be different, this helps Org-mode to keep
2547 track of which subsequence should be used for a given entry.  In this
2548 setup, `C-c C-t' only operates within a subsequence, so it switches from
2549 `DONE' to (nothing) to `TODO', and from `FIXED' to (nothing) to
2550 `REPORT'.  Therefore you need a mechanism to initially select the
2551 correct sequence.  Besides the obvious ways like typing a keyword or
2552 using completion, you may also apply the following commands:
2554 `C-S-<right>'
2555 `C-S-<left>'
2556      These keys jump from one TODO subset to the next.  In the above
2557      example, `C-S-<right>' would jump from `TODO' or `DONE' to
2558      `REPORT', and any of the words in the second row to `CANCELED'.  
2560 `S-<right>'
2561 `S-<left>'
2562      `S-<<left>>' and `S-<<right>>' and walk through _all_ keywords
2563      from all sets, so for example `S-<<right>>' would switch from
2564      `DONE' to `REPORT' in the example above.
2566 \x1f
2567 File: org,  Node: Fast access to TODO states,  Next: Per-file keywords,  Prev: Multiple sets in one file,  Up: TODO extensions
2569 5.2.4 Fast access to TODO states
2570 --------------------------------
2572 If you would like to quickly change an entry to an arbitrary TODO state
2573 instead of cycling through the states, you can set up keys for
2574 single-letter access to the states.  This is done by adding the section
2575 key after each keyword, in parenthesis.  For example:
2577      (setq org-todo-keywords
2578            '((sequence "TODO(t)" "|" "DONE(d)")
2579              (sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
2580              (sequence "|" "CANCELED(c)")))
2582    If you then press `C-u C-c C-t' followed by the selection key, the
2583 entry will be switched to this state.  <SPC> can be used to remove any
2584 TODO keyword from an entry.  Should you like this way of selecting TODO
2585 states a lot, you might want to set the variable
2586 `org-use-fast-todo-selection' to `t' and make this behavior the
2587 default.  Check also the variable
2588 `org-fast-tag-selection-include-todo', it allows to change the TODO
2589 state through the tags interface (*note Setting tags::).
2591 \x1f
2592 File: org,  Node: Per-file keywords,  Next: Faces for TODO keywords,  Prev: Fast access to TODO states,  Up: TODO extensions
2594 5.2.5 Setting up keywords for individual files
2595 ----------------------------------------------
2597 It can be very useful to use different aspects of the TODO mechanism in
2598 different files.  For file-local settings, you need to add special lines
2599 to the file which set the keywords and interpretation for that file
2600 only.  For example, to set one of the two examples discussed above, you
2601 need one of the following lines, starting in column zero anywhere in the
2602 file:
2604      #+SEQ_TODO: TODO FEEDBACK VERIFY | DONE CANCELED
2605    or
2606      #+TYP_TODO: Fred Sara Lucy Mike | DONE
2608    A setup for using several sets in parallel would be:
2610      #+SEQ_TODO: TODO | DONE
2611      #+SEQ_TODO: REPORT BUG KNOWNCAUSE | FIXED
2612      #+SEQ_TODO: | CANCELED
2614 To make sure you are using the correct keyword, type `#+' into the
2615 buffer and then use `M-<TAB>' completion.
2617    Remember that the keywords after the vertical bar (or the last
2618 keyword if no bar is there) must always mean that the item is DONE
2619 (although you may use a different word).  After changing one of these
2620 lines, use `C-c C-c' with the cursor still in the line to make the
2621 changes known to Org-mode(1).
2623    ---------- Footnotes ----------
2625    (1) Org-mode parses these lines only when Org-mode is activated
2626 after visiting a file.  `C-c C-c' with the cursor in a line starting
2627 with `#+' is simply restarting Org-mode for the current buffer.
2629 \x1f
2630 File: org,  Node: Faces for TODO keywords,  Prev: Per-file keywords,  Up: TODO extensions
2632 5.2.6 Faces for TODO keywords
2633 -----------------------------
2635 Org-mode highlights TODO keywords with special faces: `org-todo' for
2636 keywords indicating that an item still has to be acted upon, and
2637 `org-done' for keywords indicating that an item is finished.  If you
2638 are using more than 2 different states, you might want to use special
2639 faces for some of them.  This can be done using the variable
2640 `org-todo-keyword-faces'.  For example:
2642      (setq org-todo-keyword-faces
2643            '(("TODO"      . org-warning)
2644              ("DEFERRED"  . shadow)
2645              ("CANCELED"  . (:foreground "blue" :weight bold))))
2647 \x1f
2648 File: org,  Node: Progress logging,  Next: Priorities,  Prev: TODO extensions,  Up: TODO items
2650 5.3 Progress Logging
2651 ====================
2653 Org-mode can automatically record a time stamp and even a note when you
2654 mark a TODO item as DONE, or even each time you change the state of a
2655 TODO item.
2657 * Menu:
2659 * Closing items::               When was this entry marked DONE?
2660 * Tracking TODO state changes::  When did the status change?
2662 \x1f
2663 File: org,  Node: Closing items,  Next: Tracking TODO state changes,  Prev: Progress logging,  Up: Progress logging
2665 5.3.1 Closing items
2666 -------------------
2668 If you want to keep track of _when_ a certain TODO item was finished,
2669 turn on logging with(1)
2671      (setq org-log-done t)
2673 Then each time you turn a TODO entry into DONE using either `C-c C-t'
2674 in the Org-mode buffer or `t' in the agenda buffer, a line `CLOSED:
2675 [timestamp]' will be inserted just after the headline.  If you turn the
2676 entry back into a TODO item through further state cycling, that line
2677 will be removed again.  In the timeline (*note Timeline::) and in the
2678 agenda (*note Weekly/Daily agenda::), you can then use the `l' key to
2679 display the TODO items closed on each day, giving you an overview of
2680 what has been done on a day.  If you want to record a note along with
2681 the timestamp, use(2)
2683      (setq org-log-done '(done))
2685    ---------- Footnotes ----------
2687    (1) The corresponding in-buffer setting is: `#+STARTUP: logdone'.
2688 You may also set this for the scope of a subtree by adding a
2689 `:LOGGING:' property with one or more of the logging keywords in the
2690 value.
2692    (2) The corresponding in-buffer setting is: `#+STARTUP: lognotedone'
2694 \x1f
2695 File: org,  Node: Tracking TODO state changes,  Prev: Closing items,  Up: Progress logging
2697 5.3.2 Tracking TODO state changes
2698 ---------------------------------
2700 When TODO keywords are used as workflow states (*note Workflow
2701 states::), you might want to keep track of when a state change occurred
2702 and record a note about this change.  With the setting(1)
2704      (setq org-log-done '(state))
2706 each state change will prompt you for a note that will be attached to
2707 the current headline.  If you press `C-c C-c' without typing anything
2708 into the note buffer, only the time of the state change will be noted.
2709 Very likely you do not want this verbose tracking all the time, so it
2710 is probably better to configure this behavior with in-buffer options.
2711 For example, if you are tracking purchases, put these into a separate
2712 file that contains:
2714      #+SEQ_TODO: TODO(t) ORDERED(o) INVOICE(i) PAYED(p) | RECEIVED(r)
2715      #+STARTUP: lognotestate
2717    If you only need to take a note for some of the states, mark those
2718 states with an additional `@', like this:
2720      #+SEQ_TODO: TODO(t) ORDERED(o@) INVOICE(i@) PAYED(p) | RECEIVED(r)
2721      #+STARTUP: lognotestate
2723    ---------- Footnotes ----------
2725    (1) The corresponding in-buffer setting is: `#+STARTUP:
2726 lognotestate'.
2728 \x1f
2729 File: org,  Node: Priorities,  Next: Breaking down tasks,  Prev: Progress logging,  Up: TODO items
2731 5.4 Priorities
2732 ==============
2734 If you use Org-mode extensively, you may end up enough TODO items that
2735 it starts to make sense to prioritize them.  Prioritizing can be done by
2736 placing a _priority cookie_ into the headline of a TODO item, like this
2738      *** TODO [#A] Write letter to Sam Fortune
2740 By default, Org-mode supports three priorities: `A', `B', and `C'.  `A'
2741 is the highest priority.  An entry without a cookie is treated as
2742 priority `B'.  Priorities make a difference only in the agenda (*note
2743 Weekly/Daily agenda::); outside the agenda, they have no inherent
2744 meaning to Org-mode.
2746    Priorities can be attached to any outline tree entries; they do not
2747 need to be TODO items.
2749 `C-c ,'
2750      Set the priority of the current headline.  The command prompts for
2751      a priority character `A', `B' or `C'.  When you press <SPC>
2752      instead, the priority cookie is removed from the headline.  The
2753      priorities can also be changed "remotely" from the timeline and
2754      agenda buffer with the `,' command (*note Agenda commands::).  
2756 `S-<up>'
2757 `S-<down>'
2758      Increase/decrease priority of current headline(1).  Note that these
2759      keys are also used to modify time stamps (*note Creating
2760      timestamps::).  Furthermore, these keys are also used by CUA-mode
2761      (*note Conflicts::).
2763    You can change the range of allowed priorities by setting the
2764 variables `org-highest-priority', `org-lowest-priority', and
2765 `org-default-priority'.  For an individual buffer, you may set these
2766 values (highest, lowest, default) like this (please make sure that the
2767 highest priority is earlier in the alphabet than the lowest priority):
2769      #+PRIORITIES: A C B
2771    ---------- Footnotes ----------
2773    (1) See also the option `org-priority-start-cycle-with-default''.
2775 \x1f
2776 File: org,  Node: Breaking down tasks,  Next: Checkboxes,  Prev: Priorities,  Up: TODO items
2778 5.5 Breaking tasks down into subtasks
2779 =====================================
2781 It is often advisable to break down large tasks into smaller, manageable
2782 subtasks.  You can do this by creating an outline tree below a TODO
2783 item, with detailed subtasks on the tree(1).  Another possibility is
2784 the use of checkboxes to identify (a hierarchy of) a large number of
2785 subtasks (*note Checkboxes::).
2787    ---------- Footnotes ----------
2789    (1) To keep subtasks out of the global TODO list, see the
2790 `org-agenda-todo-list-sublevels'.
2792 \x1f
2793 File: org,  Node: Checkboxes,  Prev: Breaking down tasks,  Up: TODO items
2795 5.6 Checkboxes
2796 ==============
2798 Every item in a plain list (*note Plain lists::) can be made into a
2799 checkbox by starting it with the string `[ ]'.  This feature is similar
2800 to TODO items (*note TODO items::), but is more lightweight.
2801 Checkboxes are not included into the global TODO list, so they are often
2802 great to split a task into a number of simple steps.  Or you can use
2803 them in a shopping list.  To toggle a checkbox, use `C-c C-c', or use
2804 the mouse (thanks to Piotr Zielinski's `org-mouse.el').
2806    Here is an example of a checkbox list.
2808      * TODO Organize party [3/6]
2809        - call people [1/3]
2810          - [ ] Peter
2811          - [X] Sarah
2812          - [ ] Sam
2813        - [X] order food
2814        - [ ] think about what music to play
2815        - [X] talk to the neighbors
2817    The `[3/6]' and `[1/3]' in the first and second line are cookies
2818 indicating how many checkboxes present in this entry have been checked
2819 off, and the total number of checkboxes are present.  This can give you
2820 an idea on how many checkboxes remain, even without opening a folded
2821 entry.  The cookies can be placed into a headline or into (the first
2822 line of) a plain list item. Each cookie covers all checkboxes
2823 structurally below the headline/item on which the cookie appear.  You
2824 have to insert the cookie yourself by typing either `[/]' or `[%]'.
2825 With `[/]' you get an `n out of m' result, as in the examples above.
2826 With `[%]' you get information about the percentage of checkboxes
2827 checked (in the above example, this would be `[50%]' and `[33%]',
2828 respectively).
2830 The following commands work with checkboxes:
2832 `C-c C-c'
2833      Toggle checkbox at point.  With prefix argument, set it to `[-]',
2834      which is considered to be an intermediate state.  
2836 `C-c C-x C-b'
2837      Toggle checkbox at point.
2838         - If there is an active region, toggle the first checkbox in
2839           the region and set all remaining boxes to the same status as
2840           the first.  If you want to toggle all boxes in the region
2841           independently, use a prefix argument.
2843         - If the cursor is in a headline, toggle checkboxes in the
2844           region between this headline and the next (so _not_ the
2845           entire subtree).
2847         - If there is no active region, just toggle the checkbox at
2848           point.
2849      
2850 `M-S-<RET>'
2851      Insert a new item with a checkbox.  This works only if the cursor
2852      is already in a plain list item (*note Plain lists::).  
2854 `C-c #'
2855      Update the checkbox statistics in the current outline entry.  When
2856      called with a `C-u' prefix, update the entire file.  Checkbox
2857      statistic cookies are updated automatically if you toggle
2858      checkboxes with `C-c C-c' and make new ones with `M-S-<RET>'.  If
2859      you delete boxes or add/change them by hand, use this command to
2860      get things back into synch.  Or simply toggle any checkbox twice
2861      with `C-c C-c'.
2863 \x1f
2864 File: org,  Node: Tags,  Next: Properties and columns,  Prev: TODO items,  Up: Top
2866 6 Tags
2867 ******
2869 An excellent way to implement labels and contexts for cross-correlating
2870 information is to assign tags to headlines.  Org-mode has extensive
2871 support for tags.
2873    Every headline can contain a list of tags; they occur at the end of
2874 the headline.  Tags are normal words containing letters, numbers, `_',
2875 and `@'.  Tags must be preceded and followed by a single colon, e.g.,
2876 `:WORK:'.  Several tags can be specified, as in `:work:URGENT:'.
2878 * Menu:
2880 * Tag inheritance::             Tags use the tree structure of the outline
2881 * Setting tags::                How to assign tags to a headline
2882 * Tag searches::                Searching for combinations of tags
2884 \x1f
2885 File: org,  Node: Tag inheritance,  Next: Setting tags,  Prev: Tags,  Up: Tags
2887 6.1 Tag inheritance
2888 ===================
2890 Tags make use of the hierarchical structure of outline trees.  If a
2891 heading has a certain tag, all subheadings will inherit the tag as
2892 well.  For example, in the list
2894      * Meeting with the French group      :work:
2895      ** Summary by Frank                  :boss:notes:
2896      *** TODO Prepare slides for him      :action:
2898 the final heading will have the tags `:work:', `:boss:', `:notes:', and
2899 `:action:' even though the final heading is not explicitly marked with
2900 those tags.  When executing tag searches and Org-mode finds that a
2901 certain headline matches the search criterion, it will not check any
2902 sublevel headline, assuming that these also match and that the list of
2903 matches could become very long because of that.  If you do want the
2904 subevels be tested and listed as well, you may set the variable
2905 `org-tags-match-list-sublevels'.  To turn off tag inheritance entirely,
2906 use the variable `org-use-tag-inheritance'.
2908 \x1f
2909 File: org,  Node: Setting tags,  Next: Tag searches,  Prev: Tag inheritance,  Up: Tags
2911 6.2 Setting tags
2912 ================
2914 Tags can simply be typed into the buffer at the end of a headline.
2915 After a colon, `M-<TAB>' offers completion on tags.  There is also a
2916 special command for inserting tags:
2918 `C-c C-c'
2919      Enter new tags for the current headline.  Org-mode will either
2920      offer completion or a special single-key interface for setting
2921      tags, see below.  After pressing <RET>, the tags will be inserted
2922      and aligned to `org-tags-column'.  When called with a `C-u'
2923      prefix, all tags in the current buffer will be aligned to that
2924      column, just to make things look nice.  TAGS are automatically
2925      realigned after promotion, demotion, and TODO state changes (*note
2926      TODO basics::).
2928    Org will support tag insertion based on a _list of tags_.  By
2929 default this list is constructed dynamically, containing all tags
2930 currently used in the buffer.  You may also globally specify a hard list
2931 of tags with the variable `org-tag-alist'.  Finally you can set the
2932 default tags for a given file with lines like
2934      #+TAGS: @work @home @tennisclub
2935      #+TAGS: laptop car pc sailboat
2937    If you have globally defined your preferred set of tags using the
2938 variable `org-tag-alist', but would like to use a dynamic tag list in a
2939 specific file, add an empty TAGS option line to that file:
2941      #+TAGS:
2943    The default support method for entering tags is minibuffer
2944 completion.  However, Org-mode also implements a much better method:
2945 _fast tag selection_.  This method allows to select and deselect tags
2946 with a single key per tag.  To function efficiently, you should assign
2947 unique keys to most tags.  This can be done globally with
2949      (setq org-tag-alist '(("@work" . ?w) ("@home" . ?h) ("laptop" . ?l)))
2951 or on a per-file basis with
2953      #+TAGS: @work(w)  @home(h)  @tennisclub(t)  laptop(l)  pc(p)
2955 You can also group together tags that are mutually exclusive.  With
2956 curly braces(1)
2958      #+TAGS: { @work(w)  @home(h)  @tennisclub(t) }  laptop(l)  pc(p)
2960 you indicate that at most one of `@work', `@home', and `@tennisclub'
2961 should be selected.
2963 Don't forget to press `C-c C-c' with the cursor in one of these lines
2964 to activate any changes.
2966    If at least one tag has a selection key, pressing `C-c C-c' will
2967 automatically present you with a special interface, listing inherited
2968 tags, the tags of the current headline, and a list of all legal tags
2969 with corresponding keys(2).  In this interface, you can use the
2970 following keys:
2972 `a-z...'
2973      Pressing keys assigned to tags will add or remove them from the
2974      list of tags in the current line.  Selecting a tag in a group of
2975      mutually exclusive tags will turn off any other tags from that
2976      group.  
2978 `<TAB>'
2979      Enter a tag in the minibuffer, even if the tag is not in the
2980      predefined list.  You will be able to complete on all tags present
2981      in the buffer.  
2983 `<SPC>'
2984      Clear all tags for this line.  
2986 `<RET>'
2987      Accept the modified set.
2989 `C-g'
2990      Abort without installing changes.
2993      If `q' is not assigned to a tag, it aborts like `C-g'.
2996      Turn off groups of mutually exclusive tags.  Use this to (as an
2997      exception) assign several tags from such a group.
2999 `C-c'
3000      Toggle auto-exit after the next change (see below).  If you are
3001      using expert mode, the first `C-c' will display the selection
3002      window.
3004 This method lets you assign tags to a headline with very few keys.  With
3005 the above setup, you could clear the current tags and set `@home',
3006 `laptop' and `pc' tags with just the following keys: `C-c C-c <SPC> h l
3007 p <RET>'.  Switching from `@home' to `@work' would be done with `C-c
3008 C-c w <RET>' or alternatively with `C-c C-c C-c w'.  Adding the
3009 non-predefined tag `Sarah' could be done with `C-c C-c <TAB> S a r a h
3010 <RET> <RET>'.
3012    If you find that most of the time, you need only a single keypress to
3013 modify your list of tags, set the variable
3014 `org-fast-tag-selection-single-key'.  Then you no longer have to press
3015 <RET> to exit fast tag selection - it will immediately exit after the
3016 first change.  If you then occasionally need more keys, press `C-c' to
3017 turn off auto-exit for the current tag selection process (in effect:
3018 start selection with `C-c C-c C-c' instead of `C-c C-c').  If you set
3019 the variable to the value `expert', the special window is not even
3020 shown for single-key tag selection, it comes up only when you press an
3021 extra `C-c'.
3023    ---------- Footnotes ----------
3025    (1) In `org-mode-alist' use `'(:startgroup)' and `'(:endgroup)',
3026 respectively.  Several groups are allowed.
3028    (2) Keys will automatically be assigned to tags which have no
3029 configured keys.
3031 \x1f
3032 File: org,  Node: Tag searches,  Prev: Setting tags,  Up: Tags
3034 6.3 Tag searches
3035 ================
3037 Once a system of tags has been set up, it can be used to collect related
3038 information into special lists.
3040 `C-c \'
3041 `C-c / T'
3042      Create a sparse tree with all headlines matching a tags search.
3043      With a `C-u' prefix argument, ignore headlines that are not a TODO
3044      line.  
3046 `C-c a m'
3047      Create a global list of tag matches from all agenda files.  *Note
3048      Matching tags and properties::.  
3050 `C-c a M'
3051      Create a global list of tag matches from all agenda files, but
3052      check only TODO items and force checking subitems (see variable
3053      `org-tags-match-list-sublevels').
3055    A tags search string can use Boolean operators `&' for AND and `|'
3056 for OR.  `&' binds more strongly than `|'.  Parenthesis are currently
3057 not implemented.  A tag may also be preceded by `-', to select against
3058 it, and `+' is syntactic sugar for positive selection.  The AND
3059 operator `&' is optional when `+' or `-' is present.  Examples:
3061 `+work-boss'
3062      Select headlines tagged `:work:', but discard those also tagged
3063      `:boss:'.
3065 `work|laptop'
3066      Selects lines tagged `:work:' or `:laptop:'.
3068 `work|laptop&night'
3069      Like before, but require the `:laptop:' lines to be tagged also
3070      `:night:'.
3072    If you are using multi-state TODO keywords (*note TODO
3073 extensions::), it can be useful to also match on the TODO keyword.
3074 This can be done by adding a condition after a slash to a tags match.
3075 The syntax is similar to the tag matches, but should be applied with
3076 consideration: For example, a positive selection on several TODO
3077 keywords can not meaningfully be combined with boolean AND.  However,
3078 _negative selection_ combined with AND can be meaningful.  To make sure
3079 that only lines are checked that actually have any TODO keyword, use
3080 `C-c a M', or equivalently start the todo part after the slash with `!'.
3081 Examples:
3083 `work/WAITING'
3084      Select `:work:'-tagged TODO lines with the specific TODO keyword
3085      `WAITING'.
3087 `work/!-WAITING-NEXT'
3088      Select `:work:'-tagged TODO lines that are neither `WAITING' nor
3089      `NEXT'
3091 `work/+WAITING|+NEXT'
3092      Select `:work:'-tagged TODO lines that are either `WAITING' or
3093      `NEXT'.
3095    Any element of the tag/todo match can be a regular expression - in
3096 this case it must be enclosed in curly braces.  For example,
3097 `work+{^boss.*}' matches headlines that contain the tag `:work:' and
3098 any tag starting with `boss'.
3100    You can also require a headline to be of a certain level or
3101 category, by writing instead of any TAG an expression like `LEVEL=3' or
3102 `CATEGORY="work"', respectively.  For example, a search
3103 `+LEVEL=3+boss/-DONE' lists all level three headlines that have the tag
3104 `boss' and are _not_ marked with the todo keyword DONE.
3106 \x1f
3107 File: org,  Node: Properties and columns,  Next: Dates and times,  Prev: Tags,  Up: Top
3109 7 Properties and Columns
3110 ************************
3112 Properties are a set of key-value pairs associated with an entry.  There
3113 are two main applications for properties in Org-mode.  First, properties
3114 are like tags, but with a value.  Second, you can use properties to
3115 implement (very basic) database capabilities in an Org-mode buffer.  For
3116 an example of the first application, imagine maintaining a file where
3117 you document bugs and plan releases of a piece of software.  Instead of
3118 using tags like `:release_1:', `:release_2:', one can use a property,
3119 say `:Release:', that in different subtrees has different values, such
3120 as `1.0' or `2.0'.  For an example of the second application of
3121 properties, imagine keeping track of one's music CD's, where properties
3122 could be things such as the album artist, date of release, number of
3123 tracks, and so on.
3125    Properties can be conveiently edited and viewed in column view
3126 (*note Column view::).
3128    Properties are like tags, but with a value.  For example, in a file
3129 where you document bugs and plan releases of a piece of software,
3130 instead of using tags like `:release_1:', `:release_2:', it can be more
3131 efficient to use a property `:Release:' with a value `1.0' or `2.0'.
3132 Second, you can use properties to implement (very basic) database
3133 capabilities in an Org-mode buffer, for example to create a list of
3134 Music CD's you own.  You can edit and view properties conveniently in
3135 column view (*note Column view::).
3137 * Menu:
3139 * Property syntax::             How properties are spelled out
3140 * Special properties::          Access to other Org-mode features
3141 * Property searches::           Matching property values
3142 * Property inheritance::        Passing values down the tree
3143 * Column view::                 Tabular viewing and editing
3144 * Property API::                Properties for Lisp programmers
3146 \x1f
3147 File: org,  Node: Property syntax,  Next: Special properties,  Prev: Properties and columns,  Up: Properties and columns
3149 7.1 Property Syntax
3150 ===================
3152 Properties are key-value pairs.  They need to be inserted into a special
3153 drawer (*note Drawers::) with the name `PROPERTIES'.  Each property is
3154 specified on a single line, with the key (surrounded by colons) first,
3155 and the value after it.  Here is an example:
3157      * CD collection
3158      ** Classic
3159      *** Goldberg Variations
3160          :PROPERTIES:
3161          :Title:     Goldberg Variations
3162          :Composer:  J.S. Bach
3163          :Artist:    Glen Gould
3164          :Publisher: Deutsche Grammphon
3165          :NDisks:    1
3166          :END:
3168    You may define the allowed values for a particular property `:Xyz:'
3169 by setting a property `:Xyz_ALL:'.  This special property is
3170 _inherited_, so if you set it in a level 1 entry, it will apply to the
3171 entire tree.  When allowed values are defined, setting the
3172 corresponding property becomes easier and is less prone to typing
3173 errors.  For the example with the CD collection, we can predefine
3174 publishers and the number of disks in a box like this:
3176      * CD collection
3177        :PROPERTIES:
3178        :NDisks_ALL:  1 2 3 4
3179        :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
3180        :END:
3182    If you want to set properties that can be inherited by any entry in a
3183 file, use a line like
3185      #+PROPERTY: NDisks_ALL 1 2 3 4
3187    Property values set with the global variable `org-global-properties'
3188 can be inherited by all entries in all Org-mode files.
3190 The following commands help to work with properties:
3192 `M-<TAB>'
3193      After an initial colon in a line, complete property keys.  All
3194      keys used in the current file will be offered as possible
3195      completions.  
3197 `C-c C-x p'
3198      Set a property.  This prompts for a property name and a value.  If
3199      necessary, the property drawer is created as well.
3201 `M-x org-insert-property-drawer'
3202      Insert a property drawer into the current entry.  The drawer will
3203      be inserted early in the entry, but after the lines with planning
3204      information like deadlines.  
3206 `C-c C-c'
3207      With the cursor in a property drawer, this executes property
3208      commands.
3210 `C-c C-c s'
3211      Set a property in the current entry.  Both the property and the
3212      value can be inserted using completion.  
3214 `S-<left>/<right>'
3215      Switch property at point to the next/previous allowed value.
3217 `C-c C-c d'
3218      Remove a property from the current entry.
3220 `C-c C-c D'
3221      Globally remove a property, from all entries in the current file.
3223 `C-c C-c c'
3224      Compute the property at point, using the operator and scope from
3225      the nearest column format definition.
3227 \x1f
3228 File: org,  Node: Special properties,  Next: Property searches,  Prev: Property syntax,  Up: Properties and columns
3230 7.2 Special Properties
3231 ======================
3233 Special properties provide alternative access method to Org-mode
3234 features discussed in the previous chapters, like the TODO state or the
3235 priority of an entry.  This interface exists so that you can include
3236 these states into columns view (*note Column view::), or to use them in
3237 queries.  The following property names are special and should not be
3238 used as keys in the properties drawer:
3240      TODO         The TODO keyword of the entry.
3241      TAGS         The tags defined directly in the headline.
3242      ALLTAGS      All tags, including inherited ones.
3243      PRIORITY     The priority of the entry, a string with a single letter.
3244      DEADLINE     The deadline time string, without the angular brackets.
3245      SCHEDULED    The scheduling time stamp, without the angular brackets.
3246      TIMESTAMP    The first keyword-less time stamp in the entry.
3247      TIMESTAMP_IA The first inactive time stamp in the entry.
3249 \x1f
3250 File: org,  Node: Property searches,  Next: Property inheritance,  Prev: Special properties,  Up: Properties and columns
3252 7.3 Property searches
3253 =====================
3255 To create sparse trees and special lists with selection based on
3256 properties, the same commands are used as for tag searches (*note Tag
3257 searches::), and the same logic applies.  For example, a search string
3259      +work-boss+PRIORITY="A"+Coffee="unlimited"+With={Sarah\|Denny}
3261 finds entries tagged `:work:' but not `:boss:', which also have a
3262 priority value `A', a `:Coffee:' property with the value `unlimited',
3263 and a `:With:' property that is matched by the regular expression
3264 `Sarah\|Denny'.
3266    You can configure Org-mode to use property inheritance during a
3267 search, see *Note Property inheritance:: for details.
3269    There is also a special command for creating sparse trees based on a
3270 single property:
3272 `C-c / p'
3273      Create a sparse tree based on the value of a property.  This first
3274      prompts for the name of a property, and then for a value.  A
3275      sparse tree is created with all entries that define this property
3276      with the given value.  If you enclose the value into curly braces,
3277      it is interpreted as a regular expression and matched against the
3278      property values.
3280 \x1f
3281 File: org,  Node: Property inheritance,  Next: Column view,  Prev: Property searches,  Up: Properties and columns
3283 7.4 Property Inheritance
3284 ========================
3286 The outline structure of Org-mode documents lends itself for an
3287 inheritance model of properties: If the parent in a tree has a certain
3288 property, the children can inherit this property.  Org-mode does not
3289 turn this on by default, because it can slow down property searches
3290 significantly and is often not needed.  However, if you find inheritance
3291 useful, you can turn it on by setting the variable
3292 `org-use-property-inheritance'.  It may be set to `t', to make all
3293 properties inherited from the parent, or to a list of properties that
3294 should be inherited.
3296    Org-mode has a few properties for which inheritance is hard-coded, at
3297 least for the special applications for which they are used:
3299 `COLUMNS'
3300      The `:COLUMNS:' property defines the format of column view (*note
3301      Column view::).  It is inherited in the sense that the level where
3302      a `:COLUMNS:' property is defined is used as the starting point
3303      for a column view table, independently of the location in the
3304      subtree from where columns view is turned on.
3306 `CATEGORY'
3307      For agenda view, a category set through a `:CATEGORY:' property
3308      applies to the entire subtree.
3310 `ARCHIVE'
3311      For archiving, the `:ARCHIVE:' property may define the archive
3312      location for the entire subtree (*note Moving subtrees::).
3314 \x1f
3315 File: org,  Node: Column view,  Next: Property API,  Prev: Property inheritance,  Up: Properties and columns
3317 7.5 Column View
3318 ===============
3320 A great way to view and edit properties in an outline tree is _column
3321 view_.  In column view, each outline item is turned into a table row.
3322 Columns in this table provide access to properties of the entries.
3323 Org-mode implements columns by overlaying a tabular structure over the
3324 headline of each item.  While the headlines have been turned into a
3325 table row, you can still change the visibility of the outline tree.
3326 For example, you get a compact table by switching to CONTENTS view
3327 (`S-<TAB> S-<TAB>', or simply `c' while column view is active), but you
3328 can still open, read, and edit the entry below each headline.  Or, you
3329 can switch to column view after executing a sparse tree command and in
3330 this way get a table only for the selected items.  Column view also
3331 works in agenda buffers (*note Agenda views::) where queries have
3332 collected selected items, possibly from a number of files.
3334 * Menu:
3336 * Defining columns::            The COLUMNS format property
3337 * Using column view::           How to create and use column view
3338 * Capturing Column View::       A dynamic block for column view
3340 \x1f
3341 File: org,  Node: Defining columns,  Next: Using column view,  Prev: Column view,  Up: Column view
3343 7.5.1 Defining Columns
3344 ----------------------
3346 Setting up a column view first requires defining the columns.  This is
3347 done by defining a column format line.
3349 * Menu:
3351 * Scope of column definitions::  Where defined, where valid?
3352 * Column attributes::           Appearance and content of a column
3354 \x1f
3355 File: org,  Node: Scope of column definitions,  Next: Column attributes,  Prev: Defining columns,  Up: Defining columns
3357 7.5.1.1 Scope of column definitions
3358 ...................................
3360 To define a column format for an entire file, use a line like
3362      #+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3364    To specify a format that only applies to a specific tree, add a
3365 `:COLUMNS:' property to the top node of that tree, for example:
3367      ** Top node for columns view
3368         :PROPERTIES:
3369         :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
3370         :END:
3372    If a `:COLUMNS:' property is present in an entry, it defines columns
3373 for the entry itself, and for the entire subtree below it.  Since the
3374 column definition is part of the hierarchical structure of the document,
3375 you can define columns on level 1 that are general enough for all
3376 sublevels, and more specific columns further down, when you edit a
3377 deeper part of the tree.
3379 \x1f
3380 File: org,  Node: Column attributes,  Prev: Scope of column definitions,  Up: Defining columns
3382 7.5.1.2 Column attributes
3383 .........................
3385 A column definition sets the attributes of a column.  The general
3386 definition looks like this:
3388       %[width]property[(title)][{summary-type}]
3390 Except for the percent sign and the property name, all items are
3391 optional.  The individual parts have the following meaning:
3393      width           An integer specifying the width of the column in characters.
3394                      If omitted, the width will be determined automatically.
3395      property        The property that should be edited in this column.
3396      (title)         The header text for the column. If omitted, the
3397                      property name is used.
3398      {summary-type}  The summary type.  If specified, the column values for
3399                      parent nodes are computed from the children.
3400                      Supported summary types are:
3401                      {+}       Sum numbers in this column.
3402                      {+;%.1f}  Like `+', but format result with `%.1f'.
3403                      {$}       Currency, short for `+;%.2f'.
3404                      {:}       Sum times, HH:MM:SS, plain numbers are hours.
3405                      {X}       Checkbox status, [X] if all children are [X].
3407 Here is an example for a complete columns definition, along with allowed
3408 values.
3410      :COLUMNS:  %20ITEM %9Approved(Approved?){X} %Owner %11Status %10Time_Spent{:}
3411      :Owner_ALL:    Tammy Mark Karl Lisa Don
3412      :Status_ALL:   "In progress" "Not started yet" "Finished" ""
3413      :Approved_ALL: "[ ]" "[X]"
3415    The first column, `%25ITEM', means the first 25 characters of the
3416 item itself, i.e. of the headline.  You probably always should start the
3417 column definition with the ITEM specifier.  The other specifiers create
3418 columns `Owner' with a list of names as allowed values, for `Status'
3419 with four different possible values, and for a checkbox field
3420 `Approved'.  When no width is given after the `%' character, the column
3421 will be exactly as wide as it needs to be in order to fully display all
3422 values.  The `Approved' column does have a modified title (`Approved?',
3423 with a question mark).  Summaries will be created for the `Time_Spent'
3424 column by adding time duration expressions like HH:MM, and for the
3425 `Approved' column, by providing an `[X]' status if all children have
3426 been checked.
3428 \x1f
3429 File: org,  Node: Using column view,  Next: Capturing Column View,  Prev: Defining columns,  Up: Column view
3431 7.5.2 Using Column View
3432 -----------------------
3434 Turning column view on and off
3435 ..............................
3437 `C-c C-x C-c'
3438      Create the column view for the local environment.  This command
3439      searches the hierarchy, up from point, for a `:COLUMNS:' property
3440      that defines a format.  When one is found, the column view table
3441      is established for the entire tree, starting from the entry that
3442      contains the `:COLUMNS:' property.  If none is found, the format
3443      is taken from the `#+COLUMNS' line or from the variable
3444      `org-columns-default-format', and column view is established for
3445      the current entry and its subtree.  
3448      Exit column view.
3450 Editing values
3451 ..............
3453 `<left> <right> <up> <down>'
3454      Move through the column view from field to field.  
3456 `S-<left>/<right>'
3457      Switch to the next/previous allowed value of the field.  For this,
3458      you have to have specified allowed values for a property.  
3460 `n / p'
3461      Same as `S-<left>/<right>' 
3464      Edit the property at point.  For the special properties, this will
3465      invoke the same interface that you normally use to change that
3466      property.  For example, when editing a TAGS property, the tag
3467      completion or fast selection interface will pop up.  
3469 `C-c C-c'
3470      When there is a checkbox at point, toggle it.  
3473      View the full value of this property.  This is useful if the width
3474      of the column is smaller than that of the value.  
3477      Edit the list of allowed values for this property.  If the list is
3478      found in the hierarchy, the modified values is stored there.  If
3479      no list is found, the new value is stored in the first entry that
3480      is part of the current column view.
3482 Modifying the table structure
3483 .............................
3485 `< / >'
3486      Make the column narrower/wider by one character.  
3488 `S-M-<right>'
3489      Insert a new column, to the right of the current column.  
3491 `S-M-<left>'
3492      Delete the current column.
3494 \x1f
3495 File: org,  Node: Capturing Column View,  Prev: Using column view,  Up: Column view
3497 7.5.3 Capturing Column View
3498 ---------------------------
3500 Since column view is just an overlay over a buffer, it cannot be
3501 exported or printed directly.  If you want to capture a column view, use
3502 the dynamic block (*note Dynamic blocks::).  The frame of this block
3503 looks like this:
3505      * The column view
3506      #+BEGIN: columnview :hlines 1 :id "label"
3508      #+END:
3510 This dynamic block has the following parameters:
3512 `:id'
3513      This is most important parameter.  Column view is a feature that is
3514      often localized to a certain (sub)tree, and the capture block
3515      might be in a different location in the file.  To identify the
3516      tree whose view to capture, you can use 3 values:
3517           local     use the tree in which the capture block is located
3518           global    make a global view, including all headings in the file
3519           "label"   call column view in the tree that has and `:ID:'
3520                     property with the value label
3522 `:hlines'
3523      When `t', insert a hline after every line.  When a number N, insert
3524      a hline before each headline with level `<= N'.
3526 `:vlines'
3527      When set to `t', enforce column groups to get vertical lines.
3529 The following commands insert or update the dynamic block:
3531 `C-c C-x r'
3532      Insert a dynamic block capturing a column view.  You will be
3533      prompted for the scope or id of the view.  
3535 `C-c C-c'
3536 `C-c C-x C-u'
3537      Update dynamical block at point.  The cursor needs to be in the
3538      `#+BEGIN' line of the dynamic block.  
3540 `C-u C-c C-x C-u'
3541      Update all dynamic blocks (*note Dynamic blocks::).  This is
3542      useful if you have several clocktable blocks in a buffer.
3544 \x1f
3545 File: org,  Node: Property API,  Prev: Column view,  Up: Properties and columns
3547 7.6 The Property API
3548 ====================
3550 There is a full API for accessing and changing properties.  This API can
3551 be used by Emacs Lisp programs to work with properties and to implement
3552 features based on them.  For more information see *Note Using the
3553 property API::.
3555 \x1f
3556 File: org,  Node: Dates and times,  Next: Remember,  Prev: Properties and columns,  Up: Top
3558 8 Dates and Times
3559 *****************
3561 To assist project planning, TODO items can be labeled with a date and/or
3562 a time.  The specially formatted string carrying the date and time
3563 information is called a _timestamp_ in Org-mode.  This may be a little
3564 confusing because timestamp is often used as indicating when something
3565 was created or last changed.  However, in Org-mode this term is used in
3566 a much wider sense.
3568 * Menu:
3570 * Time stamps::                 Assigning a time to a tree entry
3571 * Creating timestamps::         Commands which insert timestamps
3572 * Deadlines and scheduling::    Planning your work
3573 * Clocking work time::
3575 \x1f
3576 File: org,  Node: Time stamps,  Next: Creating timestamps,  Prev: Dates and times,  Up: Dates and times
3578 8.1 Time stamps, deadlines and scheduling
3579 =========================================
3581 A time stamp is a specification of a date (possibly with time or a range
3582 of times) in a special format, either `<2003-09-16 Tue>' or
3583 `<2003-09-16 Tue 09:39>' or `<2003-09-16 Tue 12:00-12:30>'(1).  A time
3584 stamp can appear anywhere in the headline or body of an org-tree entry.
3585 Its presence causes entries to be shown on specific dates in the agenda
3586 (*note Weekly/Daily agenda::).  We distinguish:
3588 PLAIN TIME STAMP; EVENT; APPOINTMENT
3589      A simple time stamp just assigns a date/time to an item.  This is
3590      just like writing down an appointment or event in a paper agenda.
3591      In the timeline and agenda displays, the headline of an entry
3592      associated with a plain time stamp will be shown exactly on that
3593      date.
3595           * Meet Peter at the movies <2006-11-01 Wed 19:15>
3596           * Discussion on climate change <2006-11-02 Thu 20:00-22:00>
3598 TIME STAMP WITH REPEATER INTERVAL
3599      A time stamp may contain a _repeater interval_, indicating that it
3600      applies not only on the given date, but again and again after a
3601      certain interval of N days (d), weeks (w), months(m), or years(y).
3602      The following will show up in the agenda every Wednesday:
3604           * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
3606 DIARY-STYLE SEXP ENTRIES
3607      For more complex date specifications, Org-mode supports using the
3608      special sexp diary entries implemented in the Emacs calendar/diary
3609      package.  For example
3611           * The nerd meeting on every 2nd Thursday of the month
3612             <%%(diary-float t 4 2)>
3614 TIME/DATE RANGE
3615      Two time stamps connected by `--' denote a range.  The headline
3616      will be shown on the first and last day of the range, and on any
3617      dates that are displayed and fall in the range.  Here is an
3618      example:
3620           ** Meeting in Amsterdam
3621              <2004-08-23 Mon>--<2004-08-26 Thu>
3623 INACTIVE TIME STAMP
3624      Just like a plain time stamp, but with square brackets instead of
3625      angular ones.  These time stamps are inactive in the sense that
3626      they do _not_ trigger an entry to show up in the agenda.
3628           * Gillian comes late for the fifth time [2006-11-01 Wed]
3631    ---------- Footnotes ----------
3633    (1) This is the standard ISO date/time format.  To use an
3634 alternative format, see *Note Custom time format::.
3636 \x1f
3637 File: org,  Node: Creating timestamps,  Next: Deadlines and scheduling,  Prev: Time stamps,  Up: Dates and times
3639 8.2 Creating timestamps
3640 =======================
3642 For Org-mode to recognize time stamps, they need to be in the specific
3643 format.  All commands listed below produce time stamps in the correct
3644 format.
3646 `C-c .'
3647      Prompt for a date and insert a corresponding time stamp.  When the
3648      cursor is at a previously used time stamp, it is updated to NOW.
3649      When this command is used twice in succession, a time range is
3650      inserted.  
3652 `C-u C-c .'
3653      Like `C-c .', but use the alternative format which contains date
3654      and time.  The default time can be rounded to multiples of 5
3655      minutes, see the option `org-time-stamp-rounding-minutes'.  
3657 `C-c !'
3658      Like `C-c .', but insert an inactive time stamp that will not cause
3659      an agenda entry.  
3661 `C-c <'
3662      Insert a time stamp corresponding to the cursor date in the
3663      Calendar.  
3665 `C-c >'
3666      Access the Emacs calendar for the current date.  If there is a
3667      timestamp in the current line, goto the corresponding date instead.  
3669 `C-c C-o'
3670      Access the agenda for the date given by the time stamp or -range at
3671      point (*note Weekly/Daily agenda::).  
3673 `S-<left>'
3674 `S-<right>'
3675      Change date at cursor by one day.  These key bindings conflict with
3676      CUA-mode (*note Conflicts::).  
3678 `S-<up>'
3679 `S-<down>'
3680      Change the item under the cursor in a timestamp.  The cursor can
3681      be on a year, month, day, hour or minute.  Note that if the cursor
3682      is in a headline and not at a time stamp, these same keys modify
3683      the priority of an item.  (*note Priorities::). The key bindings
3684      also conflict with CUA-mode (*note Conflicts::).  
3686 `C-c C-y'
3687      Evaluate a time range by computing the difference between start and
3688      end.  With prefix arg, insert result after the time range (in a
3689      table: into the following column).
3691 * Menu:
3693 * The date/time prompt::        How org-mode helps you entering date and time
3694 * Custom time format::          Making dates look differently
3696 \x1f
3697 File: org,  Node: The date/time prompt,  Next: Custom time format,  Prev: Creating timestamps,  Up: Creating timestamps
3699 8.2.1 The date/time prompt
3700 --------------------------
3702 When Org-mode prompts for a date/time, the default is shown as an ISO
3703 date, and the prompt therefore seems to ask for an ISO date.  But it
3704 will in fact accept any string containing some date and/or time
3705 information, and it is really smart about interpreting your input.  You
3706 can, for example, use `C-y' to paste a (possibly multi-line) string
3707 copied from an email message.  Org-mode will find whatever information
3708 is in there and derive anything you have not specified from the
3709 _default date and time_.  The default is usually the current date and
3710 time, but when modifying an existing time stamp, or when entering the
3711 second stamp of a range, it is taken from the stamp in the buffer.
3712 When filling in information, Org-mode assumes that most of the time you
3713 will want to enter a date in the future: If you omit the month/year and
3714 the given day/month is before today, it will assume that you mean a
3715 future date(1).
3717    For example, lets assume that today is June 13, 2006.  Here is how
3718 various inputs will be interpreted, the items filled in by Org-mode are
3719 in bold.
3721      3-2-5         --> 2003-02-05
3722      14            --> 2006-06-14
3723      12            --> 2006-07-12
3724      Fri           --> nearest Friday (defaultdate or later)
3725      sep 15        --> 2006-11-15
3726      feb 15        --> 2007-02-15
3727      sep 12 9      --> 2009-09-12
3728      12:45         --> 2006-06-13 12:45
3729      22 sept 0:34  --> 2006-09-22 0:34
3731    Furthermore you can specify a relative date by giving, as the
3732 _first_ thing in the input: a plus/minus sign, a number and a letter
3733 [dwmy] to indicate change in days weeks, months, years.  With a single
3734 plus or minus, the date is always relative to today.  With a double
3735 plus or minus, it is relative to the default date.  If instead of a
3736 single letter, you use the abbreviation of day name, the date will be
3737 the nth such day.  E.g.
3739      +4d           --> four days from today
3740      +4            --> same as above
3741      +2w           --> two weeks from today
3742      ++5           --> five days from default date
3743      +2tue         --> second tuesday from now.
3745    The function understands English month and weekday abbreviations.  If
3746 you want to use unabbreviated names and/or other languages, configure
3747 the variables `parse-time-months' and `parse-time-weekdays'.
3749    Parallel to the minibuffer prompt, a calendar is popped up(2).  When
3750 you exit the date prompt, either by clicking on a date in the calendar,
3751 or by pressing <RET>, the date selected in the calendar will be
3752 combined with the information entered at the prompt.  You can control
3753 the calendar fully from the minibuffer:
3755      > / <          Scroll calendar forward/backward by one month.
3756      mouse-1        Select date by clicking on it.
3757      S-<right>/<left>     One day forward/backward.
3758      S-<down>/<up>     One week forward/backward.
3759      M-S-<right>/<left>   One month forward/backward.
3760      <RET>           Choose date in calendar.
3762    The actions of the date/time prompt may seem complex, but I asure you
3763 they will grow on you.  To help you understand what is going on, the
3764 current interpretation of your input will be displayed live in the
3765 minibuffer(3).
3767    ---------- Footnotes ----------
3769    (1) See the variable `org-read-date-prefer-future'.
3771    (2) If you don't need/want the calendar, configure the variable
3772 `org-popup-calendar-for-date-prompt'.
3774    (3) If you find this distracting, turn the display of with
3775 `org-read-date-display-live'.
3777 \x1f
3778 File: org,  Node: Custom time format,  Prev: The date/time prompt,  Up: Creating timestamps
3780 8.2.2 Custom time format
3781 ------------------------
3783 Org-mode uses the standard ISO notation for dates and times as it is
3784 defined in ISO 8601.  If you cannot get used to this and require another
3785 representation of date and time to keep you happy, you can get it by
3786 customizing the variables `org-display-custom-times' and
3787 `org-time-stamp-custom-formats'.
3789 `C-c C-x C-t'
3790      Toggle the display of custom formats for dates and times.
3792 Org-mode needs the default format for scanning, so the custom date/time
3793 format does not _replace_ the default format - instead it is put _over_
3794 the default format using text properties.  This has the following
3795 consequences:
3796    * You cannot place the cursor onto a time stamp anymore, only before
3797      or after.
3799    * The `S-<up>/<down>' keys can no longer be used to adjust each
3800      component of a time stamp.  If the cursor is at the beginning of
3801      the stamp, `S-<up>/<down>' will change the stamp by one day, just
3802      like `S-<left>/<right>'.  At the end of the stamp, the time will
3803      be changed by one minute.
3805    * If the time stamp contains a range of clock times or a repeater,
3806      these will not be overlayed, but remain in the buffer as they were.
3808    * When you delete a time stamp character-by-character, it will only
3809      disappear from the buffer after _all_ (invisible) characters
3810      belonging to the ISO timestamp have been removed.
3812    * If the custom time stamp format is longer than the default and you
3813      are using dates in tables, table alignment will be messed up.  If
3814      the custom format is shorter, things do work as expected.
3816 \x1f
3817 File: org,  Node: Deadlines and scheduling,  Next: Clocking work time,  Prev: Creating timestamps,  Up: Dates and times
3819 8.3 Deadlines and Scheduling
3820 ============================
3822 A time stamp may be preceded by special keywords to facilitate planning:
3824 DEADLINE
3825      Meaning: the task (most likely a TODO item, though not
3826      necessarily) is supposed to be finished on that date.
3828      On the deadline date, the task will be listed in the agenda.  In
3829      addition, the agenda for _today_ will carry a warning about the
3830      approaching or missed deadline, starting
3831      `org-deadline-warning-days' before the due date, and continuing
3832      until the entry is marked DONE.  An example:
3834           *** TODO write article about the Earth for the Guide
3835               The editor in charge is [[bbdb:Ford Prefect]]
3836               DEADLINE: <2004-02-29 Sun>
3838      You can specify a different lead time for warnings for a specific
3839      deadlines using the following syntax.  Here is an example with a
3840      warning period of 5 days `DEADLINE: <2004-02-29 Sun -5d>'.
3842 SCHEDULED
3843      Meaning: you are planning to start working on that task on the
3844      given date.
3846      The headline will be listed under the given date(1).  In addition,
3847      a reminder that the scheduled date has passed will be present in
3848      the compilation for _today_, until the entry is marked DONE.
3849      I.e., the task will automatically be forwarded until completed.
3851           *** TODO Call Trillian for a date on New Years Eve.
3852               SCHEDULED: <2004-12-25 Sat>
3854      Important: Scheduling an item in Org-mode should not be understood
3855      in the same way that we understand scheduling a meeting.  Setting
3856      a date for a meeting is just a simple appointment, you should mark
3857      this entry with a simple plain time stamp, to get this item shown
3858      on the date where it applies.  This is a frequent
3859      mis-understanding from Org-users.  In Org-mode, scheduling means
3860      setting a date when you want to start working on an action item.
3862 * Menu:
3864 * Inserting deadline/schedule::  Planning items
3865 * Repeated tasks::              Items that show up again and again
3867    ---------- Footnotes ----------
3869    (1) It will still be listed on that date after it has been marked
3870 DONE.  If you don't like this, set the variable
3871 `org-agenda-skip-scheduled-if-done'.
3873 \x1f
3874 File: org,  Node: Inserting deadline/schedule,  Next: Repeated tasks,  Prev: Deadlines and scheduling,  Up: Deadlines and scheduling
3876 8.3.1 Inserting deadline/schedule
3877 ---------------------------------
3879 The following commands allow to quickly insert a deadline or to schedule
3880 an item:
3882 `C-c C-d'
3883      Insert `DEADLINE' keyword along with a stamp.  The insertion will
3884      happen in the line directly following the headline.  When called
3885      with a prefix arg, an existing deadline will be removed from the
3886      entry.  
3888 `C-c / d'
3889      Create a sparse tree with all deadlines that are either past-due,
3890      or which will become due within `org-deadline-warning-days'.  With
3891      `C-u' prefix, show all deadlines in the file.  With a numeric
3892      prefix, check that many days.  For example, `C-1 C-c / d' shows
3893      all deadlines due tomorrow.  
3895 `C-c C-s'
3896      Insert `SCHEDULED' keyword along with a stamp.  The insertion will
3897      happen in the line directly following the headline.  Any CLOSED
3898      timestamp will be removed.  When called with a prefix argument,
3899      remove the scheduling date from the entry.
3901 \x1f
3902 File: org,  Node: Repeated tasks,  Prev: Inserting deadline/schedule,  Up: Deadlines and scheduling
3904 8.3.2 Repeated Tasks
3905 --------------------
3907 Some tasks need to be repeated again and again.  Org-mode helps to
3908 organize such tasks using a so-called repeater in a DEADLINE or
3909 SCHEDULED time stamp.  In the following example
3910      ** TODO Pay the rent
3911         DEADLINE: <2005-10-01 Sat +1m>
3912    the `+1m' is a repeater; the intended interpretation is that the
3913 task has a deadline on <2005-10-01> and repeats itself every (one) month
3914 starting from that time.
3916    Deadlines and scheduled items produce entries in the agenda when they
3917 are over-due, so it is important to be able to mark such an entry as
3918 completed once you have done so.  When you mark a DEADLINE or a SCHEDULE
3919 with the todo keyword DONE, it will no longer produce entries in the
3920 agenda. The problem with this is, however, that then also the _next_
3921 instance of the repeated entry will not be active.  Org-mode deals with
3922 this in the following way: When you try to mark such an entry DONE
3923 (using `C-c C-t'), it will shift the base date of the repeating time
3924 stamp by the repeater interval, and immediately set the entry state
3925 back to TODO.  In the example above, setting the state to DONE would
3926 actually switch the date like this:
3928      ** TODO Pay the rent
3929         DEADLINE: <2005-11-01 Tue +1m>
3931    You will also be prompted for a note(1) that will be put under the
3932 DEADLINE line to keep a record that you actually acted on the previous
3933 instance of this deadline.
3935    As a consequence of shifting the base date, this entry will no
3936 longer be visible in the agenda when checking past dates, but all
3937 future instances will be visible.
3939    You may have both scheduling and deadline information for a specific
3940 task - just make sure that the repeater intervals on both are the same.
3942    ---------- Footnotes ----------
3944    (1) You can change this using the option `org-log-repeat', or the
3945 `#+STARTUP' options `logrepeat' and `nologrepeat'.
3947 \x1f
3948 File: org,  Node: Clocking work time,  Prev: Deadlines and scheduling,  Up: Dates and times
3950 8.4 Clocking work time
3951 ======================
3953 Org-mode allows you to clock the time you spent on specific tasks in a
3954 project.  When you start working on an item, you can start the clock.
3955 When you stop working on that task, or when you mark the task done, the
3956 clock is stopped and the corresponding time interval is recorded.  It
3957 also computes the total time spent on each subtree of a project.
3959 `C-c C-x C-i'
3960      Start the clock on the current item (clock-in).  This inserts the
3961      CLOCK keyword together with a timestamp.  If this is not the first
3962      clocking of this item, the multiple CLOCK lines will be wrapped
3963      into a `:CLOCK:' drawer (see also the variable
3964      `org-clock-into-drawer'.  
3966 `C-c C-x C-o'
3967      Stop the clock (clock-out).  The inserts another timestamp at the
3968      same location where the clock was last started.  It also directly
3969      computes the resulting time in inserts it after the time range as
3970      `=> HH:MM'.  See the variable `org-log-done' for the possibility to
3971      record an additional note together with the clock-out time
3972      stamp(1).  
3974 `C-c C-y'
3975      Recompute the time interval after changing one of the time stamps.
3976      This is only necessary if you edit the time stamps directly.  If
3977      you change them with `S-<cursor>' keys, the update is automatic.  
3979 `C-c C-t'
3980      Changing the TODO state of an item to DONE automatically stops the
3981      clock if it is running in this same item.  
3983 `C-c C-x C-x'
3984      Cancel the current clock.  This is useful if a clock was started by
3985      mistake, or if you ended up working on something else.  
3987 `C-c C-x C-j'
3988      Jump to the entry that contains the currently running clock, an
3989      another window.  
3991 `C-c C-x C-d'
3992      Display time summaries for each subtree in the current buffer.
3993      This puts overlays at the end of each headline, showing the total
3994      time recorded under that heading, including the time of any
3995      subheadings. You can use visibility cycling to study the tree, but
3996      the overlays disappear when you change the buffer (see variable
3997      `org-remove-highlights-with-change') or press `C-c C-c'.  
3999 `C-c C-x C-r'
4000      Insert a dynamic block (*note Dynamic blocks::) containing a clock
4001      report as an org-mode table into the current file.  When the
4002      cursor is at an existing clock table, just update it.  When called
4003      with a prefix argument, jump to the first clock report in the
4004      current document and update it.
4005           #+BEGIN: clocktable :maxlevel 2 :emphasize nil :scope file
4007           #+END: clocktable
4008      If such a block already exists at point, its content is replaced
4009      by the new table.  The `BEGIN' line can specify options:
4010           :maxlevel    Maximum level depth to which times are listed in the table.
4011           :emphasize   When `t', emphasize level one and level two items
4012           :scope       The scope to consider.  This can be any of the following:
4013                        nil        the current buffer or narrowed region
4014                        file       the full current buffer
4015                        subtree    the subtree where the clocktable is located
4016                        treeN      the surrounding level N tree, for example `tree3'
4017                        tree       the surrounding level 1 tree
4018                        agenda     all agenda files
4019                        ("file"..) scan these files
4020           :block       The time block to consider.  This block is specified relative
4021                        to the current time and may be any of these keywords:
4022                        `today', `yesterday', `thisweek', `lastweek',
4023                        `thismonth', `lastmonth', `thisyear', or `lastyear'.
4024           :tstart      A time string specifying when to start considering times
4025           :tend        A time string specifying when to stop considering times
4026      So to get a clock summary of the current level 1 tree, for the
4027      current day, you could write
4028           #+BEGIN: clocktable :maxlevel 2 :block today :scope tree1
4030           #+END: clocktable
4031      and to use a specific time range you could write(2)
4032           #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>"
4033                               :tend "<2006-08-10 Thu 12:00>"
4035           #+END: clocktable
4036      
4037 `C-c C-c'
4038 `C-c C-x C-u'
4039      Update dynamical block at point.  The cursor needs to be in the
4040      `#+BEGIN' line of the dynamic block.  
4042 `C-u C-c C-x C-u'
4043      Update all dynamic blocks (*note Dynamic blocks::).  This is
4044      useful if you have several clocktable blocks in a buffer.
4046    The `l' key may be used in the timeline (*note Timeline::) and in
4047 the agenda (*note Weekly/Daily agenda::) to show which tasks have been
4048 worked on or closed during a day.
4050    ---------- Footnotes ----------
4052    (1) The corresponding in-buffer setting is: `#+STARTUP:
4053 lognoteclock-out'
4055    (2) Note that all parameters must be specified in a single line -
4056 the line is broken here only to fit it onto the manual.
4058 \x1f
4059 File: org,  Node: Remember,  Next: Agenda views,  Prev: Dates and times,  Up: Top
4061 9 Remember
4062 **********
4064 The Remember package by John Wiegley lets you store quick notes with
4065 little interruption of your work flow.  See
4066 `http://www.emacswiki.org/cgi-bin/wiki/RememberMode' for more
4067 information.  It is an excellent way to add new notes and tasks to
4068 Org-mode files.  Org-mode significantly expands the possibilities of
4069 remember: You may define templates for different note types, and
4070 associate target files and headlines with specific templates.  It also
4071 allows you to select the location where a note should be stored
4072 interactively, on the fly.
4074 * Menu:
4076 * Setting up remember::         Some code for .emacs to get things going
4077 * Remember templates::          Define the outline of different note types
4078 * Storing notes::               Directly get the note to where it belongs
4079 * Refiling notes::              Moving a note or task to a project
4081 \x1f
4082 File: org,  Node: Setting up remember,  Next: Remember templates,  Prev: Remember,  Up: Remember
4084 9.1 Setting up remember
4085 =======================
4087 The following customization will tell remember to use org files as
4088 target, and to create annotations compatible with Org-mode links.
4090      (org-remember-insinuate)
4091      (setq org-directory "~/path/to/my/orgfiles/")
4092      (setq org-default-notes-file (concat org-directory "/notes.org"))
4093      (define-key global-map "\C-cr" 'org-remember)
4095    The last line binds the command `org-remember' to a global key(1).
4096 `org-remember' basically just calls `remember', but it makes a few
4097 things easier: If there is an active region, it will automatically copy
4098 the region into the remember buffer.  It also allows to jump to the
4099 buffer and location where remember notes are being stored: Just call
4100 `org-remember' with a prefix argument.
4102    ---------- Footnotes ----------
4104    (1) Please select your own key, `C-c r' is only a suggestion.
4106 \x1f
4107 File: org,  Node: Remember templates,  Next: Storing notes,  Prev: Setting up remember,  Up: Remember
4109 9.2 Remember templates
4110 ======================
4112 In combination with Org-mode, you can use templates to generate
4113 different types of remember notes.  For example, if you would like to
4114 use one template to create general TODO entries, another one for
4115 journal entries, and a third one for collecting random ideas, you could
4116 use:
4118      (setq org-remember-templates
4119       '(("Todo" ?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org" "Tasks")
4120         ("Journal" ?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
4121         ("Idea" ?i "* %^{Title}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))
4123 In these entries, the first string is just a name, and the character
4124 specifies how to select the template.  It is useful if the character is
4125 also the first letter of the name.  The next string specifies the
4126 template.  Two more (optional) strings give the file in which, and the
4127 headline under which the new note should be stored.  The file (if not
4128 present or `nil') defaults to `org-default-notes-file', the heading to
4129 `org-remember-default-headline'.
4131    When you call `M-x remember' (or `M-x org-remember') to remember
4132 something, org will prompt for a key to select the template (if you have
4133 more than one template) and then prepare the buffer like
4134      * TODO
4135        [[file:link to where you called remember]]
4137 During expansion of the template, special `%'-escapes allow dynamic
4138 insertion of content:
4139      %^{prompt}  prompt the user for a string and replace this sequence with it.
4140                  You may specify a default value and a completion table with
4141                  %^{prompt|default|completion2|completion3...}
4142                  The arrow keys access a prompt-specific history.
4143      %t          time stamp, date only
4144      %T          time stamp with date and time
4145      %u, %U      like the above, but inactive time stamps
4146      %^t         like `%t', but prompt for date.  Similarly `%^T', `%^u', `%^U'
4147                  You may define a prompt like `%^{Birthday}t'
4148      %n          user name (taken from `user-full-name')
4149      %a          annotation, normally the link created with `org-store-link'
4150      %A          like `%a', but prompt for the description part
4151      %i          initial content, the region when remember is called with C-u.
4152                  The entire text will be indented like `%i' itself.
4153      %c          Content of the clipboard, or current kill ring head.
4154      %^g         prompt for tags, with completion on tags in target file.
4155      %^G         prompt for tags, with completion all tags in all agenda files.
4156      %:keyword   specific information for certain link types, see below
4157      %[pathname] insert the contents of the file given by `pathname'
4158      %(sexp)     evaluate elisp `(sexp)' and replace with the result
4159      %!          immediately store note after completing the template
4160                  (skipping the `C-c C-c' that normally triggers storing)
4162 For specific link types, the following keywords will be defined(1):
4164      Link type          |  Available keywords
4165      -------------------+----------------------------------------------
4166      bbdb               |  %:name %:company
4167      vm, wl, mh, rmail  |  %:type %:subject %:message-id
4168                         |  %:from %:fromname %:fromaddress
4169                         |  %:to   %:toname   %:toaddress
4170                         |  %:fromto (either "to NAME" or "from NAME")(2)
4171      gnus               |  %:group, for messages also all email fields
4172      w3, w3m            |  %:url
4173      info               |  %:file %:node
4174      calendar           |  %:date"
4176 To place the cursor after template expansion use:
4178      %?          After completing the template, position cursor here.
4180 If you change you mind about which template to use, call `org-remember'
4181 in the remember buffer.  You may then select a new template that will
4182 be filled with the previous context information.
4184    ---------- Footnotes ----------
4186    (1) If you define your own link types (*note Adding hyperlink
4187 types::), any property you store with `org-store-link-props' can be
4188 accessed in remember templates in a similar way.
4190    (2) This will always be the other, not the user.  See the variable
4191 `org-from-is-user-regexp'.
4193 \x1f
4194 File: org,  Node: Storing notes,  Next: Refiling notes,  Prev: Remember templates,  Up: Remember
4196 9.3 Storing notes
4197 =================
4199 When you are finished preparing a note with remember, you have to press
4200 `C-c C-c' to file the note away.  The handler will store the note in
4201 the file and under the headline specified in the template, or it will
4202 use the default file and headlines.  The window configuration will be
4203 restored, sending you back to the working context before the call to
4204 `remember'.  To re-use the location found during the last call to
4205 `remember', exit the remember buffer with `C-u C-u C-c C-c', i.e.
4206 specify a double prefix argument to `C-c C-c'.
4208    If you want to store the note directly to a different place, use
4209 `C-u C-c C-c' instead to exit remember(1).  The handler will then first
4210 prompt for a target file - if you press <RET>, the value specified for
4211 the template is used.  Then the command offers the headings tree of the
4212 selected file, with the cursor position at the default headline (if you
4213 had specified one in the template).  You can either immediately press
4214 <RET> to get the note placed there.  Or you can use the following keys
4215 to find a different location:
4216      <TAB>         Cycle visibility.
4217      <down> / <up>   Next/previous visible headline.
4218      n / p        Next/previous visible headline.
4219      f / b        Next/previous headline same level.
4220      u            One level up.
4221    Pressing <RET> or <left> or <right> then leads to the following
4222 result.
4224 Cursor         Key         Note gets inserted
4225 position                   
4226 on headline    <RET>       as sublevel of the heading at cursor, first or
4227                            last
4228                            depending on `org-reverse-note-order'.
4229                <left>/<right>as same level, before/after current heading
4230 buffer-start   <RET>       as level 2 heading at end of file or level 1
4231                            at beginning
4232                            depending on `org-reverse-note-order'.
4233 not on         <RET>       at cursor position, level taken from context.
4234 headline                   
4236    Before inserting the text into a tree, the function ensures that the
4237 text has a headline, i.e. a first line that starts with a `*'.  If not,
4238 a headline is constructed from the current date and some additional
4239 data.  If you have indented the text of the note below the headline, the
4240 indentation will be adapted if inserting the note into the tree requires
4241 demotion from level 1.
4243    ---------- Footnotes ----------
4245    (1) Configure the variable `org-remember-store-without-prompt' to
4246 make this behavior the default.
4248 \x1f
4249 File: org,  Node: Refiling notes,  Prev: Storing notes,  Up: Remember
4251 9.4 Refiling notes
4252 ==================
4254 Remember is usually used to quickly capture notes and tasks into one or
4255 a few capture lists.  When reviewing the captured data, you may want to
4256 refile some of the entries into a different list, for example into a
4257 project.  Cutting, finding the right location and then pasting the note
4258 is cumbersome.  To simplify this process, you can use the following
4259 special command:
4261 `C-c C-w'
4262      Refile the entry at point.  This command offers possible locations
4263      for refiling the entry and lets you select one with completion.
4264      The item is filed below the target heading as a subitem.
4265      Depending on `org-reverse-note-order', it will be either the first
4266      of last subitem, and you can toggle the value of this variable for
4267      the duration of the command by using a `C-u' prefix.
4268      By default, all level 1 headlines in the current buffer are
4269      considered to be targets, but you can have more complex
4270      definitions across a number of files.  See the variable
4271      `org-refile-targets' for details.  The list of targets is compiled
4272      upon first use, you can update it by using a double prefix
4273      argument (`C-u C-u') to this command.
4275 \x1f
4276 File: org,  Node: Agenda views,  Next: Embedded LaTeX,  Prev: Remember,  Up: Top
4278 10 Agenda Views
4279 ***************
4281 Due to the way Org-mode works, TODO items, time-stamped items, and
4282 tagged headlines can be scattered throughout a file or even a number of
4283 files.  To get an overview of open action items, or of events that are
4284 important for a particular date, this information must be collected,
4285 sorted and displayed in an organized way.
4287    Org-mode can select items based on various criteria, and display them
4288 in a separate buffer.  Six different view types are provided:
4290    * an _agenda_ that is like a calendar and shows information for
4291      specific dates,
4293    * a _TODO list_ that covers all unfinished action items,
4295    * a _tags view_, showings headlines based on the tags associated
4296      with them,
4298    * a _timeline view_ that shows all events in a single Org-mode file,
4299      in time-sorted view,
4301    * a _stuck projects view_ showing projects that currently don't move
4302      along, and
4304    * _custom views_ that are special tag/keyword searches and
4305      combinations of different views.
4307 The extracted information is displayed in a special _agenda buffer_.
4308 This buffer is read-only, but provides commands to visit the
4309 corresponding locations in the original Org-mode files, and even to
4310 edit these files remotely.
4312    Two variables control how the agenda buffer is displayed and whether
4313 the window configuration is restored when the agenda exits:
4314 `org-agenda-window-setup' and `org-agenda-restore-windows-after-quit'.
4316 * Menu:
4318 * Agenda files::                Files being searched for agenda information
4319 * Agenda dispatcher::           Keyboard access to agenda views
4320 * Built-in agenda views::       What is available out of the box?
4321 * Presentation and sorting::    How agenda items are prepared for display
4322 * Agenda commands::             Remote editing of org trees
4323 * Custom agenda views::         Defining special searches and views
4325 \x1f
4326 File: org,  Node: Agenda files,  Next: Agenda dispatcher,  Prev: Agenda views,  Up: Agenda views
4328 10.1 Agenda files
4329 =================
4331 The information to be shown is normally collected from all _agenda
4332 files_, the files listed in the variable `org-agenda-files'(1). If a
4333 directory is part of this list, all files with the extension `.org' in
4334 this directory will be part of the list.
4336    Thus even if you only work with a single Org-mode file, this file
4337 should be put into that list(2).  You can customize `org-agenda-files',
4338 but the easiest way to maintain it is through the following commands
4340 `C-c ['
4341      Add current file to the list of agenda files.  The file is added to
4342      the front of the list.  If it was already in the list, it is moved
4343      to the front.  With prefix arg, file is added/moved to the end.  
4345 `C-c ]'
4346      Remove current file from the list of agenda files.  
4348 `C-,'
4349 `C-''
4350      Cycle through agenda file list, visiting one file after the other.
4352 The Org menu contains the current list of files and can be used to
4353 visit any of them.
4355    If you would like to focus the agenda temporarily onto a file not in
4356 this list, or onto just one file in the list or even only a subtree in a
4357 file, this can be done in different ways.  For a single agenda command,
4358 you may press `<' once or several times in the dispatcher (*note Agenda
4359 dispatcher::).  To restrict the agenda scope for an extended period,
4360 use the following commands:
4362 `C-c C-x <'
4363      Permanently restrict the agenda to the current subtree.  When with
4364      a prefix argument, or with the cursor before the first headline in
4365      a file, the agenda scope is set to the entire file.  This
4366      restriction remains in effect until removed with `C-c C-x >', or
4367      by typing either `<' or `>' in the agenda dispatcher.  If there is
4368      a window displaying an agenda view, the new restriction takes
4369      effect immediately.  
4371 `C-c C-x <'
4372      Remove the permanent restriction created by `C-c C-x <'.
4374 When working with `Speedbar', you can use the following commands in the
4375 speedbar frame:
4376 `< in the speedbar frame'
4377      Permanently restrict the agenda to the item at the cursor in the
4378      speedbar frame, either an Org-mode file or a subtree in such a
4379      file.  If there is a window displaying an agenda view, the new
4380      restriction takes effect immediately.  
4382 `> in the speedbar frame'
4383      Lift the restriction again.
4385    ---------- Footnotes ----------
4387    (1) If the value of that variable is not a list, but a single file
4388 name, then the list of agenda files will be maintained in that external
4389 file.
4391    (2) When using the dispatcher, pressing `<' before selecting a
4392 command will actually limit the command to the current file, and ignore
4393 `org-agenda-files' until the next dispatcher command.
4395 \x1f
4396 File: org,  Node: Agenda dispatcher,  Next: Built-in agenda views,  Prev: Agenda files,  Up: Agenda views
4398 10.2 The agenda dispatcher
4399 ==========================
4401 The views are created through a dispatcher that should be bound to a
4402 global key, for example `C-c a' (*note Installation::).  In the
4403 following we will assume that `C-c a' is indeed how the dispatcher is
4404 accessed and list keyboard access to commands accordingly.  After
4405 pressing `C-c a', an additional letter is required to execute a
4406 command.  The dispatcher offers the following default commands:
4408      Create the calendar-like agenda (*note Weekly/Daily agenda::).
4410 `t / T'
4411      Create a list of all TODO items (*note Global TODO list::).
4413 `m / M'
4414      Create a list of headlines matching a TAGS expression (*note
4415      Matching tags and properties::).
4418      Create the timeline view for the current buffer (*note Timeline::).
4420 `# / !'
4421      Create a list of stuck projects (*note Stuck projects::).
4424      Search for a regular expression in all agenda files and
4425      additionally in the files listed in
4426      `org-agenda-multi-occur-extra-files'.  This uses the Emacs command
4427      `multi-occur'.  A prefix argument can be used to specify the
4428      number of context lines for each match, default is 1.
4431      Restrict an agenda command to the current buffer(1).  After
4432      pressing `<', you still need to press the character selecting the
4433      command.
4435 `< <'
4436      If there is an active region, restrict the following agenda
4437      command to the region.  Otherwise, restrict it to the current
4438      subtree(2).  After pressing `< <', you still need to press the
4439      character selecting the command.
4441    You can also define custom commands that will be accessible through
4442 the dispatcher, just like the default commands.  This includes the
4443 possibility to create extended agenda buffers that contain several
4444 blocks together, for example the weekly agenda, the global TODO list and
4445 a number of special tags matches.  *Note Custom agenda views::.
4447    ---------- Footnotes ----------
4449    (1) For backward compatibility, you can also press `1' to restrict
4450 to the current buffer.
4452    (2) For backward compatibility, you can also press `0' to restrict
4453 to the current buffer.
4455 \x1f
4456 File: org,  Node: Built-in agenda views,  Next: Presentation and sorting,  Prev: Agenda dispatcher,  Up: Agenda views
4458 10.3 The built-in agenda views
4459 ==============================
4461 In this section we describe the built-in views.
4463 * Menu:
4465 * Weekly/Daily agenda::         The calendar page with current tasks
4466 * Global TODO list::            All unfinished action items
4467 * Matching tags and properties::  Structured information with fine-tuned search
4468 * Timeline::                    Time-sorted view for single file
4469 * Stuck projects::              Find projects you need to review
4471 \x1f
4472 File: org,  Node: Weekly/Daily agenda,  Next: Global TODO list,  Prev: Built-in agenda views,  Up: Built-in agenda views
4474 10.3.1 The weekly/daily agenda
4475 ------------------------------
4477 The purpose of the weekly/daily _agenda_ is to act like a page of a
4478 paper agenda, showing all the tasks for the current week or day.
4480 `C-c a a'
4481      Compile an agenda for the current week from a list of org files.
4482      The agenda shows the entries for each day.  With a numeric
4483      prefix(1)  (like `C-u 2 1 C-c a a') you may set the number of days
4484      to be displayed (see also the variable `org-agenda-ndays')
4486    Remote editing from the agenda buffer means, for example, that you
4487 can change the dates of deadlines and appointments from the agenda
4488 buffer.  The commands available in the Agenda buffer are listed in
4489 *Note Agenda commands::.
4491 Calendar/Diary integration
4492 ..........................
4494 Emacs contains the calendar and diary by Edward M. Reingold.  The
4495 calendar displays a three-month calendar with holidays from different
4496 countries and cultures.  The diary allows you to keep track of
4497 anniversaries, lunar phases, sunrise/set, recurrent appointments
4498 (weekly, monthly) and more.  In this way, it is quite complementary to
4499 Org-mode.  It can be very useful to combine output from Org-mode with
4500 the diary.
4502    In order to include entries from the Emacs diary into Org-mode's
4503 agenda, you only need to customize the variable
4505      (setq org-agenda-include-diary t)
4507 After that, everything will happen automatically.  All diary entries
4508 including holidays, anniversaries etc will be included in the agenda
4509 buffer created by Org-mode.  <SPC>, <TAB>, and <RET> can be used from
4510 the agenda buffer to jump to the diary file in order to edit existing
4511 diary entries.  The `i' command to insert new entries for the current
4512 date works in the agenda buffer, as well as the commands `S', `M', and
4513 `C' to display Sunrise/Sunset times, show lunar phases and to convert
4514 to other calendars, respectively.  `c' can be used to switch back and
4515 forth between calendar and agenda.
4517    If you are using the diary only for sexp entries and holidays, it is
4518 faster to not use the above setting, but instead to copy or even move
4519 the entries into an Org-mode file. Org-mode evaluates diary-style sexp
4520 entries, and does it faster because there is no overhead for first
4521 creating the diary display.  Note that the sexp entries must start at
4522 the left margin, no white space is allowed before them.  For example,
4523 the following segment of an Org-mode file will be processed and entries
4524 will be made in the agenda:
4526      * Birthdays and similar stuff
4527      #+CATEGORY: Holiday
4528      %%(org-calendar-holiday)   ; special function for holiday names
4529      #+CATEGORY: Ann
4530      %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
4531      %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
4533 Appointment reminders
4534 .....................
4536 Org can interact with Emacs appointments notification facility.
4538    To add all the appointments of your agenda files, use the command
4539 `org-agenda-to-appt'.  This commands also lets you filter through the
4540 list of your appointments and add only those belonging to a specific
4541 category or matching a regular expression. See the docstring for
4542 details.
4544    ---------- Footnotes ----------
4546    (1) For backward compatibility, the universal prefix `C-u' causes
4547 all TODO entries to be listed before the agenda.  This feature is
4548 deprecated, use the dedicated TODO list, or a block agenda instead.
4550 \x1f
4551 File: org,  Node: Global TODO list,  Next: Matching tags and properties,  Prev: Weekly/Daily agenda,  Up: Built-in agenda views
4553 10.3.2 The global TODO list
4554 ---------------------------
4556 The global TODO list contains all unfinished TODO items, formatted and
4557 collected into a single place.
4559 `C-c a t'
4560      Show the global TODO list.  This collects the TODO items from all
4561      agenda files (*note Agenda views::) into a single buffer.  The
4562      buffer is in `agenda-mode', so there are commands to examine and
4563      manipulate the TODO entries directly from that buffer (*note
4564      Agenda commands::).  
4566 `C-c a T'
4567      Like the above, but allows selection of a specific TODO keyword.
4568      You can also do this by specifying a prefix argument to `C-c a t'.
4569      With a `C-u' prefix you are prompted for a keyword, and you may
4570      also specify several keywords by separating them with `|' as
4571      boolean OR operator.  With a numeric prefix, the Nth keyword in
4572      `org-todo-keywords' is selected.  The `r' key in the agenda buffer
4573      regenerates it, and you can give a prefix argument to this command
4574      to change the selected TODO keyword, for example `3 r'.  If you
4575      often need a search for a specific keyword, define a custom
4576      command for it (*note Agenda dispatcher::).
4577      Matching specific TODO keywords can also be done as part of a tags
4578      search (*note Tag searches::).
4580    Remote editing of TODO items means that you can change the state of a
4581 TODO entry with a single key press.  The commands available in the TODO
4582 list are described in *Note Agenda commands::.
4584    Normally the global todo list simply shows all headlines with TODO
4585 keywords.  This list can become very long.  There are two ways to keep
4586 it more compact:
4587    - Some people view a TODO item that has been _scheduled_ for
4588      execution (*note Time stamps::) as no longer _open_.  Configure the
4589      variable `org-agenda-todo-ignore-scheduled' to exclude scheduled
4590      items from the global TODO list.
4592    - TODO items may have sublevels to break up the task into subtasks.
4593      In such cases it may be enough to list only the highest level TODO
4594      headline and omit the sublevels from the global list.  Configure
4595      the variable `org-agenda-todo-list-sublevels' to get this behavior.
4597 \x1f
4598 File: org,  Node: Matching tags and properties,  Next: Timeline,  Prev: Global TODO list,  Up: Built-in agenda views
4600 10.3.3 Matching Tags and Properties
4601 -----------------------------------
4603 If headlines in the agenda files are marked with _tags_ (*note Tags::),
4604 you can select headlines based on the tags that apply to them and
4605 collect them into an agenda buffer.
4607 `C-c a m'
4608      Produce a list of all headlines that match a given set of tags.
4609      The command prompts for a selection criterion, which is a boolean
4610      logic expression with tags, like `+work+urgent-withboss' or
4611      `work|home' (*note Tags::).  If you often need a specific search,
4612      define a custom command for it (*note Agenda dispatcher::).  
4614 `C-c a M'
4615      Like `C-c a m', but only select headlines that are also TODO items
4616      and force checking subitems (see variable
4617      `org-tags-match-list-sublevels').  Matching specific todo keywords
4618      together with a tags match is also possible, see *Note Tag
4619      searches::.
4621    The commands available in the tags list are described in *Note
4622 Agenda commands::.
4624 \x1f
4625 File: org,  Node: Timeline,  Next: Stuck projects,  Prev: Matching tags and properties,  Up: Built-in agenda views
4627 10.3.4 Timeline for a single file
4628 ---------------------------------
4630 The timeline summarizes all time-stamped items from a single Org-mode
4631 file in a _time-sorted view_.  The main purpose of this command is to
4632 give an overview over events in a project.
4634 `C-c a L'
4635      Show a time-sorted view of the org file, with all time-stamped
4636      items.  When called with a `C-u' prefix, all unfinished TODO
4637      entries (scheduled or not) are also listed under the current date.
4639 The commands available in the timeline buffer are listed in *Note
4640 Agenda commands::.
4642 \x1f
4643 File: org,  Node: Stuck projects,  Prev: Timeline,  Up: Built-in agenda views
4645 10.3.5 Stuck projects
4646 ---------------------
4648 If you are following a system like David Allen's GTD to organize your
4649 work, one of the "duties" you have is a regular review to make sure
4650 that all projects move along.  A _stuck_ project is a project that has
4651 no defined next actions, so it will never show up in the TODO lists
4652 Org-mode produces.  During the review, you need to identify such
4653 projects and define next actions for them.
4655 `C-c a #'
4656      List projects that are stuck.  
4658 `C-c a !'
4659      Customize the variable `org-stuck-projects' to define what a stuck
4660      project is and how to find it.
4662    You almost certainly will have to configure this view before it will
4663 work for you.  The built-in default assumes that all your projects are
4664 level-2 headlines, and that a project is not stuck if it has at least
4665 one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
4667    Lets assume that you, in your own way of using Org-mode, identify
4668 projects with a tag PROJECT, and that you use a todo keyword MAYBE to
4669 indicate a project that should not be considered yet.  Lets further
4670 assume that the todo keyword DONE marks finished projects, and that NEXT
4671 and TODO indicate next actions.  The tag @SHOP indicates shopping and
4672 is a next action even without the NEXT tag.  Finally, if the project
4673 contains the special word IGNORE anywhere, it should not be listed
4674 either.  In this case you would start by identifying eligible projects
4675 with a tags/todo match `+PROJECT/-MAYBE-DONE', and then check for TODO,
4676 NEXT, @SHOP, and IGNORE in the subtree to identify projects that are
4677 not stuck.  The correct customization for this is
4679      (setq org-stuck-projects
4680            '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@SHOP")
4681                                     "\\<IGNORE\\>"))
4683 \x1f
4684 File: org,  Node: Presentation and sorting,  Next: Agenda commands,  Prev: Built-in agenda views,  Up: Agenda views
4686 10.4 Presentation and sorting
4687 =============================
4689 Before displaying items in an agenda view, Org-mode visually prepares
4690 the items and sorts them.  Each item occupies a single line.  The line
4691 starts with a _prefix_ that contains the _category_ (*note
4692 Categories::) of the item and other important information.  You can
4693 customize the prefix using the option `org-agenda-prefix-format'.  The
4694 prefix is followed by a cleaned-up version of the outline headline
4695 associated with the item.
4697 * Menu:
4699 * Categories::                  Not all tasks are equal
4700 * Time-of-day specifications::  How the agenda knows the time
4701 * Sorting of agenda items::     The order of things
4703 \x1f
4704 File: org,  Node: Categories,  Next: Time-of-day specifications,  Prev: Presentation and sorting,  Up: Presentation and sorting
4706 10.4.1 Categories
4707 -----------------
4709 The category is a broad label assigned to each agenda item.  By default,
4710 the category is simply derived from the file name, but you can also
4711 specify it with a special line in the buffer, like this(1):
4713      #+CATEGORY: Thesis
4715 If you would like to have a special CATEGORY for a single entry or a
4716 (sub)tree, give the entry a `:CATEGORY:' property with the location as
4717 the value (*note Properties and columns::).
4719 The display in the agenda buffer looks best if the category is not
4720 longer than 10 characters.
4722    ---------- Footnotes ----------
4724    (1) For backward compatibility, the following also works: If there
4725 are several such lines in a file, each specifies the category for the
4726 text below it.  The first category also applies to any text before the
4727 first CATEGORY line.  However, using this method is _strongly_
4728 deprecated as it is incompatible with the outline structure of the
4729 document.  The correct method for setting multiple categories in a
4730 buffer is using a property.
4732 \x1f
4733 File: org,  Node: Time-of-day specifications,  Next: Sorting of agenda items,  Prev: Categories,  Up: Presentation and sorting
4735 10.4.2 Time-of-Day Specifications
4736 ---------------------------------
4738 Org-mode checks each agenda item for a time-of-day specification.  The
4739 time can be part of the time stamp that triggered inclusion into the
4740 agenda, for example as in `<2005-05-10 Tue 19:00>'.  Time ranges can be
4741 specified with two time stamps, like
4742 `<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>'.
4744    In the headline of the entry itself, a time(range) may also appear as
4745 plain text (like `12:45' or a `8:30-1pm'.  If the agenda integrates the
4746 Emacs diary (*note Weekly/Daily agenda::), time specifications in diary
4747 entries are recognized as well.
4749    For agenda display, Org-mode extracts the time and displays it in a
4750 standard 24 hour format as part of the prefix.  The example times in
4751 the previous paragraphs would end up in the agenda like this:
4753          8:30-13:00 Arthur Dent lies in front of the bulldozer
4754         12:45...... Ford Prefect arrives and takes Arthur to the pub
4755         19:00...... The Vogon reads his poem
4756         20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4758    If the agenda is in single-day mode, or for the display of today, the
4759 timed entries are embedded in a time grid, like
4761          8:00...... ------------------
4762          8:30-13:00 Arthur Dent lies in front of the bulldozer
4763         10:00...... ------------------
4764         12:00...... ------------------
4765         12:45...... Ford Prefect arrives and takes Arthur to the pub
4766         14:00...... ------------------
4767         16:00...... ------------------
4768         18:00...... ------------------
4769         19:00...... The Vogon reads his poem
4770         20:00...... ------------------
4771         20:30-22:15 Marwin escorts the Hitchhikers to the bridge
4773    The time grid can be turned on and off with the variable
4774 `org-agenda-use-time-grid', and can be configured with
4775 `org-agenda-time-grid'.
4777 \x1f
4778 File: org,  Node: Sorting of agenda items,  Prev: Time-of-day specifications,  Up: Presentation and sorting
4780 10.4.3 Sorting of agenda items
4781 ------------------------------
4783 Before being inserted into a view, the items are sorted.  How this is
4784 done depends on the type of view.
4785    * For the daily/weekly agenda, the items for each day are sorted.
4786      The default order is to first collect all items containing an
4787      explicit time-of-day specification.  These entries will be shown
4788      at the beginning of the list, as a _schedule_ for the day.  After
4789      that, items remain grouped in categories, in the sequence given by
4790      `org-agenda-files'.  Within each category, items are sorted by
4791      priority (*note Priorities::), which is composed of the base
4792      priority (2000 for priority `A', 1000 for `B', and 0 for `C'),
4793      plus additional increments for overdue scheduled or deadline items.
4795    * For the TODO list, items remain in the order of categories, but
4796      within each category, sorting takes place according to priority
4797      (*note Priorities::).
4799    * For tags matches, items are not sorted at all, but just appear in
4800      the sequence in which they are found in the agenda files.
4802    Sorting can be customized using the variable
4803 `org-agenda-sorting-strategy'.
4805 \x1f
4806 File: org,  Node: Agenda commands,  Next: Custom agenda views,  Prev: Presentation and sorting,  Up: Agenda views
4808 10.5 Commands in the agenda buffer
4809 ==================================
4811 Entries in the agenda buffer are linked back to the org file or diary
4812 file where they originate.  You are not allowed to edit the agenda
4813 buffer itself, but commands are provided to show and jump to the
4814 original entry location, and to edit the org-files "remotely" from the
4815 agenda buffer.  In this way, all information is stored only once,
4816 removing the risk that your agenda and note files may diverge.
4818    Some commands can be executed with mouse clicks on agenda lines.  For
4819 the other commands, the cursor needs to be in the desired line.
4821 Motion
4822 ......
4825      Next line (same as <up> and `C-p').  
4828      Previous line (same as <down> and `C-n').
4830 View/GoTo org file
4831 ..................
4833 `mouse-3'
4834 `<SPC>'
4835      Display the original location of the item in another window.  
4838      Display original location and recenter that window.  
4840 `mouse-2'
4841 `mouse-1'
4842 `<TAB>'
4843      Go to the original location of the item in another window.  Under
4844      Emacs 22, `mouse-1' will also works for this.  
4846 `<RET>'
4847      Go to the original location of the item and delete other windows.  
4850      Toggle Follow mode.  In Follow mode, as you move the cursor through
4851      the agenda buffer, the other window always shows the corresponding
4852      location in the org file.  The initial setting for this mode in new
4853      agenda buffers can be set with the variable
4854      `org-agenda-start-with-follow-mode'.  
4857      Display the entire subtree of the current item in an indirect
4858      buffer.  With numerical prefix ARG, go up to this level and then
4859      take that tree.  If ARG is negative, go up that many levels.  With
4860      `C-u' prefix, do not remove the previously used indirect buffer.  
4863      Toggle Logbook mode.  In Logbook mode, entries that where marked
4864      DONE while logging was on (variable `org-log-done') are shown in
4865      the agenda, as are entries that have been clocked on that day.
4867 Change display
4868 ..............
4871      Delete other windows.  
4873 `d w m y'
4874      Switch to day/week/month/year view.  When switching to day or week
4875      view, this setting becomes the default for subseqent agenda
4876      commands.  Since month and year views are slow to create, the do
4877      not become the default.  
4880      Toggle the inclusion of diary entries.  See *Note Weekly/Daily
4881      agenda::.  
4884      Toggle the time grid on and off.  See also the variables
4885      `org-agenda-use-time-grid' and `org-agenda-time-grid'.  
4888      Recreate the agenda buffer, for example to reflect the changes
4889      after modification of the time stamps of items with S-<left> and
4890      S-<right>.  When the buffer is the global todo list, a prefix
4891      argument is interpreted to create a selective list for a specific
4892      TODO keyword.  
4895 `C-x C-s'
4896      Save all Org-mode buffers in the current Emacs session.  
4898 `<right>'
4899      Display the following `org-agenda-ndays' days.  For example, if
4900      the display covers a week, switch to the following week.  With
4901      prefix arg, go forward that many times `org-agenda-ndays' days.  
4903 `<left>'
4904      Display the previous dates.  
4907      Goto today.
4909 Remote editing
4910 ..............
4912 `0-9'
4913      Digit argument.  
4915 `C-_'
4916      Undo a change due to a remote editing command.  The change is
4917      undone both in the agenda buffer and in the remote buffer.  
4920      Change the TODO state of the item, both in the agenda and in the
4921      original org file.  
4923 `C-k'
4924      Delete the current agenda item along with the entire subtree
4925      belonging to it in the original Org-mode file.  If the text to be
4926      deleted remotely is longer than one line, the kill needs to be
4927      confirmed by the user.  See variable `org-agenda-confirm-kill'.  
4930      Archive the subtree corresponding to the current headline.  
4933      Show all tags associated with the current item.  Because of
4934      inheritance, this may be more than the tags listed in the line
4935      itself.  
4938      Set tags for the current headline.  If there is an active region
4939      in the agenda, change a tag for all headings in the region.  
4942      Toggle the ARCHIVE tag for the current headline.  
4945      Set the priority for the current item.  Org-mode prompts for the
4946      priority character. If you reply with <SPC>, the priority cookie
4947      is removed from the entry.  
4950      Display weighted priority of current item.  
4953 `S-<up>'
4954      Increase the priority of the current item.  The priority is
4955      changed in the original buffer, but the agenda is not resorted.
4956      Use the `r' key for this.  
4959 `S-<down>'
4960      Decrease the priority of the current item.  
4962 `C-c C-s'
4963      Schedule this item 
4965 `C-c C-d'
4966      Set a deadline for this item.  
4968 `S-<right>'
4969      Change the time stamp associated with the current line by one day
4970      into the future.  With prefix argument, change it by that many
4971      days.  For example, `3 6 5 S-<right>' will change it by a year.
4972      The stamp is changed in the original org file, but the change is
4973      not directly reflected in the agenda buffer.  Use the `r' key to
4974      update the buffer.  
4976 `S-<left>'
4977      Change the time stamp associated with the current line by one day
4978      into the past.  
4981      Change the time stamp associated with the current line to today.
4982      The key `>' has been chosen, because it is the same as `S-.' on my
4983      keyboard.  
4986      Start the clock on the current item.  If a clock is running
4987      already, it is stopped first.  
4990      Stop the previously started clock.  
4993      Cancel the currently running clock.
4996      Jump to the running clock in another window.
4998 Calendar commands
4999 .................
5002      Open the Emacs calendar and move to the date at the agenda cursor.
5005      When in the calendar, compute and show the Org-mode agenda for the
5006      date at the cursor.  
5009      Insert a new entry into the diary.  Prompts for the type of entry
5010      (day, weekly, monthly, yearly, anniversary, cyclic) and creates a
5011      new entry in the diary, just as `i d' etc. would do in the
5012      calendar.  The date is taken from the cursor position.  
5015      Show the phases of the moon for the three months around current
5016      date.  
5019      Show sunrise and sunset times.  The geographical location must be
5020      set with calendar variables, see documentation of the Emacs
5021      calendar.  
5024      Convert the date at cursor into many other cultural and historic
5025      calendars.  
5028      Show holidays for three month around the cursor date.  
5030 `C-c C-x C-c'
5031      Export a single iCalendar file containing entries from all agenda
5032      files.
5034 Exporting to a file
5035 ...................
5037 `C-x C-w'
5038      Write the agenda view to a file.  Depending on the extension of the
5039      selected file name, the view will be exported as HTML (extension
5040      `.html' or `.htm'), Postscript (extension `.ps'), or plain text
5041      (any other extension).  Use the variable
5042      `org-agenda-exporter-settings' to set options for `ps-print' and
5043      for `htmlize' to be used during export.
5045 Quit and Exit
5046 .............
5049      Quit agenda, remove the agenda buffer.  
5052      Exit agenda, remove the agenda buffer and all buffers loaded by
5053      Emacs for the compilation of the agenda.  Buffers created by the
5054      user to visit org files will not be removed.
5056 \x1f
5057 File: org,  Node: Custom agenda views,  Prev: Agenda commands,  Up: Agenda views
5059 10.6 Custom agenda views
5060 ========================
5062 Custom agenda commands serve two purposes: to store and quickly access
5063 frequently used TODO and tags searches, and to create special composite
5064 agenda buffers.  Custom agenda commands will be accessible through the
5065 dispatcher (*note Agenda dispatcher::), just like the default commands.
5067 * Menu:
5069 * Storing searches::            Type once, use often
5070 * Block agenda::                All the stuff you need in a single buffer
5071 * Setting Options::             Changing the rules
5072 * Exporting Agenda Views::      Writing agendas to files.
5073 * Extracting Agenda Information for other programs::
5075 \x1f
5076 File: org,  Node: Storing searches,  Next: Block agenda,  Prev: Custom agenda views,  Up: Custom agenda views
5078 10.6.1 Storing searches
5079 -----------------------
5081 The first application of custom searches is the definition of keyboard
5082 shortcuts for frequently used searches, either creating an agenda
5083 buffer, or a sparse tree (the latter covering of course only the current
5084 buffer).  Custom commands are configured in the variable
5085 `org-agenda-custom-commands'.  You can customize this variable, for
5086 example by pressing `C-c a C'.  You can also directly set it with Emacs
5087 Lisp in `.emacs'.  The following example contains all valid search
5088 types:
5090      (setq org-agenda-custom-commands
5091            '(("w" todo "WAITING")
5092              ("W" todo-tree "WAITING")
5093              ("u" tags "+boss-urgent")
5094              ("v" tags-todo "+boss-urgent")
5095              ("U" tags-tree "+boss-urgent")
5096              ("f" occur-tree "\\<FIXME\\>")
5097              ("h" . "HOME+Name tags searches") ; description for "h" prefix
5098              ("hl" tags "+home+Lisa")
5099              ("hp" tags "+home+Peter")
5100              ("hk" tags "+home+Kim")))
5102 The initial string in each entry defines the keys you have to press
5103 after the dispatcher command `C-c a' in order to access the command.
5104 Usually this will be just a single character, but if you have many
5105 similar commands, you can also define two-letter combinations where the
5106 first character is the same in several combinations and serves as a
5107 prefix key(1).  The second parameter is the search type, followed by
5108 the string or regular expression to be used for the matching.  The
5109 example above will therefore define:
5111 `C-c a w'
5112      as a global search for TODO entries with `WAITING' as the TODO
5113      keyword
5115 `C-c a W'
5116      as the same search, but only in the current buffer and displaying
5117      the results as a sparse tree
5119 `C-c a u'
5120      as a global tags search for headlines marked `:boss:' but not
5121      `:urgent:'
5123 `C-c a v'
5124      as the same search as `C-c a u', but limiting the search to
5125      headlines that are also TODO items
5127 `C-c a U'
5128      as the same search as `C-c a u', but only in the current buffer and
5129      displaying the result as a sparse tree
5131 `C-c a f'
5132      to create a sparse tree (again: current buffer only) with all
5133      entries containing the word `FIXME'
5135 `C-c a h'
5136      as a prefix command for a HOME tags search where you have to press
5137      an additional key (`l', `p' or `k') to select a name (Lisa, Peter,
5138      or Kim) as additional tag to match.
5140    ---------- Footnotes ----------
5142    (1) You can provide a description for a prefix key by inserting a
5143 cons cell with the prefix and the description.
5145 \x1f
5146 File: org,  Node: Block agenda,  Next: Setting Options,  Prev: Storing searches,  Up: Custom agenda views
5148 10.6.2 Block agenda
5149 -------------------
5151 Another possibility is the construction of agenda views that comprise
5152 the results of _several_ commands, each of which creates a block in the
5153 agenda buffer.  The available commands include `agenda' for the daily
5154 or weekly agenda (as created with `C-c a a'), `alltodo' for the global
5155 todo list (as constructed with `C-c a t'), and the matching commands
5156 discussed above: `todo', `tags', and `tags-todo'.  Here are two
5157 examples:
5159      (setq org-agenda-custom-commands
5160            '(("h" "Agenda and Home-related tasks"
5161               ((agenda)
5162                (tags-todo "home")
5163                (tags "garden")))
5164              ("o" "Agenda and Office-related tasks"
5165               ((agenda)
5166                (tags-todo "work")
5167                (tags "office")))))
5169 This will define `C-c a h' to create a multi-block view for stuff you
5170 need to attend to at home.  The resulting agenda buffer will contain
5171 your agenda for the current week, all TODO items that carry the tag
5172 `home', and also all lines tagged with `garden'.  Finally the command
5173 `C-c a o' provides a similar view for office tasks.
5175 \x1f
5176 File: org,  Node: Setting Options,  Next: Exporting Agenda Views,  Prev: Block agenda,  Up: Custom agenda views
5178 10.6.3 Setting Options for custom commands
5179 ------------------------------------------
5181 Org-mode contains a number of variables regulating agenda construction
5182 and display.  The global variables define the behavior for all agenda
5183 commands, including the custom commands.  However, if you want to change
5184 some settings just for a single custom view, you can do so.  Setting
5185 options requires inserting a list of variable names and values at the
5186 right spot in `org-agenda-custom-commands'.  For example:
5188      (setq org-agenda-custom-commands
5189            '(("w" todo "WAITING"
5190               ((org-agenda-sorting-strategy '(priority-down))
5191                (org-agenda-prefix-format "  Mixed: ")))
5192              ("U" tags-tree "+boss-urgent"
5193               ((org-show-following-heading nil)
5194                (org-show-hierarchy-above nil)))))
5196 Now the `C-c a w' command will sort the collected entries only by
5197 priority, and the prefix format is modified to just say `  Mixed: '
5198 instead of giving the category of the entry.  The sparse tags tree of
5199 `C-c a U' will now turn out ultra-compact, because neither the headline
5200 hierarchy above the match, nor the headline following the match will be
5201 shown.
5203    For command sets creating a block agenda,
5204 `org-agenda-custom-commands' has two separate spots for setting
5205 options.  You can add options that should be valid for just a single
5206 command in the set, and options that should be valid for all commands in
5207 the set.  The former are just added to the command entry, the latter
5208 must come after the list of command entries.  Going back to the block
5209 agenda example (*note Block agenda::), let's change the sorting strategy
5210 for the `C-c a h' commands to `priority-down', but let's sort the
5211 results for GARDEN tags query in the opposite order, `priority-up'.
5212 This would look like this:
5214      (setq org-agenda-custom-commands
5215            '(("h" "Agenda and Home-related tasks"
5216               ((agenda)
5217                (tags-todo "home")
5218                (tags "garden"
5219                      ((org-agenda-sorting-strategy '(priority-up)))))
5220               ((org-agenda-sorting-strategy '(priority-down))))
5221              ("o" "Agenda and Office-related tasks"
5222               ((agenda)
5223                (tags-todo "work")
5224                (tags "office")))))
5226    As you see, the values and parenthesis setting is a little complex.
5227 When in doubt, use the customize interface to set this variable - it
5228 fully supports its structure.  Just one caveat: When setting options in
5229 this interface, the _values_ are just lisp expressions.  So if the
5230 value is a string, you need to add the double quotes around the value
5231 yourself.
5233 \x1f
5234 File: org,  Node: Exporting Agenda Views,  Next: Extracting Agenda Information for other programs,  Prev: Setting Options,  Up: Custom agenda views
5236 10.6.4 Exporting Agenda Views
5237 -----------------------------
5239 If you are away from your computer, it can be very useful to have a
5240 printed version of some agenda views to carry around.  Org-mode can
5241 export custom agenda views as plain text, HTML(1) and postscript.  If
5242 you want to do this only occasionally, use the command
5244 `C-x C-w'
5245      Write the agenda view to a file.  Depending on the extension of the
5246      selected file name, the view will be exported as HTML (extension
5247      `.html' or `.htm'), Postscript (extension `.ps'), or plain text
5248      (any other extension).  Use the variable
5249      `org-agenda-exporter-settings' to set options for `ps-print' and
5250      for `htmlize' to be used during export, for example
5251           (setq org-agenda-exporter-settings
5252                 '((ps-number-of-columns 2)
5253                   (ps-landscape-mode t)
5254                   (htmlize-output-type 'css)))
5256    If you need to export certain agenda views frequently, you can
5257 associate any custom agenda command with a list of output file names
5258 (2).  Here is an example that first does define custom commands for the
5259 agenda and the global todo list, together with a number of files to
5260 which to export them.  Then we define two block agenda commands and
5261 specify filenames for them as well.  File names can be relative to the
5262 current working directory, or absolute.
5264      (setq org-agenda-custom-commands
5265            '(("X" agenda "" nil ("agenda.html" "agenda.ps"))
5266              ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps"))
5267              ("h" "Agenda and Home-related tasks"
5268               ((agenda)
5269                (tags-todo "home")
5270                (tags "garden"))
5271               nil
5272               ("~/views/home.html"))
5273              ("o" "Agenda and Office-related tasks"
5274               ((agenda)
5275                (tags-todo "work")
5276                (tags "office"))
5277               nil
5278               ("~/views/office.ps"))))
5280    The extension of the file name determines the type of export.  If it
5281 is `.html', Org-mode will use the `htmlize.el' package to convert the
5282 buffer to HTML and save it to this file name.  If the extension is
5283 `.ps', `ps-print-buffer-with-faces' is used to produce postscript
5284 output.  Any other extension produces a plain ASCII file.
5286    The export files are _not_ created when you use one of those
5287 commands interactively.  Instead, there is a special command to produce
5288 _all_ specified files in one step:
5290 `C-c a e'
5291      Export all agenda views that have export filenames associated with
5292      them.
5294    You can use the options section of the custom agenda commands to also
5295 set options for the export commands.  For example:
5297      (setq org-agenda-custom-commands
5298            '(("X" agenda ""
5299               ((ps-number-of-columns 2)
5300                (ps-landscape-mode t)
5301                (org-agenda-prefix-format " [ ] ")
5302                (org-agenda-with-colors nil)
5303                (org-agenda-remove-tags t))
5304               ("theagenda.ps"))))
5306 This command sets two options for the postscript exporter, to make it
5307 print in two columns in landscape format - the resulting page can be cut
5308 in two and then used in a paper agenda.  The remaining settings modify
5309 the agenda prefix to omit category and scheduling information, and
5310 instead include a checkbox to check off items.  We also remove the tags
5311 to make the lines compact, and we don't want to use colors for the
5312 black-and-white printer.  Settings specified in
5313 `org-agenda-exporter-settings' will also apply, but the settings in
5314 `org-agenda-custom-commands' take precedence.
5316 From the command line you may also use
5317      emacs -f org-batch-store-agenda-views -kill
5318    or, if you need to modify some parameters
5319      emacs -eval '(org-batch-store-agenda-views                      \
5320                    org-agenda-ndays 30                               \
5321                    org-agenda-start-day "2007-11-01"                 \
5322                    org-agenda-include-diary nil                      \
5323                    org-agenda-files (quote ("~/org/project.org")))'  \
5324            -kill
5325    which will create the agenda views restricted to the file
5326 `~/org/project.org', without diary entries and with 30 days extent.
5328    ---------- Footnotes ----------
5330    (1) You need to install Hrvoje Niksic' `htmlize.el'.
5332    (2) If you want to store standard views like the weekly agenda or
5333 the global TODO list as well, you need to define custom commands for
5334 them in order to be able to specify filenames.
5336 \x1f
5337 File: org,  Node: Extracting Agenda Information for other programs,  Prev: Exporting Agenda Views,  Up: Custom agenda views
5339 10.6.5 Extracting Agenda Information for other programs
5340 -------------------------------------------------------
5342 Org-mode provides commands to access agenda information for the command
5343 line in emacs batch mode.  This extracted information can be sent
5344 directly to a printer, or it can be read by a program that does further
5345 processing of the data.  The first of these commands is the function
5346 `org-batch-agenda', that produces an agenda view and sends it as ASCII
5347 text to STDOUT.  The command takes a single string as parameter.  If
5348 the string has length 1, it is used as a key to one of the commands you
5349 have configured in `org-agenda-custom-commands', basically any key you
5350 can use after `C-c a'.  For example, to directly print the current TODO
5351 list, you could use
5353      emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
5355    If the parameter is a string with 2 or more characters, it is used
5356 as a tags/todo match string.  For example, to print your local shopping
5357 list (all items with the tag `shop', but excluding the tag `NewYork'),
5358 you could use
5360      emacs -batch -l ~/.emacs                                      \
5361            -eval '(org-batch-agenda "+shop-NewYork")' | lpr
5363 You may also modify parameters on the fly like this:
5365      emacs -batch -l ~/.emacs                                      \
5366         -eval '(org-batch-agenda "a"                               \
5367                  org-agenda-ndays 30                               \
5368                  org-agenda-include-diary nil                      \
5369                  org-agenda-files (quote ("~/org/project.org")))'  \
5370         | lpr
5372 which will produce a 30 day agenda, fully restricted to the Org file
5373 `~/org/projects.org', not even including the diary.
5375    If you want to process the agenda data in more sophisticated ways,
5376 you can use the command `org-batch-agenda-csv' to get a comma-separated
5377 list of values for each agenda item.  Each line in the output will
5378 contain a number of fields separated by commas.  The fields in a line
5379 are:
5381      category     The category of the item
5382      head         The headline, without TODO kwd, TAGS and PRIORITY
5383      type         The type of the agenda entry, can be
5384                      todo               selected in TODO match
5385                      tagsmatch          selected in tags match
5386                      diary              imported from diary
5387                      deadline           a deadline
5388                      scheduled          scheduled
5389                      timestamp          appointment, selected by timestamp
5390                      closed             entry was closed on date
5391                      upcoming-deadline  warning about nearing deadline
5392                      past-scheduled     forwarded scheduled item
5393                      block              entry has date block including date
5394      todo         The todo keyword, if any
5395      tags         All tags including inherited ones, separated by colons
5396      date         The relevant date, like 2007-2-14
5397      time         The time, like 15:00-16:50
5398      extra        String with extra planning info
5399      priority-l   The priority letter if any was given
5400      priority-n   The computed numerical priority
5402 Time and date will only be given if a timestamp (or deadline/scheduled)
5403 lead to the selection of the item.
5405    A CSV list like this is very easy to use in a post processing script.
5406 For example, here is a Perl program that gets the TODO list from
5407 Emacs/org-mode and prints all the items, preceded by a checkbox:
5409      #!/usr/bin/perl
5411      # define the Emacs command to run
5412      $cmd = "emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv \"t\")'";
5414      # run it and capture the output
5415      $agenda = qx{$cmd 2>/dev/null};
5417      # loop over all lines
5418      foreach $line (split(/\n/,$agenda)) {
5420        # get the individual values
5421        ($category,$head,$type,$todo,$tags,$date,$time,$extra,
5422         $priority_l,$priority_n) = split(/,/,$line);
5424        # proccess and print
5425        print "[ ] $head\n";
5426      }
5428 \x1f
5429 File: org,  Node: Embedded LaTeX,  Next: Exporting,  Prev: Agenda views,  Up: Top
5431 11 Embedded LaTeX
5432 *****************
5434 Plain ASCII is normally sufficient for almost all note taking.  One
5435 exception, however, are scientific notes which need to be able to
5436 contain mathematical symbols and the occasional formula.  LaTeX(1) is
5437 widely used to typeset scientific documents. Org-mode supports
5438 embedding LaTeX code into its files, because many academics are used to
5439 read LaTeX source code, and because it can be readily processed into
5440 images for HTML production.
5442    It is not necessary to mark LaTeX macros and code in any special way.
5443 If you observe a few conventions, Org-mode knows how to find it and what
5444 to do with it.
5446 * Menu:
5448 * Math symbols::                TeX macros for symbols and Greek letters
5449 * Subscripts and Superscripts::  Simple syntax for raising/lowering text
5450 * LaTeX fragments::             Complex formulas made easy
5451 * Processing LaTeX fragments::  Previewing LaTeX processing
5452 * CDLaTeX mode::                Speed up entering of formulas
5454    ---------- Footnotes ----------
5456    (1) LaTeX is a macro system based on Donald E. Knuth's TeX system.
5457 Many of the features described here as "LaTeX" are really from TeX, but
5458 for simplicity I am blurring this distinction.
5460 \x1f
5461 File: org,  Node: Math symbols,  Next: Subscripts and Superscripts,  Prev: Embedded LaTeX,  Up: Embedded LaTeX
5463 11.1 Math symbols
5464 =================
5466 You can use LaTeX macros to insert special symbols like `\alpha' to
5467 indicate the Greek letter, or `\to' to indicate an arrow.  Completion
5468 for these macros is available, just type `\' and maybe a few letters,
5469 and press `M-<TAB>' to see possible completions.  Unlike LaTeX code,
5470 Org-mode allows these macros to be present without surrounding math
5471 delimiters, for example:
5473      Angles are written as Greek letters \alpha, \beta and \gamma.
5475    During HTML export (*note HTML export::), these symbols are
5476 translated into the proper syntax for HTML, for the above examples this
5477 is `&alpha;' and `&rarr;', respectively.
5479 \x1f
5480 File: org,  Node: Subscripts and Superscripts,  Next: LaTeX fragments,  Prev: Math symbols,  Up: Embedded LaTeX
5482 11.2 Subscripts and Superscripts
5483 ================================
5485 Just like in LaTeX, `^' and `_' are used to indicate super- and
5486 subscripts.  Again, these can be used without embedding them in
5487 math-mode delimiters.  To increase the readability of ASCII text, it is
5488 not necessary (but OK) to surround multi-character sub- and superscripts
5489 with curly braces.  For example
5491      The mass if the sun is M_sun = 1.989 x 10^30 kg.  The radius of
5492      the sun is R_{sun} = 6.96 x 10^8 m.
5494    To avoid interpretation as raised or lowered text, you can quote `^'
5495 and `_' with a backslash: `\_' and `\^'.
5497    During HTML export (*note HTML export::), subscript and superscripts
5498 are surrounded with `<sub>' and `<sup>' tags, respectively.
5500 \x1f
5501 File: org,  Node: LaTeX fragments,  Next: Processing LaTeX fragments,  Prev: Subscripts and Superscripts,  Up: Embedded LaTeX
5503 11.3 LaTeX fragments
5504 ====================
5506 With symbols, sub- and superscripts, HTML is pretty much at its end when
5507 it comes to representing mathematical formulas(1). More complex
5508 expressions need a dedicated formula processor. To this end, Org-mode
5509 can contain arbitrary LaTeX fragments. It provides commands to preview
5510 the typeset result of these fragments, and upon export to HTML, all
5511 fragments will be converted to images and inlined into the HTML
5512 document(2). For this to work you need to be on a system with a working
5513 LaTeX installation. You also need the `dvipng' program, available at
5514 `http://sourceforge.net/projects/dvipng/'. The LaTeX header that will
5515 be used when processing a fragment can be configured with the variable
5516 `org-format-latex-header'.
5518    LaTeX fragments don't need any special marking at all.  The following
5519 snippets will be identified as LaTeX source code:
5520    * Environments of any kind.  The only requirement is that the
5521      `\begin' statement appears on a new line, preceded by only
5522      whitespace.
5524    * Text within the usual LaTeX math delimiters.  To avoid conflicts
5525      with currency specifications, single `$' characters are only
5526      recognized as math delimiters if the enclosed text contains at
5527      most two line breaks, is directly attached to the `$' characters
5528      with no whitespace in between, and if the closing `$' is followed
5529      by whitespace or punctuation.  For the other delimiters, there is
5530      no such restriction, so when in doubt, use `\(...\)' as inline
5531      math delimiters.
5533 For example:
5535      \begin{equation}                          % arbitrary environments,
5536      x=\sqrt{b}                                % even tables, figures
5537      \end{equation}                            % etc
5539      If $a^2=b$ and \( b=2 \), then the solution must be
5540      either $$ a=+\sqrt{2} $$ or \[ a=-\sqrt{2} \].
5542 If you need any of the delimiter ASCII sequences for other purposes, you
5543 can configure the option `org-format-latex-options' to deselect the
5544 ones you do not wish to have interpreted by the LaTeX converter.
5546    ---------- Footnotes ----------
5548    (1) Yes, there is MathML, but that is not yet fully supported by
5549 many browsers, and there is no decent converter for turning LaTeX or
5550 ASCII representations of formulas into MathML. So for the time being,
5551 converting formulas into images seems the way to go.
5553    (2) The LaTeX export will not use images for displaying LaTeX
5554 fragments but include these fragments directly into the LaTeX code.
5556 \x1f
5557 File: org,  Node: Processing LaTeX fragments,  Next: CDLaTeX mode,  Prev: LaTeX fragments,  Up: Embedded LaTeX
5559 11.4 Processing LaTeX fragments
5560 ===============================
5562 LaTeX fragments can be processed to produce a preview images of the
5563 typeset expressions:
5565 `C-c C-x C-l'
5566      Produce a preview image of the LaTeX fragment at point and overlay
5567      it over the source code.  If there is no fragment at point,
5568      process all fragments in the current entry (between two
5569      headlines).  When called with a prefix argument, process the
5570      entire subtree.  When called with two prefix arguments, or when
5571      the cursor is before the first headline, process the entire buffer.  
5573 `C-c C-c'
5574      Remove the overlay preview images.
5576    During HTML export (*note HTML export::), all LaTeX fragments are
5577 converted into images and inlined into the document if the following
5578 setting is active:
5580      (setq org-export-with-LaTeX-fragments t)
5582 \x1f
5583 File: org,  Node: CDLaTeX mode,  Prev: Processing LaTeX fragments,  Up: Embedded LaTeX
5585 11.5 Using CDLaTeX to enter math
5586 ================================
5588 CDLaTeX-mode is a minor mode that is normally used in combination with a
5589 major LaTeX mode like AUCTeX in order to speed-up insertion of
5590 environments and math templates.  Inside Org-mode, you can make use of
5591 some of the features of cdlatex-mode.  You need to install `cdlatex.el'
5592 and `texmathp.el' (the latter comes also with AUCTeX) from
5593 `http://www.astro.uva.nl/~dominik/Tools/cdlatex'.  Don't turn
5594 cdlatex-mode itself under Org-mode, but use the light version
5595 `org-cdlatex-mode' that comes as part of Org-mode.  Turn it on for the
5596 current buffer with `M-x org-cdlatex-mode', or for all Org-mode files
5597 with
5599      (add-hook 'org-mode-hook 'turn-on-org-cdlatex)
5601    When this mode is enabled, the following features are present (for
5602 more details see the documentation of cdlatex-mode):
5603    * Environment templates can be inserted with `C-c {'.
5605    * The <TAB> key will do template expansion if the cursor is inside a
5606      LaTeX fragment(1).  For example, <TAB> will expand `fr' to
5607      `\frac{}{}' and position the cursor correctly inside the first
5608      brace.  Another <TAB> will get you into the second brace.  Even
5609      outside fragments, <TAB> will expand environment abbreviations at
5610      the beginning of a line.  For example, if you write `equ' at the
5611      beginning of a line and press <TAB>, this abbreviation will be
5612      expanded to an `equation' environment.  To get a list of all
5613      abbreviations, type `M-x cdlatex-command-help'.
5615    * Pressing `_' and `^' inside a LaTeX fragment will insert these
5616      characters together with a pair of braces.  If you use <TAB> to
5617      move out of the braces, and if the braces surround only a single
5618      character or macro, they are removed again (depending on the
5619      variable `cdlatex-simplify-sub-super-scripts').
5621    * Pressing the backquote ``' followed by a character inserts math
5622      macros, also outside LaTeX fragments.  If you wait more than 1.5
5623      seconds after the backquote, a help window will pop up.
5625    * Pressing the normal quote `'' followed by another character
5626      modifies the symbol before point with an accent or a font.  If you
5627      wait more than 1.5 seconds after the backquote, a help window will
5628      pop up.  Character modification will work only inside LaTeX
5629      fragments, outside the quote is normal.
5631    ---------- Footnotes ----------
5633    (1) Org-mode has a method to test if the cursor is inside such a
5634 fragment, see the documentation of the function
5635 `org-inside-LaTeX-fragment-p'.
5637 \x1f
5638 File: org,  Node: Exporting,  Next: Publishing,  Prev: Embedded LaTeX,  Up: Top
5640 12 Exporting
5641 ************
5643 Org-mode documents can be exported into a variety of other formats.  For
5644 printing and sharing of notes, ASCII export produces a readable and
5645 simple version of an Org-mode file.  HTML export allows you to publish a
5646 notes file on the web, while the XOXO format provides a solid base for
5647 exchange with a broad range of other applications. LaTeX export lets
5648 you use Org-mode and its structured editing functions to easily create
5649 LaTeX files.  To incorporate entries with associated times like
5650 deadlines or appointments into a desktop calendar program like iCal,
5651 Org-mode can also produce extracts in the iCalendar format.  Currently
5652 Org-mode only supports export, not import of these different formats.
5654    When exporting, Org-mode uses special conventions to enrich the
5655 output produced.  *Note Text interpretation::, for more details.
5657 `C-c C-e'
5658      Dispatcher for export and publishing commands.  Displays a
5659      help-window listing the additional key(s) needed to launch an
5660      export or publishing command.
5662 * Menu:
5664 * ASCII export::                Exporting to plain ASCII
5665 * HTML export::                 Exporting to HTML
5666 * LaTeX export::                Exporting to LaTeX
5667 * XOXO export::                 Exporting to XOXO
5668 * iCalendar export::            Exporting in iCalendar format
5669 * Text interpretation::         How the exporter looks at the file
5671 \x1f
5672 File: org,  Node: ASCII export,  Next: HTML export,  Prev: Exporting,  Up: Exporting
5674 12.1 ASCII export
5675 =================
5677 ASCII export produces a simple and very readable version of an Org-mode
5678 file.
5680 `C-c C-e a'
5681      Export as ASCII file.  For an org file `myfile.org', the ASCII file
5682      will be `myfile.txt'.  The file will be overwritten without
5683      warning.  If there is an active region, only the region will be
5684      exported. If the selected region is a single tree, the tree head
5685      will become the document title.  If the tree head entry has or
5686      inherits an `:EXPORT_FILE_NAME:' property, that name will be used
5687      for the export.  
5689 `C-c C-e v a'
5690      Export only the visible part of the document.
5692    In the exported version, the first 3 outline levels will become
5693 headlines, defining a general document structure.  Additional levels
5694 will be exported as itemized lists.  If you want that transition to
5695 occur at a different level, specify it with a prefix argument.  For
5696 example,
5698      C-1 C-c C-e a
5700 creates only top level headlines and does the rest as items.  When
5701 headlines are converted to items, the indentation of the text following
5702 the headline is changed to fit nicely under the item.  This is done with
5703 the assumption that the first bodyline indicates the base indentation of
5704 the body text.  Any indentation larger than this is adjusted to preserve
5705 the layout relative to the first line.  Should there be lines with less
5706 indentation than the first, these are left alone.
5708 \x1f
5709 File: org,  Node: HTML export,  Next: LaTeX export,  Prev: ASCII export,  Up: Exporting
5711 12.2 HTML export
5712 ================
5714 Org-mode contains an HTML (XHTML 1.0 strict) exporter with extensive
5715 HTML formatting, in ways similar to John Grubers _markdown_ language,
5716 but with additional support for tables.
5718 * Menu:
5720 * HTML Export commands::        How to invoke LaTeX export
5721 * Quoting HTML tags::           Using direct HTML in Org-mode
5722 * Links::                       Transformation of links for HTML
5723 * Images::                      How to include images
5724 * CSS support::                 Changing the appearence of the output
5726 \x1f
5727 File: org,  Node: HTML Export commands,  Next: Quoting HTML tags,  Prev: HTML export,  Up: HTML export
5729 12.2.1 HTML export commands
5730 ---------------------------
5732 `C-c C-e h'
5733      Export as HTML file `myfile.html'.  For an org file `myfile.org',
5734      the ASCII file will be `myfile.html'.  The file will be
5735      overwritten without warning.  If there is an active region, only
5736      the region will be exported. If the selected region is a single
5737      tree, the tree head will become the document title.  If the tree
5738      head entry has or inherits an `:EXPORT_FILE_NAME:' property, that
5739      name will be used for the export.  
5741 `C-c C-e b'
5742      Export as HTML file and immediately open it with a browser.  
5744 `C-c C-e H'
5745      Export to a temporary buffer, do not create a file.  
5747 `C-c C-e R'
5748      Export the active region to a temporary buffer.  With prefix arg,
5749      do not produce file header and foot, but just the plain HTML
5750      section for the region.  This is good for cut-and-paste operations.  
5752 `C-c C-e v h'
5754 `C-c C-e v b'
5756 `C-c C-e v H'
5758 `C-c C-e v R'
5759      Export only the visible part of the document.
5761 `M-x org-export-region-as-html'
5762      Convert the region to HTML under the assumption that it was
5763      org-mode syntax before.  This is a global command that can be
5764      invoked in any buffer.
5766 `M-x org-replace-region-by-HTML'
5767      Replace the active region (assumed to be in Org-mode syntax) by
5768      HTML code.
5770    In the exported version, the first 3 outline levels will become
5771 headlines, defining a general document structure.  Additional levels
5772 will be exported as itemized lists.  If you want that transition to
5773 occur at a different level, specify it with a prefix argument.  For
5774 example,
5776      C-2 C-c C-e b
5778 creates two levels of headings and does the rest as items.
5780 \x1f
5781 File: org,  Node: Quoting HTML tags,  Next: Links,  Prev: HTML Export commands,  Up: HTML export
5783 12.2.2 Quoting HTML tags
5784 ------------------------
5786 Plain `<' and `>' are always transformed to `&lt;' and `&gt;' in HTML
5787 export.  If you want to include simple HTML tags which should be
5788 interpreted as such, mark them with `@' as in `@<b>bold text@</b>'.
5789 Note that this really works only for simple tags.  For more extensive
5790 HTML that should be copied verbatim to the exported file use either
5792      #+HTML: Literal HTML code for export
5796      #+BEGIN_HTML
5797      All lines between these markers are exported literally
5798      #+END_HTML
5800 \x1f
5801 File: org,  Node: Links,  Next: Images,  Prev: Quoting HTML tags,  Up: HTML export
5803 12.2.3 Links
5804 ------------
5806 Internal links (*note Internal links::) will continue to work in HTML
5807 files only if they match a dedicated `<<target>>'.  Automatic links
5808 created by radio targets (*note Radio targets::) will also work in the
5809 HTML file.  Links to external files will still work if the HTML file is
5810 in the same directory as the Org-mode file.  Links to other `.org'
5811 files will be translated into HTML links under the assumption that an
5812 HTML version also exists of the linked file.  For information related to
5813 linking files while publishing them to a publishing directory see *Note
5814 Publishing links::.
5816 \x1f
5817 File: org,  Node: Images,  Next: CSS support,  Prev: Links,  Up: HTML export
5819 12.2.4 Images
5820 -------------
5822 HTML export can inline images given as links in the Org-mode file, and
5823 it can make an image the clickable part of a link.  By default(1),
5824 images are inlined if a link does not have a description.  So
5825 `[[file:myimg.jpg]]' will be inlined, while `[[file:myimg.jpg][the
5826 image]]' will just produce a link `the image' that points to the image.
5827 If the description part itself is a `file:' link or a `http:' URL
5828 pointing to an image, this image will be inlined and activated so that
5829 clicking on the image will activate the link.  For example, to include
5830 a thumbnail that will link to a high resolution version of the image,
5831 you could use:
5833      [[file:highres.jpg][file:thumb.jpg]]
5835 and you could use `http' addresses just as well.
5837    ---------- Footnotes ----------
5839    (1) but see the variable `org-export-html-inline-images'
5841 \x1f
5842 File: org,  Node: CSS support,  Prev: Images,  Up: HTML export
5844 12.2.5 CSS support
5845 ------------------
5847 You can also give style information for the exported file.  The HTML
5848 exporter assigns the following CSS classes to appropriate parts of the
5849 document - your style specifications may change these:
5850      .todo           TODO keywords
5851      .done           the DONE keyword
5852      .timestamp      time stamp
5853      .timestamp-kwd  keyword associated with a time stamp, like SCHEDULED
5854      .tag            tag in a headline
5855      .target         target for links
5857    The default style specification can be configured through the option
5858 `org-export-html-style'.  If you want to use a file-local style, you
5859 may use file variables, best wrapped into a COMMENT section at the end
5860 of the outline tree.  For example(1):
5862      * COMMENT html style specifications
5864      # Local Variables:
5865      # org-export-html-style: "   <style type=\"text/css\">
5866      #       p {font-weight: normal; color: gray; }
5867      #       h1 {color: black; }
5868      #   </style>"
5869      # End:
5871    Remember to execute `M-x normal-mode' after changing this to make
5872 the new style visible to Emacs.  This command restarts org-mode for the
5873 current buffer and forces Emacs to re-evaluate the local variables
5874 section in the buffer.
5876    ---------- Footnotes ----------
5878    (1) Under Emacs 21, the continuation lines for a variable value
5879 should have no `#' at the start of the line.
5881 \x1f
5882 File: org,  Node: LaTeX export,  Next: XOXO export,  Prev: HTML export,  Up: Exporting
5884 12.3 LaTeX export
5885 =================
5887 Org-mode contains a LaTeX exporter written by Bastien Guerry.
5889 * Menu:
5891 * LaTeX export commands::       How to invoke LaTeX export
5892 * Quoting LaTeX code::          Incorporating literal LaTeX code
5893 * Sectioning structure::
5895 \x1f
5896 File: org,  Node: LaTeX export commands,  Next: Quoting LaTeX code,  Prev: LaTeX export,  Up: LaTeX export
5898 12.3.1 LaTeX export commands
5899 ----------------------------
5901 `C-c C-e l'
5902      Export as LaTeX file `myfile.tex'.  
5904 `C-c C-e L'
5905      Export to a temporary buffer, do not create a file.  
5907 `C-c C-e v l'
5909 `C-c C-e v L'
5910      Export only the visible part of the document.
5912 `M-x org-export-region-as-latex'
5913      Convert the region to LaTeX under the assumption that it was
5914      org-mode syntax before.  This is a global command that can be
5915      invoked in any buffer.
5917 `M-x org-replace-region-by-latex'
5918      Replace the active region (assumed to be in Org-mode syntax) by
5919      LaTeX code.
5921    In the exported version, the first 3 outline levels will become
5922 headlines, defining a general document structure.  Additional levels
5923 will be exported as description lists.  The exporter can ignore them or
5924 convert them to a custom string depending on `org-latex-low-levels'.
5926    If you want that transition to occur at a different level, specify it
5927 with a prefix argument. For example,
5929      C-2 C-c C-e l
5931 creates two levels of headings and does the rest as items.
5933 \x1f
5934 File: org,  Node: Quoting LaTeX code,  Next: Sectioning structure,  Prev: LaTeX export commands,  Up: LaTeX export
5936 12.3.2 Quoting LaTeX code
5937 -------------------------
5939 Embedded LaTeX as described in *Note Embedded LaTeX:: will be correctly
5940 inserted into the LaTeX file.  Forthermore, you can add special code
5941 that should only be present in LaTeX export with the following
5942 constructs:
5944      #+LaTeX: Literal LaTeX code for export
5948      #+BEGIN_LaTeX
5949      All lines between these markers are exported literally
5950      #+END_LaTeX
5952 \x1f
5953 File: org,  Node: Sectioning structure,  Prev: Quoting LaTeX code,  Up: LaTeX export
5955 12.3.3 Sectioning structure
5956 ---------------------------
5958 By default, the LaTeX output uses the class `article'.
5960    You can change this globally by setting a different value for
5961 `org-export-latex-default-class' or locally by adding an option like
5962 `#+LaTeX_CLASS: myclass' in your file.  The class should be listed in
5963 `org-export-latex-classes', where you can also define the sectioning
5964 structure for each class.
5966 \x1f
5967 File: org,  Node: XOXO export,  Next: iCalendar export,  Prev: LaTeX export,  Up: Exporting
5969 12.4 XOXO export
5970 ================
5972 Org-mode contains an exporter that produces XOXO-style output.
5973 Currently, this exporter only handles the general outline structure and
5974 does not interpret any additional Org-mode features.
5976 `C-c C-e x'
5977      Export as XOXO file `myfile.html'.  
5979 `C-c C-e v x'
5980      Export only the visible part of the document.
5982 \x1f
5983 File: org,  Node: iCalendar export,  Next: Text interpretation,  Prev: XOXO export,  Up: Exporting
5985 12.5 iCalendar export
5986 =====================
5988 Some people like to use Org-mode for keeping track of projects, but
5989 still prefer a standard calendar application for anniversaries and
5990 appointments.  In this case it can be useful to have deadlines and
5991 other time-stamped items in Org-mode files show up in the calendar
5992 application.  Org-mode can export calendar information in the standard
5993 iCalendar format.  If you also want to have TODO entries included in the
5994 export, configure the variable `org-icalendar-include-todo'.
5996 `C-c C-e i'
5997      Create iCalendar entries for the current file and store them in
5998      the same directory, using a file extension `.ics'.  
6000 `C-c C-e I'
6001      Like `C-c C-e i', but do this for all files in `org-agenda-files'.
6002      For each of these files, a separate iCalendar file will be
6003      written.  
6005 `C-c C-e c'
6006      Create a single large iCalendar file from all files in
6007      `org-agenda-files' and write it to the file given by
6008      `org-combined-agenda-icalendar-file'.
6010    The export will honor SUMMARY, DESCRIPTION and LOCATION properties if
6011 the selected entries have them.  If not, the summary will be derived
6012 from the headline, and the description from the body (limited to
6013 `org-icalendar-include-body' characters).
6015    How this calendar is best read and updated, depends on the
6016 application you are using.  The FAQ covers this issue.
6018 \x1f
6019 File: org,  Node: Text interpretation,  Prev: iCalendar export,  Up: Exporting
6021 12.6 Text interpretation by the exporter
6022 ========================================
6024 The exporter backends interpret additional structure in the Org-mode
6025 file in order to produce better output.
6027 * Menu:
6029 * Comment lines::               Some lines will not be exported
6030 * Initial text::                Text before the first headline
6031 * Footnotes::                   Numbers like [1]
6032 * Quoted examples::             Inserting quoted chnuks of text
6033 * Enhancing text::              Subscripts, symbols and more
6034 * Export options::              How to influence the export settings
6036 \x1f
6037 File: org,  Node: Comment lines,  Next: Initial text,  Prev: Text interpretation,  Up: Text interpretation
6039 12.6.1 Comment lines
6040 --------------------
6042 Lines starting with `#' in column zero are treated as comments and will
6043 never be exported.  Also entire subtrees starting with the word
6044 `COMMENT' will never be exported.
6046 `C-c ;'
6047      Toggle the COMMENT keyword at the beginning of an entry.
6049 \x1f
6050 File: org,  Node: Initial text,  Next: Footnotes,  Prev: Comment lines,  Up: Text interpretation
6052 12.6.2 Text before the first headline
6053 -------------------------------------
6055 Org-mode normally ignores any text before the first headline when
6056 exporting, leaving this region for internal links to speed up navigation
6057 etc.  However, in publishing-oriented files, you might want to have some
6058 text before the first headline, like a small introduction, special HTML
6059 code with a navigation bar, etc.  You can ask to have this part of the
6060 file exported as well by setting the variable
6061 `org-export-skip-text-before-1st-heading' to `nil'.  On a per-file
6062 basis, you can get the same effect with
6064      #+OPTIONS: skip:nil
6066    The text before the first headline will be fully processed (*note
6067 Enhancing text::), and the first non-comment line becomes the title of
6068 the exported document.  If you need to include literal HTML, use the
6069 special constructs described in *Note Quoting HTML tags::.  The table
6070 of contents is normally inserted directly before the first headline of
6071 the file.  If you would like to get it to a different location, insert
6072 the string `[TABLE-OF-CONTENTS]' on a line by itself at the desired
6073 location.
6075    Finally, if you want to use the space before the first headline for
6076 internal purposes, but _still_ want to place something before the first
6077 headline when exporting the file, you can use the `#+TEXT' construct:
6079      #+OPTIONS: skip:t
6080      #+TEXT: This text will go before the *first* headline.
6081      #+TEXT: We place the table of contents here:
6082      #+TEXT: [TABLE-OF-CONTENTS]
6083      #+TEXT: This goes between the table of contents and the first headline
6085 \x1f
6086 File: org,  Node: Footnotes,  Next: Quoted examples,  Prev: Initial text,  Up: Text interpretation
6088 12.6.3 Footnotes
6089 ----------------
6091 Numbers in square brackets are treated as footnotes, so that you can use
6092 the Emacs package `footnote.el' to create footnotes.  For example:
6094      The org-mode homepage[1] clearly needs help from
6095      a good web designer.
6097      [1] The link is: http://orgmode.org
6099 Note that the `footnote' package uses `C-c !' to invoke its commands.
6100 This binding conflicts with the org-mode command for inserting inactive
6101 time stamps.  You could use the variable `footnote-prefix' to switch
6102 footnotes commands to another key.  Or, if you are too used to this
6103 binding, you could use `org-replace-disputed-keys' and
6104 `org-disputed-keys' to change the settings in Org-mode.
6106 \x1f
6107 File: org,  Node: Quoted examples,  Next: Enhancing text,  Prev: Footnotes,  Up: Text interpretation
6109 12.6.4 Quoted examples
6110 ----------------------
6112 When writing technical documents, you often need to insert examples that
6113 are not further interpreted by Org-mode.  For historical reasons, there
6114 are several ways to do this:
6116    * If a headline starts with the word `QUOTE', the text below the
6117      headline will be typeset as fixed-width, to allow quoting of
6118      computer codes etc.
6120    * Lines starting with `:' are also typeset in fixed-width font.
6121     `C-c :'
6122           Toggle fixed-width for entry (QUOTE) or region, see below.
6124    * Finally, text between
6125           #+BEGIN_EXAMPLE
6126           quoted text
6127           #+END_EXAMPLE
6128      will also be exported in this way.
6130 \x1f
6131 File: org,  Node: Enhancing text,  Next: Export options,  Prev: Quoted examples,  Up: Text interpretation
6133 12.6.5 Enhancing text for export
6134 --------------------------------
6136 Some of the export backends of Org-mode allow for sophisticated text
6137 formatting, this is true in particular for the HTML and LaTeX backends.
6138 Org-mode has a number of typing conventions that allow to produce a
6139 richly formatted output.
6141    * Plain lists `-', `*' or `+' as bullet, or with `1.' or `2)' as
6142      enumerator will be recognized and transformed if the backend
6143      supports lists.  See *Note Plain lists::.
6145    * You can make words *bold*, /italic/, _underlined_, `=code=' and
6146      `~verbatim~', and, if you must, `+strikethrough+'.  Text in the
6147      code and verbatim string is not processed for org-mode specific
6148      syntax, it is exported verbatim.
6150    * A line consisting of only dashes, and at least 5 of them, will be
6151      exported as a horizontal line (`<hr/>' in HTML).
6153    * Many TeX macros and entire LaTeX fragments are converted into HTML
6154      entities or images (*note Embedded LaTeX::).
6156    * Tables are transformed into native tables under the exporter, if
6157      the export backend supports this. Data fields before the first
6158      horizontal separator line will be formatted as table header fields.
6160    * If a headline starts with the word `QUOTE', the text below the
6161      headline will be typeset as fixed-width, to allow quoting of
6162      computer codes etc.  Lines starting with `:' are also typeset in
6163      fixed-width font.
6164     `C-c :'
6165           Toggle fixed-width for entry (QUOTE) or region, see below.
6166      Finally, text between
6167           #+BEGIN_EXAMPLE
6168           quoted text
6169           #+END_EXAMPLE
6170      will also be exported in this way.
6172    * A double backslash _at the end of a line_ enforces a line break at
6173      this position.
6175    * Strings like `\alpha' will be exported as `&alpha;', in the HTML
6176      output.  These strings are exported as `$\alpha$' in the LaTeX
6177      output.  Similarly, `\nbsp' will become `&nbsp;' in HTML and in
6178      LaTeX.  This applies for a long list of entities, see the variable
6179      `org-html-entities' for the complete list.
6181    If these conversions conflict with your habits of typing ASCII text,
6182 they can all be turned off with corresponding variables.  See the
6183 customization group `org-export-general', and the following section
6184 which explains how to set export options with special lines in a buffer.
6186 \x1f
6187 File: org,  Node: Export options,  Prev: Enhancing text,  Up: Text interpretation
6189 12.6.6 Export options
6190 ---------------------
6192 The exporter recognizes special lines in the buffer which provide
6193 additional information.  These lines may be put anywhere in the file.
6194 The whole set of lines can be inserted into the buffer with `C-c C-e
6195 t'.  For individual lines, a good way to make sure the keyword is
6196 correct is to type `#+' and then use `M-<TAB>' completion (*note
6197 Completion::).
6199 `C-c C-e t'
6200      Insert template with export options, see example below.
6202      #+TITLE:     the title to be shown (default is the buffer name)
6203      #+AUTHOR:    the author (default taken from `user-full-name')
6204      #+DATE:      A date, fixed, of a format string for `format-time-string'
6205      #+EMAIL:     his/her email address (default from `user-mail-address')
6206      #+LANGUAGE:  language for HTML, e.g. `en' (`org-export-default-language')
6207      #+TEXT:      Some descriptive text to be inserted at the beginning.
6208      #+TEXT:      Several lines may be given.
6209      #+OPTIONS:   H:2 num:t toc:t \n:nil @:t ::t |:t ^:t f:t TeX:t ...
6211 The OPTIONS line is a compact form to specify export settings.  Here
6212 you can: 
6213      H:         set the number of headline levels for export
6214      num:       turn on/off section-numbers
6215      toc:       turn on/off table of contents, or set level limit (integer)
6216      \n:        turn on/off linebreak-preservation
6217      @:         turn on/off quoted HTML tags
6218      ::         turn on/off fixed-width sections
6219      |:         turn on/off tables
6220      ^:         turn on/off TeX-like syntax for sub- and superscripts.  If
6221                 you write "^:{}", `a_{b}' will be interpreted, but
6222                 the simple `a_b' will be left as it is.
6223      -:         turn on/off conversion of special strings.
6224      f:         turn on/off foototes like this[1].
6225      *:         turn on/off emphasized text (bold, italic, underlined)
6226      TeX:       turn on/off simple TeX macros in plain text
6227      LaTeX:     turn on/off LaTeX fragments
6228      skip:      turn on/off skipping the text before the first heading
6229      author:    turn on/off inclusion of author name/email into exported file
6230      timestamp: turn on/off inclusion creation time into exported file
6231      d:         turn on/off inclusion of drawers
6233    These options take effect in both the HTML and LaTeX export, except
6234 for `TeX' and `LaTeX', which are respectively `t' and `nil' for the
6235 LaTeX export.
6237 \x1f
6238 File: org,  Node: Publishing,  Next: Miscellaneous,  Prev: Exporting,  Up: Top
6240 13 Publishing
6241 *************
6243 Org-mode includes(1) a publishing management system that allows you to
6244 configure automatic HTML conversion of _projects_ composed of
6245 interlinked org files.  This system is called _org-publish_.  You can
6246 also configure org-publish to automatically upload your exported HTML
6247 pages and related attachments, such as images and source code files, to
6248 a web server. Org-publish turns org-mode into a web-site authoring tool.
6250    You can also use Org-publish to convert files into LaTeX, or even
6251 combine HTML and LaTeX conversion so that files are available in both
6252 formats on the server(2).
6254    Org-publish has been contributed to Org-mode by David O'Toole.
6256 * Menu:
6258 * Configuration::               Defining projects
6259 * Sample configuration::        Example projects
6260 * Triggering publication::      Publication commands
6262    ---------- Footnotes ----------
6264    (1) `org-publish.el' is not distributed with Emacs 21, if you are
6265 still using Emacs 21, you need you need to download this file
6266 separately.
6268    (2) Since LaTeX files on a server are not that helpful, you surely
6269 want to perform further conversion on them - e.g. convert them to `PDF'
6270 format.
6272 \x1f
6273 File: org,  Node: Configuration,  Next: Sample configuration,  Prev: Publishing,  Up: Publishing
6275 13.1 Configuration
6276 ==================
6278 Publishing needs significant configuration to specify files, destination
6279 and many other properties of a project.
6281 * Menu:
6283 * Project alist::               The central configuration variable
6284 * Sources and destinations::    From here to there
6285 * Selecting files::             What files are part of the project?
6286 * Publishing action::           Setting the function doing the publishing
6287 * Publishing options::          Tweaking HTML export
6288 * Publishing links::            Which links keep working after publishing?
6289 * Project page index::          Publishing a list of project files
6291 \x1f
6292 File: org,  Node: Project alist,  Next: Sources and destinations,  Prev: Configuration,  Up: Configuration
6294 13.1.1 The variable `org-publish-project-alist'
6295 -----------------------------------------------
6297 Org-publish is configured almost entirely through setting the value of
6298 one variable, called `org-publish-project-alist'.  Each element of the
6299 list configures one project, and may be in one of the two following
6300 forms:
6302      ("project-name" :property value :property value ...)
6304      or
6306      ("project-name" :components ("project-name" "project-name" ...))
6308    In both cases, projects are configured by specifying property values.
6309 A project defines the set of files that will be published, as well as
6310 the publishing configuration to use when publishing those files.  When
6311 a project takes the second form listed above, the individual members of
6312 the "components" property are taken to be components of the project,
6313 which group together files requiring different publishing options. When
6314 you publish such a "meta-project" all the components will also publish.
6316 \x1f
6317 File: org,  Node: Sources and destinations,  Next: Selecting files,  Prev: Project alist,  Up: Configuration
6319 13.1.2 Sources and destinations for files
6320 -----------------------------------------
6322 Most properties are optional, but some should always be set. In
6323 particular, org-publish needs to know where to look for source files,
6324 and where to put published files.
6326 `:base-directory'      Directory containing publishing source files
6327 `:publishing-directory'Directory (possibly remote) where output files
6328                        will be published.
6329 `:preparation-function'Function called before starting publishing
6330                        process, for example to run `make' for updating
6331                        files to be published.
6333 \x1f
6334 File: org,  Node: Selecting files,  Next: Publishing action,  Prev: Sources and destinations,  Up: Configuration
6336 13.1.3 Selecting files
6337 ----------------------
6339 By default, all files with extension `.org' in the base directory are
6340 considered part of the project.  This can be modified by setting the
6341 properties
6342 `:base-extension'  Extension (without the dot!) of source files.  This
6343                    actually is a regular expression.
6344 `:exclude'         Regular expression to match file names that should
6345                    not be published, even though they have been selected
6346                    on the basis of their extension.
6347 `:include'         List of files to be included regardless of
6348                    `:base-extension' and `:exclude'.
6350 \x1f
6351 File: org,  Node: Publishing action,  Next: Publishing options,  Prev: Selecting files,  Up: Configuration
6353 13.1.4 Publishing Action
6354 ------------------------
6356 Publishing means that a file is copied to the destination directory and
6357 possibly transformed in the process.  The default transformation is to
6358 export Org-mode files as HTML files, and this is done by the function
6359 `org-publish-org-to-html' which calls the HTML exporter (*note HTML
6360 export::). But you also can publish your files in LaTeX by using the
6361 function `org-publish-org-to-latex' instead. Other files like images
6362 only need to be copied to the publishing destination. For non-Org-mode
6363 files, you need to specify the publishing function.
6365 `:publishing-function' Function executing the publication of a file.
6366                        This may also be a list of functions, which will
6367                        all be called in turn.
6369    The function must accept two arguments: a property list containing at
6370 least a `:publishing-directory' property, and the name of the file to
6371 be published.  It should take the specified file, make the necessary
6372 transformation (if any) and place the result into the destination
6373 folder.  You can write your own publishing function, but `org-publish'
6374 provides one for attachments (files that only need to be copied):
6375 `org-publish-attachment'.
6377 \x1f
6378 File: org,  Node: Publishing options,  Next: Publishing links,  Prev: Publishing action,  Up: Configuration
6380 13.1.5 Options for the HTML/LaTeX exporters
6381 -------------------------------------------
6383 The property list can be used to set many export options for the HTML
6384 and LaTeX exporters.  In most cases, these properties correspond to user
6385 variables in Org-mode.  The table below lists these properties along
6386 with the variable they belong to.  See the documentation string for the
6387 respective variable for details.
6389 `:language'            `org-export-default-language'
6390 `:headline-levels'     `org-export-headline-levels'
6391 `:section-numbers'     `org-export-with-section-numbers'
6392 `:table-of-contents'   `org-export-with-toc'
6393 `:archived-trees'      `org-export-with-archived-trees'
6394 `:emphasize'           `org-export-with-emphasize'
6395 `:sub-superscript'     `org-export-with-sub-superscripts'
6396 `:special-strings'     `org-export-with-special-strings'
6397 `:TeX-macros'          `org-export-with-TeX-macros'
6398 `:LaTeX-fragments'     `org-export-with-LaTeX-fragments'
6399 `:fixed-width'         `org-export-with-fixed-width'
6400 `:timestamps'          `org-export-with-timestamps'
6401  .                     
6402 `:tags'                `org-export-with-tags'
6403  .                     
6404 `:tables'              `org-export-with-tables'
6405 `:table-auto-headline' `org-export-highlight-first-table-line'
6406 `:style'               `org-export-html-style'
6407 `:convert-org-links'   `org-export-html-link-org-files-as-html'
6408 `:inline-images'       `org-export-html-inline-images'
6409 `:expand-quoted-html'  `org-export-html-expand'
6410 `:timestamp'           `org-export-html-with-timestamp'
6411 `:publishing-directory'`org-export-publishing-directory'
6412 `:preamble'            `org-export-html-preamble'
6413 `:postamble'           `org-export-html-postamble'
6414 `:auto-preamble'       `org-export-html-auto-preamble'
6415 `:auto-postamble'      `org-export-html-auto-postamble'
6416 `:author'              `user-full-name'
6417 `:email'               `user-mail-address'
6419    If you use several email addresses, separate them by a semi-column.
6421    Most of the `org-export-with-*' variables have the same effect in
6422 both HTML and LaTeX exporters, except for `:TeX-macros' and
6423 `:LaTeX-fragments', respectively `nil' and `t' in the LaTeX export.
6425    When a property is given a value in `org-publish-project-alist', its
6426 setting overrides the value of the corresponding user variable (if any)
6427 during publishing.  Options set within a file (*note Export options::),
6428 however, override everything.
6430 \x1f
6431 File: org,  Node: Publishing links,  Next: Project page index,  Prev: Publishing options,  Up: Configuration
6433 13.1.6 Links between published files
6434 ------------------------------------
6436 To create a link from one Org-mode file to another, you would use
6437 something like `[[file:foo.org][The foo]]' or simply `file:foo.org.'
6438 (*note Hyperlinks::).  Upon publishing this link becomes a link to
6439 `foo.html'.  In this way, you can interlink the pages of your "org web"
6440 project and the links will work as expected when you publish them to
6441 HTML.
6443    You may also link to related files, such as images. Provided you are
6444 careful with relative pathnames, and provided you have also configured
6445 `org-publish' to upload the related files, these links will work too.
6446 *Note Complex example:: for an example of this usage.
6448    Sometime an Org-mode file to be published may contain links that are
6449 only valid in your production environment, but not in the publishing
6450 location.  In this case, use the property
6452 `:link-validation-function'   Function to validate links
6454 to define a function for checking link validity.  This function must
6455 accept two arguments, the file name and a directory relative to which
6456 the file name is interpreted in the production environment.  If this
6457 function returns `nil', then the HTML generator will only insert a
6458 description into the HTML file, but no link.  One option for this
6459 function is `org-publish-validate-link' which checks if the given file
6460 is part of any project in `org-publish-project-alist'.
6462 \x1f
6463 File: org,  Node: Project page index,  Prev: Publishing links,  Up: Configuration
6465 13.1.7 Project page index
6466 -------------------------
6468 The following properties may be used to control publishing of an index
6469 of files or summary page for a given project.
6471 `:auto-index'      When non-nil, publish an index during
6472                    org-publish-current-project or org-publish-all.
6473 `:index-filename'  Filename for output of index. Defaults to `index.org'
6474                    (which becomes `index.html').
6475 `:index-title'     Title of index page. Defaults to name of file.
6476 `:index-function'  Plugin function to use for generation of index.
6477                    Defaults to `org-publish-org-index', which generates
6478                    a plain list of links to all files in the project.
6480 \x1f
6481 File: org,  Node: Sample configuration,  Next: Triggering publication,  Prev: Configuration,  Up: Publishing
6483 13.2 Sample configuration
6484 =========================
6486 Below we provide two example configurations.  The first one is a simple
6487 project publishing only a set of Org-mode files.  The second example is
6488 more complex, with a multi-component project.
6490 * Menu:
6492 * Simple example::              One-component publishing
6493 * Complex example::             A multi-component publishing example
6495 \x1f
6496 File: org,  Node: Simple example,  Next: Complex example,  Prev: Sample configuration,  Up: Sample configuration
6498 13.2.1 Example: simple publishing configuration
6499 -----------------------------------------------
6501 This example publishes a set of Org-mode files to the `public_html'
6502 directory on the local machine.
6504      (setq org-publish-project-alist
6505            '(("org"
6506               :base-directory "~/org/"
6507               :publishing-directory "~/public_html"
6508               :section-numbers nil
6509               :table-of-contents nil
6510               :style "<link rel=stylesheet
6511                      href=\"../other/mystyle.css\"
6512                      type=\"text/css\">")))
6514 \x1f
6515 File: org,  Node: Complex example,  Prev: Simple example,  Up: Sample configuration
6517 13.2.2 Example: complex publishing configuration
6518 ------------------------------------------------
6520 This more complicated example publishes an entire website, including
6521 org files converted to HTML, image files, emacs lisp source code, and
6522 stylesheets. The publishing-directory is remote and private files are
6523 excluded.
6525    To ensure that links are preserved, care should be taken to replicate
6526 your directory structure on the web server, and to use relative file
6527 paths. For example, if your org files are kept in `~/org' and your
6528 publishable images in `~/images', you'd link to an image with
6529      file:../images/myimage.png
6530    On the web server, the relative path to the image should be the
6531 same. You can accomplish this by setting up an "images" folder in the
6532 right place on the webserver, and publishing images to it.
6534      (setq org-publish-project-alist
6535            '(("orgfiles"
6536                :base-directory "~/org/"
6537                :base-extension "org"
6538                :publishing-directory "/ssh:user@host:~/html/notebook/"
6539                :publishing-function org-publish-org-to-html
6540                :exclude "PrivatePage.org"   ;; regexp
6541                :headline-levels 3
6542                :section-numbers nil
6543                :table-of-contents nil
6544                :style "<link rel=stylesheet
6545                        href=\"../other/mystyle.css\" type=\"text/css\">"
6546                :auto-preamble t
6547                :auto-postamble nil)
6549               ("images"
6550                :base-directory "~/images/"
6551                :base-extension "jpg\\|gif\\|png"
6552                :publishing-directory "/ssh:user@host:~/html/images/"
6553                :publishing-function org-publish-attachment)
6555               ("other"
6556                :base-directory "~/other/"
6557                :base-extension "css\\|el"
6558                :publishing-directory "/ssh:user@host:~/html/other/"
6559                :publishing-function org-publish-attachment)
6560               ("website" :components ("orgfiles" "images" "other"))))
6562 \x1f
6563 File: org,  Node: Triggering publication,  Prev: Sample configuration,  Up: Publishing
6565 13.3 Triggering publication
6566 ===========================
6568 Once org-publish is properly configured, you can publish with the
6569 following functions:
6571 `C-c C-e C'
6572      Prompt for a specific project and publish all files that belong to
6573      it.
6575 `C-c C-e P'
6576      Publish the project containing the current file.
6578 `C-c C-e F'
6579      Publish only the current file.
6581 `C-c C-e A'
6582      Publish all projects.
6584    Org uses timestamps to track when a file has changed. The above
6585 functions normally only publish changed files. You can override this and
6586 force publishing of all files by giving a prefix argument.
6588 \x1f
6589 File: org,  Node: Miscellaneous,  Next: Extensions and Hacking,  Prev: Publishing,  Up: Top
6591 14 Miscellaneous
6592 ****************
6594 * Menu:
6596 * Completion::                  M-TAB knows what you need
6597 * Customization::               Adapting Org-mode to your taste
6598 * In-buffer settings::          Overview of the #+KEYWORDS
6599 * The very busy C-c C-c key::   When in doubt, press C-c C-c
6600 * Clean view::                  Getting rid of leading stars in the outline
6601 * TTY keys::                    Using Org-mode on a tty
6602 * Interaction::                 Other Emacs packages
6603 * Bugs::                        Things which do not work perfectly
6605 \x1f
6606 File: org,  Node: Completion,  Next: Customization,  Prev: Miscellaneous,  Up: Miscellaneous
6608 14.1 Completion
6609 ===============
6611 Org-mode supports in-buffer completion.  This type of completion does
6612 not make use of the minibuffer.  You simply type a few letters into the
6613 buffer and use the key to complete text right there.
6615 `M-<TAB>'
6616      Complete word at point
6617         * At the beginning of a headline, complete TODO keywords.
6619         * After `\', complete TeX symbols supported by the exporter.
6621         * After `*', complete headlines in the current buffer so that
6622           they can be used in search links like `[[*find this
6623           headline]]'.
6625         * After `:' in a headline, complete tags.  The list of tags is
6626           taken from the variable `org-tag-alist' (possibly set through
6627           the `#+TAGS' in-buffer option, *note Setting tags::), or it
6628           is created dynamically from all tags used in the current
6629           buffer.
6631         * After `:' and not in a headline, complete property keys.  The
6632           list of keys is constructed dynamically from all keys used in
6633           the current buffer.
6635         * After `[', complete link abbreviations (*note Link
6636           abbreviations::).
6638         * After `#+', complete the special keywords like `TYP_TODO' or
6639           `OPTIONS' which set file-specific options for Org-mode.  When
6640           the option keyword is already complete, pressing `M-<TAB>'
6641           again will insert example settings for this keyword.
6643         * In the line after `#+STARTUP: ', complete startup keywords,
6644           i.e. valid keys for this line.
6646         * Elsewhere, complete dictionary words using ispell.
6648 \x1f
6649 File: org,  Node: Customization,  Next: In-buffer settings,  Prev: Completion,  Up: Miscellaneous
6651 14.2 Customization
6652 ==================
6654 There are more than 180 variables that can be used to customize
6655 Org-mode.  For the sake of compactness of the manual, I am not
6656 describing the variables here.  A structured overview of customization
6657 variables is available with `M-x org-customize'.  Or select `Browse Org
6658 Group' from the `Org->Customization' menu.  Many settings can also be
6659 activated on a per-file basis, by putting special lines into the buffer
6660 (*note In-buffer settings::).
6662 \x1f
6663 File: org,  Node: In-buffer settings,  Next: The very busy C-c C-c key,  Prev: Customization,  Up: Miscellaneous
6665 14.3 Summary of in-buffer settings
6666 ==================================
6668 Org-mode uses special lines in the buffer to define settings on a
6669 per-file basis.  These lines start with a `#+' followed by a keyword, a
6670 colon, and then individual words defining a setting.  Several setting
6671 words can be in the same line, but you can also have multiple lines for
6672 the keyword.  While these settings are described throughout the manual,
6673 here is a summary.  After changing any of those lines in the buffer,
6674 press `C-c C-c' with the cursor still in the line to activate the
6675 changes immediately.  Otherwise they become effective only when the
6676 file is visited again in a new Emacs session.
6678 `#+ARCHIVE: %s_done::'
6679      This line sets the archive location for the agenda file.  It
6680      applies for all subsequent lines until the next `#+ARCHIVE' line,
6681      or the end of the file.  The first such line also applies to any
6682      entries before it.  The corresponding variable is
6683      `org-archive-location'.
6685 `#+CATEGORY:'
6686      This line sets the category for the agenda file.  The category
6687      applies for all subsequent lines until the next `#+CATEGORY' line,
6688      or the end of the file.  The first such line also applies to any
6689      entries before it.
6691 `#+COLUMNS: %25ITEM .....'
6692      Set the default format for columns view.  This format applies when
6693      columns view is invoked in location where no `COLUMNS' property
6694      applies.
6696 `#+CONSTANTS: name1=value1 ...'
6697      Set file-local values for constants to be used in table formulas.
6698      This line set the local variable
6699      `org-table-formula-constants-local'.  The global version of this
6700      variable is `org-table-formula-constants'.
6702 `#+DRAWERS: NAME1 .....'
6703      Set the file-local set of drawers.  The corresponding global
6704      variable is `org-drawers'.
6706 `#+LINK:  linkword replace'
6707      These lines (several are allowed) specify link abbreviations.
6708      *Note Link abbreviations::.  The corresponding variable is
6709      `org-link-abbrev-alist'.
6711 `#+PRIORITIES: highest lowest default'
6712      This line sets the limits and the default for the priorities.  All
6713      three must be either letters A-Z or numbers 0-9.  The highest
6714      priority must have a lower ASCII number that the lowest priority.
6716 `#+PROPERTY: Property_Name Value'
6717      This line sets a default inheritance value for entries in the
6718      current buffer, most useful for specifying the allowed values of a
6719      property.
6721 `#+STARTUP:'
6722      This line sets options to be used at startup of Org-mode, when an
6723      Org-mode file is being visited.  The first set of options deals
6724      with the initial visibility of the outline tree.  The
6725      corresponding variable for global default settings is
6726      `org-startup-folded', with a default value `t', which means
6727      `overview'.  
6728           overview   top-level headlines only
6729           content    all headlines
6730           showall    no folding at all, show everything
6731      Then there are options for aligning tables upon visiting a file.
6732      This is useful in files containing narrowed table columns.  The
6733      corresponding variable is `org-startup-align-all-tables', with a
6734      default value `nil'.  
6735           align      align all tables
6736           noalign    don't align tables on startup
6737      Logging TODO state changes and clock intervals (variables
6738      `org-log-done' and `org-log-repeat') can be configured using these
6739      options.  
6740           logging          record a timestamp when an item is marked DONE
6741           nologging        don't record when items are marked DONE
6742           lognotedone      record timestamp and a note when DONE
6743           lognotestate     record timestamp and a note when TODO state changes
6744           logrepeat        record a note when re-instating a repeating item
6745           nologrepeat      do not record when re-instating repeating item
6746           lognoteclock-out record timestamp and a note when clocking out
6747      Here are the options for hiding leading stars in outline headings.
6748      The corresponding variables are `org-hide-leading-stars' and
6749      `org-odd-levels-only', both with a default setting `nil' (meaning
6750      `showstars' and `oddeven').  
6751           hidestars  make all but one of the stars starting a headline invisible.
6752           showstars  show all stars starting a headline
6753           odd        allow only odd outline levels (1,3,...)
6754           oddeven    allow all outline levels
6755      To turn on custom format overlays over time stamps (variables
6756      `org-put-time-stamp-overlays' and
6757      `org-time-stamp-overlay-formats'), use 
6758           customtime overlay custom time format
6759      The following options influence the table spreadsheet (variable
6760      `constants-unit-system').  
6761           constcgs   `constants.el' should use the c-g-s unit system
6762           constSI    `constants.el' should use the SI unit system
6764 `#+TAGS:  TAG1(c1) TAG2(c2)'
6765      These lines (several such lines are allowed) specify the legal
6766      tags in this file, and (potentially) the corresponding _fast tag
6767      selection_ keys.  The corresponding variable is `org-tag-alist'.
6769 `#+TBLFM:'
6770      This line contains the formulas for the table directly above the
6771      line.
6773 `#+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS, #+DATE:'
6774      These lines provide settings for exporting files.  For more
6775      details see *Note Export options::.
6777 `#+SEQ_TODO:   #+TYP_TODO:'
6778      These lines set the TODO keywords and their interpretation in the
6779      current file.  The corresponding variables are `org-todo-keywords'
6780      and `org-todo-interpretation'.
6782 \x1f
6783 File: org,  Node: The very busy C-c C-c key,  Next: Clean view,  Prev: In-buffer settings,  Up: Miscellaneous
6785 14.4 The very busy C-c C-c key
6786 ==============================
6788 The key `C-c C-c' has many purposes in org-mode, which are all
6789 mentioned scattered throughout this manual.  One specific function of
6790 this key is to add _tags_ to a headline (*note Tags::).  In many other
6791 circumstances it means something like _Hey Org-mode, look here and
6792 update according to what you see here_.  Here is a summary of what this
6793 means in different contexts.
6795    - If there are highlights in the buffer from the creation of a sparse
6796      tree, or from clock display, remove these highlights.
6798    - If the cursor is in one of the special `#+KEYWORD' lines, this
6799      triggers scanning the buffer for these lines and updating the
6800      information.
6802    - If the cursor is inside a table, realign the table.  This command
6803      works even if the automatic table editor has been turned off.
6805    - If the cursor is on a `#+TBLFM' line, re-apply the formulas to the
6806      entire table.
6808    - If the cursor is inside a table created by the `table.el' package,
6809      activate that table.
6811    - If the current buffer is a remember buffer, close the note and
6812      file it.  With a prefix argument, file it, without further
6813      interaction, to the default location.
6815    - If the cursor is on a `<<<target>>>', update radio targets and
6816      corresponding links in this buffer.
6818    - If the cursor is in a property line or at the start or end of a
6819      property drawer, offer property commands.
6821    - If the cursor is in a plain list item with a checkbox, toggle the
6822      status of the checkbox.
6824    - If the cursor is on a numbered item in a plain list, renumber the
6825      ordered list.
6827    - If the cursor is on the `#+BEGIN' line of a dynamical block, the
6828      block is updated.
6830 \x1f
6831 File: org,  Node: Clean view,  Next: TTY keys,  Prev: The very busy C-c C-c key,  Up: Miscellaneous
6833 14.5 A cleaner outline view
6834 ===========================
6836 Some people find it noisy and distracting that the Org-mode headlines
6837 are starting with a potentially large number of stars.  For example the
6838 tree from *Note Headlines:::
6840      * Top level headline
6841      ** Second level
6842      *** 3rd level
6843          some text
6844      *** 3rd level
6845          more text
6846      * Another top level headline
6848 Unfortunately this is deeply ingrained into the code of Org-mode and
6849 cannot be easily changed.  You can, however, modify the display in such
6850 a way that all leading stars become invisible and the outline more easy
6851 to read.  To do this, customize the variable `org-hide-leading-stars'
6852 like this:
6854      (setq org-hide-leading-stars t)
6856 or change this on a per-file basis with one of the lines (anywhere in
6857 the buffer)
6859      #+STARTUP: showstars
6860      #+STARTUP: hidestars
6862 Press `C-c C-c' with the cursor in a `STARTUP' line to activate the
6863 modifications.
6865    With stars hidden, the tree becomes:
6867      * Top level headline
6868       * Second level
6869        * 3rd level
6870          some text
6871        * 3rd level
6872          more text
6873      * Another top level headline
6875 Note that the leading stars are not truly replaced by whitespace, they
6876 are only fontified with the face `org-hide' that uses the background
6877 color as font color.  If you are not using either white or black
6878 background, you may have to customize this face to get the wanted
6879 effect.  Another possibility is to set this font such that the extra
6880 stars are almost invisible, for example using the color `grey90' on a
6881 white background.
6883    Things become cleaner still if you skip all the even levels and use
6884 only odd levels 1, 3, 5..., effectively adding two stars to go from one
6885 outline level to the next:
6887      * Top level headline
6888        * Second level
6889          * 3rd level
6890            some text
6891          * 3rd level
6892            more text
6893      * Another top level headline
6895 In order to make the structure editing and export commands handle this
6896 convention correctly, use
6898      (setq org-odd-levels-only t)
6900 or set this on a per-file basis with one of the following lines (don't
6901 forget to press `C-c C-c' with the cursor in the startup line to
6902 activate changes immediately).
6904      #+STARTUP: odd
6905      #+STARTUP: oddeven
6907    You can convert an Org-mode file from single-star-per-level to the
6908 double-star-per-level convention with `M-x org-convert-to-odd-levels
6909 RET' in that file.  The reverse operation is `M-x
6910 org-convert-to-oddeven-levels'.
6912 \x1f
6913 File: org,  Node: TTY keys,  Next: Interaction,  Prev: Clean view,  Up: Miscellaneous
6915 14.6 Using org-mode on a tty
6916 ============================
6918 Because Org-mode contains a large number of commands, by default much of
6919 Org-mode's core commands are bound to keys that are generally not
6920 accessible on a tty, such as the cursor keys (<left>, <right>, <up>,
6921 <down>), <TAB> and <RET>, in particular when used together with
6922 modifiers like <Meta> and/or <Shift>.  To access these commands on a
6923 tty when special keys are unavailable, the following alternative
6924 bindings can be used.  The tty bindings below will likely be more
6925 cumbersome; you may find for some of the bindings below that a
6926 customized work-around suits you better.  For example, changing a time
6927 stamp is really only fun with `S-<cursor>' keys, whereas on a tty you
6928 would rather use `C-c .' to re-insert the timestamp.
6930 Default     Alternative 1  Alternative 2
6931 `S-<TAB>'   `C-u <TAB>'    
6932 `M-<left>'  `C-c C-x l'    `<Esc> <left>'
6933 `M-S-<left>'`C-c C-x L'    
6934 `M-<right>' `C-c C-x r'    `<Esc>
6935                            <right>'
6936 `M-S-<right>'`C-c C-x R'    
6937 `M-<up>'    `C-c C-x u'    `<Esc> <up>'
6938 `M-S-<up>'  `C-c C-x U'    
6939 `M-<down>'  `C-c C-x d'    `<Esc> <down>'
6940 `M-S-<down>'`C-c C-x D'    
6941 `S-<RET>'   `C-c C-x c'    
6942 `M-<RET>'   `C-c C-x m'    `<Esc> <RET>'
6943 `M-S-<RET>' `C-c C-x M'    
6944 `S-<left>'  `C-c <left>'   
6945 `S-<right>' `C-c <right>'  
6946 `S-<up>'    `C-c <up>'     
6947 `S-<down>'  `C-c <down>'   
6948 `C-S-<left>'`C-c C-x       
6949             <left>'        
6950 `C-S-<right>'`C-c C-x       
6951             <right>'       
6953 \x1f
6954 File: org,  Node: Interaction,  Next: Bugs,  Prev: TTY keys,  Up: Miscellaneous
6956 14.7 Interaction with other packages
6957 ====================================
6959 Org-mode lives in the world of GNU Emacs and interacts in various ways
6960 with other code out there.
6962 * Menu:
6964 * Cooperation::                 Packages Org-mode cooperates with
6965 * Conflicts::                   Packages that lead to conflicts
6967 \x1f
6968 File: org,  Node: Cooperation,  Next: Conflicts,  Prev: Interaction,  Up: Interaction
6970 14.7.1 Packages that Org-mode cooperates with
6971 ---------------------------------------------
6973 `calc.el' by Dave Gillespie
6974      Org-mode uses the calc package for implementing spreadsheet
6975      functionality in its tables (*note The spreadsheet::).  Org-mode
6976      checks for the availability of calc by looking for the function
6977      `calc-eval' which should be autoloaded in your setup if calc has
6978      been installed properly.  As of Emacs 22, calc is part of the Emacs
6979      distribution.  Another possibility for interaction between the two
6980      packages is using calc for embedded calculations. *Note Embedded
6981      Mode: (calc)Embedded Mode.  
6983 `constants.el' by Carsten Dominik
6984      In a table formula (*note The spreadsheet::), it is possible to use
6985      names for natural constants or units.  Instead of defining your own
6986      constants in the variable `org-table-formula-constants', install
6987      the `constants' package which defines a large number of constants
6988      and units, and lets you use unit prefixes like `M' for `Mega' etc.
6989      You will need version 2.0 of this package, available at
6990      `http://www.astro.uva.nl/~dominik/Tools'. Org-mode checks for the
6991      function `constants-get', which has to be autoloaded in your
6992      setup.  See the installation instructions in the file
6993      `constants.el'.
6995 `cdlatex.el' by Carsten Dominik
6996      Org-mode can make use of the cdlatex package to efficiently enter
6997      LaTeX fragments into Org-mode files. See *Note CDLaTeX mode::.
6999 `imenu.el' by Ake Stenhoff and Lars Lindberg
7000      Imenu allows menu access to an index of items in a file.  Org-mode
7001      supports imenu - all you need to do to get the index is the
7002      following:
7003           (add-hook 'org-mode-hook
7004                     (lambda () 'imenu-add-to-menubar "Imenu"))
7005      By default the index is two levels deep - you can modify the depth
7006      using the option `org-imenu-depth'.
7008 `remember.el' by John Wiegley
7009      Org mode cooperates with remember, see *Note Remember::.
7010      `Remember.el' is not part of Emacs, find it on the web.
7012 `speedbar.el' by Eric M. Ludlam
7013      Speedbar is a package that creates a special frame displaying
7014      files and index items in files.  Org-mode supports speedbar and
7015      allows you to drill into Org-mode files directly from the
7016      speedbar.  It also allows to restrict the scope of agenda commands
7017      to a file or a subtree by using the command `<' in the speedbar
7018      frame.  
7020 `table.el' by Takaaki Ota
7021      Complex ASCII tables with automatic line wrapping, column- and
7022      row-spanning, and alignment can be created using the Emacs table
7023      package by Takaaki Ota (`http://sourceforge.net/projects/table',
7024      and also part of Emacs 22).  When <TAB> or `C-c C-c' is pressed in
7025      such a table, Org-mode will call `table-recognize-table' and move
7026      the cursor into the table.  Inside a table, the keymap of Org-mode
7027      is inactive.  In order to execute Org-mode-related commands, leave
7028      the table.
7030     `C-c C-c'
7031           Recognize `table.el' table.  Works when the cursor is in a
7032           table.el table.  
7034     `C-c ~'
7035           Insert a table.el table.  If there is already a table at
7036           point, this command converts it between the table.el format
7037           and the Org-mode format.  See the documentation string of the
7038           command `org-convert-table' for the restrictions under which
7039           this is possible.
7040      `table.el' is part of Emacs 22.  
7042 `footnote.el' by Steven L. Baur
7043      Org-mode recognizes numerical footnotes as provided by this package
7044      (*note Footnotes::).
7046 \x1f
7047 File: org,  Node: Conflicts,  Prev: Cooperation,  Up: Interaction
7049 14.7.2 Packages that lead to conflicts with Org-mode
7050 ----------------------------------------------------
7052 `allout.el' by Ken Manheimer
7053      Startup of Org-mode may fail with the error message
7054      `(wrong-type-argument keymapp nil)' when there is an outdated
7055      version `allout.el' on the load path, for example the version
7056      distributed with Emacs 21.x.  Upgrade to Emacs 22 and this problem
7057      will disappear.  If for some reason you cannot do this, make sure
7058      that org.el is loaded _before_ `allout.el', for example by putting
7059      `(require 'org)' early enough into your `.emacs' file.
7061 `CUA.el' by Kim. F. Storm
7062      Keybindings in Org-mode conflict with the `S-<cursor>' keys used by
7063      CUA-mode (as well as pc-select-mode and s-region-mode) to select
7064      and extend the region.  If you want to use one of these packages
7065      along with Org-mode, configure the variable
7066      `org-replace-disputed-keys'.  When set, Org-mode will move the
7067      following keybindings in Org-mode files, and in the agenda buffer
7068      (but not during date selection).
7070           S-UP    -> M-p             S-DOWN  -> M-n
7071           S-LEFT  -> M--             S-RIGHT -> M-+
7073      Yes, these are unfortunately more difficult to remember.  If you
7074      want to have other replacement keys, look at the variable
7075      `org-disputed-keys'.
7077 `windmove.el' by Hovav Shacham
7078      Also this package uses the `S-<cursor>' keys, so everything written
7079      in the paragraph above about CUA mode also applies here.
7081 `footnote.el' by Steven L. Baur
7082      Org-mode supports the syntax of the footnote package, but only the
7083      numerical footnote markers.  Also, the default key for footnote
7084      commands, `C-c !' is already used by Org-mode.  You could use the
7085      variable `footnote-prefix' to switch footnotes commands to another
7086      key.  Or, you could use `org-replace-disputed-keys' and
7087      `org-disputed-keys' to change the settings in Org-mode.
7090 \x1f
7091 File: org,  Node: Bugs,  Prev: Interaction,  Up: Miscellaneous
7093 14.8 Bugs
7094 =========
7096 Here is a list of things that should work differently, but which I have
7097 found too hard to fix.
7099    * If a table field starts with a link, and if the corresponding table
7100      column is narrowed (*note Narrow columns::) to a width too small to
7101      display the link, the field would look entirely empty even though
7102      it is not.  To prevent this, Org-mode throws an error.  The
7103      work-around is to make the column wide enough to fit the link, or
7104      to add some text (at least 2 characters) before the link in the
7105      same field.
7107    * Narrowing table columns does not work on XEmacs, because the
7108      `format' function does not transport text properties.
7110    * Text in an entry protected with the `QUOTE' keyword should not
7111      autowrap.
7113    * When the application called by `C-c C-o' to open a file link fails
7114      (for example because the application does not exist or refuses to
7115      open the file), it does so silently.  No error message is
7116      displayed.
7118    * Recalculating a table line applies the formulas from left to right.
7119      If a formula uses _calculated_ fields further down the row,
7120      multiple recalculation may be needed to get all fields consistent.
7121      You may use the command `org-table-iterate' (`C-u C-c *') to
7122      recalculate until convergence.
7124    * A single letter cannot be made bold, for example `*a*'.
7126    * The exporters work well, but could be made more efficient.
7128 \x1f
7129 File: org,  Node: Extensions and Hacking,  Next: History and Acknowledgments,  Prev: Miscellaneous,  Up: Top
7131 Appendix A Extensions, Hooks and Hacking
7132 ****************************************
7134 This appendix lists extensions for Org-mode written by other authors.
7135 It also covers some aspects where users can extend the functionality of
7136 Org-mode.
7138 * Menu:
7140 * Extensions::                  Existing 3rd-part extensions
7141 * Adding hyperlink types::      New custom link types
7142 * Tables in arbitrary syntax::  Orgtbl for LaTeX and other programs
7143 * Dynamic blocks::              Automatically filled blocks
7144 * Special agenda views::        Customized views
7145 * Using the property API::      Writing programs that use entry properties
7147 \x1f
7148 File: org,  Node: Extensions,  Next: Adding hyperlink types,  Prev: Extensions and Hacking,  Up: Extensions and Hacking
7150 A.1 Third-party extensions for Org-mode
7151 =======================================
7153 The following extensions for Org-mode have been written by other people:
7155 `org-publish.el' by David O'Toole
7156      This package provides facilities for publishing related sets of
7157      Org-mode files together with linked files like images as webpages.
7158      It is highly configurable and can be used for other publishing
7159      purposes as well.  As of Org-mode version 4.30, `org-publish.el'
7160      is part of the Org-mode distribution.  It is not yet part of
7161      Emacs, however, a delay caused by the preparations for the 22.1
7162      release.  In the mean time, `org-publish.el' can be downloaded
7163      from David's site: `http://dto.freeshell.org/e/org-publish.el'.  
7165 `org-mouse.el' by Piotr Zielinski
7166      This package implements extended mouse functionality for Org-mode.
7167      It allows you to cycle visibility and to edit the document
7168      structure with the mouse.  Best of all, it provides a
7169      context-sensitive menu on <mouse-3> that changes depending on the
7170      context of a mouse-click.  As of Org-mode version 4.53,
7171      `org-mouse.el' is part of the Org-mode distribution.  It is not
7172      yet part of Emacs, however, a delay caused by the preparations for
7173      the 22.1 release.  In the mean time, `org-mouse.el' can be
7174      downloaded from Piotr's site:
7175      `http://www.cl.cam.ac.uk/~pz215/files/org-mouse.el'.  
7177 `org-blog.el' by David O'Toole
7178      A blogging plug-in for `org-publish.el'.
7179      `http://dto.freeshell.org/notebook/OrgMode.html'.  
7181 `blorg.el' by Bastien Guerry
7182      Publish Org-mode files as blogs.
7183      `http://www.cognition.ens.fr/~guerry/blorg.html'.  
7185 `org2rem.el' by Bastien Guerry
7186      Translates Org-mode files into something readable by Remind.
7187      `http://www.cognition.ens.fr/~guerry/u/org2rem.el'.
7189 `org-toc.el' by Bastien Guerry
7190      Produces a simple table of contents of an Org-mode file, for easy
7191      navigation.
7192      `http://www.cognition.ens.fr/~guerry/u/org-registry.el'.
7194 `org-registry.el' by Bastien Guerry
7195      Find which Org-file link to a certain document.
7196      `http://www.cognition.ens.fr/~guerry/u/org2rem.el'.
7198 \x1f
7199 File: org,  Node: Adding hyperlink types,  Next: Tables in arbitrary syntax,  Prev: Extensions,  Up: Extensions and Hacking
7201 A.2 Adding hyperlink types
7202 ==========================
7204 Org-mode has a large number of hyperlink types built-in (*note
7205 Hyperlinks::).  If you would like to add new link types, it provides an
7206 interface for doing so.  Lets look at an example file `org-man.el' that
7207 will add support for creating links like `[[man:printf][The printf
7208 manpage]]' to show unix manual pages inside emacs:
7210      ;;; org-man.el - Support for links to manpages in Org-mode
7212      (require 'org)
7214      (org-add-link-type "man" 'org-man-open)
7215      (add-hook 'org-store-link-functions 'org-man-store-link)
7217      (defcustom org-man-command 'man
7218        "The Emacs command to be used to display a man page."
7219        :group 'org-link
7220        :type '(choice (const man) (const woman)))
7222      (defun org-man-open (path)
7223        "Visit the manpage on PATH.
7224      PATH should be a topic that can be thrown at the man command."
7225        (funcall org-man-command path))
7227      (defun org-man-store-link ()
7228        "Store a link to a manpage."
7229        (when (memq major-mode '(Man-mode woman-mode))
7230          ;; This is a man page, we do make this link
7231          (let* ((page (org-man-get-page-name))
7232                 (link (concat "man:" page))
7233                 (description (format "Manpage for %s" page)))
7234            (org-store-link-props
7235             :type "man"
7236             :link link
7237             :description description))))
7239      (defun org-man-get-page-name ()
7240        "Extract the page name from the buffer name."
7241        ;; This works for both `Man-mode' and `woman-mode'.
7242        (if (string-match " \\(\\S-+\\)\\*" (buffer-name))
7243            (match-string 1 (buffer-name))
7244          (error "Cannot create link to this man page")))
7246      (provide 'org-man)
7248      ;;; org-man.el ends here
7250 You would activate this new link type in `.emacs' with
7252      (require 'org-man)
7254 Lets go through the file and see what it does.
7255   1. It does `(require 'org)' to make sure that `org.el' has been
7256      loaded.
7258   2. The next line calls `org-add-link-type' to define a new link type
7259      with prefix `man'.  The call also contains the name of a function
7260      that will be called to follow such a link.
7262   3. The next line adds a function to `org-store-link-functions', in
7263      order to allow the command `C-c l' to record a useful link in a
7264      buffer displaying a man page.
7266    The rest of the file defines the necessary variables and functions.
7267 First there is a customization variable that determines which emacs
7268 command should be used to display manpages.  There are two options,
7269 `man' and `woman'.  Then the function to follow a link is defined.  It
7270 gets the link path as an argument - in this case the link path is just
7271 a topic for the manual command.  The function calls the value of
7272 `org-man-command' to display the man page.
7274    Finally the function `org-man-store-link' is defined.  When you try
7275 to store a link with `C-c l', also this function will be called to try
7276 to make a link.  The function must first decide if it is supposed to
7277 create the link for this buffer type, we do this by checking the value
7278 of the variable `major-mode'.  If not, the function must exit and
7279 retunr the value `nil'.  If yes, the link is created by getting the
7280 manual tpoic from the buffer name and prefixing it with the string
7281 `man:'.  Then it must call the command `org-store-link-props' and set
7282 the `:type' and `:link' properties.  Optionally you can also set the
7283 `:description' property to provide a default for the link description
7284 when the link is later inserted into tan Org-mode buffer with `C-c C-l'.
7286 \x1f
7287 File: org,  Node: Tables in arbitrary syntax,  Next: Dynamic blocks,  Prev: Adding hyperlink types,  Up: Extensions and Hacking
7289 A.3 Tables and Lists in arbitrary syntax
7290 ========================================
7292 Since Orgtbl-mode can be used as a minor mode in arbitrary buffers, a
7293 frequent feature request has been to make it work with native tables in
7294 specific languages, for example LaTeX.  However, this is extremely hard
7295 to do in a general way, would lead to a customization nightmare, and
7296 would take away much of the simplicity of the Orgtbl-mode table editor.
7298    This appendix describes a different approach.  We keep the
7299 Orgtbl-mode table in its native format (the source table), and use a
7300 custom function to translate the table to the correct syntax, and to
7301 install it in the right location (the target table).  This puts the
7302 burden of writing conversion functions on the user, but it allows for a
7303 very flexible system.
7305    Bastien added the ability to do the same with lists.  You can use
7306 Org's facilities to edit and structure lists by turning `orgstruct-mode'
7307 on, then locally exporting such lists in another format (HTML, LaTeX or
7308 TeXInfo.)
7310 * Menu:
7312 * Radio tables::                Sending and receiving
7313 * A LaTeX example::             Step by step, almost a tutorial
7314 * Translator functions::        Copy and modify
7315 * Radio lists::                 Doing the same for lists.
7317 \x1f
7318 File: org,  Node: Radio tables,  Next: A LaTeX example,  Prev: Tables in arbitrary syntax,  Up: Tables in arbitrary syntax
7320 A.3.1 Radio tables
7321 ------------------
7323 To define the location of the target table, you first need to create two
7324 lines that are comments in the current mode, but contain magic words for
7325 Orgtbl-mode to find.  Orgtbl-mode will insert the translated table
7326 between these lines, replacing whatever was there before.  For example:
7328      /* BEGIN RECEIVE ORGTBL table_name */
7329      /* END RECEIVE ORGTBL table_name */
7331 Just above the source table, we put a special line that tells
7332 Orgtbl-mode how to translate this table and where to install it.  For
7333 example:
7334      #+ORGTBL: SEND table_name translation_function arguments....
7336 `table_name' is the reference name for the table that is also used in
7337 the receiver lines. `translation_function' is the Lisp function that
7338 does the translation.  Furthermore, the line can contain a list of
7339 arguments (alternating key and value) at the end.  The arguments will be
7340 passed as a property list to the translation function for
7341 interpretation.  A few standard parameters are already recognized and
7342 acted upon before the translation function is called:
7344 `:skip N'
7345      Skip the first N lines of the table. Hlines do count!
7347 `:skipcols (n1 n2 ...)'
7348      List of columns that should be skipped.  If the table has a column
7349      with calculation marks, that column is automatically discarded as
7350      well.  Please note that the translator function sees the table
7351      _after_ the removal of these columns, the function never knows
7352      that there have been additional columns.
7354 The one problem remaining is how to keep the source table in the buffer
7355 without disturbing the normal workings of the file, for example during
7356 compilation of a C file or processing of a LaTeX file.  There are a
7357 number of different solutions:
7359    * The table could be placed in a block comment if that is supported
7360      by the language.  For example, in C-mode you could wrap the table
7361      between `/*' and `*/' lines.
7363    * Sometimes it is possible to put the table after some kind of END
7364      statement, for example `\bye' in TeX and `\end{document}' in LaTeX.
7366    * You can just comment the table line by line whenever you want to
7367      process the file, and uncomment it whenever you need to edit the
7368      table.  This only sounds tedious - the command `M-x
7369      orgtbl-toggle-comment' does make this comment-toggling very easy,
7370      in particular if you bind it to a key.
7372 \x1f
7373 File: org,  Node: A LaTeX example,  Next: Translator functions,  Prev: Radio tables,  Up: Tables in arbitrary syntax
7375 A.3.2 A LaTeX example of radio tables
7376 -------------------------------------
7378 The best way to wrap the source table in LaTeX is to use the `comment'
7379 environment provided by `comment.sty'.  It has to be activated by
7380 placing `\usepackage{comment}' into the document header.  Orgtbl-mode
7381 can insert a radio table skeleton(1)  with the command `M-x
7382 orgtbl-insert-radio-table'.  You will be prompted for a table name,
7383 lets say we use `salesfigures'.  You will then get the following
7384 template:
7386      % BEGIN RECEIVE ORGTBL salesfigures
7387      % END RECEIVE ORGTBL salesfigures
7388      \begin{comment}
7389      #+ORGTBL: SEND salesfigures orgtbl-to-latex
7390      | | |
7391      \end{comment}
7393 The `#+ORGTBL: SEND' line tells orgtbl-mode to use the function
7394 `orgtbl-to-latex' to convert the table into LaTeX and to put it into
7395 the receiver location with name `salesfigures'.  You may now fill in
7396 the table, feel free to use the spreadsheet features(2):
7398      % BEGIN RECEIVE ORGTBL salesfigures
7399      % END RECEIVE ORGTBL salesfigures
7400      \begin{comment}
7401      #+ORGTBL: SEND salesfigures orgtbl-to-latex
7402      | Month | Days | Nr sold | per day |
7403      |-------+------+---------+---------|
7404      | Jan   |   23 |      55 |     2.4 |
7405      | Feb   |   21 |      16 |     0.8 |
7406      | March |   22 |     278 |    12.6 |
7407      #+TBLFM: $4=$3/$2;%.1f
7408      % $ (optional extra dollar to keep font-lock happy, see footnote)
7409      \end{comment}
7411 When you are done, press `C-c C-c' in the table to get the converted
7412 table inserted between the two marker lines.
7414    Now lets assume you want to make the table header by hand, because
7415 you want to control how columns are aligned etc.  In this case we make
7416 sure that the table translator does skip the first 2 lines of the source
7417 table, and tell the command to work as a splice, i.e. to not produce
7418 header and footer commands of the target table:
7420      \begin{tabular}{lrrr}
7421      Month & \multicolumn{1}{c}{Days} & Nr.\ sold & per day\\
7422      % BEGIN RECEIVE ORGTBL salesfigures
7423      % END RECEIVE ORGTBL salesfigures
7424      \end{tabular}
7425      %
7426      \begin{comment}
7427      #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2
7428      | Month | Days | Nr sold | per day |
7429      |-------+------+---------+---------|
7430      | Jan   |   23 |      55 |     2.4 |
7431      | Feb   |   21 |      16 |     0.8 |
7432      | March |   22 |     278 |    12.6 |
7433      #+TBLFM: $4=$3/$2;%.1f
7434      \end{comment}
7436    The LaTeX translator function `orgtbl-to-latex' is already part of
7437 Orgtbl-mode.  It uses a `tabular' environment to typeset the table and
7438 marks horizontal lines with `\hline'.  Furthermore, it interprets the
7439 following parameters:
7441 `:splice nil/t'
7442      When set to t, return only table body lines, don't wrap them into a
7443      tabular environment.  Default is nil.
7445 `:fmt fmt'
7446      A format to be used to wrap each field, should contain `%s' for the
7447      original field value.  For example, to wrap each field value in
7448      dollars, you could use `:fmt "$%s$"'.  This may also be a property
7449      list with column numbers and formats. for example `:fmt (2 "$%s$"
7450      4 "%s\\%%")'.
7452 `:efmt efmt'
7453      Use this format to print numbers with exponentials.  The format
7454      should have `%s' twice for inserting mantissa and exponent, for
7455      example `"%s\\times10^{%s}"'.  The default is `"%s\\,(%s)"'.  This
7456      may also be a property list with column numbers and formats, for
7457      example `:efmt (2 "$%s\\times10^{%s}$" 4 "$%s\\cdot10^{%s}$")'.
7458      After `efmt' has been applied to a value, `fmt' will also be
7459      applied.
7461    ---------- Footnotes ----------
7463    (1) By default this works only for LaTeX, HTML, and TeXInfo.
7464 Configure the variable `orgtbl-radio-tables' to install templates for
7465 other modes.
7467    (2) If the `#+TBLFM' line contains an odd number of dollar
7468 characters, this may cause problems with font-lock in latex-mode.  As
7469 shown in the example you can fix this by adding an extra line inside the
7470 `comment' environment that is used to balance the dollar expressions.
7471 If you are using AUCTeX with the font-latex library, a much better
7472 solution is to add the `comment' environment to the variable
7473 `LaTeX-verbatim-environments'.
7475 \x1f
7476 File: org,  Node: Translator functions,  Next: Radio lists,  Prev: A LaTeX example,  Up: Tables in arbitrary syntax
7478 A.3.3 Translator functions
7479 --------------------------
7481 Orgtbl-mode has several translator functions built-in:
7482 `orgtbl-to-latex', `orgtbl-to-html', and `orgtbl-to-texinfo'.  Except
7483 for `orgtbl-to-html'(1), these all use a generic translator,
7484 `orgtbl-to-generic'.  For example, `orgtbl-to-latex' itself is a very
7485 short function that computes the column definitions for the `tabular'
7486 environment, defines a few field and line separators and then hands
7487 over to the generic translator.  Here is the entire code:
7489      (defun orgtbl-to-latex (table params)
7490        "Convert the orgtbl-mode TABLE to LaTeX."
7491        (let* ((alignment (mapconcat (lambda (x) (if x "r" "l"))
7492                                     org-table-last-alignment ""))
7493               (params2
7494                (list
7495                 :tstart (concat "\\begin{tabular}{" alignment "}")
7496                 :tend "\\end{tabular}"
7497                 :lstart "" :lend " \\\\" :sep " & "
7498                 :efmt "%s\\,(%s)" :hline "\\hline")))
7499          (orgtbl-to-generic table (org-combine-plists params2 params))))
7501    As you can see, the properties passed into the function (variable
7502 PARAMS) are combined with the ones newly defined in the function
7503 (variable PARAMS2).  The ones passed into the function (i.e. the ones
7504 set by the `ORGTBL SEND' line) take precedence.  So if you would like
7505 to use the LaTeX translator, but wanted the line endings to be
7506 `\\[2mm]' instead of the default `\\', you could just overrule the
7507 default with
7509      #+ORGTBL: SEND test orgtbl-to-latex :lend " \\\\[2mm]"
7511    For a new language, you can either write your own converter function
7512 in analogy with the LaTeX translator, or you can use the generic
7513 function directly.  For example, if you have a language where a table
7514 is started with `!BTBL!', ended with `!ETBL!', and where table lines are
7515 started with `!BL!', ended with `!EL!' and where the field separator is
7516 a TAB, you could call the generic translator like this (on a single
7517 line!):
7519      #+ORGTBL: SEND test orgtbl-to-generic :tstart "!BTBL!" :tend "!ETBL!"
7520                                    :lstart "!BL! " :lend " !EL!" :sep "\t"
7522 Please check the documentation string of the function
7523 `orgtbl-to-generic' for a full list of parameters understood by that
7524 function and remember that you can pass each of them into
7525 `orgtbl-to-latex', `orgtbl-to-texinfo', and any other function using
7526 the generic function.
7528    Of course you can also write a completely new function doing
7529 complicated things the generic translator cannot do.  A translator
7530 function takes two arguments.  The first argument is the table, a list
7531 of lines, each line either the symbol `hline' or a list of fields.  The
7532 second argument is the property list containing all parameters
7533 specified in the `#+ORGTBL: SEND' line.  The function must return a
7534 single string containing the formatted table.  If you write a generally
7535 useful translator, please post it on `emacs-orgmode@gnu.org' so that
7536 others can benefit from your work.
7538    ---------- Footnotes ----------
7540    (1) The HTML translator uses the same code that produces tables
7541 during HTML export.
7543 \x1f
7544 File: org,  Node: Radio lists,  Prev: Translator functions,  Up: Tables in arbitrary syntax
7546 A.3.4 Radio lists
7547 -----------------
7549 Sending and receiving radio lists works exactly the same way than
7550 sending and receiving radio tables (*note Radio tables::) (1).  As for
7551 radio tables, you can insert radio lists templates in HTML, LaTeX and
7552 TeXInfo modes by calling `org-list-insert-radio-list'.
7554    Here are the differences with radio tables:
7556    - Use `ORGLST' instead of `ORGTBL'.
7558    - The available translation functions for radio lists don't take
7559      parameters.
7561    - `C-c C-c' will work when pressed on the first item of the list.
7563    Here is a LaTeX example.  Let's say that you have this in your LaTeX
7564 file:
7566      % BEGIN RECEIVE ORGLST to-buy
7567      % END RECEIVE ORGLST to-buy
7568      \begin{comment}
7569      #+ORGLIST: SEND to-buy orgtbl-to-latex
7570      - a new house
7571      - a new computer
7572        + a new keyboard
7573        + a new mouse
7574      - a new life
7575      \end{comment}
7577    Pressing `C-c C-c' on `a new house' and will insert the converted
7578 LaTeX list between the two marker lines.
7580    ---------- Footnotes ----------
7582    (1) You need to load the `org-export-latex.el' package to use radio
7583 lists since the relevant code is there for now.
7585 \x1f
7586 File: org,  Node: Dynamic blocks,  Next: Special agenda views,  Prev: Tables in arbitrary syntax,  Up: Extensions and Hacking
7588 A.4 Dynamic blocks
7589 ==================
7591 Org-mode documents can contain _dynamic blocks_.  These are specially
7592 marked regions that are updated by some user-written function.  A good
7593 example for such a block is the clock table inserted by the command
7594 `C-c C-x C-r' (*note Clocking work time::).
7596    Dynamic block are enclosed by a BEGIN-END structure that assigns a
7597 name to the block and can also specify parameters for the function
7598 producing the content of the block.
7600      #+BEGIN: myblock :parameter1 value1 :parameter2 value2 ...
7602      #+END:
7604    Dynamic blocks are updated with the following commands
7606 `C-c C-x C-u'
7607      Update dynamic block at point.  
7609 `C-u C-c C-x C-u'
7610      Update all dynamic blocks in the current file.
7612    Updating a dynamic block means to remove all the text between BEGIN
7613 and END, parse the BEGIN line for parameters and then call the specific
7614 writer function for this block to insert the new content.  For a block
7615 with name `myblock', the writer function is `org-dblock-write:myblock'
7616 with as only parameter a property list with the parameters given in the
7617 begin line.  Here is a trivial example of a block that keeps track of
7618 when the block update function was last run:
7620      #+BEGIN: block-update-time :format "on %m/%d/%Y at %H:%M"
7622      #+END:
7624 The corresponding block writer function could look like this:
7626      (defun org-dblock-write:block-update-time (params)
7627         (let ((fmt (or (plist-get params :format) "%d. %m. %Y")))
7628           (insert "Last block update at: "
7629                   (format-time-string fmt (current-time)))))
7631    If you want to make sure that all dynamic blocks are always
7632 up-to-date, you could add the function `org-update-all-dblocks' to a
7633 hook, for example `before-save-hook'.  `org-update-all-dblocks' is
7634 written in a way that is does nothing in buffers that are not in
7635 Org-mode.
7637 \x1f
7638 File: org,  Node: Special agenda views,  Next: Using the property API,  Prev: Dynamic blocks,  Up: Extensions and Hacking
7640 A.5 Special Agenda Views
7641 ========================
7643 Org-mode provides a special hook that can be used to narrow down the
7644 selection made by any of the agenda views.  You may specify a function
7645 that is used at each match to verify if the match should indeed be part
7646 of the agenda view, and if not, how much should be skipped.
7648    Let's say you want to produce a list of projects that contain a
7649 WAITING tag anywhere in the project tree.  Let's further assume that
7650 you have marked all tree headings that define a project with the todo
7651 keyword PROJECT.  In this case you would run a todo search for the
7652 keyword PROJECT, but skip the match unless there is a WAITING tag
7653 anywhere in the subtree belonging to the project line.
7655    To achieve this, you must write a function that searches the subtree
7656 for the tag.  If the tag is found, the function must return `nil' to
7657 indicate that this match should not be skipped.  If there is no such
7658 tag, return the location of the end of the subtree, to indicate that
7659 search should continue from there.
7661      (defun my-skip-unless-waiting ()
7662        "Skip trees that are not waiting"
7663        (let ((subtree-end (save-excursion (org-end-of-subtree t))))
7664          (if (re-search-forward ":waiting:" subtree-end t)
7665              nil          ; tag found, do not skip
7666            subtree-end))) ; tag not found, continue after end of subtree
7668    Now you may use this function in an agenda custom command, for
7669 example like this:
7671      (org-add-agenda-custom-command
7672       '("b" todo "PROJECT"
7673         ((org-agenda-skip-function 'my-org-waiting-projects)
7674          (org-agenda-overriding-header "Projects waiting for something: "))))
7676    Note that this also binds `org-agenda-overriding-header' to get a
7677 meaningful header in the agenda view.
7679    You may also put a Lisp form into `org-agenda-skip-function'.  In
7680 particular, you may use the functions `org-agenda-skip-entry-if' and
7681 `org-agenda-skip-subtree-if' in this form, for example:
7683 `'(org-agenda-skip-entry-if 'scheduled)'
7684      Skip current entry if it has been scheduled.
7686 `'(org-agenda-skip-entry-if 'notscheduled)'
7687      Skip current entry if it has not been scheduled.
7689 `'(org-agenda-skip-entry-if 'deadline)'
7690      Skip current entry if it has a deadline.
7692 `'(org-agenda-skip-entry-if 'scheduled 'deadline)'
7693      Skip current entry if it has a deadline, or if it is scheduled.
7695 `'(org-agenda-skip-entry 'regexp "regular expression")'
7696      Skip current entry if the regular expression matches in the entry.
7698 `'(org-agenda-skip-entry 'notregexp "regular expression")'
7699      Skip current entry unless the regular expression matches.
7701 `'(org-agenda-skip-subtree-if 'regexp "regular expression")'
7702      Same as above, but check and skip the entire subtree.
7704    Therefore we could also have written the search for WAITING projects
7705 like this, even without defining a special function:
7707      (org-add-agenda-custom-command
7708       '("b" todo "PROJECT"
7709         ((org-agenda-skip-function '(org-agenda-skip-subtree-if
7710                                      'regexp ":waiting:"))
7711          (org-agenda-overriding-header "Projects waiting for something: "))))
7713 \x1f
7714 File: org,  Node: Using the property API,  Prev: Special agenda views,  Up: Extensions and Hacking
7716 A.6 Using the property API
7717 ==========================
7719 Here is a description of the functions that can be used to work with
7720 properties.
7722  -- Function: org-entry-properties &optional pom which
7723      Get all properties of the entry at point-or-marker POM.  This
7724      includes the TODO keyword, the tags, time strings for deadline,
7725      scheduled, and clocking, and any additional properties defined in
7726      the entry.  The return value is an alist, keys may occur multiple
7727      times if the property key was used several times.  POM may also be
7728      nil, in which case the current entry is used.  If WHICH is nil or
7729      `all', get all properties.  If WHICH is `special' or `standard',
7730      only get that subclass.
7732  -- Function: org-entry-get pom property &optional inherit
7733      Get value of PROPERTY for entry at point-or-marker POM.  If
7734      INHERIT is non-nil and the entry does not have the property, then
7735      also check higher levels of the hierarchy.  This function ignores
7736      the value of `org-use-property-inheritance' and requires the
7737      explicit INHERIT flag.
7739  -- Function: org-entry-delete pom property
7740      Delete the property PROPERTY from entry at point-or-marker POM.
7742  -- Function: org-entry-put pom property value
7743      Set PROPERTY to VALUE for entry at point-or-marker POM.
7745  -- Function: org-buffer-property-keys &optional include-specials
7746      Get all property keys in the current buffer.
7748  -- Function: org-insert-property-drawer
7749      Insert a property drawer at point.
7751 \x1f
7752 File: org,  Node: History and Acknowledgments,  Next: Main Index,  Prev: Extensions and Hacking,  Up: Top
7754 Appendix B History and Acknowledgments
7755 **************************************
7757 Org-mode was borne in 2003, out of frustration over the user interface
7758 of the Emacs outline-mode.  I was trying to organize my notes and
7759 projects, and using Emacs seemed to be the natural way to go.  However,
7760 having to remember eleven different commands with two or three keys per
7761 command, only to hide and unhide parts of the outline tree, that seemed
7762 entirely unacceptable to me.  Also, when using outlines to take notes, I
7763 constantly want to restructure the tree, organizing it parallel to my
7764 thoughts and plans.  _Visibility cycling_ and _structure editing_ were
7765 originally implemented in the package `outline-magic.el', but quickly
7766 moved to the more general `org.el'.  As this environment became
7767 comfortable for project planning, the next step was adding _TODO
7768 entries_, basic _time stamps_, and _table support_.  These areas
7769 highlight the two main goals that Org-mode still has today: To create a
7770 new, outline-based, plain text mode with innovative and intuitive
7771 editing features, and to incorporate project planning functionality
7772 directly into a notes file.
7774    Since the first release, literally thousands of emails to me or on
7775 `emacs-orgmode@gnu.org' have provided a constant stream of bug reports,
7776 feedback, new ideas, and sometimes patches and add-on code.  Many
7777 thanks to everyone who has helped to improve this package.  I am trying
7778 to keep here a list of the people who had significant influence in
7779 shaping one or more aspects of Org-mode.  The list may not be complete,
7780 if I have forgotten someone, please accept my apologies and let me know.
7782    * Russel Adams came up with the idea for drawers.
7784    * Thomas Baumann contributed the code for links to the MH-E email
7785      system.
7787    * Alex Bochannek provided a patch for rounding time stamps.
7789    * Charles Cave's suggestion sparked the implementation of templates
7790      for Remember.
7792    * Pavel Chalmoviansky influenced the agenda treatment of items with
7793      specified time.
7795    * Gregory Chernov patched support for lisp forms into table
7796      calculations and improved XEmacs compatibility, in particular by
7797      porting `nouline.el' to XEmacs.
7799    * Sacha Chua suggested to copy some linking code from Planner.
7801    * Eddward DeVilla proposed and tested checkbox statistics.  He also
7802      came up with the idea of properties, and that there should be an
7803      API for them.
7805    * Kees Dullemond used to edit projects lists directly in HTML and so
7806      inspired some of the early development, including HTML export.  He
7807      also asked for a way to narrow wide table columns.
7809    * Christian Egli converted the documentation into TeXInfo format,
7810      patched CSS formatting into the HTML exporter, and inspired the
7811      agenda.
7813    * David Emery provided a patch for custom CSS support in exported
7814      HTML agendas.
7816    * Nic Ferrier contributed mailcap and XOXO support.
7818    * John Foerch figured out how to make incremental search show context
7819      around a match in a hidden outline tree.
7821    * Niels Giesen had the idea to automatically archive DONE trees.
7823    * Bastien Guerry wrote the LaTeX exporter and has been prolific with
7824      patches, ideas, and bug reports.
7826    * Kai Grossjohann pointed out key-binding conflicts with other
7827      packages.
7829    * Scott Jaderholm proposed footnotes, control over whitespace between
7830      folded entries, and column view for properties.
7832    * Shidai Liu ("Leo") asked for embedded LaTeX and tested it.  He also
7833      provided frequent feedback and some patches.
7835    * Jason F. McBrayer suggested agenda export to CSV format.
7837    * Max Mikhanosha came up with the idea of refiling.
7839    * Dmitri Minaev sent a patch to set priority limits on a per-file
7840      basis.
7842    * Stefan Monnier provided a patch to keep the Emacs-Lisp compiler
7843      happy.
7845    * Rick Moynihan proposed to allow multiple TODO sequences in a file
7846      and to be able to quickly restrict the agenda to a subtree.
7848    * Todd Neal provided patches for links to Info files and elisp forms.
7850    * Tim O'Callaghan suggested in-file links, search options for general
7851      file links, and TAGS.
7853    * Takeshi Okano translated the manual and David O'Toole's tutorial
7854      into Japanese.
7856    * Oliver Oppitz suggested multi-state TODO items.
7858    * Scott Otterson sparked the introduction of descriptive text for
7859      links, among other things.
7861    * Pete Phillips helped during the development of the TAGS feature,
7862      and provided frequent feedback.
7864    * T.V. Raman reported bugs and suggested improvements.
7866    * Matthias Rempe (Oelde) provided ideas, Windows support, and quality
7867      control.
7869    * Kevin Rogers contributed code to access VM files on remote hosts.
7871    * Frank Ruell solved the mystery of the `keymapp nil' bug, a
7872      conflict with `allout.el'.
7874    * Jason Riedy sent a patch to fix a bug with export of TODO keywords.
7876    * Philip Rooke created the Org-mode reference card and provided lots
7877      of feedback.
7879    * Christian Schlauer proposed angular brackets around links, among
7880      other things.
7882    * Linking to VM/BBDB/GNUS was inspired by Tom Shannon's
7883      `organizer-mode.el'.
7885    * Daniel Sinder came up with the idea of internal archiving by
7886      locking subtrees.
7888    * Dale Smith proposed link abbreviations.
7890    * Adam Spiers asked for global linking commands and inspired the link
7891      extension system.  support mairix.
7893    * David O'Toole wrote `org-publish.el' and drafted the manual
7894      chapter about publishing.
7896    * Ju"rgen Vollmer contributed code generating the table of contents
7897      in HTML output.
7899    * Chris Wallace provided a patch implementing the `QUOTE' keyword.
7901    * David Wainberg suggested archiving, and improvements to the linking
7902      system.
7904    * John Wiegley wrote `emacs-wiki.el' and `planner.el'.  The
7905      development of Org-mode was fully independent, and both systems are
7906      really different beasts in their basic ideas and implementation
7907      details.  I later looked at John's code, however, and learned from
7908      his implementation of (i) links where the link itself is hidden
7909      and only a description is shown, and (ii) popping up a calendar to
7910      select a date.  John has also contributed a number of great ideas
7911      directly to Org-mode.
7913    * Carsten Wimmer suggested some changes and helped fix a bug in
7914      linking to GNUS.
7916    * Roland Winkler requested additional keybindings to make Org-mode
7917      work on a tty.
7919    * Piotr Zielinski wrote `org-mouse.el', proposed agenda blocks and
7920      contributed various ideas and code snippets.
7922 \x1f
7923 File: org,  Node: Main Index,  Next: Key Index,  Prev: History and Acknowledgments,  Up: Top
7925 The Main Index
7926 **************
7928 \0\b[index\0\b]
7929 * Menu:
7931 * abbreviation, links:                   Link abbreviations.  (line   6)
7932 * acknowledgments:                       History and Acknowledgments.
7933                                                               (line   6)
7934 * action, for publishing:                Publishing action.   (line   6)
7935 * activation:                            Activation.          (line   6)
7936 * active region <1>:                     Built-in table editor.
7937                                                               (line 143)
7938 * active region <2>:                     HTML Export commands.
7939                                                               (line   6)
7940 * active region <3>:                     Structure editing.   (line  74)
7941 * active region:                         ASCII export.        (line   9)
7942 * agenda:                                Weekly/Daily agenda. (line   6)
7943 * agenda dispatcher:                     Agenda dispatcher.   (line   6)
7944 * agenda files:                          Agenda files.        (line   6)
7945 * agenda files, removing buffers:        Agenda commands.     (line 244)
7946 * agenda views:                          Agenda views.        (line   6)
7947 * agenda views, custom:                  Custom agenda views. (line   6)
7948 * agenda views, exporting <1>:           Exporting Agenda Views.
7949                                                               (line   6)
7950 * agenda views, exporting <2>:           Agenda commands.     (line 233)
7951 * agenda views, exporting:               Exporting Agenda Views.
7952                                                               (line  12)
7953 * agenda views, user-defined:            Special agenda views.
7954                                                               (line   6)
7955 * agenda, pipe:                          Extracting Agenda Information for other programs.
7956                                                               (line   6)
7957 * agenda, with block views:              Block agenda.        (line   6)
7958 * align, STARTUP keyword:                In-buffer settings.  (line  72)
7959 * allout.el:                             Conflicts.           (line   6)
7960 * angular brackets, around links:        External links.      (line  43)
7961 * API, for properties <1>:               Using the property API.
7962                                                               (line   6)
7963 * API, for properties:                   Property API.        (line   6)
7964 * appointment reminders:                 Weekly/Daily agenda. (line  65)
7965 * appt.el:                               Weekly/Daily agenda. (line  65)
7966 * archive locations:                     Moving subtrees.     (line  23)
7967 * archiving:                             Archiving.           (line   6)
7968 * ASCII export:                          ASCII export.        (line   6)
7969 * author:                                Feedback.            (line   6)
7970 * author info, in export:                Export options.      (line  26)
7971 * autoload:                              Activation.          (line   6)
7972 * backtrace of an error:                 Feedback.            (line  27)
7973 * BBDB links:                            External links.      (line   6)
7974 * block agenda:                          Block agenda.        (line   6)
7975 * blorg.el:                              Extensions.          (line  32)
7976 * bold text:                             Enhancing text.      (line  15)
7977 * Boolean logic, for tag searches:       Tag searches.        (line  24)
7978 * bug reports:                           Feedback.            (line   6)
7979 * bugs:                                  Bugs.                (line   6)
7980 * C-c C-c, overview:                     The very busy C-c C-c key.
7981                                                               (line   6)
7982 * calc package:                          The spreadsheet.     (line   6)
7983 * calc.el:                               Cooperation.         (line   6)
7984 * calculations, in tables <1>:           The spreadsheet.     (line   6)
7985 * calculations, in tables:               Built-in table editor.
7986                                                               (line 143)
7987 * calendar commands, from agenda:        Agenda commands.     (line 196)
7988 * calendar integration:                  Weekly/Daily agenda. (line  23)
7989 * calendar, for selecting date:          The date/time prompt.
7990                                                               (line  53)
7991 * category:                              Categories.          (line   6)
7992 * category, require for tags/property match: Tag searches.    (line  69)
7993 * CDLaTeX:                               CDLaTeX mode.        (line   6)
7994 * cdlatex.el:                            Cooperation.         (line  29)
7995 * checkbox statistics:                   Checkboxes.          (line  25)
7996 * checkboxes:                            Checkboxes.          (line   6)
7997 * children, subtree visibility state:    Visibility cycling.  (line  10)
7998 * clean outline view:                    Clean view.          (line   6)
7999 * column formula:                        Column formulas.     (line   6)
8000 * column view, for properties:           Defining columns.    (line   6)
8001 * commands, in agenda buffer:            Agenda commands.     (line   6)
8002 * comment lines:                         Comment lines.       (line   6)
8003 * completion, of dictionary words:       Completion.          (line   6)
8004 * completion, of file names:             Handling links.      (line  44)
8005 * completion, of link abbreviations:     Completion.          (line   6)
8006 * completion, of links:                  Handling links.      (line  25)
8007 * completion, of option keywords <1>:    Completion.          (line   6)
8008 * completion, of option keywords <2>:    Per-file keywords.   (line  23)
8009 * completion, of option keywords:        Export options.      (line   6)
8010 * completion, of property keys:          Completion.          (line   6)
8011 * completion, of tags <1>:               Completion.          (line   6)
8012 * completion, of tags:                   Setting tags.        (line  11)
8013 * completion, of TeX symbols:            Completion.          (line   6)
8014 * completion, of TODO keywords <1>:      Workflow states.     (line  15)
8015 * completion, of TODO keywords:          Completion.          (line   6)
8016 * constants, in calculations:            References.          (line  82)
8017 * constants.el:                          Cooperation.         (line  14)
8018 * constcgs, STARTUP keyword:             In-buffer settings.  (line  98)
8019 * constSI, STARTUP keyword:              In-buffer settings.  (line  98)
8020 * content, STARTUP keyword:              In-buffer settings.  (line  65)
8021 * contents, global visibility state:     Visibility cycling.  (line  22)
8022 * copying, of subtrees:                  Structure editing.   (line   6)
8023 * creating timestamps:                   Creating timestamps. (line   6)
8024 * CUA.el:                                Conflicts.           (line  15)
8025 * custom agenda views:                   Custom agenda views. (line   6)
8026 * custom date/time format:               Custom time format.  (line   6)
8027 * custom search strings:                 Custom searches.     (line   6)
8028 * customization:                         Customization.       (line   6)
8029 * customtime, STARTUP keyword:           In-buffer settings.  (line  95)
8030 * cutting, of subtrees:                  Structure editing.   (line   6)
8031 * cycling, of TODO states:               TODO basics.         (line  13)
8032 * cycling, visibility:                   Visibility cycling.  (line   6)
8033 * daily agenda:                          Weekly/Daily agenda. (line   6)
8034 * date format, custom:                   Custom time format.  (line   6)
8035 * date range:                            Time stamps.         (line  40)
8036 * date stamps <1>:                       Time stamps.         (line   6)
8037 * date stamps:                           Dates and times.     (line   6)
8038 * date, reading in minibuffer:           The date/time prompt.
8039                                                               (line   6)
8040 * dates:                                 Dates and times.     (line   6)
8041 * DEADLINE keyword:                      Deadlines and scheduling.
8042                                                               (line   9)
8043 * deadlines:                             Time stamps.         (line   6)
8044 * debugging, of table formulas:          Editing and debugging formulas.
8045                                                               (line  97)
8046 * demotion, of subtrees:                 Structure editing.   (line   6)
8047 * diary entries, creating from agenda:   Agenda commands.     (line 201)
8048 * diary integration:                     Weekly/Daily agenda. (line  23)
8049 * dictionary word completion:            Completion.          (line   6)
8050 * directories, for publishing:           Sources and destinations.
8051                                                               (line   6)
8052 * dispatching agenda commands:           Agenda dispatcher.   (line   6)
8053 * display changing, in agenda:           Agenda commands.     (line  65)
8054 * document structure:                    Document structure.  (line   6)
8055 * DONE, final TODO keyword:              Per-file keywords.   (line  26)
8056 * drawer, for properties:                Property syntax.     (line   6)
8057 * drawers:                               Drawers.             (line   6)
8058 * dynamic blocks:                        Dynamic blocks.      (line   6)
8059 * editing tables:                        Tables.              (line   6)
8060 * editing, of table formulas:            Editing and debugging formulas.
8061                                                               (line   6)
8062 * elisp links:                           External links.      (line   6)
8063 * emphasized text:                       Export options.      (line  26)
8064 * enhancing text:                        Enhancing text.      (line   6)
8065 * evaluate time range:                   Creating timestamps. (line  48)
8066 * even, STARTUP keyword:                 In-buffer settings.  (line  88)
8067 * examples, quoted:                      Quoted examples.     (line   6)
8068 * exporting:                             Exporting.           (line   6)
8069 * exporting agenda views <1>:            Agenda commands.     (line 233)
8070 * exporting agenda views:                Exporting Agenda Views.
8071                                                               (line  12)
8072 * exporting, not:                        Comment lines.       (line   6)
8073 * extended TODO keywords:                TODO extensions.     (line   6)
8074 * extension, third-party:                Extensions.          (line   6)
8075 * external archiving:                    Moving subtrees.     (line   6)
8076 * external links:                        External links.      (line   6)
8077 * external links, in HTML export:        Links.               (line   6)
8078 * faces, for TODO keywords:              Faces for TODO keywords.
8079                                                               (line   6)
8080 * FAQ:                                   Summary.             (line  56)
8081 * feedback:                              Feedback.            (line   6)
8082 * field formula:                         Field formulas.      (line   6)
8083 * field references:                      References.          (line  15)
8084 * file links:                            External links.      (line   6)
8085 * file links, searching:                 Search options.      (line   6)
8086 * file name completion:                  Handling links.      (line  44)
8087 * files for agenda:                      Agenda files.        (line   6)
8088 * files, adding to agenda list:          Agenda files.        (line  15)
8089 * files, selecting for publishing:       Selecting files.     (line   6)
8090 * fixed width:                           Enhancing text.      (line  30)
8091 * fixed width text:                      Quoted examples.     (line   6)
8092 * fixed-width sections:                  Export options.      (line  26)
8093 * folded, subtree visibility state:      Visibility cycling.  (line  10)
8094 * folding, sparse trees:                 Sparse trees.        (line   6)
8095 * following links:                       Handling links.      (line  59)
8096 * footnote.el <1>:                       Footnotes.           (line   6)
8097 * footnote.el <2>:                       Cooperation.         (line  73)
8098 * footnote.el:                           Conflicts.           (line  35)
8099 * footnotes <1>:                         Footnotes.           (line   6)
8100 * footnotes:                             Export options.      (line  26)
8101 * format specifier:                      Formula syntax for Calc.
8102                                                               (line  14)
8103 * format, of links:                      Link format.         (line   6)
8104 * formula debugging:                     Editing and debugging formulas.
8105                                                               (line  97)
8106 * formula editing:                       Editing and debugging formulas.
8107                                                               (line   6)
8108 * formula syntax, Calc:                  Formula syntax for Calc.
8109                                                               (line   6)
8110 * formula, for individual table field:   Field formulas.      (line   6)
8111 * formula, for table column:             Column formulas.     (line   6)
8112 * formula, in tables:                    Built-in table editor.
8113                                                               (line 143)
8114 * global cycling:                        Visibility cycling.  (line  22)
8115 * global keybindings:                    Activation.          (line   6)
8116 * global TODO list:                      Global TODO list.    (line   6)
8117 * global visibility states:              Visibility cycling.  (line  22)
8118 * GNUS links:                            External links.      (line   6)
8119 * grouping columns in tables:            Column groups.       (line   6)
8120 * hand-formatted lists:                  Enhancing text.      (line  11)
8121 * headline levels:                       Export options.      (line  26)
8122 * headline levels, for exporting <1>:    LaTeX export commands.
8123                                                               (line  26)
8124 * headline levels, for exporting <2>:    HTML Export commands.
8125                                                               (line  44)
8126 * headline levels, for exporting:        ASCII export.        (line  21)
8127 * headline navigation:                   Motion.              (line   6)
8128 * headline tagging:                      Tags.                (line   6)
8129 * headline, promotion and demotion:      Structure editing.   (line   6)
8130 * headlines:                             Headlines.           (line   6)
8131 * hide text:                             Visibility cycling.  (line   6)
8132 * hidestars, STARTUP keyword:            In-buffer settings.  (line  88)
8133 * hiding leading stars:                  Clean view.          (line   6)
8134 * history:                               History and Acknowledgments.
8135                                                               (line   6)
8136 * horizontal rules, in exported files:   Enhancing text.      (line  20)
8137 * HTML entities, LaTeX entities:         Enhancing text.      (line  45)
8138 * HTML export:                           HTML export.         (line   6)
8139 * HTML, and orgtbl-mode:                 Translator functions.
8140                                                               (line   6)
8141 * hyperlinks:                            Hyperlinks.          (line   6)
8142 * hyperlinks, adding new types:          Adding hyperlink types.
8143                                                               (line   6)
8144 * iCalendar export:                      iCalendar export.    (line   6)
8145 * images, inline in HTML:                Images.              (line   6)
8146 * imenu.el:                              Cooperation.         (line  33)
8147 * in-buffer settings:                    In-buffer settings.  (line   6)
8148 * inactive timestamp:                    Time stamps.         (line  49)
8149 * index, of published pages:             Project page index.  (line   6)
8150 * Info links:                            External links.      (line   6)
8151 * inheritance, of properties:            Property searches.   (line   6)
8152 * inheritance, of tags:                  Tag inheritance.     (line   6)
8153 * inlining images in HTML:               Images.              (line   6)
8154 * inserting links:                       Handling links.      (line  25)
8155 * installation:                          Installation.        (line   6)
8156 * internal archiving:                    ARCHIVE tag.         (line   6)
8157 * internal links:                        Internal links.      (line   6)
8158 * internal links, in HTML export:        Links.               (line   6)
8159 * introduction:                          Introduction.        (line   6)
8160 * italic text:                           Enhancing text.      (line  15)
8161 * jumping, to headlines:                 Motion.              (line   6)
8162 * keybindings, global:                   Activation.          (line   6)
8163 * keyword options:                       Per-file keywords.   (line   6)
8164 * LaTeX class:                           Sectioning structure.
8165                                                               (line   6)
8166 * LaTeX export:                          LaTeX export.        (line   6)
8167 * LaTeX fragments <1>:                   Export options.      (line  26)
8168 * LaTeX fragments:                       LaTeX fragments.     (line   6)
8169 * LaTeX fragments, export:               Enhancing text.      (line  23)
8170 * LaTeX fragments, preview:              Processing LaTeX fragments.
8171                                                               (line   6)
8172 * LaTeX interpretation:                  Embedded LaTeX.      (line   6)
8173 * LaTeX sectioning structure:            Sectioning structure.
8174                                                               (line   6)
8175 * LaTeX, and orgtbl-mode:                A LaTeX example.     (line   6)
8176 * level, require for tags/property match: Tag searches.       (line  69)
8177 * linebreak preservation:                Export options.      (line  26)
8178 * linebreak, forced:                     Enhancing text.      (line  42)
8179 * link abbreviations:                    Link abbreviations.  (line   6)
8180 * link abbreviations, completion of:     Completion.          (line   6)
8181 * link completion:                       Handling links.      (line  25)
8182 * link format:                           Link format.         (line   6)
8183 * links, external:                       External links.      (line   6)
8184 * links, finding next/previous:          Handling links.      (line  92)
8185 * links, handling:                       Handling links.      (line   6)
8186 * links, in HTML export:                 Links.               (line   6)
8187 * links, internal:                       Internal links.      (line   6)
8188 * links, publishing:                     Publishing links.    (line   6)
8189 * links, radio targets:                  Radio targets.       (line   6)
8190 * links, returning to:                   Handling links.      (line  86)
8191 * Lisp forms, as table formulas:         Formula syntax for Lisp.
8192                                                               (line   6)
8193 * lists, hand-formatted:                 Enhancing text.      (line  11)
8194 * lists, in other modes:                 Tables in arbitrary syntax.
8195                                                               (line   6)
8196 * lists, ordered:                        Plain lists.         (line   6)
8197 * lists, plain:                          Plain lists.         (line   6)
8198 * logdone, STARTUP keyword:              In-buffer settings.  (line  77)
8199 * logging, of progress:                  Progress logging.    (line   6)
8200 * lognoteclock-out, STARTUP keyword:     In-buffer settings.  (line  77)
8201 * lognotedone, STARTUP keyword:          In-buffer settings.  (line  77)
8202 * lognotestate, STARTUP keyword:         In-buffer settings.  (line  77)
8203 * logrepeat, STARTUP keyword:            In-buffer settings.  (line  77)
8204 * maintainer:                            Feedback.            (line   6)
8205 * mark ring:                             Handling links.      (line  82)
8206 * marking characters, tables:            Advanced features.   (line  40)
8207 * matching, of properties:               Matching tags and properties.
8208                                                               (line   6)
8209 * matching, of tags:                     Matching tags and properties.
8210                                                               (line   6)
8211 * matching, tags:                        Tags.                (line   6)
8212 * math symbols:                          Math symbols.        (line   6)
8213 * MH-E links:                            External links.      (line   6)
8214 * minor mode for structure editing:      orgstruct-mode.      (line   6)
8215 * minor mode for tables:                 orgtbl-mode.         (line   6)
8216 * mode, for calc:                        Formula syntax for Calc.
8217                                                               (line  14)
8218 * motion commands in agenda:             Agenda commands.     (line  19)
8219 * motion, between headlines:             Motion.              (line   6)
8220 * name, of column or field:              References.          (line  82)
8221 * named references:                      References.          (line  82)
8222 * names as TODO keywords:                TODO types.          (line   6)
8223 * narrow columns in tables:              Narrow columns.      (line   6)
8224 * noalign, STARTUP keyword:              In-buffer settings.  (line  72)
8225 * nologging, STARTUP keyword:            In-buffer settings.  (line  77)
8226 * nologrepeat, STARTUP keyword:          In-buffer settings.  (line  77)
8227 * occur, command:                        Sparse trees.        (line   6)
8228 * odd, STARTUP keyword:                  In-buffer settings.  (line  88)
8229 * option keyword completion:             Completion.          (line   6)
8230 * options, for custom agenda views:      Setting Options.     (line   6)
8231 * options, for customization:            Customization.       (line   6)
8232 * options, for export:                   Export options.      (line   6)
8233 * options, for publishing:               Publishing options.  (line   6)
8234 * ordered lists:                         Plain lists.         (line   6)
8235 * org-agenda, command:                   Weekly/Daily agenda. (line   9)
8236 * org-blog.el:                           Extensions.          (line  28)
8237 * org-list-insert-radio-list:            Radio lists.         (line   6)
8238 * org-mode, turning on:                  Activation.          (line  22)
8239 * org-mouse.el:                          Extensions.          (line  16)
8240 * org-publish-project-alist:             Project alist.       (line   6)
8241 * org-publish.el:                        Extensions.          (line   8)
8242 * org2rem.el:                            Extensions.          (line  36)
8243 * orgstruct-mode:                        orgstruct-mode.      (line   6)
8244 * orgtbl-mode <1>:                       orgtbl-mode.         (line   6)
8245 * orgtbl-mode:                           Tables in arbitrary syntax.
8246                                                               (line   6)
8247 * outline tree:                          Headlines.           (line   6)
8248 * outline-mode:                          Outlines.            (line   6)
8249 * outlines:                              Outlines.            (line   6)
8250 * overview, global visibility state:     Visibility cycling.  (line  22)
8251 * overview, STARTUP keyword:             In-buffer settings.  (line  65)
8252 * packages, interaction with other:      Interaction.         (line   6)
8253 * pasting, of subtrees:                  Structure editing.   (line   6)
8254 * per-file keywords:                     Per-file keywords.   (line   6)
8255 * plain lists:                           Plain lists.         (line   6)
8256 * plain text external links:             External links.      (line  43)
8257 * presentation, of agenda items:         Presentation and sorting.
8258                                                               (line   6)
8259 * printing sparse trees:                 Sparse trees.        (line  47)
8260 * priorities:                            Priorities.          (line   6)
8261 * priorities, of agenda items:           Sorting of agenda items.
8262                                                               (line   6)
8263 * progress logging:                      Progress logging.    (line   6)
8264 * projects, for publishing:              Project alist.       (line   6)
8265 * promotion, of subtrees:                Structure editing.   (line   6)
8266 * properties:                            Properties and columns.
8267                                                               (line   6)
8268 * properties, API <1>:                   Using the property API.
8269                                                               (line   6)
8270 * properties, API:                       Property API.        (line   6)
8271 * properties, column view:               Defining columns.    (line   6)
8272 * properties, inheritance:               Property searches.   (line   6)
8273 * properties, searching:                 Property searches.   (line   6)
8274 * properties, special:                   Special properties.  (line   6)
8275 * property syntax:                       Property syntax.     (line   6)
8276 * publishing:                            Publishing.          (line   6)
8277 * quoted examples:                       Quoted examples.     (line   6)
8278 * quoted HTML tags:                      Export options.      (line  26)
8279 * radio lists:                           Radio lists.         (line   6)
8280 * radio tables:                          Radio tables.        (line   6)
8281 * radio targets:                         Radio targets.       (line   6)
8282 * range references:                      References.          (line  60)
8283 * ranges, time:                          Time stamps.         (line   6)
8284 * recomputing table fields:              Updating the table.  (line   6)
8285 * references:                            References.          (line   6)
8286 * references, named:                     References.          (line  82)
8287 * references, to fields:                 References.          (line  15)
8288 * references, to ranges:                 References.          (line  60)
8289 * refiling notes:                        Refiling notes.      (line   6)
8290 * region, active <1>:                    HTML Export commands.
8291                                                               (line   6)
8292 * region, active <2>:                    Built-in table editor.
8293                                                               (line 143)
8294 * region, active <3>:                    ASCII export.        (line   9)
8295 * region, active:                        Structure editing.   (line  74)
8296 * regular expressions, with tags search: Tag searches.        (line  64)
8297 * remember.el <1>:                       Remember.            (line   6)
8298 * remember.el:                           Cooperation.         (line  42)
8299 * remote editing, from agenda:           Agenda commands.     (line 107)
8300 * remote editing, undo:                  Agenda commands.     (line 108)
8301 * richer text:                           Enhancing text.      (line   6)
8302 * RMAIL links:                           External links.      (line   6)
8303 * SCHEDULED keyword:                     Deadlines and scheduling.
8304                                                               (line  27)
8305 * scheduling:                            Time stamps.         (line   6)
8306 * Scripts, for agenda processing:        Extracting Agenda Information for other programs.
8307                                                               (line   6)
8308 * search option in file links:           Search options.      (line   6)
8309 * search strings, custom:                Custom searches.     (line   6)
8310 * searching for tags:                    Tag searches.        (line   6)
8311 * searching, of properties:              Property searches.   (line   6)
8312 * section-numbers:                       Export options.      (line  26)
8313 * setting tags:                          Setting tags.        (line   6)
8314 * SHELL links:                           External links.      (line   6)
8315 * show all, command:                     Visibility cycling.  (line  33)
8316 * show all, global visibility state:     Visibility cycling.  (line  22)
8317 * show hidden text:                      Visibility cycling.  (line   6)
8318 * showall, STARTUP keyword:              In-buffer settings.  (line  65)
8319 * showstars, STARTUP keyword:            In-buffer settings.  (line  88)
8320 * sorting, of agenda items:              Sorting of agenda items.
8321                                                               (line   6)
8322 * sparse tree, for deadlines:            Inserting deadline/schedule.
8323                                                               (line  13)
8324 * sparse tree, for TODO:                 TODO basics.         (line  37)
8325 * sparse tree, tag based:                Tags.                (line   6)
8326 * sparse trees:                          Sparse trees.        (line   6)
8327 * special keywords:                      In-buffer settings.  (line   6)
8328 * special strings:                       Export options.      (line  26)
8329 * speedbar.el:                           Cooperation.         (line  46)
8330 * spreadsheet capabilities:              The spreadsheet.     (line   6)
8331 * statistics, for checkboxes:            Checkboxes.          (line  25)
8332 * storing links:                         Handling links.      (line   9)
8333 * structure editing:                     Structure editing.   (line   6)
8334 * structure of document:                 Document structure.  (line   6)
8335 * sublevels, inclusion into tags match:  Tag inheritance.     (line   6)
8336 * sublevels, inclusion into todo list:   Global TODO list.    (line  34)
8337 * subscript:                             Subscripts and Superscripts.
8338                                                               (line   6)
8339 * subtree cycling:                       Visibility cycling.  (line  10)
8340 * subtree visibility states:             Visibility cycling.  (line  10)
8341 * subtree, cut and paste:                Structure editing.   (line   6)
8342 * subtree, subtree visibility state:     Visibility cycling.  (line  10)
8343 * subtrees, cut and paste:               Structure editing.   (line   6)
8344 * summary:                               Summary.             (line   6)
8345 * superscript:                           Subscripts and Superscripts.
8346                                                               (line   6)
8347 * syntax, of formulas:                   Formula syntax for Calc.
8348                                                               (line   6)
8349 * table editor, built-in:                Built-in table editor.
8350                                                               (line   6)
8351 * table editor, table.el:                Cooperation.         (line  54)
8352 * table of contents:                     Export options.      (line  26)
8353 * table.el:                              Cooperation.         (line  51)
8354 * tables <1>:                            Tables.              (line   6)
8355 * tables:                                Export options.      (line  26)
8356 * tables, export:                        Enhancing text.      (line  26)
8357 * tables, in other modes:                Tables in arbitrary syntax.
8358                                                               (line   6)
8359 * tag completion:                        Completion.          (line   6)
8360 * tag inheritance:                       Tag inheritance.     (line   6)
8361 * tag searches:                          Tag searches.        (line   6)
8362 * tags:                                  Tags.                (line   6)
8363 * tags view:                             Matching tags and properties.
8364                                                               (line   6)
8365 * tags, setting:                         Setting tags.        (line   6)
8366 * targets, for links:                    Internal links.      (line   6)
8367 * targets, radio:                        Radio targets.       (line   6)
8368 * tasks, breaking down:                  Breaking down tasks. (line   6)
8369 * templates, for remember:               Remember templates.  (line   6)
8370 * TeX interpretation:                    Embedded LaTeX.      (line   6)
8371 * TeX macros <1>:                        Math symbols.        (line   6)
8372 * TeX macros:                            Export options.      (line  26)
8373 * TeX macros, export:                    Enhancing text.      (line  23)
8374 * TeX symbol completion:                 Completion.          (line   6)
8375 * TeX-like syntax for sub- and superscripts: Export options.  (line  26)
8376 * text, fixed width:                     Quoted examples.     (line   6)
8377 * thanks:                                History and Acknowledgments.
8378                                                               (line   6)
8379 * time format, custom:                   Custom time format.  (line   6)
8380 * time grid:                             Time-of-day specifications.
8381                                                               (line  26)
8382 * time info, in export:                  Export options.      (line  26)
8383 * time stamps <1>:                       Dates and times.     (line   6)
8384 * time stamps:                           Time stamps.         (line   6)
8385 * time, reading in minibuffer:           The date/time prompt.
8386                                                               (line   6)
8387 * time-of-day specification:             Time-of-day specifications.
8388                                                               (line   6)
8389 * time-sorted view:                      Timeline.            (line   6)
8390 * timeline, single file:                 Timeline.            (line   6)
8391 * timerange:                             Time stamps.         (line  40)
8392 * times:                                 Dates and times.     (line   6)
8393 * timestamp:                             Time stamps.         (line  14)
8394 * timestamp, inactive:                   Time stamps.         (line  49)
8395 * timestamp, with repeater interval:     Time stamps.         (line  24)
8396 * timestamps, creating:                  Creating timestamps. (line   6)
8397 * TODO items:                            TODO items.          (line   6)
8398 * TODO keyword matching:                 Global TODO list.    (line  17)
8399 * TODO keyword matching, with tags search: Tag searches.      (line  41)
8400 * todo keyword sets:                     Multiple sets in one file.
8401                                                               (line   6)
8402 * TODO keywords completion:              Completion.          (line   6)
8403 * TODO list, global:                     Global TODO list.    (line   6)
8404 * TODO types:                            TODO types.          (line   6)
8405 * TODO workflow:                         Workflow states.     (line   6)
8406 * transient-mark-mode <1>:               Built-in table editor.
8407                                                               (line 143)
8408 * transient-mark-mode <2>:               HTML Export commands.
8409                                                               (line   6)
8410 * transient-mark-mode <3>:               Structure editing.   (line  74)
8411 * transient-mark-mode:                   ASCII export.        (line   9)
8412 * translator function:                   Translator functions.
8413                                                               (line   6)
8414 * trees, sparse:                         Sparse trees.        (line   6)
8415 * trees, visibility:                     Visibility cycling.  (line   6)
8416 * tty keybindings:                       TTY keys.            (line   6)
8417 * types as TODO keywords:                TODO types.          (line   6)
8418 * underlined text:                       Enhancing text.      (line  15)
8419 * undoing remote-editing events:         Agenda commands.     (line 108)
8420 * updating, table:                       Updating the table.  (line   6)
8421 * URL links:                             External links.      (line   6)
8422 * USENET links:                          External links.      (line   6)
8423 * variables, for customization:          Customization.       (line   6)
8424 * vectors, in table calculations:        Formula syntax for Calc.
8425                                                               (line  11)
8426 * verbatim text:                         Enhancing text.      (line  15)
8427 * visibility cycling:                    Visibility cycling.  (line   6)
8428 * visibility cycling, drawers:           Drawers.             (line   6)
8429 * visible text, printing:                Sparse trees.        (line  47)
8430 * VM links:                              External links.      (line   6)
8431 * WANDERLUST links:                      External links.      (line   6)
8432 * weekly agenda:                         Weekly/Daily agenda. (line   6)
8433 * windmove.el:                           Conflicts.           (line  32)
8434 * workflow states as TODO keywords:      Workflow states.     (line   6)
8435 * XEmacs:                                Installation.        (line   6)
8436 * XOXO export:                           XOXO export.         (line   6)
8438 \x1f
8439 File: org,  Node: Key Index,  Prev: Main Index,  Up: Top
8441 Key Index
8442 *********
8444 \0\b[index\0\b]
8445 * Menu:
8447 * $:                                     Agenda commands.     (line 122)
8448 * ':                                     CDLaTeX mode.        (line  43)
8449 * +:                                     Agenda commands.     (line 145)
8450 * ,:                                     Agenda commands.     (line 137)
8451 * -:                                     Agenda commands.     (line 151)
8452 * .:                                     Agenda commands.     (line  99)
8453 * ::                                     Agenda commands.     (line 130)
8454 * < <1>:                                 Agenda files.        (line  55)
8455 * < <2>:                                 The date/time prompt.
8456                                                               (line  59)
8457 * < <3>:                                 Using column view.   (line  57)
8458 * <:                                     Agenda files.        (line  51)
8459 * <left>:                                Agenda commands.     (line  96)
8460 * <RET> <1>:                             Agenda commands.     (line  39)
8461 * <RET> <2>:                             Built-in table editor.
8462                                                               (line  64)
8463 * <RET> <3>:                             The date/time prompt.
8464                                                               (line  59)
8465 * <RET>:                                 Setting tags.        (line  76)
8466 * <right>:                               Agenda commands.     (line  91)
8467 * <SPC> <1>:                             Setting tags.        (line  73)
8468 * <SPC>:                                 Agenda commands.     (line  28)
8469 * <TAB> <1>:                             Visibility cycling.  (line  10)
8470 * <TAB> <2>:                             Agenda commands.     (line  33)
8471 * <TAB> <3>:                             Editing and debugging formulas.
8472                                                               (line  57)
8473 * <TAB> <4>:                             Built-in table editor.
8474                                                               (line  57)
8475 * <TAB> <5>:                             Plain lists.         (line  42)
8476 * <TAB> <6>:                             CDLaTeX mode.        (line  23)
8477 * <TAB>:                                 Setting tags.        (line  68)
8478 * > <1>:                                 The date/time prompt.
8479                                                               (line  59)
8480 * > <2>:                                 Agenda commands.     (line 173)
8481 * >:                                     Using column view.   (line  57)
8482 * ^:                                     CDLaTeX mode.        (line  33)
8483 * _:                                     CDLaTeX mode.        (line  33)
8484 * `:                                     CDLaTeX mode.        (line  39)
8485 * a <1>:                                 Using column view.   (line  46)
8486 * a:                                     Agenda commands.     (line 134)
8487 * b:                                     Agenda commands.     (line  49)
8488 * C:                                     Agenda commands.     (line 216)
8489 * c:                                     Agenda commands.     (line 196)
8490 * C-#:                                   Advanced features.   (line   9)
8491 * C-':                                   Agenda files.        (line  21)
8492 * C-,:                                   Agenda files.        (line  21)
8493 * C-<RET>:                               Structure editing.   (line  18)
8494 * C-_:                                   Agenda commands.     (line 108)
8495 * C-c ! <1>:                             Footnotes.           (line  14)
8496 * C-c !:                                 Creating timestamps. (line  19)
8497 * C-c #:                                 Checkboxes.          (line  60)
8498 * C-c %:                                 Handling links.      (line  82)
8499 * C-c &:                                 Handling links.      (line  86)
8500 * C-c ':                                 Editing and debugging formulas.
8501                                                               (line  36)
8502 * C-c *:                                 Updating the table.  (line  13)
8503 * C-c +:                                 Built-in table editor.
8504                                                               (line 143)
8505 * C-c ,:                                 Priorities.          (line  21)
8506 * C-c - <1>:                             Built-in table editor.
8507                                                               (line  92)
8508 * C-c -:                                 Plain lists.         (line  89)
8509 * C-c .:                                 Creating timestamps. (line  10)
8510 * C-c /:                                 Sparse trees.        (line  15)
8511 * C-c / d:                               Inserting deadline/schedule.
8512                                                               (line  13)
8513 * C-c / p:                               Property searches.   (line  23)
8514 * C-c / r:                               Sparse trees.        (line  17)
8515 * C-c / T:                               Tag searches.        (line   9)
8516 * C-c / t:                               TODO basics.         (line  37)
8517 * C-c : <1>:                             Quoted examples.     (line  15)
8518 * C-c ::                                 Enhancing text.      (line  34)
8519 * C-c ;:                                 Comment lines.       (line  10)
8520 * C-c <:                                 Creating timestamps. (line  23)
8521 * C-c = <1>:                             Column formulas.     (line  26)
8522 * C-c =:                                 Editing and debugging formulas.
8523                                                               (line  14)
8524 * C-c >:                                 Creating timestamps. (line  27)
8525 * C-c ?:                                 Editing and debugging formulas.
8526                                                               (line  24)
8527 * C-c [:                                 Agenda files.        (line  15)
8528 * C-c \:                                 Tag searches.        (line   9)
8529 * C-c ]:                                 Agenda files.        (line  18)
8530 * C-c ^ <1>:                             Structure editing.   (line  61)
8531 * C-c ^:                                 Built-in table editor.
8532                                                               (line  96)
8533 * C-c `:                                 Built-in table editor.
8534                                                               (line 159)
8535 * C-c a !:                               Stuck projects.      (line  14)
8536 * C-c a #:                               Stuck projects.      (line  13)
8537 * C-c a a:                               Weekly/Daily agenda. (line   9)
8538 * C-c a C:                               Storing searches.    (line   9)
8539 * C-c a e:                               Exporting Agenda Views.
8540                                                               (line  57)
8541 * C-c a L:                               Timeline.            (line  10)
8542 * C-c a m <1>:                           Matching tags and properties.
8543                                                               (line  10)
8544 * C-c a m:                               Tag searches.        (line  13)
8545 * C-c a M <1>:                           Matching tags and properties.
8546                                                               (line  15)
8547 * C-c a M:                               Tag searches.        (line  17)
8548 * C-c a t <1>:                           TODO basics.         (line  48)
8549 * C-c a t:                               Global TODO list.    (line   9)
8550 * C-c a T:                               Global TODO list.    (line  14)
8551 * C-c C-a:                               Visibility cycling.  (line  33)
8552 * C-c C-b:                               Motion.              (line  15)
8553 * C-c C-c <1>:                           Clocking work time.  (line  89)
8554 * C-c C-c <2>:                           Setting tags.        (line  10)
8555 * C-c C-c <3>:                           Cooperation.         (line  54)
8556 * C-c C-c <4>:                           The very busy C-c C-c key.
8557                                                               (line   6)
8558 * C-c C-c <5>:                           Checkboxes.          (line  40)
8559 * C-c C-c <6>:                           Processing LaTeX fragments.
8560                                                               (line  15)
8561 * C-c C-c <7>:                           Property syntax.     (line  58)
8562 * C-c C-c <8>:                           TODO basics.         (line  30)
8563 * C-c C-c <9>:                           Using column view.   (line  39)
8564 * C-c C-c <10>:                          Capturing Column View.
8565                                                               (line  39)
8566 * C-c C-c <11>:                          Plain lists.         (line  82)
8567 * C-c C-c <12>:                          Built-in table editor.
8568                                                               (line  56)
8569 * C-c C-c:                               Editing and debugging formulas.
8570                                                               (line  46)
8571 * C-c C-d <1>:                           Inserting deadline/schedule.
8572                                                               (line   9)
8573 * C-c C-d:                               Agenda commands.     (line 158)
8574 * C-c C-e:                               Exporting.           (line  20)
8575 * C-c C-e a:                             ASCII export.        (line   9)
8576 * C-c C-e b:                             HTML Export commands.
8577                                                               (line  13)
8578 * C-c C-e c:                             iCalendar export.    (line  21)
8579 * C-c C-e H:                             HTML Export commands.
8580                                                               (line  16)
8581 * C-c C-e h:                             HTML Export commands.
8582                                                               (line   6)
8583 * C-c C-e I:                             iCalendar export.    (line  16)
8584 * C-c C-e i:                             iCalendar export.    (line  14)
8585 * C-c C-e L:                             LaTeX export commands.
8586                                                               (line   7)
8587 * C-c C-e l:                             LaTeX export commands.
8588                                                               (line   6)
8589 * C-c C-e R:                             HTML Export commands.
8590                                                               (line  19)
8591 * C-c C-e t:                             Export options.      (line  13)
8592 * C-c C-e v <1>:                         XOXO export.         (line  11)
8593 * C-c C-e v:                             Sparse trees.        (line  47)
8594 * C-c C-e v a:                           ASCII export.        (line  16)
8595 * C-c C-e v b:                           HTML Export commands.
8596                                                               (line  24)
8597 * C-c C-e v h:                           HTML Export commands.
8598                                                               (line  24)
8599 * C-c C-e v H:                           HTML Export commands.
8600                                                               (line  24)
8601 * C-c C-e v l:                           LaTeX export commands.
8602                                                               (line  10)
8603 * C-c C-e v L:                           LaTeX export commands.
8604                                                               (line  10)
8605 * C-c C-e v R:                           HTML Export commands.
8606                                                               (line  24)
8607 * C-c C-e x:                             XOXO export.         (line  10)
8608 * C-c C-f:                               Motion.              (line  12)
8609 * C-c C-j:                               Motion.              (line  21)
8610 * C-c C-l:                               Handling links.      (line  25)
8611 * C-c C-n:                               Motion.              (line   8)
8612 * C-c C-o <1>:                           Handling links.      (line  59)
8613 * C-c C-o:                               Creating timestamps. (line  31)
8614 * C-c C-p:                               Motion.              (line   9)
8615 * C-c C-q <1>:                           Built-in table editor.
8616                                                               (line 127)
8617 * C-c C-q:                               Editing and debugging formulas.
8618                                                               (line  50)
8619 * C-c C-r <1>:                           Editing and debugging formulas.
8620                                                               (line  53)
8621 * C-c C-r:                               Visibility cycling.  (line  34)
8622 * C-c C-s <1>:                           Agenda commands.     (line 155)
8623 * C-c C-s:                               Inserting deadline/schedule.
8624                                                               (line  20)
8625 * C-c C-t <1>:                           Clocking work time.  (line  30)
8626 * C-c C-t:                               TODO basics.         (line  13)
8627 * C-c C-u:                               Motion.              (line  18)
8628 * C-c C-v:                               TODO basics.         (line  37)
8629 * C-c C-w <1>:                           Structure editing.   (line  58)
8630 * C-c C-w:                               Refiling notes.      (line  13)
8631 * C-c C-x <:                             Agenda files.        (line  44)
8632 * C-c C-x b:                             Visibility cycling.  (line  43)
8633 * C-c C-x C-a:                           ARCHIVE tag.         (line  28)
8634 * C-c C-x C-b:                           Checkboxes.          (line  42)
8635 * C-c C-x C-c <1>:                       Using column view.   (line   9)
8636 * C-c C-x C-c:                           Agenda commands.     (line 223)
8637 * C-c C-x C-d:                           Clocking work time.  (line  42)
8638 * C-c C-x C-i:                           Clocking work time.  (line  12)
8639 * C-c C-x C-j:                           Clocking work time.  (line  38)
8640 * C-c C-x C-k:                           Structure editing.   (line  43)
8641 * C-c C-x C-l:                           Processing LaTeX fragments.
8642                                                               (line   9)
8643 * C-c C-x C-n:                           Handling links.      (line  92)
8644 * C-c C-x C-o:                           Clocking work time.  (line  17)
8645 * C-c C-x C-p:                           Handling links.      (line  92)
8646 * C-c C-x C-r:                           Clocking work time.  (line  50)
8647 * C-c C-x C-s:                           Moving subtrees.     (line  10)
8648 * C-c C-x C-t:                           Custom time format.  (line  12)
8649 * C-c C-x C-u <1>:                       Dynamic blocks.      (line  21)
8650 * C-c C-x C-u <2>:                       Clocking work time.  (line  91)
8651 * C-c C-x C-u:                           Capturing Column View.
8652                                                               (line  42)
8653 * C-c C-x C-w <1>:                       Structure editing.   (line  43)
8654 * C-c C-x C-w:                           Built-in table editor.
8655                                                               (line 116)
8656 * C-c C-x C-x:                           Clocking work time.  (line  34)
8657 * C-c C-x C-y <1>:                       Structure editing.   (line  52)
8658 * C-c C-x C-y:                           Built-in table editor.
8659                                                               (line 120)
8660 * C-c C-x M-w <1>:                       Built-in table editor.
8661                                                               (line 113)
8662 * C-c C-x M-w:                           Structure editing.   (line  48)
8663 * C-c C-x p:                             Property syntax.     (line  49)
8664 * C-c C-x r:                             Capturing Column View.
8665                                                               (line  37)
8666 * C-c C-y <1>:                           Creating timestamps. (line  48)
8667 * C-c C-y:                               Clocking work time.  (line  25)
8668 * C-c l:                                 Handling links.      (line   9)
8669 * C-c { <1>:                             CDLaTeX mode.        (line  21)
8670 * C-c {:                                 Editing and debugging formulas.
8671                                                               (line  33)
8672 * C-c |:                                 Built-in table editor.
8673                                                               (line  40)
8674 * C-c }:                                 Editing and debugging formulas.
8675                                                               (line  28)
8676 * C-c ~:                                 Cooperation.         (line  65)
8677 * C-k:                                   Agenda commands.     (line 116)
8678 * C-S-<left>:                            Multiple sets in one file.
8679                                                               (line  25)
8680 * C-S-<right>:                           Multiple sets in one file.
8681                                                               (line  25)
8682 * C-TAB:                                 ARCHIVE tag.         (line  38)
8683 * C-u C-c *:                             Updating the table.  (line  16)
8684 * C-u C-c .:                             Creating timestamps. (line  14)
8685 * C-u C-c = <1>:                         Field formulas.      (line  24)
8686 * C-u C-c =:                             Editing and debugging formulas.
8687                                                               (line  14)
8688 * C-u C-c C-c:                           Updating the table.  (line  19)
8689 * C-u C-c C-l:                           Handling links.      (line  44)
8690 * C-u C-c C-t:                           TODO basics.         (line  22)
8691 * C-u C-c C-x C-a:                       ARCHIVE tag.         (line  31)
8692 * C-u C-c C-x C-s:                       Moving subtrees.     (line  14)
8693 * C-u C-c C-x C-u <1>:                   Capturing Column View.
8694                                                               (line  44)
8695 * C-u C-c C-x C-u <2>:                   Dynamic blocks.      (line  22)
8696 * C-u C-c C-x C-u:                       Clocking work time.  (line  93)
8697 * C-u C-u C-c *:                         Updating the table.  (line  22)
8698 * C-u C-u C-c =:                         Editing and debugging formulas.
8699                                                               (line  18)
8700 * C-u C-u C-c C-c:                       Updating the table.  (line  22)
8701 * C-x C-s <1>:                           Editing and debugging formulas.
8702                                                               (line  46)
8703 * C-x C-s:                               Agenda commands.     (line  87)
8704 * C-x C-w <1>:                           Exporting Agenda Views.
8705                                                               (line  11)
8706 * C-x C-w:                               Agenda commands.     (line 232)
8707 * d:                                     Agenda commands.     (line  66)
8708 * D:                                     Agenda commands.     (line  72)
8709 * e:                                     Using column view.   (line  33)
8710 * f:                                     Agenda commands.     (line  42)
8711 * g:                                     Agenda commands.     (line  76)
8712 * H:                                     Agenda commands.     (line 220)
8713 * I:                                     Agenda commands.     (line 178)
8714 * i:                                     Agenda commands.     (line 201)
8715 * J:                                     Agenda commands.     (line 190)
8716 * l:                                     Agenda commands.     (line  55)
8717 * L:                                     Agenda commands.     (line  30)
8718 * M:                                     Agenda commands.     (line 207)
8719 * m:                                     Agenda commands.     (line  66)
8720 * M-<down> <1>:                          Built-in table editor.
8721                                                               (line  82)
8722 * M-<down>:                              Editing and debugging formulas.
8723                                                               (line  76)
8724 * M-<left> <1>:                          Built-in table editor.
8725                                                               (line  74)
8726 * M-<left>:                              Structure editing.   (line  25)
8727 * M-<RET> <1>:                           Structure editing.   (line   6)
8728 * M-<RET>:                               Plain lists.         (line  50)
8729 * M-<right> <1>:                         Structure editing.   (line  28)
8730 * M-<right>:                             Built-in table editor.
8731                                                               (line  74)
8732 * M-<TAB> <1>:                           Setting tags.        (line   6)
8733 * M-<TAB> <2>:                           Editing and debugging formulas.
8734                                                               (line  64)
8735 * M-<TAB> <3>:                           Per-file keywords.   (line  23)
8736 * M-<TAB> <4>:                           Completion.          (line  10)
8737 * M-<TAB>:                               Property syntax.     (line  46)
8738 * M-<up> <1>:                            Editing and debugging formulas.
8739                                                               (line  76)
8740 * M-<up>:                                Built-in table editor.
8741                                                               (line  82)
8742 * M-S-<down> <1>:                        Structure editing.   (line  40)
8743 * M-S-<down> <2>:                        Plain lists.         (line  67)
8744 * M-S-<down> <3>:                        Built-in table editor.
8745                                                               (line  89)
8746 * M-S-<down>:                            Editing and debugging formulas.
8747                                                               (line  72)
8748 * M-S-<left> <1>:                        Structure editing.   (line  31)
8749 * M-S-<left> <2>:                        Built-in table editor.
8750                                                               (line  76)
8751 * M-S-<left> <3>:                        Plain lists.         (line  73)
8752 * M-S-<left>:                            The date/time prompt.
8753                                                               (line  59)
8754 * M-S-<RET> <1>:                         Checkboxes.          (line  57)
8755 * M-S-<RET> <2>:                         Plain lists.         (line  60)
8756 * M-S-<RET>:                             Structure editing.   (line  22)
8757 * M-S-<right> <1>:                       Plain lists.         (line  73)
8758 * M-S-<right> <2>:                       Built-in table editor.
8759                                                               (line  79)
8760 * M-S-<right> <3>:                       Structure editing.   (line  34)
8761 * M-S-<right>:                           The date/time prompt.
8762                                                               (line  59)
8763 * M-S-<up> <1>:                          Structure editing.   (line  37)
8764 * M-S-<up> <2>:                          Editing and debugging formulas.
8765                                                               (line  72)
8766 * M-S-<up> <3>:                          Built-in table editor.
8767                                                               (line  86)
8768 * M-S-<up>:                              Plain lists.         (line  67)
8769 * mouse-1 <1>:                           The date/time prompt.
8770                                                               (line  59)
8771 * mouse-1 <2>:                           Agenda commands.     (line  33)
8772 * mouse-1:                               Handling links.      (line  73)
8773 * mouse-2 <1>:                           Agenda commands.     (line  33)
8774 * mouse-2:                               Handling links.      (line  73)
8775 * mouse-3 <1>:                           Agenda commands.     (line  28)
8776 * mouse-3:                               Handling links.      (line  78)
8777 * n <1>:                                 Using column view.   (line  30)
8778 * n:                                     Agenda commands.     (line  19)
8779 * o:                                     Agenda commands.     (line  65)
8780 * O:                                     Agenda commands.     (line 182)
8781 * p:                                     Agenda commands.     (line  20)
8782 * P:                                     Agenda commands.     (line 142)
8783 * p:                                     Using column view.   (line  30)
8784 * q <1>:                                 Using column view.   (line  17)
8785 * q:                                     Agenda commands.     (line 243)
8786 * r <1>:                                 Agenda commands.     (line  80)
8787 * r:                                     Global TODO list.    (line  22)
8788 * s:                                     Agenda commands.     (line  87)
8789 * S:                                     Agenda commands.     (line 211)
8790 * S-<down> <1>:                          Priorities.          (line  26)
8791 * S-<down> <2>:                          Creating timestamps. (line  40)
8792 * S-<down> <3>:                          Plain lists.         (line  63)
8793 * S-<down> <4>:                          Agenda commands.     (line 151)
8794 * S-<down> <5>:                          The date/time prompt.
8795                                                               (line  59)
8796 * S-<down>:                              Editing and debugging formulas.
8797                                                               (line  67)
8798 * S-<left> <1>:                          TODO basics.         (line  26)
8799 * S-<left> <2>:                          The date/time prompt.
8800                                                               (line  59)
8801 * S-<left> <3>:                          Editing and debugging formulas.
8802                                                               (line  67)
8803 * S-<left> <4>:                          Creating timestamps. (line  35)
8804 * S-<left> <5>:                          Agenda commands.     (line 169)
8805 * S-<left> <6>:                          Using column view.   (line  26)
8806 * S-<left> <7>:                          Property syntax.     (line  66)
8807 * S-<left>:                              Multiple sets in one file.
8808                                                               (line  29)
8809 * S-<RET>:                               Built-in table editor.
8810                                                               (line 146)
8811 * S-<right> <1>:                         The date/time prompt.
8812                                                               (line  59)
8813 * S-<right> <2>:                         Property syntax.     (line  66)
8814 * S-<right> <3>:                         Agenda commands.     (line 161)
8815 * S-<right> <4>:                         Multiple sets in one file.
8816                                                               (line  29)
8817 * S-<right> <5>:                         Creating timestamps. (line  35)
8818 * S-<right> <6>:                         TODO basics.         (line  26)
8819 * S-<right> <7>:                         Using column view.   (line  26)
8820 * S-<right>:                             Editing and debugging formulas.
8821                                                               (line  67)
8822 * S-<TAB> <1>:                           Visibility cycling.  (line  22)
8823 * S-<TAB>:                               Built-in table editor.
8824                                                               (line  61)
8825 * S-<up> <1>:                            Creating timestamps. (line  40)
8826 * S-<up> <2>:                            Priorities.          (line  26)
8827 * S-<up> <3>:                            Editing and debugging formulas.
8828                                                               (line  67)
8829 * S-<up> <4>:                            The date/time prompt.
8830                                                               (line  59)
8831 * S-<up> <5>:                            Plain lists.         (line  63)
8832 * S-<up>:                                Agenda commands.     (line 145)
8833 * S-M-<left>:                            Using column view.   (line  61)
8834 * S-M-<RET>:                             TODO basics.         (line  55)
8835 * S-M-<right>:                           Using column view.   (line  58)
8836 * T:                                     Agenda commands.     (line 125)
8837 * t:                                     Agenda commands.     (line 112)
8838 * v:                                     Using column view.   (line  42)
8839 * w:                                     Agenda commands.     (line  66)
8840 * X:                                     Agenda commands.     (line 185)
8841 * x:                                     Agenda commands.     (line 244)
8842 * y:                                     Agenda commands.     (line  66)
8845 \x1f
8846 Tag Table:
8847 Node: Top\x7f976
8848 Node: Introduction\x7f13471
8849 Node: Summary\x7f13957
8850 Node: Installation\x7f17094
8851 Node: Activation\x7f18472
8852 Node: Feedback\x7f19709
8853 Node: Conventions\x7f21798
8854 Node: Document structure\x7f22482
8855 Node: Outlines\x7f23374
8856 Node: Headlines\x7f24039
8857 Ref: Headlines-Footnote-1\x7f25043
8858 Node: Visibility cycling\x7f25154
8859 Ref: Visibility cycling-Footnote-1\x7f27384
8860 Ref: Visibility cycling-Footnote-2\x7f27442
8861 Ref: Visibility cycling-Footnote-3\x7f27492
8862 Node: Motion\x7f27762
8863 Node: Structure editing\x7f28716
8864 Node: Archiving\x7f31964
8865 Node: ARCHIVE tag\x7f32522
8866 Node: Moving subtrees\x7f34315
8867 Ref: Moving subtrees-Footnote-1\x7f35862
8868 Node: Sparse trees\x7f36306
8869 Ref: Sparse trees-Footnote-1\x7f38558
8870 Ref: Sparse trees-Footnote-2\x7f38740
8871 Node: Plain lists\x7f38855
8872 Ref: Plain lists-Footnote-1\x7f43114
8873 Ref: Plain lists-Footnote-2\x7f43472
8874 Node: Drawers\x7f43653
8875 Ref: Drawers-Footnote-1\x7f44534
8876 Node: orgstruct-mode\x7f44639
8877 Node: Tables\x7f45539
8878 Node: Built-in table editor\x7f46140
8879 Node: Narrow columns\x7f53458
8880 Ref: Narrow columns-Footnote-1\x7f55393
8881 Node: Column groups\x7f55439
8882 Node: orgtbl-mode\x7f56972
8883 Node: The spreadsheet\x7f57775
8884 Node: References\x7f58862
8885 Ref: References-Footnote-1\x7f63329
8886 Ref: References-Footnote-2\x7f63470
8887 Node: Formula syntax for Calc\x7f63759
8888 Node: Formula syntax for Lisp\x7f66216
8889 Node: Field formulas\x7f67934
8890 Node: Column formulas\x7f69242
8891 Node: Editing and debugging formulas\x7f70841
8892 Node: Updating the table\x7f74994
8893 Node: Advanced features\x7f76047
8894 Node: Hyperlinks\x7f80572
8895 Node: Link format\x7f81341
8896 Node: Internal links\x7f82634
8897 Ref: Internal links-Footnote-1\x7f84559
8898 Node: Radio targets\x7f84694
8899 Node: External links\x7f85394
8900 Node: Handling links\x7f87798
8901 Ref: Handling links-Footnote-1\x7f93114
8902 Ref: Handling links-Footnote-2\x7f93351
8903 Node: Using links outside Org-mode\x7f93425
8904 Node: Link abbreviations\x7f93935
8905 Node: Search options\x7f95628
8906 Ref: Search options-Footnote-1\x7f97408
8907 Node: Custom searches\x7f97489
8908 Node: TODO items\x7f98520
8909 Node: TODO basics\x7f99590
8910 Node: TODO extensions\x7f101783
8911 Node: Workflow states\x7f102742
8912 Ref: Workflow states-Footnote-1\x7f103917
8913 Node: TODO types\x7f104010
8914 Ref: TODO types-Footnote-1\x7f105593
8915 Node: Multiple sets in one file\x7f105675
8916 Node: Fast access to TODO states\x7f107295
8917 Node: Per-file keywords\x7f108438
8918 Ref: Per-file keywords-Footnote-1\x7f109740
8919 Node: Faces for TODO keywords\x7f109941
8920 Node: Progress logging\x7f110647
8921 Node: Closing items\x7f111078
8922 Ref: Closing items-Footnote-1\x7f112012
8923 Ref: Closing items-Footnote-2\x7f112219
8924 Node: Tracking TODO state changes\x7f112292
8925 Ref: Tracking TODO state changes-Footnote-1\x7f113477
8926 Node: Priorities\x7f113552
8927 Ref: Priorities-Footnote-1\x7f115347
8928 Node: Breaking down tasks\x7f115417
8929 Ref: Breaking down tasks-Footnote-1\x7f115937
8930 Node: Checkboxes\x7f116033
8931 Node: Tags\x7f118972
8932 Node: Tag inheritance\x7f119727
8933 Node: Setting tags\x7f120773
8934 Ref: Setting tags-Footnote-1\x7f125291
8935 Ref: Setting tags-Footnote-2\x7f125403
8936 Node: Tag searches\x7f125486
8937 Node: Properties and columns\x7f128269
8938 Node: Property syntax\x7f130195
8939 Node: Special properties\x7f132890
8940 Node: Property searches\x7f133961
8941 Node: Property inheritance\x7f135222
8942 Node: Column view\x7f136680
8943 Node: Defining columns\x7f137914
8944 Node: Scope of column definitions\x7f138312
8945 Node: Column attributes\x7f139242
8946 Node: Using column view\x7f141638
8947 Node: Capturing Column View\x7f143723
8948 Node: Property API\x7f145450
8949 Node: Dates and times\x7f145804
8950 Node: Time stamps\x7f146525
8951 Ref: Time stamps-Footnote-1\x7f148889
8952 Node: Creating timestamps\x7f149003
8953 Node: The date/time prompt\x7f151082
8954 Ref: The date/time prompt-Footnote-1\x7f154438
8955 Ref: The date/time prompt-Footnote-2\x7f154494
8956 Ref: The date/time prompt-Footnote-3\x7f154600
8957 Node: Custom time format\x7f154693
8958 Node: Deadlines and scheduling\x7f156385
8959 Ref: Deadlines and scheduling-Footnote-1\x7f158568
8960 Node: Inserting deadline/schedule\x7f158723
8961 Node: Repeated tasks\x7f159841
8962 Ref: Repeated tasks-Footnote-1\x7f161716
8963 Node: Clocking work time\x7f161837
8964 Ref: Clocking work time-Footnote-1\x7f166689
8965 Ref: Clocking work time-Footnote-2\x7f166767
8966 Node: Remember\x7f166893
8967 Node: Setting up remember\x7f167839
8968 Ref: Setting up remember-Footnote-1\x7f168748
8969 Node: Remember templates\x7f168814
8970 Ref: Remember templates-Footnote-1\x7f172802
8971 Ref: Remember templates-Footnote-2\x7f172985
8972 Node: Storing notes\x7f173083
8973 Ref: Storing notes-Footnote-1\x7f175594
8974 Node: Refiling notes\x7f175696
8975 Node: Agenda views\x7f176961
8976 Node: Agenda files\x7f178908
8977 Ref: Agenda files-Footnote-1\x7f181349
8978 Ref: Agenda files-Footnote-2\x7f181498
8979 Node: Agenda dispatcher\x7f181691
8980 Ref: Agenda dispatcher-Footnote-1\x7f183745
8981 Ref: Agenda dispatcher-Footnote-2\x7f183839
8982 Node: Built-in agenda views\x7f183933
8983 Node: Weekly/Daily agenda\x7f184515
8984 Ref: Weekly/Daily agenda-Footnote-1\x7f187813
8985 Node: Global TODO list\x7f188017
8986 Node: Matching tags and properties\x7f190297
8987 Node: Timeline\x7f191388
8988 Node: Stuck projects\x7f192062
8989 Node: Presentation and sorting\x7f193915
8990 Node: Categories\x7f194708
8991 Ref: Categories-Footnote-1\x7f195419
8992 Node: Time-of-day specifications\x7f195856
8993 Node: Sorting of agenda items\x7f197829
8994 Node: Agenda commands\x7f199113
8995 Node: Custom agenda views\x7f206576
8996 Node: Storing searches\x7f207297
8997 Ref: Storing searches-Footnote-1\x7f209831
8998 Node: Block agenda\x7f209948
8999 Node: Setting Options\x7f211180
9000 Node: Exporting Agenda Views\x7f213922
9001 Ref: Exporting Agenda Views-Footnote-1\x7f218279
9002 Ref: Exporting Agenda Views-Footnote-2\x7f218336
9003 Node: Extracting Agenda Information for other programs\x7f218522
9004 Node: Embedded LaTeX\x7f222650
9005 Ref: Embedded LaTeX-Footnote-1\x7f223744
9006 Node: Math symbols\x7f223934
9007 Node: Subscripts and Superscripts\x7f224701
9008 Node: LaTeX fragments\x7f225547
9009 Ref: LaTeX fragments-Footnote-1\x7f227780
9010 Ref: LaTeX fragments-Footnote-2\x7f228041
9011 Node: Processing LaTeX fragments\x7f228175
9012 Node: CDLaTeX mode\x7f229123
9013 Ref: CDLaTeX mode-Footnote-1\x7f231609
9014 Node: Exporting\x7f231757
9015 Node: ASCII export\x7f233224
9016 Node: HTML export\x7f234729
9017 Node: HTML Export commands\x7f235355
9018 Node: Quoting HTML tags\x7f237146
9019 Node: Links\x7f237781
9020 Node: Images\x7f238478
9021 Ref: Images-Footnote-1\x7f239349
9022 Node: CSS support\x7f239410
9023 Ref: CSS support-Footnote-1\x7f240729
9024 Node: LaTeX export\x7f240842
9025 Node: LaTeX export commands\x7f241191
9026 Node: Quoting LaTeX code\x7f242353
9027 Node: Sectioning structure\x7f242887
9028 Node: XOXO export\x7f243388
9029 Node: iCalendar export\x7f243828
9030 Node: Text interpretation\x7f245297
9031 Node: Comment lines\x7f245952
9032 Node: Initial text\x7f246347
9033 Node: Footnotes\x7f248016
9034 Node: Quoted examples\x7f248808
9035 Node: Enhancing text\x7f249583
9036 Node: Export options\x7f252032
9037 Node: Publishing\x7f254493
9038 Ref: Publishing-Footnote-1\x7f255454
9039 Ref: Publishing-Footnote-2\x7f255598
9040 Node: Configuration\x7f255749
9041 Node: Project alist\x7f256467
9042 Node: Sources and destinations\x7f257531
9043 Node: Selecting files\x7f258261
9044 Node: Publishing action\x7f259009
9045 Node: Publishing options\x7f260343
9046 Node: Publishing links\x7f262849
9047 Node: Project page index\x7f264364
9048 Node: Sample configuration\x7f265142
9049 Node: Simple example\x7f265634
9050 Node: Complex example\x7f266307
9051 Node: Triggering publication\x7f268383
9052 Node: Miscellaneous\x7f269068
9053 Node: Completion\x7f269702
9054 Node: Customization\x7f271372
9055 Node: In-buffer settings\x7f271955
9056 Node: The very busy C-c C-c key\x7f277627
9057 Node: Clean view\x7f279482
9058 Node: TTY keys\x7f282059
9059 Node: Interaction\x7f283636
9060 Node: Cooperation\x7f284033
9061 Node: Conflicts\x7f287704
9062 Node: Bugs\x7f289714
9063 Node: Extensions and Hacking\x7f291210
9064 Node: Extensions\x7f291935
9065 Node: Adding hyperlink types\x7f294207
9066 Node: Tables in arbitrary syntax\x7f297869
9067 Node: Radio tables\x7f299261
9068 Node: A LaTeX example\x7f301764
9069 Ref: A LaTeX example-Footnote-1\x7f305442
9070 Ref: A LaTeX example-Footnote-2\x7f305590
9071 Node: Translator functions\x7f306025
9072 Ref: Translator functions-Footnote-1\x7f309154
9073 Node: Radio lists\x7f309242
9074 Ref: Radio lists-Footnote-1\x7f310364
9075 Node: Dynamic blocks\x7f310484
9076 Node: Special agenda views\x7f312456
9077 Node: Using the property API\x7f315701
9078 Node: History and Acknowledgments\x7f317299
9079 Node: Main Index\x7f323985
9080 Node: Key Index\x7f360724
9081 \x1f
9082 End Tag Table