]> code.delx.au - gnu-emacs/blob - man/org.texi
efb42ab5b3ad93a274c14faae5360259033bbf33
[gnu-emacs] / man / org.texi
1 \input texinfo
2 @c %**start of header
3 @c @setfilename org
4 @setfilename ../info/org
5 @settitle Org Mode Manual
6
7 @set VERSION 4.25
8 @set DATE April 2006
9
10 @dircategory Emacs
11 @direntry
12 * Org Mode: (org). outline-based notes management and organizer
13 @end direntry
14
15 @c Version and Contact Info
16 @set MAINTAINERSITE @uref{http://www.astro.uva.nl/~dominik/Tools/org/,maintainers webpage}
17 @set MAINTAINER Carsten Dominik
18 @set MAINTAINEREMAIL @email{dominik@@science.uva.nl}
19 @set MAINTAINERCONTACT @uref{mailto:dominik@@science.uva.nl,contact the maintainer}
20 @c %**end of header
21 @finalout
22
23 @c Macro definitions
24
25 @c Subheadings inside a table.
26 @macro tsubheading{text}
27 @ifinfo
28 @subsubheading \text\
29 @end ifinfo
30 @ifnotinfo
31 @item @b{\text\}
32 @end ifnotinfo
33 @end macro
34
35 @copying
36 This manual is for Org-mode (version @value{VERSION}).
37
38 Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation
39
40 @quotation
41 Permission is granted to copy, distribute and/or modify this document
42 under the terms of the GNU Free Documentation License, Version 1.1 or
43 any later version published by the Free Software Foundation; with no
44 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
45 and with the Back-Cover Texts as in (a) below. A copy of the
46 license is included in the section entitled ``GNU Free Documentation
47 License.''
48
49 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
50 this GNU Manual, like GNU software. Copies published by the Free
51 Software Foundation raise funds for GNU development.''
52 @end quotation
53 @end copying
54
55 @titlepage
56 @title Org Mode Manual
57
58 @subtitle Release @value{VERSION}
59 @author by Carsten Dominik
60
61 @c The following two commands start the copyright page.
62 @page
63 @vskip 0pt plus 1filll
64 @insertcopying
65 @end titlepage
66
67 @c Output the table of contents at the beginning.
68 @contents
69
70 @ifnottex
71 @node Top, Introduction, (dir), (dir)
72 @top Org Mode Manual
73
74 @insertcopying
75 @end ifnottex
76
77 @menu
78 * Introduction:: Getting started
79 * Document structure:: A tree works like your brain
80 * Tables:: Pure magic for quick formatting
81 * Hyperlinks:: Notes in context
82 * TODO items:: Every tree branch can be a TODO item
83 * Timestamps:: Assign date and time to items
84 * Tags:: Tagging headlines and matching sets of tags
85 * Agenda views:: Collecting information into views
86 * Exporting:: Sharing and publishing of notes
87 * Miscellaneous:: All the rest which did not fit elsewhere
88 * Index:: The fast road to specific information
89 * Key Index:: Key bindings and where they are described
90
91 @detailmenu
92 --- The Detailed Node Listing ---
93
94 Introduction
95
96 * Summary:: Brief summary of what Org-mode does
97 * Installation and activation:: How to install Org-mode
98 * Feedback:: Bug reports, ideas, patches etc.
99
100 Document structure
101
102 * Outlines:: Org-mode is based on outline-mode
103 * Headlines:: How to typeset org-tree headlines
104 * Visibility cycling:: Show and hide, much simplified
105 * Motion:: Jumping to other headlines
106 * Structure editing:: Changing sequence and level of headlines
107 * Archiving:: Move done task trees to a different place
108 * Sparse trees:: Matches embedded in context
109 * Plain lists:: Editing hand-formatted lists
110
111 Tables
112
113 * Built-in table editor:: Simple tables
114 * Narrow columns:: Stop wasting space in tables
115 * Table calculations:: Compute a field from other fields
116 * orgtbl-mode:: The table editor as minor mode
117 * table.el:: Complex tables
118
119 Calculations in tables
120
121 * Formula syntax:: How to write a formula
122 * Column formulas:: Formulas valid for all fields in a column
123 * Advanced features:: Field names, parameters and automatic recalc
124 * Named-field formulas:: Formulas valid in single fields
125 * Editing/debugging formulas:: Changing a stored formula
126 * Appetizer:: Taste the power of calc
127
128 Hyperlinks
129
130 * Link format:: How links in Org-mode are formatted
131 * Internal links:: Links to other places in the current file
132 * External links:: URL-like links to the world
133 * Managing links:: Creating, inserting and following
134 * Search Options:: Linking to a specific location
135 * Remember:: Org-trees store quick notes
136
137 Internal links
138
139 * Radio targets:: Make targets trigger links in plain text.
140 * CamelCase links:: Activating CamelCase words as links
141
142 TODO items
143
144 * TODO basics:: Marking and displaying TODO entries
145 * Progress logging:: Document your productivity
146 * TODO extensions:: Workflow and assignments
147 * Priorities:: Some things are more important than others
148
149 Extended use of TODO keywords
150
151 * Workflow states:: From TODO to DONE in steps
152 * TODO types:: I do this, Fred the rest
153 * Per file keywords:: Different files, different requirements
154
155 Timestamps
156
157 * Time stamps:: Assigning a time to a tree entry
158 * Creating timestamps:: Commands which insert timestamps
159
160 Tags
161
162 * Tag inheritance:: Tags use the tree structure of the outline
163 * Setting tags:: How to assign tags to a headline
164 * Tag searches:: Searching for combinations of tags
165
166 Agenda views
167
168 * Agenda files:: Files being searched for agenda information
169 * Agenda dispatcher:: Keyboard access to agenda views
170 * Weekly/Daily agenda:: The calendar page with current tasks
171 * Global TODO list:: All unfinished action items
172 * Matching headline tags:: Structured information with fine-tuned search
173 * Timeline:: Time-sorted view for single file
174 * Agenda commands:: Remote editing of org trees
175
176 The weekly/daily agenda
177
178 * Categories:: Not all tasks are equal
179 * Time-of-day specifications:: How the agenda knows the time
180 * Calendar/Diary integration:: Integrating Anniversaries and more
181 * Sorting of agenda items:: The order of things
182
183 Exporting
184
185 * ASCII export:: Exporting to plain ASCII
186 * HTML export:: Exporting to HTML
187 * XML export:: Exporting to XML
188 * iCalendar export:: Exporting in iCalendar format
189 * Text interpretation:: How the exporter looks at the file
190
191 Text interpretation by the exporter
192
193 * Comment lines:: Some lines will not be exported
194 * Enhancing text:: Subscripts, symbols and more
195 * Export options:: How to influence the export settings
196
197 Miscellaneous
198
199 * Completion:: M-TAB knows what you need
200 * Customization:: Adapting Org-mode to your taste
201 * Summary of in-buffer settings:: Using special lines to set options
202 * The very busy C-c C-c key:: When in doubt, press C-c C-c
203 * Clean view:: Getting rid of leading stars in the outline
204 * TTY keys:: Using Org-mode on a tty
205 * FAQ:: Frequently asked questions
206 * Interaction:: Other Emacs packages
207 * Bugs:: Things which do not work perfectly
208 * Acknowledgments:: These people provided feedback and more
209
210 @end detailmenu
211 @end menu
212
213 @node Introduction, Document structure, Top, Top
214 @chapter Introduction
215 @cindex introduction
216
217 @menu
218 * Summary:: Brief summary of what Org-mode does
219 * Installation and activation:: How to install Org-mode
220 * Feedback:: Bug reports, ideas, patches etc.
221 @end menu
222
223 @node Summary, Installation and activation, Introduction, Introduction
224 @section Summary
225 @cindex summary
226
227 Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing
228 project planning with a fast and effective plain-text system.
229
230 Org-mode develops organizational tasks around NOTES files that contain
231 information about projects as plain text. Org-mode is implemented on
232 top of outline-mode, which makes it possible to keep the content of
233 large files well structured. Visibility cycling and structure editing
234 help to work with the tree. Tables are easily created with a built-in
235 table editor. Org-mode supports ToDo items, deadlines, time stamps,
236 and scheduling. It dynamically compiles entries into an agenda that
237 utilizes and smoothly integrates much of the Emacs calendar and diary.
238 Plain text URL-like links connect to websites, emails, Usenet
239 messages, BBDB entries, and any files related to the projects. For
240 printing and sharing of notes, an Org-mode file can be exported as a
241 structured ASCII file, as HTML, or (todo and agenda items only) as an
242 iCalendar file.
243
244 Org-mode keeps simple things simple. When first fired up, it should
245 feel like a simple but easy to use outliner. Complexity is not
246 imposed, but a large amount of functionality is available when you
247 need it. Org-mode can be used on different levels and in different
248 ways, for example:
249
250 @example
251 @r{@bullet{} as an outline extension with visibility cycling and structure editing}
252 @r{@bullet{} as an ASCII system and table editor for taking structured notes}
253 @r{@bullet{} as an ASCII table editor with spreadsheet-like capabilities}
254 @r{@bullet{} as a simple hypertext system, with HTML export}
255 @r{@bullet{} as a TODO list editor}
256 @r{@bullet{} as a full agenda and planner with deadlines and work scheduling}
257 @end example
258
259 The Org-mode table editor can be integrated into any major mode by
260 activating the minor Orgtbl-mode.
261
262 There is a website for Org-mode which provides links to the newest
263 version of Org-mode, as well as additional information, screen shots
264 and example files. This page is located at
265 @uref{http://www.astro.uva.nl/~dominik/Tools/org/}.
266
267 @page
268
269 @node Installation and activation, Feedback, Summary, Introduction
270 @section Installation and Activation
271 @cindex installation
272 @cindex autoload
273 @cindex global keybindings
274 @cindex keybindings, global
275
276 If Org-mode is part of the Emacs distribution or an XEmacs package,
277 you only need to copy the following lines to your @file{.emacs} file.
278 The last two lines define @emph{global} keys for the commands
279 @command{org-store-link} and @command{org-agenda} - please
280 choose suitable keys yourself.
281
282 @lisp
283 ;; The following lines are always needed. Choose your own keys.
284 (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
285 (define-key global-map "\C-cl" 'org-store-link)
286 (define-key global-map "\C-ca" 'org-agenda)
287 @end lisp
288
289 If you have downloaded Org-mode from the Web, you must byte-compile
290 @file{org.el} and put it on your load path. In addition to the Emacs
291 Lisp lines above, you also need to add the following lines to
292 @file{.emacs}:
293
294 @lisp
295 ;; These lines only if org-mode is not part of the X/Emacs distribution.
296 (autoload 'org-mode "org" "Org mode" t)
297 (autoload 'org-diary "org" "Diary entries from Org mode")
298 (autoload 'org-agenda "org" "Multi-file agenda from Org mode" t)
299 (autoload 'org-store-link "org" "Store a link to the current location" t)
300 (autoload 'orgtbl-mode "org" "Org tables as a minor mode" t)
301 (autoload 'turn-on-orgtbl "org" "Org tables as a minor mode")
302 @end lisp
303
304 @cindex org-mode, turning on
305 With this setup, all files with extension @samp{.org} will be put into
306 Org-mode. As an alternative, make the first line of a file look like
307 this:
308
309 @example
310 MY PROJECTS -*- mode: org; -*-
311 @end example
312
313 @noindent which will select Org-mode for this buffer no matter what
314 the file's name is. See also the variable
315 @code{org-insert-mode-line-in-empty-file}.
316
317 @node Feedback, , Installation and activation, Introduction
318 @section Feedback
319 @cindex feedback
320 @cindex bug reports
321 @cindex maintainer
322 @cindex author
323
324 If you find problems with Org-mode, or if you have questions, remarks,
325 or ideas about it, please contact the maintainer Carsten Dominik at
326 @value{MAINTAINEREMAIL}.
327
328 For bug reports, please provide as much information as possible,
329 including the version information of Emacs (@kbd{C-h v emacs-version
330 @key{RET}}) and Org-mode (@kbd{C-h v org-version @key{RET}}), as well as
331 the Org-mode related setup in @file{.emacs}. If an error occurs, a
332 traceback can be very useful. Often a small example file helps, along
333 with clear information about:
334
335 @enumerate
336 @item What exactly did you do?
337 @item What did you expect to happen?
338 @item What happened instead?
339 @end enumerate
340 @noindent Thank you for helping to improve this mode.
341
342 @node Document structure, Tables, Introduction, Top
343 @chapter Document Structure
344 @cindex document structure
345 @cindex structure of document
346
347 Org-mode is based on outline mode and provides flexible commands to
348 edit the structure of the document.
349
350 @menu
351 * Outlines:: Org-mode is based on outline-mode
352 * Headlines:: How to typeset org-tree headlines
353 * Visibility cycling:: Show and hide, much simplified
354 * Motion:: Jumping to other headlines
355 * Structure editing:: Changing sequence and level of headlines
356 * Archiving:: Move done task trees to a different place
357 * Sparse trees:: Matches embedded in context
358 * Plain lists:: Editing hand-formatted lists
359 @end menu
360
361 @node Outlines, Headlines, Document structure, Document structure
362 @section Outlines
363 @cindex outlines
364 @cindex outline-mode
365
366 Org-mode is implemented on top of outline-mode. Outlines allow to
367 organize a document in a hierarchical structure, which (at least for
368 me) is the best representation of notes and thoughts. Overview over
369 this structure is achieved by folding (hiding) large parts of the
370 document to show only the general document structure and the parts
371 currently being worked on. Org-mode greatly simplifies the use of
372 outlines by compressing the entire show/hide functionality into a
373 single command @command{org-cycle}, which is bound to the @key{TAB}
374 key.
375
376 @node Headlines, Visibility cycling, Outlines, Document structure
377 @section Headlines
378 @cindex headlines
379 @cindex outline tree
380
381 Headlines define the structure of an outline tree. The headlines in
382 Org-mode start with one or more stars, on the left margin. For
383 example:
384
385 @example
386 * Top level headline
387 ** Second level
388 *** 3rd level
389 some text
390 *** 3rd level
391 more text
392 * Another top level headline
393 @end example
394
395 @noindent Some people find the many stars too noisy and would prefer an
396 outline that has whitespace followed by a single star as headline
397 starters. @ref{Clean view} describes a setup to realize this.
398
399 @node Visibility cycling, Motion, Headlines, Document structure
400 @section Visibility cycling
401 @cindex cycling, visibility
402 @cindex visibility cycling
403 @cindex trees, visibility
404 @cindex show hidden text
405 @cindex hide text
406
407 Outlines make it possible to hide parts of the text in the buffer.
408 Org-mode uses a single command bound to the @key{TAB} key to change
409 the visibility in the buffer.
410
411 @cindex subtree visibility states
412 @cindex folded, subtree visibility state
413 @cindex children, subtree visibility state
414 @cindex subtree, subtree visibility state
415 @table @kbd
416 @kindex @key{TAB}
417 @item @key{TAB}
418 Rotate current subtree between the states
419
420 @example
421 ,-> FOLDED -> CHILDREN -> SUBTREE --.
422 '-----------------------------------'
423 @end example
424
425 At the beginning of the buffer (or when called with @kbd{C-u}), this does
426 the same as the command @kbd{S-@key{TAB}} below.
427
428 @cindex global visibility states
429 @cindex overview, global visibility state
430 @cindex contents, global visibility state
431 @cindex show all, global visibility state
432 @kindex S-@key{TAB}
433 @item S-@key{TAB}
434 Rotate the entire buffer between the states
435
436 @example
437 ,-> OVERVIEW -> CONTENTS -> SHOW ALL --.
438 '--------------------------------------'
439 @end example
440
441 Note that inside tables, @kbd{S-@key{TAB}} jumps to the previous field.
442
443 @cindex show all, command
444 @kindex C-c C-a
445 @item C-c C-a
446 Show all.
447 @end table
448
449 When Emacs first visits an Org-mode file, the global state is set to
450 OVERVIEW, i.e. only the top level headlines are visible. This can be
451 configured through the variable @code{org-startup-folded}, or on a
452 per-file basis by adding one of the following lines anywhere in the
453 buffer:
454
455 @example
456 #+STARTUP: overview
457 #+STARTUP: content
458 #+STARTUP: showall
459 @end example
460
461 @node Motion, Structure editing, Visibility cycling, Document structure
462 @section Motion
463 @cindex motion, between headlines
464 @cindex jumping, to headlines
465 @cindex headline navigation
466 The following commands jump to other headlines in the buffer.
467
468 @table @kbd
469 @kindex C-c C-n
470 @item C-c C-n
471 Next heading.
472 @kindex C-c C-p
473 @item C-c C-p
474 Previous heading.
475 @kindex C-c C-f
476 @item C-c C-f
477 Next heading same level.
478 @kindex C-c C-b
479 @item C-c C-b
480 Previous heading same level.
481 @kindex C-c C-u
482 @item C-c C-u
483 Backward to higher level heading.
484 @kindex C-c C-j
485 @item C-c C-j
486 Jump to a different place without changing the current outline
487 visibility. Shows the document structure in a temporary buffer, where
488 you can use visibility cycling (@key{TAB}) to find your destination.
489 After pressing @key{RET}, the cursor moves to the selected location in
490 the original buffer, and the headings hierarchy above it is made
491 visible.
492 @end table
493
494 @node Structure editing, Archiving, Motion, Document structure
495 @section Structure editing
496 @cindex structure editing
497 @cindex headline, promotion and demotion
498 @cindex promotion, of subtrees
499 @cindex demotion, of subtrees
500 @cindex subtree, cut and paste
501 @cindex pasting, of subtrees
502 @cindex cutting, of subtrees
503 @cindex copying, of subtrees
504 @cindex subtrees, cut and paste
505
506 @table @kbd
507 @kindex M-@key{RET}
508 @item M-@key{RET}
509 Insert new heading with same level as current. If the cursor is in a
510 plain list item, a new item is created (@pxref{Plain lists}). To force
511 creation of a new headline, use a prefix arg, or first press @key{RET}
512 to get to the beginning of the next line. When this command is used in
513 the middle of a line, the line is split and the rest of the line becomes
514 the new headline. If the command is used at the beginning of a
515 headline, the new headline is created before the current line. It at
516 the beginning of any other line, the content of that line is made the
517 new heading.
518 @kindex M-S-@key{RET}
519 @item M-S-@key{RET}
520 Insert new TODO entry with same level as current heading.
521 @kindex M-@key{left}
522 @item M-@key{left}
523 Promote current heading by one level.
524 @kindex M-@key{right}
525 @item M-@key{right}
526 Demote current heading by one level.
527 @kindex M-S-@key{left}
528 @item M-S-@key{left}
529 Promote the current subtree by one level.
530 @kindex M-S-@key{right}
531 @item M-S-@key{right}
532 Demote the current subtree by one level.
533 @kindex M-S-@key{up}
534 @item M-S-@key{up}
535 Move subtree up (swap with previous subtree of same
536 level).
537 @kindex M-S-@key{down}
538 @item M-S-@key{down}
539 Move subtree down (swap with next subtree of same level).
540 @kindex C-c C-x C-w
541 @kindex C-c C-x C-k
542 @item C-c C-x C-w
543 @itemx C-c C-x C-k
544 Kill subtree, i.e. remove it from buffer but save in kill ring.
545 @kindex C-c C-x M-w
546 @item C-c C-x M-w
547 Copy subtree to kill ring.
548 @kindex C-c C-x C-y
549 @item C-c C-x C-y
550 Yank subtree from kill ring. This does modify the level of the subtree to
551 make sure the tree fits in nicely at the yank position. The yank
552 level can also be specified with a prefix arg, or by yanking after a
553 headline marker like @samp{****}.
554 @end table
555
556 @cindex region, active
557 @cindex active region
558 @cindex transient-mark-mode
559 When there is an active region (transient-mark-mode), promotion and
560 demotion work on all headlines in the region. To select a region of
561 headlines, it is best to place both point and mark at the beginning of a
562 line, mark at the beginning of the first headline, and point at the line
563 just after the last headline to change. Note that when the cursor is
564 inside a table (@pxref{Tables}), the Meta-Cursor keys have different
565 functionality.
566
567 @node Archiving, Sparse trees, Structure editing, Document structure
568 @section Archiving
569 @cindex archiving
570 @cindex filing subtrees
571
572 When a project represented by a (sub)tree is finished, you may want
573 to move the tree to an archive place, either in the same file under a
574 special top-level heading, or even to a different file.
575 @table @kbd
576 @kindex C-c $
577 @item @kbd{C-c $}
578 Archive the subtree starting at the cursor position to the location
579 given by @code{org-archive-location}.
580 @end table
581
582 @cindex archive locations
583 The default archive is a file in the same directory as the current
584 file, with the name derived by appending @file{_archive} to the
585 current file name. For information and examples on how to change
586 this, see the documentation string of the variable
587 @code{org-archive-location}. If you are also using the Org-mode
588 agenda, archiving to a different file is a good way to keep archived
589 trees from contributing agenda items.
590
591 @node Sparse trees, Plain lists, Archiving, Document structure
592 @section Sparse trees
593 @cindex sparse trees
594 @cindex trees, sparse
595 @cindex folding, sparse trees
596 @cindex occur, command
597
598 An important feature of Org-mode is the ability to construct
599 @emph{sparse trees} for selected information in an outline tree. A
600 sparse tree means that the entire document is folded as much as
601 possible, but the selected information is made visible along with the
602 headline structure above it@footnote{See also the variables
603 @code{org-show-hierarchy-above} and
604 @code{org-show-following-heading}.}. Just try it out and you will see
605 immediately how it works.
606
607 Org-mode contains several commands creating such trees. The most
608 basic one is @command{org-occur}:
609
610 @table @kbd
611 @kindex C-c /
612 @item C-c /
613 Occur. Prompts for a regexp and shows a sparse tree with all matches.
614 If the match is in a headline, the headline is made visible. If the
615 match is in the body of an entry, headline and body are made visible.
616 In order to provide minimal context, also the full hierarchy of
617 headlines above the match is shown, as well as the headline following
618 the match. Each match is also highlighted, the highlights disappear
619 when the buffer is changed with an editing command.
620 @end table
621 @noindent
622 For frequently used sparse trees of specific search strings, you can
623 use the variable @code{org-agenda-custom-commands} to define fast
624 keyboard access to specific sparse trees. These commands will then be
625 accessible through the agenda dispatcher (@pxref{Agenda dispatcher}).
626 For example:
627
628 @lisp
629 (setq org-agenda-custom-commands
630 '(("f" occur-tree "FIXME")))
631 @end lisp
632
633 @noindent will define the key @kbd{C-c a f} as a shortcut for creating
634 a sparse tree matching the string @samp{FIXME}.
635
636 Other commands are using sparse trees as well. For example @kbd{C-c
637 C-v} creates a sparse TODO tree (@pxref{TODO basics}).
638
639 @kindex C-c C-x v
640 @cindex printing sparse trees
641 @cindex visible text, printing
642 To print a sparse tree, you can use the Emacs command
643 @code{ps-print-buffer-with-faces} which does not print invisible parts
644 of the document @footnote{This does not work under XEmacs, because
645 XEmacs uses selective display for outlining, not text properties}.
646 Or you can use the command @kbd{C-c C-x v} to copy the visible part of
647 the document to another file (extension @file{.txt}) which can then be
648 printed in any desired way.
649
650
651 @node Plain lists, , Sparse trees, Document structure
652 @section Plain lists
653 @cindex plain lists
654 @cindex lists, plain
655 @cindex lists, ordered
656 @cindex ordered lists
657
658 Headlines define both the structure of the Org-mode file, and also lists
659 (for example, TODO items (@pxref{TODO items}) should be created using
660 headline levels). However, when taking notes, the plain text is
661 sometimes easier to read with hand-formatted lists. Org-mode supports
662 editing such lists, and the HTML exporter (@pxref{Exporting}) does
663 parse and format them.
664
665 Org-mode knows ordered and unordered lists. Unordered list items start
666 with @samp{-}, @samp{+}, or @samp{*}@footnote{When using @samp{*} as a
667 bullet, lines must be indented or they will be seen as top-level
668 headlines. Also, when you are hiding leading stars to get a clean
669 outline view, plain list items starting with a star are visually
670 indistinguishable from true headlines. In short: even though @samp{*}
671 is supported, it may be better to not use it for plain list items} as
672 bullets. Ordered list items start with @samp{1.} or @samp{1)}. Items
673 belonging to the same list must have the same indentation on the first
674 line. In particular, if an ordered list reaches number @samp{10.}, then
675 the 2--digit numbers must be written left-aligned with the other numbers
676 in the list. Indentation also determines the end of a list item. It
677 ends before the next line that is indented like the bullet/number, or
678 less. For example:
679
680 @example
681 ** Lord of the Rings
682 My favorite scenes are (in this order)
683 1. Eowyns fight with the witch king
684 + this was already my favorite scene in the book
685 + I really like Miranda Otto.
686 2. The attack of the Rohirrim
687 3. Peter Jackson being shot by Legolas
688 - on DVD only
689 He makes a really funny face when it happens.
690 @end example
691
692 Org-mode supports these lists by tuning filling and wrapping commands
693 to correctly deal with them. Furthermore, the following commands act
694 on items when the cursor is in the first line of an item (the line
695 with the bullet or number).
696
697 @table @kbd
698 @kindex @key{TAB}
699 @item @key{TAB}
700 Items can be folded just like headline levels if you set the variable
701 @code{org-cycle-include-plain-lists}. The level of an item is then
702 given by the indentation of the bullet/number. However, items are
703 always subordinate to real headlines, the hierarchies remain
704 completely separated.
705 @kindex M-@key{RET}
706 @item M-@key{RET}
707 Insert new item at current level. With prefix arg, force a new heading
708 (@pxref{Structure editing}). If this command is used in the middle of a
709 line, the line is @emph{split} and the rest of the line becomes the new
710 item. If this command is executed in the @emph{whitespace before a bullet or
711 number}, the new item is created @emph{before} the current item. If the
712 command is executed in the white space before the text that is part of
713 an item but does not contain the bullet, a bullet is added to the
714 current line.
715 @kindex M-S-@key{up}
716 @kindex M-S-@key{down}
717 @item M-S-@key{up}
718 @itemx M-S-@key{down}
719 Move the item including subitems up/down (swap with previous/next item
720 of same indentation). If the list is ordered, renumbering is
721 automatic.
722 @kindex M-S-@key{left}
723 @kindex M-S-@key{right}
724 @item M-S-@key{left}
725 @itemx M-S-@key{right}
726 Decrease/increase the indentation of the item, including subitems.
727 Initially, the item tree is selected based on current indentation.
728 When these commands are executed several times in direct succession,
729 the initially selected region is used, even if the new indentation
730 would imply a different hierarchy. To use the new hierarchy, break
731 the command chain with a cursor motion or so.
732 @kindex C-c C-c
733 @item C-c C-c
734 Renumber the ordered list at the cursor.
735 @end table
736
737 @node Tables, Hyperlinks, Document structure, Top
738 @chapter Tables
739 @cindex tables
740 @cindex editing tables
741
742 Org-mode has a very fast and intuitive table editor built-in.
743 Spreadsheet-like calculations are supported in connection with the
744 Emacs @file{calc} package.
745
746 @menu
747 * Built-in table editor:: Simple tables
748 * Narrow columns:: Stop wasting space in tables
749 * Table calculations:: Compute a field from other fields
750 * orgtbl-mode:: The table editor as minor mode
751 * table.el:: Complex tables
752 @end menu
753
754 @node Built-in table editor, Narrow columns, Tables, Tables
755 @section The built-in table editor
756 @cindex table editor, builtin
757
758 Org-mode makes it easy to format tables in plain ASCII. Any line with
759 @samp{|} as the first non-white character is considered part of a
760 table. @samp{|} is also the column separator. A table might look
761 like this:
762
763 @example
764 | Name | Phone | Age |
765 |-------+-------+-----|
766 | Peter | 1234 | 17 |
767 | Anna | 4321 | 25 |
768 @end example
769
770 A table is re-aligned automatically each time you press @key{TAB} or
771 @key{RET} or @kbd{C-c C-c} inside the table. @key{TAB} also moves to
772 the next field (@key{RET} to the next row) and creates new table rows
773 at the end of the table or before horizontal lines. The indentation
774 of the table is set by the first line. Any line starting with
775 @samp{|-} is considered as a horizontal separator line and will be
776 expanded on the next re-align to span the whole table width. So, to
777 create the above table, you would only type
778
779 @example
780 |Name|Phone|Age
781 |-
782 @end example
783
784 @noindent and then press @key{TAB} to align the table and start filling in
785 fields.
786
787 When typing text into a field, Org-mode treats @key{DEL},
788 @key{Backspace}, and all character keys in a special way, so that
789 inserting and deleting avoids shifting other fields. Also, when
790 typing @emph{immediately after the cursor was moved into a new field
791 with @kbd{@key{TAB}}, @kbd{S-@key{TAB}} or @kbd{@key{RET}}}, the
792 field is automatically made blank. If this behavior is too
793 unpredictable for you, configure the variables
794 @code{org-enable-table-editor} and @code{org-table-auto-blank-field}.
795
796 @table @kbd
797 @tsubheading{Creation and conversion}
798 @kindex C-c |
799 @item C-c |
800 Convert the active region to table. If every line contains at least one
801 TAB character, the function assumes that the material is tab separated.
802 If not, lines are split at whitespace into fields. You can use a prefix
803 argument to indicate the minimum number of consecutive spaces required
804 to identify a field separator (default: just one).@*
805 If there is no active region, this command creates an empty Org-mode
806 table. However, it's easier to just start typing, like
807 @kbd{|Name|Phone|Age @key{RET} |- @key{TAB}}.
808
809 @tsubheading{Re-aligning and field motion}
810 @kindex C-c C-c
811 @item C-c C-c
812 Re-align the table without moving the cursor.
813
814 @kindex @key{TAB}
815 @item @key{TAB}
816 Re-align the table, move to the next field. Creates a new row if
817 necessary.
818
819 @kindex S-@key{TAB}
820 @item S-@key{TAB}
821 Re-align, move to previous field.
822
823 @kindex @key{RET}
824 @item @key{RET}
825 Re-align the table and move down to next row. Creates a new row if
826 necessary. At the beginning or end of a line, @key{RET} still does
827 NEWLINE, so it can be used to split a table.
828
829 @tsubheading{Column and row editing}
830 @kindex M-@key{left}
831 @kindex M-@key{right}
832 @item M-@key{left}
833 @itemx M-@key{right}
834 Move the current column left/right.
835
836 @kindex M-S-@key{left}
837 @item M-S-@key{left}
838 Kill the current column.
839
840 @kindex M-S-@key{right}
841 @item M-S-@key{right}
842 Insert a new column to the left of the cursor position.
843
844 @kindex M-@key{up}
845 @kindex M-@key{down}
846 @item M-@key{up}
847 @itemx M-@key{down}
848 Move the current row up/down.
849
850 @kindex M-S-@key{up}
851 @item M-S-@key{up}
852 Kill the current row or horizontal line.
853
854 @kindex M-S-@key{down}
855 @item M-S-@key{down}
856 Insert a new row above (with arg: below) the current row.
857
858 @kindex C-c -
859 @item C-c -
860 Insert a horizontal line below current row. With prefix arg, the line
861 is created above the current line.
862
863 @kindex C-c ^
864 @item C-c ^
865 Sort the table lines in the region. Point and mark must be in the first
866 and last line to be included, and must be in the column that should be
867 used for sorting. The command prompts for numerical versus
868 alphanumerical sorting.
869
870 @tsubheading{Regions}
871 @kindex C-c C-x M-w
872 @item C-c C-x M-w
873 Copy a rectangular region from a table to a special clipboard. Point
874 and mark determine edge fields of the rectangle. The process ignores
875 horizontal separator lines.
876 @kindex C-c C-x C-w
877 @item C-c C-x C-w
878 Copy a rectangular region from a table to a special clipboard, and
879 blank all fields in the rectangle. So this is the ``cut'' operation.
880 @kindex C-c C-x C-y
881 @item C-c C-x C-y
882 Paste a rectangular region into a table.
883 The upper right corner ends up in the current field. All involved fields
884 will be overwritten. If the rectangle does not fit into the present table,
885 the table is enlarged as needed. The process ignores horizontal separator
886 lines.
887 @kindex C-c C-q
888 @item C-c C-q
889 Wrap several fields in a column like a paragraph. If there is an active
890 region, and both point and mark are in the same column, the text in the
891 column is wrapped to minimum width for the given number of lines. A
892 prefix ARG may be used to change the number of desired lines. If there
893 is no region, the current field is split at the cursor position and the
894 text fragment to the right of the cursor is prepended to the field one
895 line down. If there is no region, but you specify a prefix ARG, the
896 current field is made blank, and the content is appended to the field
897 above.
898
899 @tsubheading{Calculations}
900 @cindex formula, in tables
901 @cindex calculations, in tables
902 @kindex C-c =
903 @item C-c =
904 Install a new formula for the current column and replace current field
905 with the result of the formula.
906
907 @kindex C-u C-c =
908 @item C-u C-c =
909 Install a new formula for the current field, which must be a named
910 field. Evaluate the formula and replace the field content with the
911 result.
912
913 @kindex C-c '
914 @item C-c '
915 Edit all formulas associated with the current table in a separate
916 buffer.
917
918 @kindex C-c *
919 @item C-c *
920 Recalculate the current row by applying the stored formulas from left
921 to right. When called with a @kbd{C-u} prefix, recalculate the
922 entire table, starting with the first non-header line (i.e. below the
923 first horizontal separator line). For details, see @ref{Table calculations}.
924
925 @kindex C-#
926 @item C-#
927 Rotate the calculation mark in first column through the states
928 @samp{}, @samp{#}, @samp{*}, @samp{!}, @samp{$}. For the meaning of
929 these marks see @ref{Advanced features}. When there is an active
930 region, change all marks in the region.
931
932 @kindex C-c ?
933 @item C-c ?
934 Which table column is the cursor in? Displays number >0 in echo
935 area.
936
937 @cindex region, active
938 @cindex active region
939 @cindex transient-mark-mode
940 @kindex C-c +
941 @item C-c +
942 Sum the numbers in the current column, or in the rectangle defined by
943 the active region. The result is shown in the echo area and can
944 be inserted with @kbd{C-y}.
945
946 @kindex S-@key{RET}
947 @item S-@key{RET}
948 When current field is empty, copy from first non-empty field above.
949 When not empty, copy current field down to next row and move cursor
950 along with it. Depending on the variable
951 @code{org-table-copy-increment}, integer field values will be
952 incremented during copy. This key is also used by CUA-mode
953 (@pxref{Interaction}).
954
955 @tsubheading{Miscellaneous}
956 @kindex C-c `
957 @item C-c `
958 Edit the current field in a separate window. This is useful for fields
959 that are not fully visible (@pxref{Narrow columns}). When called with a
960 @kbd{C-u} prefix, just make the full field visible, so that it can be
961 edited in place.
962
963 @kindex C-c @key{TAB}
964 @item C-c @key{TAB}
965 This is an alias for @kbd{C-u C-c `} to make the current field fully
966 visible.
967
968 @item M-x org-table-import
969 Import a file as a table. The table should be TAB- or whitespace
970 separated. Useful, for example, to import an Excel table or data from a
971 database, because these programs generally can write TAB-separated text
972 files. This command works by inserting the file into the buffer and
973 then converting the region to a table. Any prefix argument is passed on
974 to the converter, which uses it to determine the separator.
975
976 @item M-x org-table-export
977 Export the table as a TAB-separated file. Useful for data exchange with,
978 for example, Excel or database programs.
979
980 @end table
981
982 If you don't like the automatic table editor because it gets in your
983 way on lines which you would like to start with @samp{|}, you can turn
984 it off with
985
986 @lisp
987 (setq org-enable-table-editor nil)
988 @end lisp
989
990 @noindent The only table command which then still works is
991 @kbd{C-c C-c} to do a manual re-align.
992
993 @node Narrow columns, Table calculations, Built-in table editor, Tables
994 @section Narrow columns
995 @cindex narrow columns in tables
996
997 The width of columns is automatically determined by the table editor.
998 Sometimes a single field or a few fields need to carry more text,
999 leading to inconveniently wide columns. To limit@footnote{This feature
1000 does not work on XEmacs.} the width of a column, one field anywhere in
1001 the column must carry the string @samp{<N>} where @samp{N} is an integer
1002 specifying the width of the column in characters. The next re-align
1003 will then set the width of this column to no more than this value.
1004
1005 @example
1006 |---+------------------------------| |---+--------|
1007 | | | | | <6> |
1008 | 1 | one | | 1 | one |
1009 | 2 | two | ----\ | 2 | two |
1010 | 3 | This is a long chunk of text | ----/ | 3 | This=> |
1011 | 4 | four | | 4 | four |
1012 |---+------------------------------| |---+--------|
1013 @end example
1014
1015 @noindent
1016 Fields that are wider become clipped and end in the string @samp{=>}.
1017 Note that the full text is still in the buffer, it is only invisible.
1018 To see the full text, hold the mouse over the field - a tooltip window
1019 will show the full content. To edit such a field, use the command
1020 @kbd{C-c `} (that is @kbd{C-c} followed by the backquote). This will
1021 open a new window with the full field. Edit it and finish with @kbd{C-c
1022 C-c}.
1023
1024 When visiting a file containing a table with narrowed columns, the
1025 necessary character hiding has not yet happened, and the table needs to
1026 be aligned before it looks nice. Setting the option
1027 @code{org-startup-align-all-tables} will realign all tables in a file
1028 upon visiting, but also slow down startup. You can also set this option
1029 on a per-file basis with:
1030
1031 @example
1032 #+STARTUP: align
1033 #+STARTUP: noalign
1034 @end example
1035
1036 @node Table calculations, orgtbl-mode, Narrow columns, Tables
1037 @section Calculations in tables
1038 @cindex calculations, in tables
1039 @cindex spreadsheet capabilities
1040 @cindex @file{calc} package
1041
1042 The table editor makes use of the Emacs @file{calc} package to
1043 implement spreadsheet-like capabilities. Org-mode has two levels of
1044 complexity for table calculations. On the basic level, tables do only
1045 horizontal computations, so a field can be computed from other fields
1046 @emph{in the same row}, and Org-mode assumes that there is only one
1047 formula for each column. This is very efficient to work with and
1048 enough for many tasks. On the complex level, columns and individual
1049 fields can be named for easier referencing in formulas, individual
1050 named fields can have their own formula associated with them, and
1051 recalculation can be automated.
1052
1053 @menu
1054 * Formula syntax:: How to write a formula
1055 * Column formulas:: Formulas valid for all fields in a column
1056 * Advanced features:: Field names, parameters and automatic recalc
1057 * Named-field formulas:: Formulas valid in single fields
1058 * Editing/debugging formulas:: Changing a stored formula
1059 * Appetizer:: Taste the power of calc
1060 @end menu
1061
1062 @node Formula syntax, Column formulas, Table calculations, Table calculations
1063 @subsection Formula syntax
1064 @cindex formula syntax
1065 @cindex syntax, of formulas
1066
1067 A formula can be any algebraic expression understood by the Emacs
1068 @file{calc} package. Note that @file{calc} has the slightly
1069 non-standard convention that @samp{/} has lower precedence than
1070 @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before
1071 evaluation by @code{calc-eval} (@pxref{Calling Calc from Your
1072 Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs
1073 Calc Manual}), variable substitution takes place:
1074
1075 @example
1076 $ @r{refers to the current field}
1077 $3 @r{refers to the field in column 3 of the current row}
1078 $3..$7 @r{a vector of the fields in columns 3-7 of current row}
1079 $P1..$P3 @r{vector of column range, using column names}
1080 &2 @r{second data field above the current, in same column}
1081 &5-2 @r{vector from fifth to second field above current}
1082 &III-II @r{vector of fields between 2nd and 3rd hline above}
1083 &III @r{vector of fields between third hline above and current field}
1084 $name @r{a named field, parameter or constant}
1085 @end example
1086
1087 @cindex vectors, in table calculations
1088 The range vectors can be directly fed into the calc vector functions
1089 like @samp{vmean} and @samp{vsum}.
1090
1091 @cindex name, of column or field
1092 @cindex constants, in calculations
1093 @samp{$name} is interpreted as the name of a column, parameter or
1094 constant. Constants are defined globally through the variable
1095 @code{org-table-formula-constants}. If you have the
1096 @file{constants.el} package, it will also be used to resolve
1097 constants, including natural constants like @samp{$h} for Planck's
1098 constant, and units like @samp{$km} for kilometers. Column names and
1099 parameters can be specified in special table lines. These are
1100 described below, see @ref{Advanced features}.
1101
1102 @cindex format specifier
1103 @cindex mode, for @file{calc}
1104 A formula can contain an optional mode string after a semicolon. This
1105 string consists of flags to influence calc's modes@footnote{By
1106 default, Org-mode uses the standard calc modes (precision 12, angular
1107 units degrees, fraction and symbolic modes off). However, the display
1108 format has been changed to @code{(float 5)} to keep tables compact.
1109 The default settings can be configured using the variable
1110 @code{org-calc-default-modes}.} during execution, e.g. @samp{p20} to
1111 switch the internal precision to 20 digits, @samp{n3}, @samp{s3},
1112 @samp{e2} or @samp{f4} to switch to normal, scientific, engineering,
1113 or fixed display format, respectively, and @samp{D}, @samp{R}, @samp{F},
1114 and @samp{S} to turn on degrees, radians, fraction and symbolic modes,
1115 respectively. In addition, you may provide a @code{printf} format
1116 specifier to reformat the final result. A few examples:
1117
1118 @example
1119 $1+$2 @r{Sum of first and second field}
1120 $1+$2;%.2f @r{Same, format result to two decimals}
1121 exp($2)+exp($1) @r{Math functions can be used}
1122 $;%.1f @r{Reformat current cell to 1 decimal}
1123 ($3-32)*5/9 @r{Degrees F -> C conversion}
1124 $c/$1/$cm @r{Hz -> cm conversion, using @file{constants.el}}
1125 tan($1);Dp3s1 @r{Compute in degrees, precision 3, display SCI 1}
1126 sin($1);Dp3%.1e @r{Same, but use printf specifier for display}
1127 vmean($2..$7) @r{Compute column range mean, using vector function}
1128 vsum(&III) @r{Sum numbers from 3rd hline above, up to here}
1129 taylor($3,x=7,2) @r{taylor series of $3, at x=7, second degree}
1130 @end example
1131
1132 @node Column formulas, Advanced features, Formula syntax, Table calculations
1133 @subsection Column formulas
1134 @cindex column formula
1135 @cindex formula, for table column
1136
1137 To apply a formula to a field, type it directly into the field,
1138 preceded by an equal sign, like @samp{=$1+$2}. When you press
1139 @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in the
1140 field, the formula will be stored as the formula for the current
1141 column, evaluated and the current field replaced with the result. If
1142 the field contains only @samp{=}, the previously stored formula for
1143 this column is used.
1144
1145 For each column, Org-mode will remember the most recently used
1146 formula. The information is stored in a special line starting with
1147 @samp{#+TBLFM} directly below the table. When adding/deleting/moving
1148 columns with the appropriate commands, the stored equations will be
1149 modified accordingly. When a column used in a calculation is removed,
1150 references to this column become invalid and will cause an error upon
1151 applying the equation.
1152
1153 Instead of typing an equation into the field, you may also use the
1154 command @kbd{C-c =}. It prompts for a formula (with default taken
1155 from the @samp{#+TBLFM:} line) and applies it to the current field. A
1156 numerical prefix (e.g. @kbd{C-5 C-c =}) will apply it to that many
1157 subsequent fields in the current column.
1158
1159 @cindex recomputing table fields
1160 To recompute all the fields in a line, use the command @kbd{C-c *}.
1161 It re-applies all stored equations to the current row, from left to
1162 right. With a @kbd{C-u} prefix, this will be done to every line in
1163 the table, so use this command it you want to make sure the entire
1164 table is up-to-date. @kbd{C-u C-c C-c} is another way to update the
1165 entire table. Global updating does not touch the line(s) above the
1166 first horizontal separator line, assuming that this is the table
1167 header.
1168
1169 @node Advanced features, Named-field formulas, Column formulas, Table calculations
1170 @subsection Advanced features
1171
1172 If you want the recalculation of fields to happen automatically,
1173 or if you want to be able to assign a formula to an individual field
1174 (instead of an entire column) you need to reserve the first column of
1175 the table for special marking characters. Here is an example of a
1176 table that collects exam results of students and makes use of these
1177 features:
1178
1179 @example
1180 @group
1181 |---+---------+--------+--------+--------+-------+------|
1182 | | Student | Prob 1 | Prob 2 | Prob 3 | Total | Note |
1183 |---+---------+--------+--------+--------+-------+------|
1184 | ! | | P1 | P2 | P3 | Tot | |
1185 | # | Maximum | 10 | 15 | 25 | 50 | 10.0 |
1186 | ^ | | m1 | m2 | m3 | mt | |
1187 |---+---------+--------+--------+--------+-------+------|
1188 | # | Peter | 10 | 8 | 23 | 41 | 8.2 |
1189 | # | Sara | 6 | 14 | 19 | 39 | 7.8 |
1190 | # | Sam | 2 | 4 | 3 | 9 | 1.8 |
1191 |---+---------+--------+--------+--------+-------+------|
1192 | | Average | | | | 29.7 | |
1193 | ^ | | | | | at | |
1194 | $ | max=50 | | | | | |
1195 |---+---------+--------+--------+--------+-------+------|
1196 #+TBLFM: $6=vsum($P1..$P3)::$7=10*$Tot/$max;%.1f::$at=vmean(&II);%.1f
1197 @end group
1198 @end example
1199
1200 @noindent @b{Important}: Please note that for these special tables,
1201 recalculating the table with @kbd{C-u C-c *} will only affect rows
1202 which are marked @samp{#} or @samp{*}, and named fields. The column
1203 formulas are not applied in rows with empty first field.
1204
1205 @cindex marking characters, tables
1206 The marking characters have the following meaning:
1207 @table @samp
1208 @item !
1209 The fields in this line define names for the columns, so that you may
1210 refer to a column as @samp{$Tot} instead of @samp{$6}.
1211 @item ^
1212 This row defines names for the fields @emph{above} the row. With such
1213 a definition, any formula in the table may use @samp{$m1} to refer to
1214 the value @samp{10}. Also, named fields can have their own formula
1215 associated with them.
1216 @item _
1217 Similar to @samp{^}, but defines names for the fields in the row
1218 @emph{below}.
1219 @item $
1220 Fields in this row can define @emph{parameters} for formulas. For
1221 example, if a field in a @samp{$} row contains @samp{max=50}, then
1222 formulas in this table can refer to the value 50 using @samp{$max}.
1223 Parameters work exactly like constants, only that they can be defined on
1224 a per-table basis. Changing a parameter and then recalculating the
1225 table can be useful.
1226 @item #
1227 Fields in this row are automatically recalculated when pressing
1228 @key{TAB} or @key{RET} or @kbd{S-@key{TAB}} in this row. Also, this row
1229 is selected for a global recalculation with @kbd{C-u C-c *}. Unmarked
1230 lines will be left alone by this command.
1231 @item *
1232 Selects this line for global recalculation with @kbd{C-u C-c *}, but
1233 not for automatic recalculation. Use this when automatic
1234 recalculation slows down editing too much.
1235 @item
1236 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
1237 All lines that should be recalculated should be marked with @samp{#}
1238 or @samp{*}.
1239 @end table
1240
1241 @node Named-field formulas, Editing/debugging formulas, Advanced features, Table calculations
1242 @subsection Named-field formulas
1243 @cindex named field formula
1244 @cindex formula, for named table field
1245
1246 A named field can have its own formula associated with it. In the
1247 example above, this is used for the @samp{at} field that contains
1248 the average result of the students. To enter a formula for a named
1249 field, just type it into the buffer, preceded by @samp{:=}. Or use
1250 @kbd{C-u C-c =}. This equation will be stored below the table like
1251 @samp{$name=...}. Any recalculation in the table (even if only
1252 requested for the current line) will also update all named field
1253 formulas.
1254
1255 @node Editing/debugging formulas, Appetizer, Named-field formulas, Table calculations
1256 @subsection Editing and debugging formulas
1257 @cindex formula editing
1258 @cindex editing, of table formulas
1259
1260 To edit a column or field formula, use the commands @kbd{C-c
1261 =} and @kbd{C-u C-c =}, respectively. The currently active expression
1262 is then presented as default in the minibuffer, where it may be edited.
1263
1264 Note that making a table field blank does not remove the formula
1265 associated with the field - during the next recalculation the field
1266 will be filled again. To remove a formula from a field, you have to
1267 give an empty reply when prompted for the formula, or to edit the
1268 @samp{#+TBLFM} line.
1269
1270 @kindex C-c C-c
1271 You may edit the @samp{#+TBLFM} directly and re-apply
1272 the changed equations with @kbd{C-c C-c} in that line, or with the
1273 normal recalculation commands in the table.
1274
1275 @kindex C-c '
1276 @kindex C-c C-c
1277 @kindex C-c C-q
1278 @kindex C-c ?
1279 In particular for large tables with many formulas, it is convenient to
1280 use the command @kbd{C-c '} to edit the formulas of the current table
1281 in a separate buffer. That buffer will show the formulas one per
1282 line, and you are free to edit, add and remove formulas. Press
1283 @kbd{C-c ?} on a @samp{$...} expression to get information about its
1284 interpretation. Exiting the buffer with @kbd{C-c C-c} only stores the
1285 modified formulas below the table. Exiting with @kbd{C-u C-c C-c}
1286 also applies them to the entire table. @kbd{C-c C-q} exits without
1287 installing the changes.
1288
1289 When the evaluation of a formula leads to an error, the field content
1290 becomes the string @samp{#ERROR}. If you would like see what is going
1291 on during variable substitution and calculation in order to find a
1292 bug, turn on formula debugging in the menu and repeat the calculation,
1293 for example by pressing @kbd{C-c = @key{RET}} in a field.
1294 Detailed information will be displayed.
1295
1296 @node Appetizer, , Editing/debugging formulas, Table calculations
1297 @subsection Appetizer
1298
1299 Finally, just to wet your appetite on what can be done with the fantastic
1300 @file{calc} package, here is a table that computes the Taylor series
1301 for a couple of functions (homework: try that with Excel :-)
1302
1303 @example
1304 @group
1305 |---+-------------+---+-----+--------------------------------------|
1306 | | Func | n | x | Result |
1307 |---+-------------+---+-----+--------------------------------------|
1308 | # | exp(x) | 1 | x | 1 + x |
1309 | # | exp(x) | 2 | x | 1 + x + x^2 / 2 |
1310 | # | exp(x) | 3 | x | 1 + x + x^2 / 2 + x^3 / 6 |
1311 | # | x^2+sqrt(x) | 2 | x=0 | x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2 |
1312 | # | x^2+sqrt(x) | 2 | x=1 | 2 + 2.5 x - 2.5 + 0.875 (x - 1)^2 |
1313 | * | tan(x) | 3 | x | 0.0175 x + 1.77e-6 x^3 |
1314 |---+-------------+---+-----+--------------------------------------|
1315 #+TBLFM: $5=taylor($2,$4,$3);n3
1316 @end group
1317 @end example
1318
1319 @node orgtbl-mode, table.el, Table calculations, Tables
1320 @section The Orgtbl minor mode
1321 @cindex orgtbl-mode
1322 @cindex minor mode for tables
1323
1324 If you like the intuitive way the Org-mode table editor works, you
1325 might want to use it also in other modes like text-mode or mail-mode.
1326 The minor mode Orgtbl-mode makes this possible. You can always toggle
1327 the mode with @kbd{M-x orgtbl-mode}. To turn it on by default, for
1328 example in mail mode, use
1329
1330 @lisp
1331 (add-hook 'mail-mode-hook 'turn-on-orgtbl)
1332 @end lisp
1333
1334 @node table.el, , orgtbl-mode, Tables
1335 @section The @file{table.el} package
1336 @kindex C-c C-c
1337 @cindex table editor, @file{table.el}
1338 @cindex @file{table.el}
1339
1340 Complex ASCII tables with automatic line wrapping, column- and
1341 row-spanning, and alignment can be created using the Emacs table
1342 package by Takaaki Ota (@uref{http://sourceforge.net/projects/table},
1343 and also part of Emacs 22).
1344 When @key{TAB} or @kbd{C-c C-c} is pressed in such a table, Org-mode
1345 will call @command{table-recognize-table} and move the cursor into the
1346 table. Inside a table, the keymap of Org-mode is inactive. In order
1347 to execute Org-mode-related commands, leave the table.
1348
1349 @table @kbd
1350 @kindex C-c C-c
1351 @item C-c C-c
1352 Recognize @file{table.el} table. Works when the cursor is in a
1353 table.el table.
1354
1355 @kindex C-c ~
1356 @item C-c ~
1357 Insert a table.el table. If there is already a table at point, this
1358 command converts it between the table.el format and the Org-mode
1359 format. See the documentation string of the command
1360 @code{org-convert-table} for the restrictions under which this is
1361 possible.
1362 @end table
1363
1364 @node Hyperlinks, TODO items, Tables, Top
1365 @chapter Hyperlinks
1366 @cindex hyperlinks
1367
1368 Just like HMTL, Org-mode provides links inside a file, and external
1369 links to other files, Usenet articles, emails and much more.
1370
1371 @menu
1372 * Link format:: How links in Org-mode are formatted
1373 * Internal links:: Links to other places in the current file
1374 * External links:: URL-like links to the world
1375 * Managing links:: Creating, inserting and following
1376 * Search Options:: Linking to a specific location
1377 * Remember:: Org-trees store quick notes
1378 @end menu
1379
1380 @node Link format, Internal links, Hyperlinks, Hyperlinks
1381 @section Link format
1382 @cindex link format
1383 @cindex format, of links
1384
1385 Org-mode will recognize plain URL-like links and activate them as
1386 clickable links. However, the general link format looks like this:
1387
1388 @example
1389 [[link][description]] @r{or alternatively} [[link]]
1390 @end example
1391
1392 Once a link in the buffer is complete (all brackets present), Org-mode
1393 will change the display so that @samp{description} is displayed instead
1394 of @samp{[[link][description]]} and @samp{link} is displayed instead of
1395 @samp{[[link]]}. Links will be highlighted in the face @code{org-link},
1396 which by default is an underlined face. You can directly edit the
1397 visible part of a link. Note that this can be either the @samp{link}
1398 part (if there is not description) or the @samp{description} part. To
1399 edit also the invisible @samp{link} part, use @kbd{C-c C-l} with the
1400 cursor on the link.
1401
1402 If you place the cursor at the beginning or just behind the end of the
1403 displayed text and press @key{BACKSPACE}, you will remove the
1404 (invisible) bracket at that location. This makes the link incomplete
1405 and the internals are again displayed as plain text. Inserting the
1406 missing bracket does hide the link internals again. To show the
1407 internal structure of all links, use the menu entry
1408 @code{Org->Hyperlinks->Literal links}.
1409
1410 @node Internal links, External links, Link format, Hyperlinks
1411 @section Internal links
1412 @cindex internal links
1413 @cindex links, internal
1414 @cindex CamelCase links
1415
1416 If the link text does not look like a URL, links are considered to be
1417 internal in the current file. Links such as @samp{[[My Target]]} or
1418 @samp{[[My Target][Find my target]]} lead to a text search in the
1419 current file. The link can be followed with @kbd{C-c C-o} when the
1420 cursor is on the link, or with a mouse click (@pxref{Managing links}).
1421 The preferred match for such a link is a dedicated target: The same
1422 string in double angular brackets. Targets may be located anywhere,
1423 often it is convenient to put them into a comment line, for example
1424
1425 @example
1426 # <<My Target>>
1427 @end example
1428
1429 @noindent In HTML export (@pxref{HTML export}), such targets will become
1430 named anchors for direct access through http links.
1431
1432 If no dedicated target exists, Org-mode will search for the words in the
1433 link, often removing the need for a dedicated target. In the above
1434 example the search would be for @samp{my target}. Links starting with a
1435 star like @samp{*My Target} restrict the search to headlines. When
1436 searching, Org-mode will first try an exact match, but then move on to
1437 more and more lenient searches. For example, the link @samp{[[*My
1438 Targets]]} will find any of the following:
1439
1440 @example
1441 ** My targets
1442 ** TODO my targets are bright
1443 ** my 20 targets are
1444 @end example
1445
1446 To insert a link targeting a headline, in-buffer completion can be used.
1447 Just type a star followed by a few optional letters into the buffer and
1448 press @kbd{M-@key{TAB}}. All headlines in the current buffer will be
1449 offered as completions. @xref{Managing links}, for more commands
1450 creating links.
1451
1452 Following a link pushes a mark onto Org-mode's own mark ring. You can
1453 return to the previous position with @kbd{C-c &}. Using this command
1454 several times in direct succession goes back to positions recorded
1455 earlier.
1456
1457 @menu
1458 * Radio targets:: Make targets trigger links in plain text.
1459 * CamelCase links:: Activating CamelCase words as links
1460 @end menu
1461
1462 @node Radio targets, CamelCase links, Internal links, Internal links
1463 @subsection Radio targets
1464
1465 You can configure Org-mode to link any occurrences of certain target
1466 names in normal text. So without explicitly creating a link, the text
1467 connects to the target radioing its position. Radio targets are
1468 enclosed by triple angular brackets. For example, a target
1469 @samp{<<<My Target>>>} causes each occurrence of @samp{my target} in
1470 normal text to become activated as a link. The Org-mode file is
1471 scanned automatically for radio targets only when the file is first
1472 loaded into Emacs. To update the target list during editing, press
1473 @kbd{C-c C-c} with the cursor on or at a target.
1474
1475 @node CamelCase links, , Radio targets, Internal links
1476 @subsection CamelCase words as links
1477 @cindex completion, of CamelCase links
1478 @cindex CamelCase links, completion of
1479
1480 Org-mode also supports CamelCase words as links. This feature is not
1481 turned on by default because of the inconsistencies this system suffers
1482 from. To activate CamelCase words as links, you need to customize
1483 the option @code{org-activate-links}. A CamelCase word then leads to a
1484 text search such that @samp{CamelCaseLink} is equivalent to
1485 @samp{[[camel case link]]}.
1486
1487 @node External links, Managing links, Internal links, Hyperlinks
1488 @section External links
1489 @cindex links, external
1490 @cindex external links
1491 @cindex links, external
1492 @cindex GNUS links
1493 @cindex BBDB links
1494 @cindex URL links
1495 @cindex file links
1496 @cindex VM links
1497 @cindex RMAIL links
1498 @cindex WANDERLUST links
1499 @cindex MH-E links
1500 @cindex USENET links
1501 @cindex SHELL links
1502
1503 Org-mode supports links to files, websites, Usenet and email messages;
1504 and BBDB database entries. External links are URL-like locators. The
1505 following list shows examples for each link type.
1506
1507 @example
1508 http://www.astro.uva.nl/~dominik @r{on the web}
1509 file:/home/dominik/images/jupiter.jpg @r{file, absolute path}
1510 file:papers/last.pdf @r{file, relative path}
1511 news:comp.emacs @r{Usenet link}
1512 mailto:adent@@galaxy.net @r{Mail link}
1513 vm:folder @r{VM folder link}
1514 vm:folder#id @r{VM message link}
1515 vm://myself@@some.where.org/folder#id @r{VM on remote machine}
1516 wl:folder @r{WANDERLUST folder link}
1517 wl:folder#id @r{WANDERLUST message link}
1518 mhe:folder @r{MH-E folder link}
1519 mhe:folder#id @r{MH-E message link}
1520 rmail:folder @r{RMAIL folder link}
1521 rmail:folder#id @r{RMAIL message link}
1522 gnus:group @r{GNUS group link}
1523 gnus:group#id @r{GNUS article link}
1524 bbdb:Richard Stallman @r{BBDB link}
1525 shell:ls *.org @r{A shell command}
1526 @end example
1527
1528 A link should be enclosed in double brackets and may contain a
1529 descriptive text to be displayed instead of the url (@pxref{Link
1530 format}), for example:
1531
1532 @example
1533 [[http://www.gnu.org/software/emacs/][GNU Emacs]]
1534 @end example
1535
1536 @cindex angular brackets, around links
1537 @cindex plain text external links
1538 Org-mode also finds external links in the normal text and activates them
1539 as links. If spaces must be part of the link (for example in
1540 @samp{bbdb:Richard Stallman}) or to remove ambiguities about the end of
1541 the link, enclose them in angular brackets.
1542
1543 @node Managing links, Search Options, External links, Hyperlinks
1544 @section Managing links
1545
1546 Org-mode provides methods to create a link in the correct syntax, to
1547 insert it into an org-mode file, and to follow the link.
1548
1549 @table @kbd
1550 @kindex C-c l
1551 @cindex storing links
1552 @item C-c l
1553 Store a link to the current location. This is a @emph{global} command
1554 which can be used in any buffer to create a link. The link will be
1555 stored for later insertion into an Org-mode buffer (see below). For VM,
1556 RMAIL, WANDERLUST, MH-E, GNUS and BBDB buffers, the link will point to
1557 the current article/entry. For W3 and W3M buffers, the link goes to the
1558 current URL. For Org-mode files, the current headline is targeted. For
1559 any other files, the link will point to the file, with a search string
1560 (@pxref{Search Options}) pointing to the contents of the current line.
1561 If there is an active region, the selected words will form the basis of
1562 the search string. The key binding @kbd{C-c l} is only a suggestion -
1563 see @ref{Installation and activation}.
1564
1565 @kindex C-c C-l
1566 @cindex link completion
1567 @cindex completion, of links
1568 @cindex inserting links
1569 @item C-c C-l
1570 Insert a link. This prompts for a link to be inserted into the buffer.
1571 You can just type a link, using text for an internal link, or one of the
1572 link type prefixes mentioned in the examples above. Through completion,
1573 all links stored during the current session can be accessed. The link
1574 will be formatted as given in the variable @code{org-link-format} and
1575 inserted into the buffer, along with a descriptive text. Note that you
1576 don't have to use this command to insert a link. Links in Org-mode are
1577 plain text, and you can type or paste them straight into the buffer.
1578 By using this command, the links are automatically enclosed in double
1579 brackets, and you will be asked for the optional descriptive text.
1580
1581 @kindex C-u C-c C-l
1582 @cindex file name completion
1583 @cindex completion, of file names
1584 @item C-u C-c C-l
1585 When @kbd{C-c C-l} is called with a @kbd{C-u} prefix argument, a link to
1586 a file will be inserted and you may use file name completion to select
1587 the name of the file. The path to the file is inserted relative to the
1588 directory of the current org file, if the linked file is in the current
1589 directory or in a subdirectory of it, or if the path is written relative
1590 to the current directory using @samp{../}. Otherwise an absolute path
1591 is used, if possible with @samp{~/} for your home directory. You can
1592 force an absolute path with two @kbd{C-u} prefixes.
1593
1594 @item C-c C-l @r{with cursor on existing link}
1595 When the cursor is on an existing link, @kbd{C-c C-l} allows to edit the
1596 link and description parts of the link.
1597
1598 @cindex following links
1599 @kindex C-c C-o
1600 @item C-c C-o
1601 Open link at point. This will launch a web browser for URLs (using
1602 @command{browse-url-at-point}), run vm/mh-e/wanderlust/rmail/gnus/bbdb
1603 for the corresponding links, and execute the command in a shell link.
1604 When the cursor is on an internal link, this commands runs the
1605 corresponding search. When the cursor is on a TAGS list in a headline,
1606 it creates the corresponding TAGS view. If the cursor is on a time
1607 stamp, it compiles the agenda for that date. Furthermore, it will visit
1608 text files in @samp{file:} links with Emacs and select a suitable
1609 application for non-text files. Classification of files is based on
1610 file extension only. See option @code{org-file-apps}. If you want to
1611 override the default application and visit the file with Emacs, use a
1612 @kbd{C-u} prefix.
1613
1614 @kindex mouse-2
1615 @kindex mouse-1
1616 @item mouse-2
1617 @itemx mouse-1
1618 On links, @kbd{mouse-2} will open the link just like @kbd{C-c C-o}
1619 would. Under Emacs 22, also @kbd{mouse-1} will follow a link.
1620
1621 @kindex mouse-3
1622 @item mouse-3
1623 Like @kbd{mouse-2}, but force file links to be opened with Emacs.
1624
1625 @cindex mark ring
1626 @kindex C-c %
1627 @item C-c %
1628 Push the current position onto the mark ring, to be able to return
1629 easily. Commands following an internal link do this automatically.
1630
1631 @cindex links, returning to
1632 @kindex C-c &
1633 @item C-c &
1634 Jump back to a recorded position. A position is recorded by the
1635 commands following internal links, and by @kbd{C-c %}. Using this
1636 command several times in direct succession moves through a ring of
1637 previously recorded positions.
1638 @end table
1639
1640
1641 @node Search Options, Remember, Managing links, Hyperlinks
1642 @section Search options in file links
1643 @cindex search option in file links
1644 @cindex file links, searching
1645
1646 File links can contain additional information to make Emacs jump to a
1647 particular location in the file when following a link. This can be a
1648 line number or a search option after a double@footnote{For backward
1649 compatibility, line numbers can also follow a single colon.} colon.
1650 For example:
1651
1652 @example
1653 [[file:~/code/main.c::255]]
1654 [[file:~/xx.org::My Target]]
1655 [[file:~/xx.org::*My Target]]
1656 [[file:~/xx.org::/regexp/]]
1657 @end example
1658
1659 @noindent Here is what these options do.
1660
1661 @table @code
1662 @item 255
1663 Jump to line 255.
1664 @item My Target
1665 Search for a link target @samp{<<My Target>>}, or do a text search for
1666 @samp{my target}, similar to the search in internal links, see
1667 @ref{Internal links}. In HTML export (@pxref{HTML export}), such a file
1668 link will become an html reference to the corresponding named anchor in
1669 the linked file.
1670 @item *My Target
1671 In an Org-mode file, restrict search to headlines.
1672 @item /regexp/
1673 Do a regular expression search for @code{regexp}. This uses the Emacs
1674 command @code{occur} to list all matches in a separate window. If the
1675 target file is in Org-mode, @code{org-occur} is used to create a
1676 sparse tree with the matches.
1677 @c If the target file is a directory,
1678 @c @code{grep} will be used to search all files in the directory.
1679 @end table
1680
1681 As a degenerate case, a file link with an empty file name can be used
1682 to search the current file. For example, @code{<file:::find me>} does
1683 a search for @samp{find me} in the current file, just like
1684 @samp{[[find me]]} would.
1685
1686 @node Remember, , Search Options, Hyperlinks
1687 @section Remember
1688 @cindex @file{remember.el}
1689
1690 Another way to create org entries with links to other files is through
1691 the @emph{Remember} package by John Wiegley. @emph{Remember} lets you
1692 store quick notes with little interruption of your work flow. See
1693 @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
1694 information. The notes produced by @emph{Remember} can be stored in
1695 different ways, and Org-mode files are a good target. Org-mode allows
1696 to file away notes either to a default file, or directly to the
1697 correct location in your Org-mode outline tree. The following
1698 customization@footnote{The three autoload forms are only necessary if
1699 @file{org.el} is not part of the Emacs distribution or an XEmacs
1700 package.} will tell @emph{Remember} to use org files as target, and to
1701 create annotations compatible with Org-mode links.
1702
1703 @example
1704 (setq org-directory "~/path/to/my/orgfiles/")
1705 (setq org-default-notes-file "~/.notes")
1706 (autoload 'org-remember-annotation "org")
1707 (autoload 'org-remember-apply-template "org")
1708 (autoload 'org-remember-handler "org")
1709 (setq remember-annotation-functions '(org-remember-annotation))
1710 (setq remember-handler-functions '(org-remember-handler))
1711 (add-hook 'remember-mode-hook 'org-remember-apply-template)
1712 @end example
1713
1714 @cindex templates, for remember
1715 In combination with Org-mode, you can use templates to generate
1716 different types of remember notes. For example, if you would like to
1717 use one template to create general TODO entries, and another one for
1718 journal entries, you could use:
1719
1720 @example
1721 (setq org-remember-templates
1722 '((?t "* TODO %?\n %i\n %a" "~/org/TODO.org")
1723 (?j "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org")))
1724 @end example
1725
1726 @noindent In these entries, the character specifies how to select the
1727 template, the first string specifies the template, and the (optional)
1728 second string specifies a default file (overruling
1729 @code{org-default-notes-file}) as a target for this note.
1730
1731 When you call @kbd{M-x remember} to remember something, org will prompt
1732 for a key to select the template and then prepare the buffer like
1733 @example
1734 * TODO
1735 <file:link to where you called remember>
1736 @end example
1737
1738 @noindent or
1739
1740 @example
1741 * [2006-03-21 Tue 15:37]
1742
1743 <file:link to where you called remember>
1744 @end example
1745
1746 @noindent See the variable @code{org-remember-templates} for more details.
1747
1748 When you are finished composing a note with remember, you have to press
1749 @kbd{C-c C-c} to file the note away. The handler first prompts for a
1750 target file - if you press @key{RET}, the value of
1751 @code{org-default-notes-file} is used. Then the command offers the
1752 headings tree of the selected file. You can either immediately press
1753 @key{RET} to get the note appended to the file. Or you can use vertical
1754 cursor motion (@key{up} and @key{down}) and visibility cycling
1755 (@key{TAB}) to find a better place. Pressing @key{RET} or @key{left} or
1756 @key{right} leads to the following result.
1757
1758 @multitable @columnfractions 0.2 0.1 0.7
1759 @item @b{Cursor position} @tab @b{Key} @tab @b{Note gets inserted}
1760 @item buffer-start @tab @key{RET} @tab as level 2 heading at end of file
1761 @item on headline @tab @key{RET} @tab as sublevel of the heading at cursor
1762 @item @tab @key{left} @tab as same level, before current heading
1763 @item @tab @key{right} @tab as same level, after current heading
1764 @item not on headline @tab @key{RET}
1765 @tab at cursor position, level taken from context.
1766 Or use prefix arg to specify level manually.
1767 @end multitable
1768
1769 So a fast way to store the note is to press @kbd{C-c C-c @key{RET}
1770 @key{RET}} to append it to the default file. Even shorter would be
1771 @kbd{C-u C-c C-c}, which does the same without even showing the tree.
1772 But with little extra effort, you can push it directly to the correct
1773 location.
1774
1775 Before inserting the text into a tree, the function ensures that the
1776 text has a headline, i.e. a first line that starts with a @samp{*}.
1777 If not, a headline is constructed from the current date and some
1778 additional data. If the variable @code{org-adapt-indentation} is
1779 non-nil, the entire text is also indented so that it starts in the
1780 same column as the headline (after the asterisks).
1781
1782
1783 @node TODO items, Timestamps, Hyperlinks, Top
1784 @chapter TODO items
1785 @cindex TODO items
1786
1787 Org-mode does not maintain TODO lists as a separate document. TODO
1788 items are an integral part of the notes file, because TODO items
1789 usually come up while taking notes! With Org-mode, you simply mark
1790 any entry in a tree as being a TODO item. In this way, the
1791 information is not duplicated, and the entire context from which the
1792 item emerged is always present when you check.
1793
1794 Of course, this technique causes TODO items to be scattered throughout
1795 your file. Org-mode provides methods to give you an overview over all
1796 things you have to do.
1797
1798 @menu
1799 * TODO basics:: Marking and displaying TODO entries
1800 * Progress logging:: Document your productivity
1801 * TODO extensions:: Workflow and assignments
1802 * Priorities:: Some things are more important than others
1803 @end menu
1804
1805 @node TODO basics, Progress logging, TODO items, TODO items
1806 @section Basic TODO functionality
1807
1808 Any headline can become a TODO item by starting it with the word TODO,
1809 for example:
1810
1811 @example
1812 *** TODO Write letter to Sam Fortune
1813 @end example
1814
1815 @noindent
1816 The most important commands to work with TODO entries are:
1817
1818 @table @kbd
1819 @kindex C-c C-t
1820 @cindex cycling, of TODO states
1821 @item C-c C-t
1822 Rotate the TODO state of the current item between
1823
1824 @example
1825 ,-> (unmarked) -> TODO -> DONE --.
1826 '--------------------------------'
1827 @end example
1828
1829 The same rotation can also be done ``remotely'' from the timeline and
1830 agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}).
1831 @kindex C-c C-v
1832 @cindex sparse tree, for TODO
1833 @item C-c C-v
1834 View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}). Folds
1835 the entire buffer, but shows all TODO items and the headings hierarchy
1836 above them. With prefix arg, show also the DONE entries. With
1837 numerical prefix N, show the tree for the Nth keyword in the variable
1838 @code{org-todo-keywords}.
1839 @kindex C-c a t
1840 @item C-c a t
1841 Show the global TODO list. This collects the TODO items from all
1842 agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in
1843 @code{agenda-mode}, so there are commands to examine and manipulate
1844 the TODO entries directly from that buffer (@pxref{Agenda commands}).
1845 @xref{Global TODO list}, for more information.
1846 @item @code{org-agenda-include-all-todo}
1847 If you would like to have all your TODO items listed as part of your
1848 agenda, customize the variable @code{org-agenda-include-all-todo}.
1849 @end table
1850
1851 @node Progress logging, TODO extensions, TODO basics, TODO items
1852 @section Progress Logging
1853 @cindex progress logging
1854 @cindex logging, of progress
1855 If you want to keep track of @emph{when} a certain TODO item was
1856 finished, turn on logging with
1857
1858 @lisp
1859 (setq org-log-done t)
1860 @end lisp
1861
1862 @noindent
1863 Then each time you turn a TODO entry into DONE using either @kbd{C-c
1864 C-t} in the Org-mode buffer or @kbd{t} in the agenda buffer, a line
1865 @samp{CLOSED: [timestamp]} will be inserted just after the headline.
1866 If you turn the entry back into a TODO item again through further
1867 state cycling, that line will be removed again. In the timeline
1868 (@pxref{Timeline}) and in the agenda (@pxref{Weekly/Daily agenda}),
1869 you can then use the @kbd{L} key to display the TODO items closed on
1870 each day, giving you an overview of what has been done on a day.
1871
1872 @node TODO extensions, Priorities, Progress logging, TODO items
1873 @section Extended use of TODO keywords
1874 @cindex extended TODO keywords
1875
1876 The default implementation of TODO entries is just two states: TODO and
1877 DONE. You can, however, use the TODO feature for more complicated
1878 things by configuring the variables @code{org-todo-keywords} and
1879 @code{org-todo-interpretation}. Using special setup, you can even use
1880 TODO keywords in different ways in different org files.
1881
1882 Note that @i{tags} are another way to classify headlines in general and
1883 TODO items in particular (@pxref{Tags}).
1884
1885 @menu
1886 * Workflow states:: From TODO to DONE in steps
1887 * TODO types:: I do this, Fred the rest
1888 * Per file keywords:: Different files, different requirements
1889 @end menu
1890
1891 @node Workflow states, TODO types, TODO extensions, TODO extensions
1892 @subsection TODO keywords as workflow states
1893 @cindex TODO workflow
1894 @cindex workflow states as TODO keywords
1895
1896 You can use TODO keywords to indicate different states in the process
1897 of working on an item, for example:
1898
1899 @lisp
1900 (setq org-todo-keywords '("TODO" "FEEDBACK" "VERIFY" "DONE")
1901 org-todo-interpretation 'sequence)
1902 @end lisp
1903
1904 @cindex completion, of TODO keywords
1905 Changing these variables becomes only effective in a new Emacs session.
1906 With this setup, the command @kbd{C-c C-t} will cycle an entry from
1907 TODO to FEEDBACK, then to VERIFY, and finally to DONE. You may also
1908 use a prefix argument to quickly select a specific state. For example
1909 @kbd{C-3 C-c C-t} will change the state immediately to VERIFY.
1910 If you define many keywords, you can use in-buffer completion (see
1911 @ref{Completion}) to insert these words into the buffer.
1912
1913 @node TODO types, Per file keywords, Workflow states, TODO extensions
1914 @subsection TODO keywords as types
1915 @cindex TODO types
1916 @cindex names as TODO keywords
1917 @cindex types as TODO keywords
1918
1919 The second possibility is to use TODO keywords to indicate different
1920 types of action items. For example, you might want to indicate that
1921 items are for ``work'' or ``home''. If you are into David Allen's
1922 @emph{Getting Things DONE}, you might want to use todo types
1923 @samp{NEXTACTION}, @samp{WAITING}, @samp{MAYBE}. Or, when you work
1924 with several people on a single project, you might want to assign
1925 action items directly to persons, by using their names as TODO
1926 keywords. This would be set up like this:
1927
1928 @lisp
1929 (setq org-todo-keywords '("Fred" "Sara" "Lucy" "Mike" "DONE")
1930 org-todo-interpretation 'type)
1931 @end lisp
1932
1933 In this case, different keywords do not indicate a sequence, but
1934 rather different types. So it is normally not useful to change from
1935 one type to another. Therefore, in this case the behavior of the
1936 command @kbd{C-c C-t} is changed slightly@footnote{This is also true
1937 for the @kbd{t} command in the timeline and agenda buffers.}. When
1938 used several times in succession, it will still cycle through all
1939 names. But when you return to the item after some time and execute
1940 @kbd{C-c C-t} again, it will switch from each name directly to DONE.
1941 Use prefix arguments or completion to quickly select a specific name.
1942 You can also review the items of a specific TODO type in a sparse tree
1943 by using a numeric prefix to @kbd{C-c C-v}. For example, to see all
1944 things Lucy has to do, you would use @kbd{C-3 C-c C-v}. To collect
1945 Lucy's items from all agenda files into a single buffer, you
1946 would use the prefix arg as well when creating the global todo list:
1947 @kbd{C-3 C-c t}.
1948
1949 @node Per file keywords, , TODO types, TODO extensions
1950 @subsection Setting up TODO keywords for individual files
1951 @cindex keyword options
1952 @cindex per file keywords
1953
1954 It can be very useful to use different aspects of the TODO mechanism
1955 in different files, which is not possible with the global settings
1956 described above. For file-local settings, you need to add special
1957 lines to the file which set the keywords and interpretation for that
1958 file only. For example, to set one of the two examples discussed
1959 above, you need one of the following lines, starting in column zero
1960 anywhere in the file:
1961
1962 @example
1963 #+SEQ_TODO: TODO FEEDBACK VERIFY DONE
1964 #+TYP_TODO: Fred Sara Lucy Mike DONE
1965 @end example
1966
1967 @cindex Completion, of option keywords
1968 @kindex M-@key{TAB}
1969 @noindent To make sure you are using the correct keyword, type
1970 @samp{#+} into the buffer and then use @kbd{M-@key{TAB}} completion.
1971
1972 @cindex DONE, final TODO keyword
1973 Remember that the last keyword must always mean that the item is DONE
1974 (you may use a different word, though). Also note that in each file,
1975 only one of the two aspects of TODO keywords can be used. After
1976 changing one of these lines, use @kbd{C-c C-c} with the cursor still
1977 in the line to make the changes known to Org-mode@footnote{Org-mode
1978 parses these lines only when Org-mode is activated after visiting a
1979 file. @kbd{C-c C-c} with the cursor in a line starting with @samp{#+}
1980 is simply restarting Org-mode, making sure that these changes will be
1981 respected.}.
1982
1983 If you want to use very many keywords, for example when working with a
1984 large group of people, you may split the names over several lines:
1985
1986 @example
1987 #+TYP_TODO: Fred Sara Lucy Mike
1988 #+TYP_TODO: Luis George Jules Jessica
1989 #+TYP_TODO: Kim Arnold Peter
1990 #+TYP_TODO: DONE
1991 @end example
1992
1993 @node Priorities, , TODO extensions, TODO items
1994 @section Priorities
1995 @cindex priorities
1996
1997 If you use Org-mode extensively to organize your work, you may end up
1998 with a number of TODO entries so large that you'd like to prioritize
1999 them. This can be done by placing a @emph{priority cookie} into the
2000 headline, like this
2001
2002 @example
2003 *** TODO [#A] Write letter to Sam Fortune
2004 @end example
2005
2006 @noindent
2007 With its standard setup, Org-mode supports priorities @samp{A},
2008 @samp{B}, and @samp{C}. @samp{A} is the highest priority. An entry
2009 without a cookie is treated as priority @samp{B}. Priorities make a
2010 difference only in the agenda (@pxref{Weekly/Daily agenda}).
2011
2012 @table @kbd
2013 @kindex @kbd{C-c ,}
2014 @item @kbd{C-c ,}
2015 Set the priority of the current item. The command prompts for a
2016 priority character @samp{A}, @samp{B} or @samp{C}. When you press
2017 @key{SPC} instead, the priority cookie is removed from the headline.
2018 The priorities can also be changed ``remotely'' from the timeline and
2019 agenda buffer with the @kbd{,} command (@pxref{Agenda commands}).
2020
2021 @kindex S-@key{up}
2022 @kindex S-@key{down}
2023 @item S-@key{up}
2024 @itemx S-@key{down}
2025 Increase/decrease priority of current item. Note that these keys are
2026 also used to modify time stamps (@pxref{Creating timestamps}).
2027 Furthermore, these keys are also used by CUA-mode
2028 (@pxref{Interaction}).
2029 @end table
2030
2031 @node Timestamps, Tags, TODO items, Top
2032 @chapter Timestamps
2033
2034 Items can be labeled with timestamps to make them useful for project
2035 planning.
2036
2037 @menu
2038 * Time stamps:: Assigning a time to a tree entry
2039 * Creating timestamps:: Commands which insert timestamps
2040 @end menu
2041
2042
2043 @node Time stamps, Creating timestamps, Timestamps, Timestamps
2044 @section Time stamps, deadlines and scheduling
2045 @cindex time stamps
2046 @cindex ranges, time
2047 @cindex date stamps
2048 @cindex deadlines
2049 @cindex scheduling
2050
2051 A time stamp is a specification of a date (possibly with time) in a
2052 special format, either @samp{<2003-09-16 Tue>} or @samp{<2003-09-16
2053 Tue 09:39>}. A time stamp can appear anywhere in the headline or body
2054 of an org-tree entry. Its presence allows entries to be shown on specific
2055 dates in the agenda (@pxref{Weekly/Daily agenda}). We distinguish:
2056
2057 @table @var
2058 @cindex timestamp
2059 @item TIMESTAMP
2060 A simple time stamp just assigns a date/time to an item. This is just
2061 like writing down an appointment in a paper agenda, or like writing down
2062 an event in a diary, when you want to take not of when something
2063 happened. In the timeline and agenda displays, the headline of an entry
2064 associated with a plain time stamp will be shown exactly on that date.
2065
2066 @item TIMERANGE
2067 @cindex timerange
2068 Two time stamps connected by @samp{--} denote a time range. The
2069 headline will be shown on the first and last day of the range, and on
2070 any dates that are displayed and fall in the range. Here is an
2071 example:
2072
2073 @example
2074 ** Meeting in Amsterdam
2075 <2004-08-23 Mon>--<2004-08-26 Thu>
2076 @end example
2077
2078 @item SCHEDULED
2079 @cindex SCHEDULED keyword
2080 If a time stamp is preceded by the word @samp{SCHEDULED:}, it means you
2081 are planning to start working on that task on the given date. So this is
2082 not about recording an event, but about planning your work. The
2083 headline will be listed under the given date. In addition, a reminder
2084 that the scheduled date has passed will be present in the compilation
2085 for @emph{today}, until the entry is marked DONE. I.e., the task will
2086 automatically be forwarded until completed.
2087
2088 @example
2089 *** TODO Call Trillian to ask her out for a date on New Years Eve.
2090 SCHEDULED: <2004-12-25 Sat>
2091 @end example
2092
2093 @item DEADLINE
2094 @cindex DEADLINE keyword
2095 If a time stamp is preceded by the word @samp{DEADLINE:}, the task
2096 (most likely a TODO item) is supposed to be finished on that date, and
2097 it will be listed then. In addition, the compilation for @emph{today}
2098 will carry a warning about the approaching or missed deadline,
2099 starting @code{org-deadline-warning-days} before the due date, and
2100 continuing until the entry is marked DONE. An example:
2101
2102 @example
2103 *** TODO write article about the Earth for the Guide
2104 The editor in charge is <bbdb:Ford Prefect>
2105 DEADLINE: <2004-02-29 Sun>
2106 @end example
2107 @end table
2108
2109 @node Creating timestamps, , Time stamps, Timestamps
2110 @section Creating timestamps
2111 @cindex creating timestamps
2112 @cindex timestamps, creating
2113
2114 For Org-mode to recognize time stamps, they need to be in the specific
2115 format. All commands listed below produce time stamps in the correct
2116 format.
2117
2118 @table @kbd
2119 @kindex C-c .
2120 @item C-c .
2121 Prompt for a date and insert a corresponding time stamp. When the
2122 cursor is at a previously used time stamp, it is updated to NOW. When
2123 this command is used twice in succession, a time range is inserted.
2124
2125 @kindex C-u C-c .
2126 @item C-u C-c .
2127 Like @kbd{C-c .}, but use the alternative format which contains date
2128 and time. The default time can be rounded to multiples of 5 minutes,
2129 see the option @code{org-time-stamp-rounding-minutes}.
2130
2131 @kindex C-c !
2132 @item C-c !
2133 Like @kbd{C-c .}, but insert an inactive time stamp not triggering the
2134 agenda.
2135
2136 @kindex C-c <
2137 @item C-c <
2138 Insert a time stamp corresponding to the cursor date in the Calendar.
2139
2140 @kindex C-c >
2141 @item C-c >
2142 Access the Emacs calendar for the current date. If there is a
2143 timestamp in the current line, goto the corresponding date
2144 instead.
2145
2146 @kindex C-c C-o
2147 @item C-c C-o
2148 Access the agenda for the date given by the time stamp at point
2149 (@pxref{Weekly/Daily agenda}).
2150
2151 @kindex C-c C-d
2152 @item C-c C-d
2153 Insert @samp{DEADLINE} keyword along with a stamp.
2154 @kindex C-c C-w
2155 @cindex sparse tree, for deadlines
2156 @item C-c C-w
2157 Create a sparse tree with all deadlines that are either past-due, or
2158 which will become due within @code{org-deadline-warning-days}.
2159 With @kbd{C-u} prefix, show all deadlines in the file. With a numeric
2160 prefix, check that many days. For example, @kbd{C-1 C-c C-w} shows
2161 all deadlines due tomorrow.
2162
2163 @kindex C-c C-s
2164 @item C-c C-s
2165 Insert @samp{SCHEDULED} keyword along with a stamp.
2166
2167 @kindex S-@key{left}
2168 @kindex S-@key{right}
2169 @item S-@key{left}
2170 @itemx S-@key{right}
2171 Change date at cursor by one day. These key bindings conflict with
2172 CUA-mode (@pxref{Interaction}).
2173
2174 @kindex S-@key{up}
2175 @kindex S-@key{down}
2176 @item S-@key{up}
2177 @itemx S-@key{down}
2178 Change the item under the cursor in a timestamp. The cursor can be on
2179 a year, month, day, hour or minute. Note that if the cursor is not at
2180 a time stamp, these same keys modify the priority of an item.
2181 (@pxref{Priorities}). The key bindings also conflict with CUA-mode
2182 (@pxref{Interaction}).
2183
2184
2185 @kindex C-c C-y
2186 @cindex evaluate time range
2187 @item C-c C-y
2188 Evaluate a time range by computing the difference between start and
2189 end. With prefix arg, insert result after the time range (in a table:
2190 into the following column).
2191 @end table
2192
2193 @cindex date, reading in minibuffer
2194 @cindex time, reading in minibuffer
2195 @cindex calendar, for selecting date
2196 When Org-mode prompts for a date/time, the function reading your input
2197 will replace anything you choose not to specify with the current date
2198 and time. For details, see the documentation string of
2199 @command{org-read-date}. Also, a calender will pop up to allow
2200 selecting a date. The calendar can be fully controlled from the
2201 minibuffer, and a date can be selected with the following commands:
2202
2203 @table @kbd
2204 @kindex <
2205 @item <
2206 Scroll calendar backwards by one month.
2207 @kindex >
2208 @item >
2209 Scroll calendar forwards by one month.
2210 @kindex mouse-1
2211 @item mouse-1
2212 Select date by clicking on it.
2213 @kindex S-@key{right}
2214 @item S-@key{right}
2215 One day forward.
2216 @kindex S-@key{left}
2217 @item S-@key{left}
2218 One day back.
2219 @kindex S-@key{down}
2220 @item S-@key{down}
2221 One week forward.
2222 @kindex S-@key{up}
2223 @item S-@key{up}
2224 One week back.
2225 @kindex M-S-@key{right}
2226 @item M-S-@key{right}
2227 One month forward.
2228 @kindex M-S-@key{left}
2229 @item M-S-@key{left}
2230 One month back.
2231 @kindex @key{RET}
2232 @item @key{RET}
2233 Choose date in calendar (only if nothing typed into minibuffer).
2234 @end table
2235
2236 @node Tags, Agenda views, Timestamps, Top
2237 @chapter Tags
2238 @cindex tags
2239 @cindex headline tagging
2240 @cindex matching, tags
2241 @cindex sparse tree, tag based
2242
2243 If you wish to implement a system to cross-correlate information, an
2244 excellent way is to assign @i{tags} to headline. Org-mode has
2245 extensive support for using tags.
2246
2247 Every headline can contain a list of tags, at the end of the headline.
2248 Tags are normal words containing letters, numbers, @samp{_}, and
2249 @samp{@@}. Tags must be preceded and followed by a single colon; like
2250 @samp{:WORK:}. Several tags can be specified like @samp{:WORK:URGENT:}.
2251
2252 @menu
2253 * Tag inheritance:: Tags use the tree structure of the outline
2254 * Setting tags:: How to assign tags to a headline
2255 * Tag searches:: Searching for combinations of tags
2256 @end menu
2257
2258 @node Tag inheritance, Setting tags, Tags, Tags
2259 @section Tag inheritance
2260 @cindex inheritance, of tags
2261
2262 @i{Tags} make use of the hierarchical structure of outline trees. If a
2263 heading has a certain tag, all subheadings will inherit the tag as
2264 well. For example, in the list
2265
2266 @example
2267 * Meeting with the French group :WORK:
2268 ** Summary by Frank :BOSS:NOTES:
2269 *** TODO Prepare slides for him :ACTION:
2270 @end example
2271
2272 @noindent
2273 the final heading will have the tags @samp{:WORK:}, @samp{:BOSS:},
2274 @samp{:NOTES:}, and @samp{:ACTION:}. When executing tag searches and
2275 Org-mode finds that a certain headline matches the search criterion, it
2276 will not check any sublevel headline, assuming that these likely also
2277 match, and that the list of matches can become very long. However, this
2278 may not be what you want, and you can influence inheritance and
2279 searching using the variables @code{org-use-tag-inheritance} and
2280 @code{org-tags-match-list-sublevels}.
2281
2282 @node Setting tags, Tag searches, Tag inheritance, Tags
2283 @section Setting tags
2284 @cindex setting tags
2285
2286 @kindex M-@key{TAB}
2287 As Org-mode deals with plain text files, tags can simply be typed into
2288 the buffer. After a colon, @kbd{M-@key{TAB}} offers completion on all
2289 tags being used in the current buffer. There is also a special command
2290 for inserting tags:
2291
2292 @table @kbd
2293 @kindex C-c C-c
2294 @item C-c C-c
2295 @cindex completion, of tags
2296 Enter new tags for the current headline. The minibuffer will prompt for
2297 a list of tags and offer completion with respect to all other tags used
2298 in the current buffer. Several tags, separated by colons, may be
2299 specified at the prompt. After pressing @key{RET}, the tags will be
2300 inserted and aligned to @code{org-tags-column}. When called with a
2301 @kbd{C-u} prefix, all tags in the current buffer will be aligned to that
2302 column, just to make things look nice. TAGS are automatically realigned
2303 after promotion, demotion, and TODO state changes (@pxref{TODO basics}).
2304 @end table
2305
2306 @node Tag searches, , Setting tags, Tags
2307 @section Tag searches
2308 @cindex tag searches
2309
2310 Once a tags system has been set up, it can be used to collect related
2311 information into special lists.
2312
2313 @table @kbd
2314 @kindex C-c \
2315 @item C-c \
2316 Create a sparse tree with all headlines matching a tags search.
2317 @kindex C-c a m
2318 @item C-c a m
2319 Create a global list of tag matches from all agenda files.
2320 @xref{Matching headline tags}.
2321 @kindex C-c a M
2322 @item C-c a M
2323 Create a global list of tag matches from all agenda files, but check
2324 only TODO items and force checking subitems (see variable
2325 @code{org-tags-match-list-sublevels}).
2326 @end table
2327
2328 A @i{tags} search string can use Boolean operators @samp{&} for AND and
2329 @samp{|} for OR. @samp{&} binds more strongly than @samp{|}.
2330 Parenthesis are currently not implemented. A tag may also be preceded
2331 by @samp{-}, to select against it, and @samp{+} is syntactic sugar for
2332 positive selection. The AND operator @samp{&} is optional when @samp{+}
2333 or @samp{-} is present. For example, @samp{+WORK-BOSS} would select all
2334 headlines that are tagged @samp{:WORK:}, but discard those also tagged
2335 @samp{:BOSS:}. The search string @samp{WORK|LAPTOP} selects all lines
2336 tagged @samp{:WORK:} or @samp{:LAPTOP:}. The string
2337 @samp{WORK|LAPTOP&NIGHT} requires that the @samp{:LAPTOP:} lines are
2338 also tagged @samp{NIGHT}.
2339
2340 @node Agenda views, Exporting, Tags, Top
2341 @chapter Agenda Views
2342 @cindex agenda views
2343
2344 Due to the way Org-mode works, TODO items, time-stamped items, and
2345 tagged headlines can be scattered throughout a file or even a number of
2346 files. To get an overview over open action items, or over events that
2347 are important for a particular date, this information must be collected,
2348 sorted and displayed in an organized way.
2349
2350 Org-mode can select items based on various criteria, and display them
2351 in a separate buffer. Three different views are provided:
2352
2353 @itemize @bullet
2354 @item
2355 an @emph{agenda} that is like a calendar and shows information
2356 for specific dates
2357 @item
2358 a @emph{TODO list} that covers all unfinished
2359 action items, and
2360 @item
2361 a @emph{tags view} that shows information based on
2362 the tags associated with headlines in the outline tree.
2363 @end itemize
2364
2365 @noindent
2366 The extracted information is displayed in a special @emph{agenda
2367 buffer}. This buffer is read-only, but provides commands to visit the
2368 corresponding locations in the original Org-mode files, and even to
2369 edit these files remotely.
2370
2371 @menu
2372 * Agenda files:: Files being searched for agenda information
2373 * Agenda dispatcher:: Keyboard access to agenda views
2374 * Weekly/Daily agenda:: The calendar page with current tasks
2375 * Global TODO list:: All unfinished action items
2376 * Matching headline tags:: Structured information with fine-tuned search
2377 * Timeline:: Time-sorted view for single file
2378 * Agenda commands:: Remote editing of org trees
2379 @end menu
2380
2381 @node Agenda files, Agenda dispatcher, Agenda views, Agenda views
2382 @section Agenda files
2383
2384 The information to be shown is collected from all @emph{agenda files},
2385 the files listed in the variable @code{org-agenda-files}@footnote{If the
2386 value of that variable is not a list, but a single file name, then the
2387 list of agenda files will be maintained in that external file.}. Thus even
2388 if you only work with a single Org-mode file, this file should be put
2389 into that list@footnote{When using the dispatcher pressing @kbd{1}
2390 before selecting a command will actually limit the command to the
2391 current file, and ignore @code{org-agenda-files} until the next
2392 dispatcher command.}. You can customize @code{org-agenda-files}, but
2393 the easiest way to maintain it is through the following commands
2394
2395 @cindex files, adding to agenda list
2396 @table @kbd
2397 @kindex C-c [
2398 @item C-c [
2399 Add current file to the list of agenda files. The file is added to
2400 the front of the list. If it was already in the list, it is moved to
2401 the front. With prefix arg, file is added/moved to the end.
2402 @kindex C-c ]
2403 @item C-c ]
2404 Remove current file from the list of agenda files.
2405 @kindex C-,
2406 @item C-,
2407 Cycle through agenda file list, visiting one file after the other.
2408 @end table
2409
2410 @noindent
2411 The Org menu contains the current list of files and can be used
2412 to visit any of them.
2413
2414 @node Agenda dispatcher, Weekly/Daily agenda, Agenda files, Agenda views
2415 @section The agenda dispatcher
2416 @cindex agenda dispatcher
2417 @cindex dispatching agenda commands
2418 @cindex custom agenda commands
2419 @cindex agenda commands, custom
2420 The views are created through a dispatcher that should be bound to a
2421 global key, for example @kbd{C-c a} (@pxref{Installation and
2422 activation}). In the following we will assume that @kbd{C-c a} is
2423 indeed how the dispatcher is accessed and list keyboard access to
2424 commands accordingly. After pressing @kbd{C-c a}, an additional
2425 letter is required to execute a command. The dispatcher offers the
2426 following default commands:
2427 @table @kbd
2428 @item a
2429 Create the calendar-like agenda (@pxref{Weekly/Daily agenda}).
2430 @item t / T
2431 Create a list of all TODO items (@pxref{Global TODO list}).
2432 @item m / M
2433 Create a list of headlines matching a TAGS expression (@pxref{Matching
2434 headline tags}).
2435 @end table
2436
2437 You can also define custom commands that will be accessible through
2438 the dispatcher, just like the default commands. Custom commands are
2439 global searches for tags and specific TODO keywords, or a variety of
2440 sparse tree creating commands (@pxref{Sparse trees}). As sparse trees
2441 are only defined for a single org-mode file, these latter commands act
2442 on the current buffer instead of the list of agenda files.
2443
2444 @kindex C-c a C
2445 Custom commands are configured in the variable
2446 @code{org-agenda-custom-commands}. You can customize this variable,
2447 for example by pressing @kbd{C-c a C}. You can also directly set it
2448 with Emacs Lisp in @file{.emacs}. For example:
2449
2450 @lisp
2451 (setq org-agenda-custom-commands
2452 '(("w" todo "WAITING")
2453 ("u" tags "+BOSS-URGENT")
2454 ("U" tags-tree "+BOSS-URGENT")
2455 ("f" occur-tree "\\<FIXME\\>")))
2456 @end lisp
2457
2458 @noindent will define @kbd{C-c a w} as a global search for
2459 TODO entries with @samp{WAITING} as the TODO keyword, @kbd{C-c a u} as a
2460 global tags search for headlines marked @samp{:BOSS:} but not
2461 @samp{:URGENT:}, @kbd{C-c a U} to do the same search but only in the
2462 current buffer and display the result as a sparse tree, and @kbd{C-c a
2463 f} to create a sparse tree with all entries containing the word
2464 @samp{FIXME}. For more information, look at the documentation string
2465 of the variable @code{org-agenda-custom-commands}.
2466
2467 @node Weekly/Daily agenda, Global TODO list, Agenda dispatcher, Agenda views
2468 @section The weekly/daily agenda
2469 @cindex agenda
2470
2471 The purpose of the weekly/daily @emph{agenda} is to act like a page of
2472 a paper agenda, showing all the tasks for the current week or day.
2473
2474 @table @kbd
2475 @cindex org-agenda, command
2476 @kindex C-c a a
2477 @item C-c a a
2478 Compile an agenda for the current week from a list of org files. The
2479 agenda shows the entries for each day. With a @kbd{C-u} prefix (or
2480 when the variable @code{org-agenda-include-all-todo} is @code{t}), all
2481 unfinished TODO items (including those without a date) are also listed at
2482 the beginning of the buffer, before the first date.@*
2483 @end table
2484
2485 Remote editing from the agenda buffer means, for example, that you can
2486 change the dates of deadlines and appointments from the agenda buffer.
2487 The commands available in the Agenda buffer are listed in @ref{Agenda
2488 commands}.
2489
2490 @menu
2491 * Categories:: Not all tasks are equal
2492 * Time-of-day specifications:: How the agenda knows the time
2493 * Calendar/Diary integration:: Integrating Anniversaries and more
2494 * Sorting of agenda items:: The order of things
2495 @end menu
2496
2497 @node Categories, Time-of-day specifications, Weekly/Daily agenda, Weekly/Daily agenda
2498 @subsection Categories
2499
2500 @cindex category
2501 In the agenda buffer, each entry is preceded by a @emph{category},
2502 which is derived from the file name. The category can also be set
2503 with a special line anywhere in the buffer, looking like this:
2504
2505 @example
2506 #+CATEGORY: Thesis
2507 @end example
2508
2509 If there are several such lines in a file, each specifies the category
2510 for the text below it (but the first category also applies to any text
2511 before the first CATEGORY line). The display in the agenda buffer looks
2512 best if the category is not longer than 10 characters.
2513
2514 @node Time-of-day specifications, Calendar/Diary integration, Categories, Weekly/Daily agenda
2515 @subsection Time-of-Day Specifications
2516
2517 Org-mode checks each agenda item for a time-of-day specification. The
2518 time can be part of the time stamp that triggered inclusion into the
2519 agenda, for example as in @w{@samp{<2005-05-10 Tue 19:00>}}. Time
2520 ranges can be specified with two time stamps, like
2521 @c
2522 @w{@samp{<2005-05-10 Tue 20:30>--<2005-05-10 Tue 22:15>}}.
2523
2524 In the headline of the entry itself, a time(range) may also appear as
2525 plain text (like @samp{12:45} or a @samp{8:30-1pm}. If the agenda
2526 integrates the Emacs diary (@pxref{Calendar/Diary integration}), time
2527 specifications in diary entries are recognized as well.
2528
2529 For agenda display, Org-mode extracts the time and displays it in a
2530 standard 24 hour format as part of the prefix. The example times in
2531 the previous paragraphs would end up in the agenda like this:
2532
2533 @example
2534 8:30-13:00 Arthur Dent lies in front of the bulldozer
2535 12:45...... Ford Prefect arrives and takes Arthur to the pub
2536 19:00...... The Vogon reads his poem
2537 20:30-22:15 Marwin escorts the Hitchhikers to the bridge
2538 @end example
2539
2540 If the agenda is in single-day mode, or for the display of today, the
2541 timed entries are embedded in a time grid, like
2542
2543 @example
2544 8:00...... ------------------
2545 8:30-13:00 Arthur Dent lies in front of the bulldozer
2546 10:00...... ------------------
2547 12:00...... ------------------
2548 12:45...... Ford Prefect arrives and takes Arthur to the pub
2549 14:00...... ------------------
2550 16:00...... ------------------
2551 18:00...... ------------------
2552 19:00...... The Vogon reads his poem
2553 20:00...... ------------------
2554 20:30-22:15 Marwin escorts the Hitchhikers to the bridge
2555 @end example
2556
2557 The time grid can be turned on and off with the variable
2558 @code{org-agenda-use-time-grid}, and can be configured with
2559 @code{org-agenda-time-grid}.
2560
2561
2562 @node Calendar/Diary integration, Sorting of agenda items, Time-of-day specifications, Weekly/Daily agenda
2563 @subsection Calendar/Diary integration
2564 @cindex calendar integration
2565 @cindex diary integration
2566
2567 Emacs contains the calendar and diary by Edward M. Reingold. The
2568 calendar displays a three-month calendar with holidays from different
2569 countries and cultures. The diary allows you to keep track of
2570 anniversaries, lunar phases, sunrise/set, recurrent appointments
2571 (weekly, monthly) and more. In this way, it is quite complementary to
2572 Org-mode. It can be very useful to combine output from Org-mode with
2573 the diary.
2574
2575 In order to include entries from the Emacs diary into Org-mode's
2576 agenda, you only need to customize the variable
2577
2578 @lisp
2579 (setq org-agenda-include-diary t)
2580 @end lisp
2581
2582 @noindent After that, everything will happen automatically. All diary
2583 entries including holidays, anniversaries etc will be included in the
2584 agenda buffer created by Org-mode. @key{SPC}, @key{TAB}, and
2585 @key{RET} can be used from the agenda buffer to jump to the diary
2586 file in order to edit existing diary entries. The @kbd{i} command to
2587 insert new entries for the current date works in the agenda buffer, as
2588 well as the commands @kbd{S}, @kbd{M}, and @kbd{C} to display
2589 Sunrise/Sunset times, show lunar phases and to convert to other
2590 calendars, respectively. @kbd{c} can be used to switch back and forth
2591 between calendar and agenda.
2592
2593 @node Sorting of agenda items, , Calendar/Diary integration, Weekly/Daily agenda
2594 @subsection Sorting of agenda items
2595 @cindex sorting, of agenda items
2596 @cindex priorities, of agenda items
2597 The entries for each day are sorted. The default order is to first
2598 collect all items containing an explicit time-of-day specification.
2599 These entries will be shown at the beginning of the list, as a
2600 @emph{schedule} for the day. After that, items remain grouped in
2601 categories, in the sequence given by @code{org-agenda-files}. Within
2602 each category, items are sorted by priority (@pxref{Priorities}).
2603
2604 The priority is a numerical quantity composed of the base priority
2605 (2000 for priority @samp{A}, 1000 for @samp{B}, and 0 for @samp{C}),
2606 plus additional increments for overdue scheduled or deadline items.
2607
2608 Sorting can be customized using the variable
2609 @code{org-agenda-sorting-strategy}.
2610
2611
2612 @node Global TODO list, Matching headline tags, Weekly/Daily agenda, Agenda views
2613 @section The global TODO list
2614 @cindex global TODO list
2615 @cindex TODO list, global
2616
2617 The global TODO list contains all unfinished TODO items, formatted and
2618 collected into a single place.
2619
2620 @table @kbd
2621 @kindex C-c a t
2622 @item C-c a t
2623 Show the global TODO list. This collects the TODO items from all
2624 agenda files (@pxref{Agenda views}) into a single buffer. The buffer is in
2625 @code{agenda-mode}, so there are commands to examine and manipulate
2626 the TODO entries directly from that buffer (@pxref{Agenda commands}).
2627 @xref{Global TODO list}, for more information.
2628 @kindex C-c a T
2629 @item C-c a T
2630 Like the above, but allows selection of a specific TODO keyword. You can
2631 also do this by specifying a prefix argument to @kbd{C-c a t}. With a
2632 @kbd{C-u} prefix you are prompted for a keyword. With a numeric
2633 prefix, the Nth keyword in @code{org-todo-keywords} is selected.
2634 @kindex r
2635 The @kbd{r} key in the agenda buffer regenerates it, and you can give
2636 a prefix argument to this command to change the selected TODO keyword,
2637 for example @kbd{3 r}. If you often need a search for a specific
2638 keyword, define a custom command for it (@pxref{Agenda dispatcher}).
2639 @end table
2640
2641 Remote editing of TODO items means that you can change the state of a
2642 TODO entry with a single key press. The commands available in the
2643 TODO list are described in @ref{Agenda commands}.
2644
2645 @node Matching headline tags, Timeline, Global TODO list, Agenda views
2646 @section Matching headline tags
2647 @cindex matching, of tags
2648 @cindex tags view
2649
2650 If headlines in the agenda files are marked with @emph{tags}
2651 (@pxref{Tags}), you can select headlines based on the tags that apply
2652 to them and collect them into an agenda buffer.
2653
2654 @table @kbd
2655 @kindex C-c a m
2656 @item C-c a m
2657 Produce a list of all headlines that match a given set of tags. The
2658 command prompts for a selection criterion, which is a boolean logic
2659 expression with tags, like @samp{+WORK+URGENT-WITHBOSS} or
2660 @samp{WORK|HOME} (@pxref{Tags}). If you often need a specific search,
2661 define a custom command for it (@pxref{Agenda dispatcher}).
2662 @kindex C-c a M
2663 @item C-c a M
2664 Like @kbd{C-c a m}, but only select headlines that are also TODO items
2665 and force checking subitems (see variable
2666 @code{org-tags-match-list-sublevels}.
2667 @end table
2668
2669 The commands available in the tags list are described in @ref{Agenda
2670 commands}.
2671
2672 @node Timeline, Agenda commands, Matching headline tags, Agenda views
2673 @section Timeline for a single file
2674 @cindex single file summary
2675 @cindex agenda, for single file
2676 @cindex timeline, single file
2677 @cindex time-sorted view
2678
2679 The timeline is not really an agenda view, because it only summarizes
2680 items from a single Org-mode file. But it also uses the agenda buffer
2681 and provides similar commands, so we discuss it here. The timeline
2682 shows all time-stamped items in a single Org-mode file (or the
2683 selected part of it), in a @emph{time-sorted view}. The main purpose of
2684 this command is to give an overview over events in a project.
2685
2686 @table @kbd
2687 @kindex C-c C-r
2688 @item C-c C-r
2689 Show a time-sorted view of the org file, with all time-stamped items.
2690 When called with a @kbd{C-u} prefix, all unfinished TODO entries
2691 (scheduled or not) are also listed under the current date.
2692 @end table
2693
2694 @noindent
2695 The commands available in the timeline buffer are listed in
2696 @ref{Agenda commands}.
2697
2698 @node Agenda commands, , Timeline, Agenda views
2699 @section Commands in the agenda buffer
2700 @cindex commands, in agenda buffer
2701
2702 Entries in the agenda buffer are linked back to the org file or diary
2703 file where they originate. You are not allowed to edit the agenda
2704 buffer itself, but commands are provided to show and jump to the
2705 original entry location, and to edit the org-files ``remotely'' from
2706 the agenda buffer. In this way, all information is stored only once,
2707 removing the risk that your agenda and note files may diverge.
2708
2709 Some commands can be executed with mouse clicks on agenda lines. For
2710 the other commands, the cursor needs to be in the desired line.
2711
2712 @table @kbd
2713 @tsubheading{Motion}
2714 @kindex n
2715 @item n
2716 Next line (same as @key{up}).
2717 @kindex p
2718 @item p
2719 Previous line (same as @key{down}).
2720 @tsubheading{View/GoTo org file}
2721 @kindex mouse-3
2722 @kindex @key{SPC}
2723 @item mouse-3
2724 @itemx @key{SPC}
2725 Display the original location of the item in another window.
2726
2727 @kindex L
2728 @item L
2729 Display original location and recenter that window.
2730
2731 @kindex mouse-2
2732 @kindex mouse-1
2733 @kindex @key{TAB}
2734 @item mouse-2
2735 @itemx mouse-1
2736 @itemx @key{TAB}
2737 Go to the original location of the item in another window. Under Emacs
2738 22, @kbd{mouse-1} will also works for this.
2739
2740 @kindex @key{RET}
2741 @itemx @key{RET}
2742 Go to the original location of the item and delete other windows.
2743
2744 @kindex f
2745 @item f
2746 Toggle Follow mode. In Follow mode, as you move the cursor through
2747 the agenda buffer, the other window always shows the corresponding
2748 location in the org file.
2749
2750 @kindex l
2751 @item l
2752 Toggle Logbook mode. In Logbook mode, entries that where marked DONE while
2753 logging was on (variable @code{org-log-done}) are shown in the agenda.
2754
2755 @tsubheading{Change display}
2756 @kindex o
2757 @item o
2758 Delete other windows.
2759
2760 @kindex w
2761 @item w
2762 Switch to weekly view (7 days displayed together).
2763
2764 @kindex d
2765 @item d
2766 Switch to daily view (just one day displayed).
2767
2768 @kindex D
2769 @item D
2770 Toggle the inclusion of diary entries. See @ref{Calendar/Diary integration}.
2771
2772 @kindex g
2773 @item g
2774 Toggle the time grid on and off. See also the variables
2775 @code{org-agenda-use-time-grid} and @code{org-agenda-time-grid}.
2776
2777 @kindex r
2778 @item r
2779 Recreate the agenda buffer, for example to reflect the changes
2780 after modification of the time stamps of items with S-@key{left} and
2781 S-@key{right}. When the buffer is the global todo list, a prefix
2782 argument is interpreted to create a selective list for a specific TODO
2783 keyword.
2784
2785 @kindex @key{right}
2786 @item @key{right}
2787 Display the following @code{org-agenda-ndays} days. For example, if
2788 the display covers a week, switch to the following week. With prefix
2789 arg, go forward that many times @code{org-agenda-ndays} days.
2790
2791 @kindex @key{left}
2792 @item @key{left}
2793 Display the previous dates.
2794
2795 @kindex .
2796 @item .
2797 Goto today.
2798
2799 @tsubheading{Remote editing}
2800
2801 @item 0-9
2802 Digit argument.
2803
2804 @kindex t
2805 @item t
2806 Change the TODO state of the item, both in the agenda and in the
2807 original org file.
2808
2809 @kindex T
2810 @item T
2811 Show all tags associated with the current item. Because of
2812 inheritance, this may be more than the tags listed in the line itself.
2813
2814 @kindex :
2815 @item :
2816 Set tags for the current headline.
2817
2818 @kindex ,
2819 @item ,
2820 Set the priority for the current item. Org-mode prompts for the
2821 priority character. If you reply with @key{SPC}, the priority cookie
2822 is removed from the entry.
2823
2824 @kindex P
2825 @item p
2826 Display weighted priority of current item.
2827
2828 @kindex +
2829 @kindex S-@key{up}
2830 @item +
2831 @itemx S-@key{up}
2832 Increase the priority of the current item. The priority is changed in
2833 the original buffer, but the agenda is not resorted. Use the @kbd{r}
2834 key for this.
2835
2836 @kindex -
2837 @kindex S-@key{down}
2838 @item -
2839 @itemx S-@key{down}
2840 Decrease the priority of the current item.
2841
2842 @kindex S-@key{right}
2843 @item S-@key{right}
2844 Change the time stamp associated with the current line by one day into
2845 the future. With prefix argument, change it by that many days. For
2846 example, @kbd{3 6 5 S-@key{right}} will change it by a year. The
2847 stamp is changed in the original org file, but the change is not
2848 directly reflected in the agenda buffer. Use the
2849 @kbd{r} key to update the buffer.
2850
2851 @kindex S-@key{left}
2852 @item S-@key{left}
2853 Change the time stamp associated with the current line by one day
2854 into the past.
2855
2856 @kindex >
2857 @item >
2858 Change the time stamp associated with the current line to today.
2859 The key @kbd{>} has been chosen, because it is the same as @kbd{S-.}
2860 on my keyboard.
2861
2862 @cindex diary entries, creating from agenda
2863 @kindex i
2864 @item i
2865 Insert a new entry into the diary. Prompts for the type of entry
2866 (day, weekly, monthly, yearly, anniversary, cyclic) and creates a new
2867 entry in the diary, just like @kbd{i d} etc. would do in the calendar.
2868 The date is taken from the cursor position.
2869
2870 @tsubheading{Calendar commands}
2871 @kindex c
2872 @item c
2873 Open the Emacs calendar and move to the date at the agenda cursor.
2874
2875 @item c
2876 When in the calendar, compute and show the Org-mode agenda for the
2877 date at the cursor.
2878
2879 @kindex M
2880 @item M
2881 Show the phases of the moon for the three months around current date.
2882
2883 @kindex S
2884 @item S
2885 Show sunrise and sunset times. The geographical location must be set
2886 with calendar variables, see documentation of the Emacs calendar.
2887
2888 @kindex C
2889 @item C
2890 Convert the date at cursor into many other cultural and historic
2891 calendars.
2892
2893 @kindex H
2894 @item H
2895 Show holidays for three month around the cursor date.
2896
2897 @kindex C-c C-x C-c
2898 @item C-c C-x C-c
2899 Export a single iCalendar file containing entries from all agenda files.
2900
2901 @tsubheading{Quit and Exit}
2902 @kindex q
2903 @item q
2904 Quit agenda, remove the agenda buffer.
2905
2906 @kindex x
2907 @cindex agenda files, removing buffers
2908 @item x
2909 Exit agenda, remove the agenda buffer and all buffers loaded by Emacs
2910 for the compilation of the agenda. Buffers created by the user to
2911 visit org files will not be removed.
2912
2913 @end table
2914
2915 @node Exporting, Miscellaneous, Agenda views, Top
2916 @chapter Exporting
2917 @cindex exporting
2918
2919 Org-mode documents can be exported into a variety of other formats. For
2920 printing and sharing of notes, ASCII export produces a readable and
2921 simple version of an Org-mode file. HTML export allows to publish a
2922 notes file on the web, while the XML format provides a solid base for
2923 exchange with a broad range of other applications. To incorporate
2924 entries with associated times like deadlines or appointments into a
2925 desktop calendar program like iCal, Org-mode can also produce extracts
2926 in the iCalendar format. Currently Org-mode only supports export, not
2927 import of these different formats.
2928
2929 When exporting, Org-mode uses special conventions to enrich the output
2930 produced. @xref{Text interpretation}, for more details.
2931
2932 @menu
2933 * ASCII export:: Exporting to plain ASCII
2934 * HTML export:: Exporting to HTML
2935 * XML export:: Exporting to XML
2936 * iCalendar export:: Exporting in iCalendar format
2937 * Text interpretation:: How the exporter looks at the file
2938 @end menu
2939
2940 @node ASCII export, HTML export, Exporting, Exporting
2941 @section ASCII export
2942 @cindex ASCII export
2943
2944 ASCII export produces an simple and very readable version of an Org-mode
2945 file.
2946
2947 @cindex region, active
2948 @cindex active region
2949 @cindex transient-mark-mode
2950 @table @kbd
2951 @kindex C-c C-x a
2952 @item C-c C-x a
2953 Export as ASCII file. If there is an active region, only the region
2954 will be exported. For an org file @file{myfile.org}, the ASCII file
2955 will be @file{myfile.txt}. The file will be overwritten without
2956 warning.
2957 @end table
2958
2959 @cindex headline levels, for exporting
2960 In the exported version, the first 3 outline levels will become
2961 headlines, defining a general document structure. Additional levels
2962 will be exported as itemized lists. If you want that transition to occur
2963 at a different level, specify it with a prefix argument. For example,
2964
2965 @example
2966 @kbd{C-1 C-c C-x a org-export-as-ascii}
2967 @end example
2968
2969 @noindent
2970 creates only top level headlines and does the rest as items.
2971
2972 @node HTML export, XML export, ASCII export, Exporting
2973 @section HTML export
2974 @cindex HTML export
2975
2976 Org-mode contains an HTML exporter with extensive HTML formatting, in
2977 ways similar to John Grubers @emph{markdown} language, but with
2978 additional support for tables.
2979
2980 @cindex region, active
2981 @cindex active region
2982 @cindex transient-mark-mode
2983 @table @kbd
2984 @kindex C-c C-x h
2985 @item C-c C-x h
2986 Export as HTML file @file{myfile.html}.
2987 @kindex C-c C-x b
2988 @item C-c C-x b
2989 Export as HTML file and open it with a browser.
2990 @end table
2991
2992 @cindex headline levels, for exporting
2993 In the exported version, the first 3 outline levels will become
2994 headlines, defining a general document structure. Additional levels
2995 will be exported as itemized lists. If you want that transition to occur
2996 at a different level, specify it with a prefix argument. For example,
2997
2998 @example
2999 @kbd{C-2 C-c C-x b}
3000 @end example
3001
3002 @noindent
3003 creates two levels of headings and does the rest as items.
3004
3005 If you want to include HTML tags which should be interpreted as such,
3006 mark them with a @samp{@@} like in @samp{@@<b>bold text@@</b>}.
3007 Plain @samp{<} and @samp{>} are always transformed to @samp{&lt;} and
3008 @samp{&gt;} in HTML export.
3009
3010 You can also give style information for the exported file. The
3011 default specification can be configured through the option
3012 @code{org-export-html-style}. If you want to use a file-local style,
3013 you may use file variables, best wrapped into a COMMENT section at the
3014 end of the outline tree. For example:
3015
3016 @example
3017 * COMMENT HTML style specifications
3018
3019 # Local Variables:
3020 # org-export-html-style: " <style type=\"text/css\">
3021 p @{font-weight: normal; color: gray; @}
3022 h1 @{color: black; @}
3023 </style>"
3024 # End: ***
3025 @end example
3026
3027 Remember to execute @kbd{M-x normal-mode} after changing this to make
3028 the new style visible to Emacs. This command restarts org-mode for the
3029 current buffer and forces Emacs to re-evaluate the local variables
3030 section in the buffer.
3031
3032 @c FIXME: More about header and footer styles
3033 @c FIXME: Talk about links and targets.
3034
3035 @node XML export, iCalendar export, HTML export, Exporting
3036 @section XML export
3037 @cindex XML export
3038
3039 Org-mode contains an XML exporter that produces XOXO-style XML.
3040 Currently, this exporter only handles the general outline structure and
3041 does not interpret any additional Org-mode features.
3042
3043 @table @kbd
3044 @kindex C-c C-x C-x
3045 @item C-c C-x C-x
3046 Export as XML file @file{myfile.xml}.
3047 @end table
3048
3049 @node iCalendar export, Text interpretation, XML export, Exporting
3050 @section iCalendar export
3051 @cindex iCalendar export
3052
3053 Some people like to use Org-mode for keeping track of projects, but
3054 still prefer a standard calendar application for anniversaries and
3055 appointments. In this case it can be useful to have deadlines and
3056 other time-stamped items in Org-mode files show up in the calendar
3057 application. Org-mode can export calendar information in the standard
3058 iCalendar format.
3059
3060 @table @kbd
3061 @kindex C-c C-x i
3062 @item C-c C-x i
3063 Create iCalendar entries for the current file and store them in the same
3064 directory, using a file extension @file{.ics}.
3065 @kindex C-c C-x C-i
3066 @item C-c C-x C-i
3067 Like @kbd{C-c C-x i}, but do this for all files in
3068 @code{org-agenda-files}. For each of these files, a separate iCalendar
3069 file will be written.
3070 @kindex C-c C-x c
3071 @item C-c C-x c
3072 Create a single large iCalendar file from all files in
3073 @code{org-agenda-files} and write it to the file given by
3074 @code{org-combined-agenda-icalendar-file}.
3075 @end table
3076
3077 How this calendar is best read and updated, depends on the application
3078 you are using. For example, when using iCal under Apple MacOS X, you
3079 could create a new calendar @samp{OrgMode} (the default name for the
3080 calendar created by @kbd{C-c C-x c}, see the variables
3081 @code{org-icalendar-combined-name} and
3082 @code{org-combined-agenda-icalendar-file}). Then set Org-mode to
3083 overwrite the corresponding file
3084 @file{~/Library/Calendars/OrgMode.ics}. You may even use AppleScript
3085 to make iCal re-read the calendar files each time a new version of
3086 @file{OrgMode.ics} is produced. Here is the setup needed for this:
3087
3088 @cindex applescript, for calendar update
3089 @lisp
3090 (setq org-combined-agenda-icalendar-file
3091 "~/Library/Calendars/OrgMode.ics")
3092 (add-hook 'org-after-save-iCalendar-file-hook
3093 (lambda ()
3094 (shell-command
3095 "osascript -e 'tell application \"iCal\" to reload calendars'")))
3096 @end lisp
3097
3098 @node Text interpretation, , iCalendar export, Exporting
3099 @section Text interpretation by the exporter
3100
3101 The exporter backends interpret additional structure in the Org-mode file
3102 in order to produce better output.
3103
3104 @menu
3105 * Comment lines:: Some lines will not be exported
3106 * Enhancing text:: Subscripts, symbols and more
3107 * Export options:: How to influence the export settings
3108 @end menu
3109
3110 @node Comment lines, Enhancing text, Text interpretation, Text interpretation
3111 @subsection Comment lines
3112 @cindex comment lines
3113 @cindex exporting, not
3114
3115 Lines starting with @samp{#} in column zero are treated as comments
3116 and will never be exported. Also entire subtrees starting with the
3117 word @samp{COMMENT} will never be exported. Finally, any text before
3118 the first headline will not be exported either.
3119
3120 @table @kbd
3121 @kindex C-c ;
3122 @item C-c ;
3123 Toggle the COMMENT keyword at the beginning of an entry.
3124 @end table
3125
3126
3127
3128 @node Enhancing text, Export options, Comment lines, Text interpretation
3129 @subsection Enhancing text for export
3130 @cindex enhancing text
3131 @cindex richer text
3132
3133 Some of the export backends of Org-mode allow for sophisticated text
3134 formatting, this is true in particular for the HTML backend. Org-mode
3135 has a number of typing conventions that allow to produce a richly
3136 formatted output.
3137
3138
3139 @itemize @bullet
3140
3141 @cindex hand-formatted lists
3142 @cindex lists, hand-formatted
3143 @item
3144 Plain lists @samp{-}, @samp{*} or @samp{+} as bullet, or with @samp{1.}
3145 or @samp{2)} as enumerator will be recognized and transformed if the
3146 backend supports lists. See @xref{Plain lists}.
3147
3148 @cindex underlined text
3149 @cindex bold text
3150 @cindex italic text
3151 @item
3152 You can make words @b{*bold*}, @i{/italic/}, and _underlined_
3153
3154 @cindex @TeX{} interpretation
3155 @item
3156 Simple @TeX{}-like math constructs are interpreted:
3157
3158 @cindex completion, of @TeX{} symbols
3159 @itemize @minus
3160 @item
3161 @samp{10^22} and @samp{J_n} are super- and subscripts. You can quote
3162 @samp{^} and @samp{_} with a backslash: @samp{\_} and @samp{\^}
3163 @item
3164 @samp{\alpha} indicates a Greek letter, @samp{\to} an arrow. You can
3165 use completion for these macros, just type @samp{\} and maybe a few
3166 letters, and press @kbd{M-@key{TAB}} to see possible completions.
3167 @end itemize
3168
3169 @cindex tables, export
3170 @item
3171 Tables are transformed into native tables under the exporter, if the
3172 export backend supports this. Data fields before the first horizontal
3173 separator line will be formatted as table header fields.
3174
3175 @cindex fixed width
3176 @item
3177 If a headline starts with the word @samp{QUOTE}, the text below the
3178 headline will be typeset as fixed-width, to allow quoting of computer
3179 codes etc. Lines starting with @samp{:} are also typeset in
3180 fixed-width font.
3181 @table @kbd
3182 @kindex C-c :
3183 @item C-c :
3184 Toggle fixed-width for entry (QUOTE) or region, see below.
3185 @end table
3186 @end itemize
3187
3188 If these conversions conflict with your habits of typing ASCII text,
3189 they can all be turned off with corresponding variables (see the
3190 customization group @code{org-export-general}, and the following section
3191 which explains how to set export options with special lines in a
3192 buffer.
3193
3194 @node Export options, , Enhancing text, Text interpretation
3195 @subsection Export options
3196 @cindex options, for export
3197
3198 @cindex completion, of option keywords
3199 The exporter recognizes special lines in the buffer which provide
3200 additional information. These lines may be put anywhere in the file.
3201 The whole set of lines can be inserted into the buffer with @kbd{C-c
3202 C-x t}. For individual lines, a good way to make sure the keyword is
3203 correct is to type @samp{#+} and then use @kbd{M-@key{TAB}} completion
3204 (@pxref{Completion}).
3205
3206 @table @kbd
3207 @kindex C-c C-x t
3208 @item C-c C-x t
3209 Insert template with export options, see example below.
3210 @end table
3211
3212 @example
3213 #+TITLE: the title to be shown (default is the buffer name)
3214 #+AUTHOR: the author (default taken from @code{user-full-name})
3215 #+EMAIL: his/her email address (default from @code{user-mail-address})
3216 #+LANGUAGE: language for HTML, e.g. @samp{en} (@code{org-export-default-language})
3217 #+TEXT: Some descriptive text to be inserted at the beginning.
3218 #+TEXT: Several lines may be given.
3219 #+OPTIONS: H:2 num:t toc:t \n:nil @:t ::t |:t ^:t *:nil TeX:t
3220 @end example
3221
3222 @noindent
3223 The OPTIONS line is a compact form to specify export settings. Here
3224 you can:
3225 @cindex headline levels
3226 @cindex section-numbers
3227 @cindex table of contents
3228 @cindex linebreak preservation
3229 @cindex quoted html tags
3230 @cindex fixed-width sections
3231 @cindex tables
3232 @cindex @TeX{}-like syntax for sub- and superscripts
3233 @cindex emphasized text
3234 @cindex @TeX{} macros
3235 @example
3236 H: @r{set the number of headline levels for export}
3237 num: @r{turn on/off section-numbers}
3238 toc: @r{turn on/off table of contents}
3239 \n: @r{turn on/off linebreak-preservation}
3240 @@: @r{turn on/off quoted html tags}
3241 :: @r{turn on/off fixed-width sections}
3242 |: @r{turn on/off tables}
3243 ^: @r{turn on/off @TeX{}-like syntax for sub- and superscripts.}
3244 *: @r{turn on/off emphasized text (bold, italic, underlined)}
3245 TeX: @r{turn on/off @TeX{} macros}
3246 @end example
3247
3248 @node Miscellaneous, Index, Exporting, Top
3249 @chapter Miscellaneous
3250
3251 @menu
3252 * Completion:: M-TAB knows what you need
3253 * Customization:: Adapting Org-mode to your taste
3254 * Summary of in-buffer settings:: Using special lines to set options
3255 * The very busy C-c C-c key:: When in doubt, press C-c C-c
3256 * Clean view:: Getting rid of leading stars in the outline
3257 * TTY keys:: Using Org-mode on a tty
3258 * FAQ:: Frequently asked questions
3259 * Interaction:: Other Emacs packages
3260 * Bugs:: Things which do not work perfectly
3261 * Acknowledgments:: These people provided feedback and more
3262 @end menu
3263
3264 @node Completion, Customization, Miscellaneous, Miscellaneous
3265 @section Completion
3266 @cindex completion, of @TeX{} symbols
3267 @cindex completion, of TODO keywords
3268 @cindex completion, of dictionary words
3269 @cindex completion, of option keywords
3270 @cindex completion, of CamelCase links
3271 @cindex completion, of tags
3272 @cindex @TeX{} symbol completion
3273 @cindex TODO keywords completion
3274 @cindex dictionary word completion
3275 @cindex option keyword completion
3276 @cindex CamelCase link completion
3277 @cindex tag completion
3278
3279 Org-mode supports in-buffer completion. This type of completion does
3280 not make use of the minibuffer. You simply type a few letters into
3281 the buffer and use the key to complete text right there.
3282
3283 @table @kbd
3284 @kindex M-@key{TAB}
3285 @item M-@key{TAB}
3286 Complete word at point
3287 @itemize @bullet
3288 @item
3289 At the beginning of a headline, complete TODO keywords.
3290 @item
3291 After @samp{\}, complete @TeX{} symbols supported by the exporter.
3292 @item
3293 After @samp{*}, complete CamelCase versions of all headlines in the
3294 buffer.
3295 @item
3296 After @samp{:}, complete tags used elsewhere in the buffer.
3297 @item
3298 After @samp{#+}, complete the special keywords like @samp{TYP_TODO} or
3299 @samp{OPTIONS} which set file-specific options for Org-mode. When the
3300 option keyword is already complete, pressing @kbd{M-@key{TAB}} again
3301 will insert example settings for this keyword.
3302 @item
3303 Elsewhere, complete dictionary words using ispell.
3304 @end itemize
3305 @end table
3306
3307
3308 @node Customization, Summary of in-buffer settings, Completion, Miscellaneous
3309 @section Customization
3310 @cindex customization
3311 @cindex options, for customization
3312 @cindex variables, for customization
3313
3314 There are more than 100 variables that can be used to customize
3315 Org-mode. For the sake of compactness of the manual, we are not
3316 describing the variables here. A structured overview of customization
3317 variables is available with @kbd{M-x org-customize}. Or select
3318 @code{Browse Org Group} from the @code{Org->Customization} menu. Many
3319 settings can also be activated on a per-file basis, by putting special
3320 lines into the buffer (@pxref{Summary of in-buffer settings}).
3321
3322 @node Summary of in-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous
3323 @section Summary of in-buffer settings
3324 @cindex in-buffer settings
3325 @cindex special keywords
3326
3327 Org-mode uses special lines in the buffer to define settings on a
3328 per-file basis. These lines start with a @samp{#+} followed by a
3329 keyword, a colon, and then individual words defining a setting. Several
3330 settings words con be in the same line, but you can also have multiple
3331 lines for the keyword. While these settings are described throughout
3332 the manual, here is a summary. After changing any of those lines in the
3333 buffer, press @kbd{C-c C-c} with the cursor still in the line to
3334 activate the changes immediately. Otherwise they become effective only
3335 when the file is visited again in a new Emacs session.
3336
3337 @table @kbd
3338 @item #+STARTUP:
3339 This line sets options to be used at startup of org-mode, when an
3340 Org-mode file is being visited. The first set of options deals with the
3341 initial visibility of the outline tree. The corresponding variable for
3342 global default settings is @code{org-startup-folded}, with a default
3343 value @code{t}, which means @code{overview}.
3344 @example
3345 overview @r{top-level headlines only}
3346 content @r{all headlines}
3347 showall @r{no folding at all, show everything}
3348 @end example
3349 Then there are options for aligning tables upon visiting a file. This
3350 is useful in files containing narrowed table columns. The corresponding
3351 variable is @code{org-startup-align-all-tables}, with a default value
3352 @code{nil}.
3353 @example
3354 align @r{align all tables}
3355 noalign @r{don't align table on startup}
3356 @end example
3357 Here are the options for hiding leading stars in outline headings. The
3358 corresponding variables are @code{org-hide-leading-stars} and
3359 @code{org-odd-levels-only}, both with a default setting @code{nil}
3360 (meaning @code{showstars} and @code{oddeven}).
3361 @example
3362 hidestars @r{make all but one of the stars starting a headline invisible.}
3363 showstars @r{show all stars starting a headline}
3364 odd @r{allow only odd outline levels (1,3,...)}
3365 oddeven @r{allow all outline levels}
3366 @end example
3367 @item #+SEQ_TODO: #+TYP_TODO:
3368 These lines that the TODO keywords and their interpretation in the
3369 current file. The corresponding variables are @code{org-todo-keywords}
3370 and @code{org-todo-interpretation}.
3371 @item #+CATEGORY:
3372 This line sets the category for the agenda file. The category applies
3373 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
3374 end of the file.
3375 @item #+TBLFM:
3376 This line contains the formulas for the table directly above the line.
3377 @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+OPTIONS:
3378 These line provide setting for exporting files. For more details see
3379 @ref{Export options}.
3380 @end table
3381
3382 @node The very busy C-c C-c key, Clean view, Summary of in-buffer settings, Miscellaneous
3383 @section The very busy C-c C-c key
3384 @kindex C-c C-c
3385
3386 The key @kbd{C-c C-c} has many purposes in org-mode, which are all
3387 mentioned scattered throughout this manual. One specific function of
3388 this key is to add @emph{tags} to a headline (@pxref{Tags}). In many
3389 other circumstances it means something like @emph{Hey Org-mode, look
3390 here and update according to what you see here}. Here is a summary what
3391 this means in different contexts.
3392
3393 @itemize @minus
3394 @c @item
3395 @c If the cursor is in a headline, prompt for tags and insert them
3396 @c into the current line, aligned to `org-tags-column'. When called
3397 @c with prefix arg, realign all tags in the current buffer.
3398 @item
3399 If the cursor is in one of the special #+KEYWORD lines, this
3400 triggers scanning the buffer for these lines and updating the
3401 information.
3402 @item
3403 If the cursor is inside a table, realign the table. This command
3404 works even if the automatic table editor has been turned off.
3405 @item
3406 If the cursor is on a #+TBLFM line, re-apply the formulas to
3407 the entire table.
3408 @item
3409 If the cursor is inside a table created by the @file{table.el} package,
3410 activate that table.
3411 @item
3412 If the current buffer is a remember buffer, close note and file it.
3413 with a prefix argument, file it without further interaction to the default
3414 location.
3415 @item
3416 If the cursor is on a <<<target>>>, update radio targets and corresponding
3417 links in this buffer.
3418 @item
3419 If the cursor is on a numbered item in a plain list, renumber the
3420 ordered list.
3421 @end itemize
3422
3423 @node Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous
3424 @section A cleaner outline view
3425 @cindex hiding leading stars
3426 @cindex clean outline view
3427
3428 Some people find it noisy and distracting that the Org-mode headlines
3429 are starting with a potentially large number of stars. For example
3430 the tree from @ref{Headlines}:
3431
3432 @example
3433 * Top level headline
3434 ** Second level
3435 *** 3rd level
3436 some text
3437 *** 3rd level
3438 more text
3439 * Another top level headline
3440 @end example
3441
3442 @noindent
3443 Unfortunately this is deeply ingrained into the code of Org-mode and
3444 cannot be easily changed. You can, however, modify the display in such
3445 a way that all leading stars become invisible and the outline more easy
3446 to read. To do this, customize the variable
3447 @code{org-hide-leading-stars} like this:
3448
3449 @lisp
3450 (setq org-hide-leading-stars t)
3451 @end lisp
3452
3453 @noindent
3454 or change this on a per-file basis with one of the lines (anywhere in
3455 the buffer)
3456
3457 @example
3458 #+STARTUP: showstars
3459 #+STARTUP: hidestars
3460 @end example
3461
3462 @noindent
3463 Press @kbd{C-c C-c} with the cursor in a @samp{STARTUP} line to activate
3464 the modifications.
3465
3466 With stars hidden, the tree becomes:
3467
3468 @example
3469 * Top level headline
3470 * Second level
3471 * 3rd level
3472 some text
3473 * 3rd level
3474 more text
3475 * Another top level headline
3476 @end example
3477
3478 @noindent
3479 Note that the leading stars are not truly replaced by whitespace, they
3480 are only fontified with the face @code{org-hide} that uses the
3481 background color as font color. If are are not using either white or
3482 black background, you may have to customize this face to get the wanted
3483 effect. Another possibility is to set this font such that the extra
3484 stars are @i{almost} invisible, for example using the color
3485 @code{grey90} on a white background.
3486
3487 Things become cleaner still if you skip all the even levels and use only
3488 odd levels 1, 3, 5..., effectively adding two stars to go from one
3489 outline level to the next:
3490
3491 @example
3492 * Top level headline
3493 * Second level
3494 * 3rd level
3495 some text
3496 * 3rd level
3497 more text
3498 * Another top level headline
3499 @end example
3500
3501 @noindent
3502 In order to make the structure editing and export commands handle this
3503 convention correctly, use
3504
3505 @lisp
3506 (setq org-odd-levels-only t)
3507 @end lisp
3508
3509 @noindent
3510 or set this on a per-file basis with one of the following lines (don't
3511 forget to press @kbd{C-c C-c} with the cursor in the startup line to
3512 activate changes immediately).
3513
3514 @example
3515 #+STARTUP: odd
3516 #+STARTUP: oddeven
3517 @end example
3518
3519 You can convert an Org-mode file from single-star-per-level to the
3520 double-star-per-level convention with @kbd{M-x org-convert-to-odd-levels
3521 RET} in that file. The reverse operation is @kbd{M-x
3522 org-convert-to-oddeven-levels}.
3523
3524 @node TTY keys, FAQ, Clean view, Miscellaneous
3525 @section Using org-mode on a tty
3526 @cindex tty keybindings
3527
3528 Org-mode uses a number of keys that are not accessible on a tty. This
3529 applies to most special keys like cursor keys, @key{TAB} and
3530 @key{RET}, when these are combined with modifier keys like @key{Meta}
3531 and/or @key{Shift}. Org-mode uses these bindings because it needs to
3532 provide keys for a large number of commands, and because these keys
3533 appeared particularly easy to remember. In order to still be able to
3534 access the core functionality of Org-mode on a tty, alternative
3535 bindings are provided. Here is a complete list of these bindings,
3536 which are obviously more cumbersome to use. Note that sometimes a
3537 work-around can be better. For example changing a time stamp is
3538 really only fun with @kbd{S-@key{cursor}} keys. On a tty you would
3539 rather use @kbd{C-c .} to re-insert the timestamp.
3540
3541 @multitable @columnfractions 0.15 0.2 0.2
3542 @item @b{Default} @tab @b{Alternative 1} @tab @b{Alternative 2}
3543 @item @kbd{S-@key{TAB}} @tab @kbd{C-u @key{TAB}} @tab
3544 @item @kbd{M-@key{left}} @tab @kbd{C-c C-x l} @tab @kbd{@key{Esc} @key{left}}
3545 @item @kbd{M-S-@key{left}} @tab @kbd{C-c C-x L} @tab
3546 @item @kbd{M-@key{right}} @tab @kbd{C-c C-x r} @tab @kbd{@key{Esc} @key{right}}
3547 @item @kbd{M-S-@key{right}} @tab @kbd{C-c C-x R} @tab
3548 @item @kbd{M-@key{up}} @tab @kbd{C-c C-x u} @tab @kbd{@key{Esc} @key{up}}
3549 @item @kbd{M-S-@key{up}} @tab @kbd{C-c C-x U} @tab
3550 @item @kbd{M-@key{down}} @tab @kbd{C-c C-x d} @tab @kbd{@key{Esc} @key{down}}
3551 @item @kbd{M-S-@key{down}} @tab @kbd{C-c C-x D} @tab
3552 @item @kbd{S-@key{RET}} @tab @kbd{C-c C-x c} @tab
3553 @item @kbd{M-@key{RET}} @tab @kbd{C-c C-x m} @tab @kbd{@key{Esc} @key{RET}}
3554 @item @kbd{M-S-@key{RET}} @tab @kbd{C-c C-x M} @tab
3555 @item @kbd{S-@key{left}} @tab @kbd{C-c C-x @key{left}} @tab
3556 @item @kbd{S-@key{right}} @tab @kbd{C-c C-x @key{right}} @tab
3557 @item @kbd{S-@key{up}} @tab @kbd{C-c C-x @key{up}} @tab
3558 @item @kbd{S-@key{down}} @tab @kbd{C-c C-x @key{down}} @tab
3559 @end multitable
3560
3561 @node FAQ, Interaction, TTY keys, Miscellaneous
3562 @section Frequently asked questions
3563 @cindex FAQ
3564
3565 @enumerate
3566 @item @b{Org-mode seems to be a useful default mode for the various
3567 @file{README} files I have scattered through my directories. How do I
3568 turn it on for all @file{README} files?}@*
3569 @c
3570 @example
3571 (add-to-list 'auto-mode-alist '("README$" . org-mode))
3572 @end example
3573
3574 @item @b{Some of my links stopped working after I upgraded to a version
3575 4.20 or later. Why is this, and how can I fix it?}@*
3576 @c
3577 These must be links in plain text, containing white space, such as
3578 @samp{bbdb:Richard Stallman}. You need to protect these links by
3579 putting double brackets around them, like @samp{[[bbdb:Richard
3580 Stallman]]}.
3581
3582 @item @b{I see that Org-mode now creates links using the double bracket
3583 convention that hides the link part and the brackets, only showing the
3584 description part. How can I convert my old links to this new format?}@*
3585 @c
3586 Execute once in each Org-mode file: @kbd{M-x org-upgrade-old-links}.
3587 The replaces angular brackets with the link format.
3588
3589 @item @b{I don't care if you find the new bracket links great, I am
3590 attached to the old style using angular brackets and no hiding of the
3591 link text. Please give them back to me, don't tell me it is not
3592 possible!}@*
3593 @c
3594 Would I let you down like that? If you must, you can do this
3595
3596 @lisp
3597 (setq org-link-style 'plain
3598 org-link-format "<%s>")
3599 @end lisp
3600
3601 @item @b{When I am executing shell links I always get a
3602 confirmation prompt and need to type @kbd{yes @key{RET}}, thats 4 key
3603 presses! Can I get rid of this?}@*
3604 @c
3605 @cindex shell links, confirmation
3606 @cindex dangerous commands
3607 The confirmation is there to protect you from unwantingly execute
3608 potentially dangerous commands. For example, imagine a link
3609 @samp{[[shell:rm -rf ~/*][Google Search]]}. In an Org-mode buffer, this
3610 command would look like @samp{Google Search}, but really it would remove
3611 your home directory. If you wish, you can make it easier to respond to
3612 the query by setting @code{org-confirm-shell-links} to @code{y-or-n-p}.
3613 Then a single @kbd{y} keypress will be enough to confirm shell links.
3614 It is also possible to turn off this check entirely, but I do not
3615 recommend to do this. Be warned.
3616
3617 @item @b{All these stars are driving me mad, I just find the Emacs
3618 outlines unreadable. Can't you just put white space and a single star as a
3619 starter for headlines?}@*
3620 @c
3621 See @ref{Clean view}.
3622
3623 @item @b{I would like to have two windows on the same Org-mode
3624 file, but with different outline visibility. Is that possible?}@*
3625 @c
3626 @cindex @code{make-indirect-buffer}
3627 @cindex indirect buffers
3628 In GNU Emacs, you may use @emph{indirect buffers} which do exactly this.
3629 See the documentation on the command @code{make-indirect-buffer}. In
3630 XEmacs, this is currently not possible because of the different outline
3631 implementation.
3632
3633 @item @b{When I export my TODO list, every TODO item becomes a
3634 separate section. How do I enforce these items to be exported as an
3635 itemized list?}@*
3636 @c
3637 If you plan to use ASCII or HTML export, make sure things you want to
3638 be exported as item lists are level 4 at least, even if that does mean
3639 there is a level jump. For example:
3640
3641 @example
3642 * Todays top priorities
3643 **** TODO write a letter to xyz
3644 **** TODO Finish the paper
3645 **** Pick up kids at the school
3646 @end example
3647
3648 Alternatively, if you need a specific value for the heading/item
3649 transition in a particular file, use the @samp{+OPTIONS} line to
3650 configure the @samp{H} switch.
3651
3652 @example
3653 +OPTIONS: H:2; ...
3654 @end example
3655
3656 @item @b{I would like to export only a subtree of my file to HTML.
3657 How?}@*
3658 @c
3659 @cindex exporting a subtree
3660 If you want to export a subtree, mark the subtree as region and then
3661 export. Marking can be done with @kbd{C-c @@ C-x C-x}, for example.
3662
3663 @item @b{Org-mode takes over the S-cursor keys. I also want to use
3664 CUA-mode, is there a way to fix this conflict?}@*
3665 Yes, see @ref{Interaction}.
3666
3667 @item @b{One of my table columns has started to fill up with
3668 @samp{#ERROR}. What is going on?}@*
3669 @c
3670 Org-mode tried to compute the column from other fields using a
3671 formula stored in the @samp{#+TBLFM:} line just below the table, and
3672 the evaluation of the formula fails. Fix the fields used in the
3673 formula, or fix the formula, or remove it!
3674
3675 @item @b{When I am in the last column of a table and just above a
3676 horizontal line in the table, pressing TAB creates a new table line
3677 @i{before} the horizontal line. How can I quickly move to the line
3678 @i{below} the horizontal line instead?}@*
3679 @c
3680 Press @key{down} (to get on the separator line) and then @key{TAB}.
3681 Or configure the variable @code{org-table-tab-jumps-over-hlines}.
3682
3683 @item @b{How can I change the indentation of an entire table without
3684 fixing every line by hand?}@*
3685 @c
3686 @cindex indentation, of tables
3687 The indentation of a table is set by the first line. So just fix the
3688 indentation of the first line and realign with @key{TAB}.
3689
3690 @item @b{Is it possible to include entries from org-mode files into my
3691 emacs diary?}@*
3692 @c
3693 Since the org-mode agenda is much more powerful and can contain the
3694 diary (@pxref{Calendar/Diary integration}), you should think twice
3695 before deciding to do this. Integrating Org-mode information into the
3696 diary is, however, possible. The following steps are necessary:
3697 Autoload the function @command{org-diary} as shown above under
3698 @ref{Installation and activation}. You also need to use @emph{fancy
3699 diary display} by setting in @file{.emacs}:
3700
3701 @lisp
3702 (add-hook 'diary-display-hook 'fancy-diary-display)
3703 @end lisp
3704
3705 Then include the following line into your @file{~/diary} file, in
3706 order to get the entries from all files listed in the variable
3707 @code{org-agenda-files}:
3708
3709 @example
3710 &%%(org-diary)
3711 @end example
3712 @noindent
3713 You may also select specific files with
3714
3715 @example
3716 &%%(org-diary) ~/path/to/some/org-file.org
3717 &%%(org-diary) ~/path/to/another/org-file.org
3718 @end example
3719
3720 If you now launch the calendar and press @kbd{d} to display a diary, the
3721 headlines of entries containing a timestamp, date range, schedule, or
3722 deadline referring to the selected date will be listed. Just like in
3723 Org-mode's agenda view, the diary for @emph{today} contains additional
3724 entries for overdue deadlines and scheduled items. See also the
3725 documentation of the @command{org-diary} function. Under XEmacs, it is
3726 not possible to jump back from the diary to the org, this works only in
3727 the agenda buffer.
3728
3729 @end enumerate
3730
3731
3732 @node Interaction, Bugs, FAQ, Miscellaneous
3733 @section Interaction with other packages
3734 @cindex packages, interaction with other
3735 Org-mode can cooperate with the following packages:
3736
3737 @table @asis
3738 @cindex @file{org-mouse.el}
3739 @item @file{org-mouse.el} by Piotr Zielinski
3740 This package implements extended mouse functionality for Org-mode. It
3741 allows you to cycle visibility and to edit the document structure with
3742 the mouse. Best of all, it provides a context-sensitive menu on
3743 @key{mouse-3} that changes depending on the context of a mouse-click.
3744 Use a search engine to find this package on the web.
3745 @cindex @file{table.el}
3746 @item @file{table.el} by Takaaki Ota
3747 Org mode cooperates with table.el, see @ref{table.el}. @file{table.el}
3748 is part of Emacs 22.
3749 @cindex @file{calc.el}
3750 @item @file{calc.el} by Dave Gillespie
3751 Org-mode uses the calc package for implementing spreadsheet
3752 functionality in its tables (@pxref{Table calculations}). Org-modes
3753 checks for the availability of calc by looking for the function
3754 @code{calc-eval} which should be autoloaded in your setup if calc has
3755 been installed properly. As of Emacs 22, calc is part of the Emacs
3756 distribution. Another possibility for interaction between the two
3757 packages is using calc for embedded calculations. @xref{Embedded Mode,
3758 , Embedded Mode, calc, GNU Emacs Calc Manual}.
3759 @cindex @file{constants.el}
3760 @item @file{constants.el} by Carsten Dominik
3761 In a table formula (@pxref{Table calculations}), it is possible to use
3762 names for natural constants or units. Instead of defining your own
3763 constants in the variable @code{org-table-formula-constants}, install
3764 the @file{constants} package which defines a large number of constants
3765 and units, and lets you use unit prefixes like @samp{M} for
3766 @samp{Mega} etc. You will need version 2.0 of this package, available
3767 at @url{http://www.astro.uva.nl/~dominik/Tools}. Org-mode checks for
3768 the function @code{constants-get}, which has to be autoloaded in your
3769 setup. See the installation instructions in the file
3770 @file{constants.el}.
3771 @cindex @file{remember.el}
3772 @cindex @file{CUA.el}
3773 @item @file{CUA.el} by Kim. F. Storm
3774 Keybindings in Org-mode conflict with the @kbd{S-<cursor>} keys
3775 used by CUA-mode (as well as pc-select-mode and s-region-mode) to
3776 select and extend the region. If you want to use one of these
3777 packages along with Org-mode, configure the variable
3778 @code{org-CUA-compatible}. When set, Org-mode will move the following
3779 keybindings in org-mode files, and in the agenda buffer (but not
3780 during date selection).
3781
3782 @example
3783 S-UP -> M-p S-DOWN -> M-n
3784 S-LEFT -> M-- S-RIGHT -> M-+
3785 S-RET -> C-S-RET
3786 @end example
3787
3788 Yes, these are unfortunately more difficult to remember. If you want
3789 to have other replacement keys, look at the variable
3790 @code{org-disputed-keys}.
3791 @item @file{remember.el} by John Wiegley
3792 Org mode cooperates with remember, see @ref{Remember}.
3793 @file{Remember.el} is not part of Emacs, find it on the web.
3794 @end table
3795
3796 @node Bugs, Acknowledgments, Interaction, Miscellaneous
3797 @section Bugs
3798 @cindex bugs
3799
3800 Here is a list of things that should work differently, but which I
3801 have found too hard to fix.
3802
3803 @itemize @bullet
3804 @item
3805 If a table field starts with a link, and if the corresponding table
3806 column is narrowed (@pxref{Narrow columns}) to a width too small to
3807 display the link, the field would look entirely empty even though it is
3808 not. To prevent this, Org-mode throws an error. The work-around is to
3809 make the column wide enough to fit the link, or to add some text (at
3810 least 2 characters) before the link in the same field.
3811 @item
3812 Narrowing table columns does not work on XEmacs, because the
3813 @code{format} function does not transport text properties.
3814 @item
3815 Text in an entry protected with the @samp{QUOTE} keyword should not
3816 autowrap.
3817 @item
3818 When the application called by @kbd{C-c C-o} to open a file link fails
3819 (for example because the application does not exits or refuses to open
3820 the file), it does so silently. No error message is displayed.
3821 @item
3822 Plain list items should be able to hold a TODO item. Unfortunately this
3823 has so many technical problems that I will only consider this change for
3824 the next major release (5.0).
3825 @item
3826 The remote-editing commands in the agenda buffer cannot be undone with
3827 @code{undo} called from within the agenda buffer. But you can go to
3828 the corresponding buffer (using @key{TAB} or @key{RET} and execute
3829 @code{undo} there.
3830 @item
3831 Recalculating a table line applies the formulas from left to right.
3832 If a formula uses @emph{calculated} fields further down the row,
3833 multiple recalculation may be needed to get all fields consistent.
3834 @item
3835 You can only make a single word boldface or italic. To emphasize
3836 several words in a row, each must have the emphasize markers, like in
3837 @samp{*three* *bold* *words*}.
3838 @item
3839 The exporters work well, but could be made more efficient.
3840 @end itemize
3841
3842 @node Acknowledgments, , Bugs, Miscellaneous
3843 @section Acknowledgments
3844 @cindex acknowledgments
3845 @cindex thanks
3846
3847 Org-mode was written by Carsten Dominik, who still maintains it at the
3848 Org-mode homepage @uref{http://www.astro.uva.nl/~dominik/Tools/org/}.
3849 The following people (in alphabetic order) have helped the development
3850 along with ideas, suggestions and patches. Many thanks to all of you,
3851 Org-mode would not be what it is without your input.
3852
3853 @itemize @bullet
3854 @item
3855 Thomas Baumann contributed the code for links to the MH-E email system.
3856 @item
3857 Alex Bochannek provided a patch for rounding time stamps.
3858 @item
3859 Charles Caves' suggestion sparked the implementation of templates for
3860 Remember.
3861 @item
3862 Pavel Chalmoviansky influenced the agenda treatment of items with
3863 specified time.
3864 @item
3865 Sacha Chua suggested to copy some linking code from Planner.
3866 @item
3867 Kees Dullemond inspired the use of narrowed tabled columns.
3868 @item
3869 Christian Egli converted the documentation into TeXInfo format, patched
3870 CSS formatting into the HTML exporter, and inspired the agenda.
3871 @item
3872 Nic Ferrier contributed mailcap and XML support.
3873 @item
3874 Kai Grossjohann pointed out key-binding conflicts caused by Org-mode.
3875 @item
3876 Stefan Monnier provided a patch to keep the Emacs-Lisp compiler happy.
3877 @item
3878 Tim O'Callaghan suggested in-file links, search options for
3879 general file links, and TAGS.
3880 @item
3881 Oliver Oppitz suggested multi-state TODO items.
3882 @item
3883 Scott Otterson sparked the introduction of descriptive text for links,
3884 among other things.
3885 @item
3886 Pete Phillips helped the development of the TAGS feature.
3887 @item
3888 Matthias Rempe (Oelde) provided ideas, Windows support, and quality
3889 control.
3890 @item
3891 Kevin Rogers contributed code to access VM files on remote hosts.
3892 @item
3893 Philip Rooke created the Org-mode reference card and provided lots of feedback.
3894 @item
3895 Christian Schlauer proposed angular brackets around links, among other
3896 things.
3897 @item
3898 Linking to VM/BBDB/GNUS was inspired by Tom Shannon's
3899 @file{organizer-mode.el}.
3900 @item
3901 J@"urgen Vollmer contributed code generating the table of contents
3902 in HTML output.
3903 @item
3904 Chris Wallace provided a patch implementing the @samp{QUOTE} keyword.
3905 @item
3906 David Wainberg suggested archiving, and improvements to the linking
3907 system.
3908 @item
3909 John Wiegley wrote @file{emacs-wiki.el} and @file{planner.el}. The
3910 development of Org-mode was fully independent, and both systems are
3911 really different beasts in their basic ideas and implementation details.
3912 However, I have later looked at John's code and learned from his
3913 implementation of (i) links where the link itself is hidden and only a
3914 description is shown, and (ii) popping up a calendar to select a date.
3915 @item
3916 Carsten Wimmer suggested some changes and helped fix a bug in linking
3917 to GNUS.
3918 @item
3919 Roland Winkler requested additional keybindings to make Org-mode
3920 work on a tty.
3921 @item
3922 Piotr Zielinski wrote @file{org-mouse.el} and showed how to follow links
3923 with mouse-1.
3924 @end itemize
3925
3926 @node Index, Key Index, Miscellaneous, Top
3927 @chapter Index
3928
3929 @printindex cp
3930
3931 @node Key Index, , Index, Top
3932 @chapter Key Index
3933
3934 @printindex ky
3935
3936 @bye
3937
3938 @ignore
3939 arch-tag: 7893d1fe-cc57-4d13-b5e5-f494a1bcc7ac
3940 @end ignore